2

Remote Embedded Software Intern Jobs in Berkeley, CA

... software that serves as a "single source of truth." Responsibilities and Duties * Embedded Product ... The base pay range is subject to change and may be modified in the future. #LI-FM1 #LI-Remote ...

Product Manager

San Francisco, CA ยท On-site +1

$228K - $264K/yr

As the inventors of embedded payroll, we're redefining how people get paid and making it easier for ... Connect directly with Check's partners-software companies across diverse verticals-to understand ...

Principal Security Engineer

San Francisco, CA ยท Remote

$160K - $240K/yr

Remote - US or EU Remote | Full-time Compensation: $160K - $240K Our client operates a core banking ... Own and expand end-to-end software supply-chain security, spanning dependency scanning in CI ...

Principal Security Engineer

San Francisco, CA ยท Remote

$160K - $240K/yr

Remote - US or EU Remote | Full-time Compensation: $160K - $240K Our client operates a core banking ... Own and expand end-to-end software supply-chain security, spanning dependency scanning in CI ...

... embedded applications. As a Product Engineer at Cube, you'll take product ideas from spark to ... Turn user needs and business goals into pragmatic, working software. * Explore practical AI use ...

Our mission is to make humanoid labor economically viable -- turning software into physical labor ... Establish secure and auditable remote access solutions for engineers troubleshooting robots in the ...

Launch Manager

San Francisco, CA ยท Remote

$120K - $140K/yr

... software: clunky, on-premise systems created in the 1980s and 1990s. That's where Miter comes in ... We're using AI and embedded payments to rebuild the core HR, finance, and operations systems that ...

Showing results 41-60

Remote Embedded Software Intern information

See Berkeley, CA salary details

$16

$31

$47

How much do remote embedded software intern jobs pay per hour?

As of Aug 8, 2026, the average hourly pay for remote embedded software intern in Berkeley, CA is $31.12, according to ZipRecruiter salary data. Most workers in this role earn between $25.29 and $35.34 per hour, depending on experience, location, and employer.

What are the key skills and qualifications needed to thrive as a remote embedded software intern?

To thrive as a Remote Embedded Software Intern, you generally need a solid understanding of computer science fundamentals, C/C++ programming, and familiarity with microcontroller architectures, often supported by ongoing or completed coursework in electrical engineering or computer engineering. Experience with development tools such as integrated development environments (IDEs), version control systems like Git, and debugging hardware or simulators is typically required. Strong problem-solving skills, self-motivation, and effective communication are crucial soft skills for remote collaboration and learning. These skills and qualities are important because they enable interns to contribute meaningfully to real-world embedded systems projects while adapting to remote teamwork and project demands.

What are some common challenges faced by remote embedded software interns, and how can they be managed effectively?

Remote Embedded Software Interns often encounter challenges such as limited access to physical hardware for testing, coordinating with geographically dispersed teams, and troubleshooting issues without in-person support. To address these challenges, interns should proactively communicate with their mentors, make use of simulation tools, and participate in regular virtual meetings to stay aligned with project goals. Establishing a strong routine for documenting progress and asking for feedback can also help interns stay engaged and overcome obstacles effectively.

What is a remote embedded software intern?

A Remote Embedded Software Intern is a student or recent graduate who works remotely to assist in the development and testing of software that runs on embedded systems, such as microcontrollers or IoT devices. Their tasks often include writing code in languages like C or C++, debugging hardware-software interactions, and collaborating with engineering teams through virtual platforms. The position provides hands-on experience in embedded systems while allowing interns to work from anywhere, making it ideal for gaining industry experience without the need to relocate.
What are the most commonly searched types of Remote Embedded Software jobs in Berkeley, CA? The most popular types of Remote Embedded Software jobs in Berkeley, CA are:
What are popular job titles related to Remote Embedded Software Intern jobs in Berkeley, CA? For Remote Embedded Software Intern jobs in Berkeley, CA, the most frequently searched job titles are:
What cities near Berkeley, CA are hiring for Remote Embedded Software Intern jobs? Cities near Berkeley, CA with the most Remote Embedded Software Intern job openings:
Infographic showing various Remote Embedded Software Intern job openings in Berkeley, CA as of June 2026, with employment types broken down into 28% Internship, and 72% Full Time. Highlights an 100% Remote job distribution, with an average salary of $64,732 per year, or $31.1 per hour.

