1

Senior Verification Engineer Jobs in Calgary, AB

You will build the verification infrastructure behavioral fences, property-based test suites ... Partner with senior product engineers to route AI-generated defect fixes through the verification ...

The Sr Mechanical Engineer may be involved in construction contract administration, site reviews on ... Ability to rigorously audit, validate, and verify all AI-generated outputs (examples: calculations ...

The Sr Mechanical Engineer may be involved in construction contract administration, site reviews on ... Ability to rigorously audit, validate, and verify all AI-generated outputs (examples: calculations ...

Senior Reservoir Engineer

Calgary, AB · On-site

CA$130K - CA$153K/yr

  • Retirement

Senior Reservoir Engineer The Opportunity Are you an experienced Reservoir Engineer looking to ... Ability to support Measurement, Monitoring and Verification (MMV) plans and evaluating produced ...

Overview The Senior Project Engineer role will be hired under the Engineering Management Centre of ... and verification of contractor work. About you * Bachelor's degree in Engineering (Civil ...

Senior Reservoir Engineer

Calgary, AB · On-site

$130.50 - $153/hr

  • Retirement

... Senior Reservoir Engineer to join our Applied Geoscience team. In this role, you\'ll collaborate ... Ability to support Measurement, Monitoring and Verification (MMV) plans and evaluating produced ...

Senior Simulation Engineer

Calgary, AB · On-site

  • Medical

  • Dental

  • Life

Senior Simulation Engineer Department: Technology Research & Development Location: Calgary, Alberta ... Lead verification and validation of the simulator using experimental, operational, analytical, and ...

We're looking for a Senior Mechanical Engineer to join our team and contribute to developing ... verification signals in application materials based on available information. These tools assist ...

Senior Reservoir Engineer

Calgary, AB · On-site

$150 - $190/hr

Provide engineering advice, guidance, and leadership on large multi-disciplinary projects which may ... Ability to support Measurement, Monitoring and Verification (MMV) plans and evaluating produced ...

New

next page

Showing results 1-20

Senior Verification Engineer information

See Calgary, AB salary details

$99.5K

$142.4K

$176.5K

How much do senior verification engineer jobs pay per year?

As of Aug 19, 2026, the average yearly pay for senior verification engineer in Calgary, AB is $142,412.00, according to ZipRecruiter salary data. Most workers in this role earn between $127,500.00 and $157,500.00 per year, depending on experience, location, and employer.

What is a senior verification engineer?

A Senior Verification Engineer is a highly experienced professional who is responsible for ensuring that hardware or software products meet design specifications and function correctly before they are released. They develop and implement verification plans, create testbenches, and use simulation tools to identify and resolve design errors. Senior Verification Engineers often lead verification teams, mentor junior engineers, and collaborate closely with design, development, and quality assurance teams. Their work is critical in industries such as semiconductor, automotive, and aerospace, where product reliability and performance are paramount.

What are some typical challenges faced by senior verification engineers when managing complex verification projects?

Senior Verification Engineers often encounter challenges such as coordinating large verification teams, ensuring comprehensive test coverage, and balancing tight project deadlines with high-quality standards. They must effectively communicate with design and software teams to resolve ambiguities and address potential design bugs early. Additionally, managing evolving specifications and integrating advanced verification methodologies like UVM requires adaptability and strong problem-solving skills.

What are the key skills and qualifications needed to thrive as a senior verification engineer, and why are they important?

To thrive as a Senior Verification Engineer, you need expertise in digital design, verification methodologies (such as UVM or SystemVerilog), and a degree in electrical or computer engineering. Familiarity with simulation tools like ModelSim, VCS, or Questa, as well as scripting languages like Python or Perl, is typically required. Strong problem-solving, attention to detail, and effective communication skills help you lead teams and collaborate with design engineers. These skills ensure accurate verification of complex hardware, minimizing errors and ensuring reliable product delivery.

What is the difference between Senior Verification Engineer vs Verification Engineer?

AspectSenior Verification EngineerVerification Engineer
Required CredentialsBachelor's or Master's in Electrical Engineering, Computer Science, or related field; experience in verification tools and methodologiesBachelor's degree in a relevant field; entry-level experience in verification processes
Work EnvironmentDesign teams, hardware/software development, testing labsDesign teams, testing labs, development environments
Industry UsageSemiconductor, electronics, embedded systemsSemiconductor, electronics, embedded systems
Common Search/ComparisonYesYes

The main difference between a Senior Verification Engineer and a Verification Engineer lies in experience and responsibility. Senior Verification Engineers typically have more experience, lead verification efforts, and mentor junior staff, while Verification Engineers focus on executing verification tasks under supervision. Both roles are essential in hardware and embedded system development within the semiconductor and electronics industries.

What are popular job titles related to Senior Verification Engineer jobs in Calgary, AB?

For Senior Verification Engineer jobs in Calgary, AB, the most frequently searched job titles are:

Infographic showing various Senior Verification Engineer job openings in Calgary, AB as of August 2026, with employment types broken down into 78% Full Time, 17% Part Time, and 5% Contract. Highlights an 86% Physical, 5% Hybrid, and 9% Remote job distribution, with an average salary of $142,412 per year, or $68.5 per hour.

Full-time

Posted 23 days ago


Job description

About the Role

Software is entering a period where code generation isaccelerating,and verification is the new constraint. We are rebuilding our quality function from the ground up as an AI-first verification engineering team, and we are hiring founding SDETs to design and build it.This is not a test-case-writing role. You will build the verification infrastructure behavioral fences, property-based test suites, static analysis pipelines, and agentic QA workflows thatallowsAI-generated code to ship safely at high velocity. You will work directly with engineering leadership on one of the most consequential transformations in the company's history, with genuine authority to define how quality is engineered here.


What You'll Do

  • Design and build behavioral fences(characterization harnesses that lock in existing behavior, and acceptance harnesses derived from specifications) that AI-generated code must pass beforemerge.
  • Establish system-level behavioral baselines of our core product so agentic refactoring and extension can be verified against observable behavior.
  • Build and own property-based testing suites (invariant-driven, generative input) targeting the failure modes characteristic of AI-authored code.
  • Stand up andoperatethe non-behavioral verification stack: SAST/security scanning,secretsdetection, dependency/supply-chain analysis, and performance baselines in CI/CD.
  • Develop agentic QAworkflowsAI agents that generate, execute, and triage tests with humans reviewing at the level of strategy and coverage, not individual cases.
  • Define and report honest coverage boundaries: what is verified, what is sampled, and what is notcoveredso green dashboards mean what they claim.
  • Implement observability for quality: logging, tracing, and metrics that surface verification signals,escapeddefects, and behavioral drift across the pipeline and in production.
  • Participate in incident response and post-mortems for quality escapes, feeding every production defect back into the fences, suites, and pipeline as a permanent regression guard.
  • Automate deployment of the verification infrastructure itselftestenvironments, harnesses, and pipeline tooling.
  • Develop test strategies for AI-powered product features: prompt regression testing, behavioral boundary testing, output quality evaluation, and regression detection for non-deterministic outputs with observable quality signals defined alongside product and engineering.
  • Partner with senior product engineers to route AI-generated defect fixes through the verification pipeline with human review at the right altitude.


What We're Looking For

  • Strong software engineering fundamentals.You write production-quality code (Python, TypeScript/JavaScript, C#, Java, or Go) and think in systems, not scripts.
  • Active use of AI coding assistants.Tools like Claude Code, Copilot, or Cursor are part of your daily workflow, andyou'regenuinely curious about how far they can be pushed you have opinions about where they fail and how to catch it.
  • An instinct for testing invariants rather thanexamplesexperience with property-based tools (Hypothesis, fast-check,QuickCheck-family) is great evidence, but the mindset iswhat'srequired.
  • CI/CD ownership.You have built or owned pipelines, not justconsumed themgates, quality signals, and tooling that other engineers rely on.
  • Static analysis and security tooling familiarity(e.g.,Semgrep, SonarQube,CodeQL,Gitleaks) and an understanding of why input/output testing alone cannot catch security or performance rot.
  • Performance and reliability awareness.Knowledge of performance tuning, capacity planning, and reliabilitypatternscorrect output at unacceptable latency or fragility is still a defect.
  • Strong diagnostic and problem-solving skills for complex systems,and the ability to work collaboratively across development, QA, and operations teams.
  • A builder's bias.You would rather build a harness that finds a whole class of bugs than manually find one bug.


What Sets You Apart

We know deep experience in these areas israrethe discipline is only a few years old.We'rebuilding it here, andwe'llinvest in developing it. Bring the fundamentals and the appetite; any of the following moves you to the top of the list:

  • Agentic AI experience.Hands-on with Claude Code or comparable agents generating test scaffolding, accelerating authoring, analyzing coverage gaps, or building agentic workflows of your own.
  • Experience testing or evaluating LLM-based systems.Evaluation frameworks (evals), model-graded testing, handling non-determinism, and qualitative evaluation (rubrics, rating systems, calibrated human review) where qualitycan'tbe reduced to assertions.
  • Hands-on property-based or generative testingwith Hypothesis, fast-check, orQuickCheck-family tools in real projects.
  • Supply-chainplanning, manufacturing, or ERP domain exposure.
  • Experience characterizing legacy systems (snapshot/approval testing) ahead of large refactors.
  • Performance and load-testing baseliningexperience.
  • SRE or DevOps background on-call experience, chaos/resilience testing, or advocacy for test-driven development and resilience patterns.


Education & Experience

  • Bachelor's degree in Computer Science, Engineering, or a related field, or equivalent practical experience.
  • 5+ years in software engineering, SDET, SRE, or DevOps roles.


Why This Role, Why Now

Most testing organizations are being disrupted by AI. This one is being built for it with executive mandate, from a clean sheet. You will be a founding member of the team that defines how an entire product organization ships AI-authored software safely. If you have been waiting for a role where verification engineering is treated as the product rather than the afterthought, this is it.


When applying, please include a short noteon the most interesting failure you have seen an AI coding agent produce.