Live feed · updated 2026-08-03 · every posting links to its source

Product Manager Jobs

18 genuine, current openings aggregated from public job boards — Remotive, Jobicy, Arbeitnow and RemoteOK. JobStraight never reposts stale listings: each card links straight to the original posting. Before you apply, paste the job into TrueFit to see your honest fit score, tailor your resume in Resume Studio, and rehearse with AceCoach — all free.

Product Engineer
SuperPlane·Remote·2026-07-31·via RemoteOK

About SuperPlane SuperPlane is an open source software factory engine: the system that lets AI agents build, test, and ship code while engineers focus on design and decisions. This…

RGeneral Production
Dana Incorporated·Cambridge, ·2026-07-30·via RemoteOK

Job Purpose Job Description Content for Job Profiles is a work in progress. If you need content to finalize this requisition for posting, please send a message to mydanahrplatform@…

Product Sales Specialist - Pet Health (CST timezone)
Tribe Wellness·Worldwide·2026-07-22·via Remotive

Must Love Dogs!! At Tribe Wellness, we're more than just a tribe – we're a movement. Rooted in courage, empowerment, and integrity, we've pioneered solutions that transform the wor…

Senior Product Engineer (Fullstack)
Clipster·Europe, UK, Germany, France, European timezones·2026-07-13·via Remotive

About Clipster Clipster is where brands and creators connect to turn views into profits. Clippers (Creators) clip, remix, and post branded content on TikTok, YouTube, Instagram, X,…

Staff Software Engineer, Product (Belo Horizonte)
LawnStarter·Brazil·2026-07-09·via Remotive

This is a remote role for candidates located in Belo Horizonte, Brazil. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor servic…

Staff Software Engineer, Product (Montevideo)
LawnStarter·Uruguay·2026-07-09·via Remotive

This is a remote role for candidates located in Montevideo, Uruguay. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor services,…

Staff Software Engineer, Product (São Paulo)
LawnStarter·Brazil·2026-07-09·via Remotive

This is a remote role for candidates located in São Paulo, Brazil. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor services, w…

Staff Software Engineer, Product (Mexico City)
LawnStarter·Mexico·2026-07-09·via Remotive

This is a remote role for candidates located in Mexico City, Mexico. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor services,…

Staff Software Engineer, Product (Campinas)
LawnStarter·Brazil·2026-07-09·via Remotive

This is a remote role for candidates located in Campinas, Brazil. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor services, wi…

Staff Software Engineer, Product (Florianópolis)
LawnStarter·Brazil·2026-07-09·via Remotive

This is a remote role for candidates located in Florianópolis, Brazil. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor service…

Staff Product Engineer (Mexico City)
LawnStarter·Mexico·2026-07-09·via Remotive

This is a remote role for candidates located in Mexico City, Mexico. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor services,…

Staff Product Engineer (Montevideo)
LawnStarter·Uruguay·2026-07-09·via Remotive

This is a remote role for candidates located in Montevideo, Uruguay. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor services,…

Staff Product Engineer (Campinas)
LawnStarter·Brazil·2026-07-09·via Remotive

This is a remote role for candidates located in Campinas, Brazil. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor services, wi…

Staff Product Engineer (Belo Horizonte)
LawnStarter·Brazil·2026-07-09·via Remotive

This is a remote role for candidates located in Belo Horizonte, Brazil. About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor servic…

Staff Product Engineer (Florianópolis)
LawnStarter·Brazil·2026-07-09·via Remotive

This is a remote role for candidates located in Florianópolis, Brazil About LawnStarter LawnStarter is the nation's leading on-demand marketplace for lawn care and outdoor services…

Product Sales Specialist - Pet Health
Tribe Wellness·USA, CST (UTC-6)·2026-07-09·via Remotive

Must Love Dogs!! At Tribe Wellness, we're more than just a tribe – we're a movement. Rooted in courage, empowerment, and integrity, we've pioneered solutions that transform the wor…

Product Designer
Ceartas·Berlin·via Arbeitnow

At Ceartas , we stand at the forefront of AI-powered brand protection, copyright law, and digital security, dedicated to safeguarding the integrity of content creators, brands, and…

Senior Product Designer | 7taps
Hirehire·Remote·via Arbeitnow