QA Engineer (SDET) - AI, Data & Platform Quality

Extractable

San Francisco, CA โ€ข Remote

Full-time

Posted 19 days ago


Job description

Programmatic QA Testing for LLMs & Agents Data Quality Platform Reliability

About Finalytics.ai

Finalytics.ai is the leading provider of personalization for the financial industry. Our platform combines data integrations, machine learning, and real-time technology to make digital experiences more relevant and higher-converting for credit unions and banks. We're a growing startup led by industry veterans, building the next generation of AI-driven personalization.

Why This Role Is Different

QA at Finalytics goes well beyond clicking through a UI. Our platform makes model-driven decisions, runs LLMs and agents that generate content and answer questions, and depends on data pipelines that feed those models every day - and all of it has to be tested programmatically.

We're looking for an engineering-minded QA team contributor to help build quality across three areas: our core personalization features, our LLM and agentic capabilities, and the data that powers them. This is a coding role, embedded in the same repo and release flow as our engineers that will report directly to the CTO. You won't just find bugs - you'll build the automated tests, evals, and data checks that let a small team ship trustworthy AI every sprint.

Our stack is Python/Django with a JavaScript personalization tag, backed by MySQL, Celery, BigQuery, and AWS.

What You'll Do

1. Programmatic QA of Core Features

  • Extend our scenario test runner - a proprietary harness that captures real production personalization requests and replays them across environments, asserting on expected algorithms and content selection. Grow it into automated regression across every client.
  • Write automated tests in Python with pytest across our tiers - unit, integration, HTTP, and end-to-end.
  • Build headless Playwright end-to-end tests to verify how personalized content and tracking render on real client pages.
  • Harden the pre-deploy quality gate and pre-commit checks that block bad changes automatically.

2. Testing & Standardizing LLMs and Agents

  • Design evals for non-deterministic AI features - our conversational analytics assistant, AI content builders, and generative SEO - measuring correctness, grounding, and regression across prompt and model versions.
  • Test the tool-calling and agentic layers - that function-calling loops pick the right tools and guardrails hold on adversarial input.
  • Validate our agent/MCP interface - contract conformance, rate limiting, authorization, and safe failure.
  • Help set our standards for shipping AI - catching hallucinations and drift, and benchmarking prompt/model changes before clients see them.

3. Data Quality Engineering

  • Build automated data-health checks that flag stale rollups, incomplete coverage, and broken aggregations before they hit a client dashboard.
  • Validate data pipelines end-to-end - rollups, funnel/rate/financial ingestion, and BigQuery - with drift detection across environments.
  • Guard model inputs so the signals our ML depends on stay accurate and complete.

4. Reliability & Performance

  • Track platform performance - response times, JS load, and page speed - and help keep it fast.
  • Stand up quality dashboards - uptime, coverage, data-health, and eval scores.

5. Collaboration & Bug Lifecycle

  • Work in the codebase alongside engineers to diagnose issues across development, release, and deployment.
  • Drive the bug lifecycle - reproduce, capture with a failing test, and verify the fix.

What We're Looking For

  • 3+ years in QA/SDET or test automation with a code-first approach.
  • Strong Python - you write clean test code and can read the app you're testing.
  • pytest (preferred) and browser automation (Playwright or Selenium).
  • API and contract testing experience.
  • A genuine interest in testing AI - comfortable with non-determinism, evals, and prompts.
  • Data-savvy - strong SQL, and the instinct to validate pipelines and reconcile data.
  • Building automated quality gates into the deploy and release process.

Nice to Have

  • Testing or evaluating LLM applications - evals, prompt regression, tool-calling agents, or MCP.
  • Data or analytics QA - BigQuery or ETL/rollup validation.
  • Django, MySQL, or Celery experience.
  • Security testing with SAST/DAST tooling.
  • Familiarity with machine learning.
  • Financial industry, personalization, or CMS/marketing-platform experience.
  • Familiarity with AWS.
  • SaaS startup experience on a fast-moving, multi-tenant platform.

Why Finalytics

  • Frontier work - help define what QA means for AI, agents, and data-driven personalization in finance.
  • Direct impact - help shape how quality works across the platform, reporting straight to the CTO.
  • Automation-first culture - your work is code, in the same repo and release flow as engineering.
  • Remote-first, collaborative, low-ego team growing with a scaling fintech.