About 7taps 7taps is a training delivery platform built for the way people actually absorb information: short, sharp, and on-the-go. Enterprise teams use it to reach their whole wo…

Open JobRadar — live search across every board →

Before you apply

Application volume is the defining feature of this market. LinkedIn has been reported to process around 11,000 job applications per minute — roughly a 45% year-on-year rise — and recruiters describe receiving 300–500 applications on a popular role within three days. The practical consequence is that being a plausible candidate is no longer enough; you need to be an obvious one for the specific posting.

Two checks are worth doing before every application. First, the knockouts — work authorisation, years of experience, location and on-site expectations are filterable fields, and failing one ends the application regardless of how strong the rest is. Second, keyword coverage: make sure every skill you genuinely have that the posting names appears in your resume in the posting's own words. That is coverage, not density, and it never means adding skills you don't have. The widely-repeated claim that ATS software auto-rejects 75% of resumes is a myth traceable to a 2012 sales pitch — what actually filters you is those knockout fields plus a recruiter's six-to-eight-second scan, as our ATS guide explains with sources.

Product Manager interview questions you should be ready for

These are questions that recur in product manager interviews, with the structure of a strong answer. They're from our own question bank — not scraped from review sites.

A dashboard shows signups dropped 30% overnight. How do you investigate? Case
  1. First ask: is it real or a data problem? Check the pipeline, tracking and any release.
  2. Confirm the metric definition didn't change.
  3. Segment: by source, device, geo, browser, new vs returning — find where the drop concentrates.
  4. Correlate with deploys, experiments, campaigns and external events.
  5. Form a hypothesis, validate it, then quantify the impact and recommend an action.

Watch out: Assuming it's a real business drop and skipping data-quality checks.

At senior level: Set up an alert and a runbook so the next occurrence is detected automatically.

How would you design an A/B test? Case
  1. State one hypothesis and a single primary metric before you start.
  2. Compute the sample size from baseline rate, minimum detectable effect, power and significance.
  3. Randomise at the right unit (usually user) and check the split is balanced.
  4. Run for whole business cycles — don't peek and stop early.
  5. Analyse the primary metric, check guardrails, and report the effect size with a confidence interval.

Watch out: Peeking daily and stopping at the first significant result — that inflates false positives.

At senior level: Discuss novelty effects, network interference, CUPED and sequential testing.

How do you prioritise a roadmap? Case
  1. Start from the strategy and the one metric this quarter must move.
  2. Score candidates on impact, confidence and effort (RICE or similar).
  3. Weigh the cost of delay, not just raw value.
  4. Reserve capacity for tech debt and reliability, or velocity decays.
  5. Socialise the trade-offs and say no explicitly, with the reason.

Watch out: Describing a framework with no mention of stakeholder alignment.

At senior level: Show how you handle a senior stakeholder whose pet feature scores badly.

How would you measure the success of a feature? Case
  1. Define the behaviour change you expect before launch.
  2. Pick one primary metric plus counter/guardrail metrics.
  3. Instrument the funnel: awareness → activation → retention.
  4. Compare against a control or a pre/post baseline.
  5. Set a decision rule up front: what result means iterate, keep or kill.

Watch out: Reporting only vanity metrics like total clicks.

At senior level: Connect the feature metric to a company-level metric and long-run retention.

Tell me about a product you launched that failed. Behavioral
  1. State the bet and why it seemed right at the time.
  2. Say what the data showed and how quickly you saw it.
  3. Explain the call you made — kill, pivot or iterate — and how you decided.
  4. Share the lesson that changed your process afterwards.

Watch out: Blaming engineering or the market for the outcome.

At senior level: Show the organisational change you drove so the class of mistake stopped recurring.

Explain CAC and LTV and how you'd use them. Conceptual
  1. CAC: total sales and marketing spend divided by customers acquired in that period.
  2. LTV: gross margin per customer times expected lifetime.
  3. Healthy businesses target roughly LTV:CAC of 3:1 or better.
  4. Also track payback period — how many months to recover CAC.
  5. Segment by channel; a blended average hides losing channels.

Watch out: Using revenue instead of gross margin in LTV, which flatters the ratio.

At senior level: Discuss cohort-based LTV and channel saturation as spend scales.

Predict the full question set for a specific job description →

Listings are aggregated from public feeds and refresh on every site build. JobStraight is not the hiring employer; apply on the linked source page.