High-Voltage Cable Engineer

Ryan Mahoney

Why this role is hard · Ryan Mahoney

Trusting a resume is risky when hiring for this role. The work requires careful component selection and routing decisions that meet tight transit standards. You need an engineer who speaks plainly when a termination fails stress testing and steps up when a substation interface changes halfway through. Many applicants dress up their backgrounds but miss the daily discipline of logging every splice and bend radius accurately. You want reliable judgment in the field, not just classroom theory.

Core Evaluation

Critical questions for this role

The competency and attitude questions below are where the hiring decision is made. They run in the live interview rounds and are calibrated to the level selected above.

17 Competency Questions

1 of 17
  1. Discipline

    High-Voltage Cable Engineering & Operations

  2. Job requirement

    Asset Lifecycle Management & Reliability Engineering

    Maintains accurate asset records, supports routine maintenance schedules, and processes failure reports according to established protocols.

  3. Expected at Junior

    Lifecycle management at this level is administrative and supportive. Basic proficiency builds foundational data literacy and protocol adherence, preparing the engineer for future predictive maintenance and reliability strategy roles.

Interview round: Hiring Manager Technical Deep Dive

A newly commissioned cable experiences a minor sheath defect shortly after energization. What information would you capture and how would you log it in the maintenance system?

Positive indicators

  • Captures comprehensive context around the defect
  • Follows established reporting workflows without deviation
  • Links the defect to original installation and commissioning data

Negative indicators

  • Reports only basic symptoms without diagnostic context
  • Fails to attach supporting documentation or photos
  • Enters incomplete or inaccurate data into tracking systems

12 Attitude Questions

1 of 12

Accountability Mindset

Accountability Mindset refers to the consistent internalization of personal and professional responsibility for project outcomes, safety compliance, and technical execution. It encompasses proactively owning decisions, transparently communicating risks or deviations, implementing corrective actions without deflection, and ensuring that theoretical designs are faithfully translated into safe, reliable field operations. In high-stakes engineering environments, it manifests as an unwavering commitment to quality assurance, rigorous documentation, and continuous learning from both successes and operational failures.

Interview round: Recruiter Screen & Baseline Fit

Tell me about a project where you had to coordinate corrective actions across multiple trades to resolve a compliance or safety violation within your assigned segment. How did you manage it?

Positive indicators

  • Establishes clear ownership matrix for each task
  • Conducts regular syncs to track progress
  • Validates final compliance with independent checks

Negative indicators

  • Allows overlapping responsibilities to cause gaps
  • Assumes other trades will self-correct
  • Fails to document final verification steps

Supporting Evaluation

How candidates earn the selection conversation

The goal is to reduce effort for everyone by collecting more useful signal before adding more interviews. Lightweight application prompts and structured screens help the panel focus live time on the candidates most likely to succeed.

Stage 1 · Application

Filter at the door

Runs the moment a candidate hits Submit. Disqualifying answers end the application; everything else is captured for review.

Video-Response Questions

1 of 2

Application Screen: Video Response

Describe a time when you had to explain a critical high-voltage cable routing constraint or thermal derating limitation to a municipal planner or utility operator who was pushing for a faster schedule. How did you ensure they understood the technical necessity while maintaining a collaborative partnership?

Candidate experience

REC
0:42 / 2:00
1Record
2Review
3Submit

Response time

2 min

Format

Recorded video

Stage 2 · Resume Screening

Read the resume against fixed criteria

Reviewers score every application that clears the door against the same criteria. Stronger reviews advance to live interviews; weaker ones are archived without further screening.

Resume Review Criteria

8 criteria
Evidence of calculating cable capacity and drafting spatial layouts using soil resistivity data, electrical standards, and CAD/GIS tools.
Evidence of executing or witnessing VLF/partial discharge tests, interpreting diagnostic data, and documenting results for circuit sign-off.
Evidence of authoring installation procedures, supervising termination crews, and verifying compliance with IEEE or manufacturing standards.
Evidence of aligning electrical designs with civil/utility constraints, managing site conflicts, and applying NFPA/NEC safety standards.

Does the resume show relevant prior work experience?

Is the resume complete, well-organized, and free from formatting, spelling, and grammar mistakes?

Does the resume indicate required academic credentials, relevant certifications, or necessary training?

Does the cover letter or personal statement convey clear relevance and familiarity with the job?

Stage 3 · During Interviews

Where the hire is decided

Interview rounds use the competency and attitude questions outlined above, then add tests, work simulations, and presentations that reveal deeper evidence about how the candidate thinks and works.

Coding Test

Live Interview · Coding Test

Without AI

Complete the function to calculate adjusted ampacity. Validate that soil resistivity is positive, ambient temperature is below conductor max temperature, and base ampacity is greater than zero. Apply a simplified linear derating factor based on the temperature delta and resistivity. Return the adjusted value rounded to two decimal places.

Implement `calculateThermalDerating` with input validation and a basic derating formula. Throw descriptive errors for invalid physical constraints.

With AI

Use AI to generate the initial implementation, then refactor it into a `CableAmpacityService` class. The class must handle real-time telemetry streams, apply dynamic soil condition strategies, and gracefully handle out-of-order sensor packets. You must explicitly document which AI-generated patterns you kept, modified, or rejected, and explain your architectural choices.

Extend the starter function into a streaming telemetry processor. Implement a strategy pattern for varying soil conditions, handle out-of-order timestamps, and log calibration drift warnings. Discuss the tradeoffs between stateful stream processing and stateless batch calculation in your solution.

Response time

20 min

Positive indicators

  • Explicit validation of physical constraints (e.g., ambient < max temp, resistivity > 0)
  • Clear mathematical implementation of a derating factor
  • Proper error throwing with domain-specific messages
  • Clean, readable code with appropriate type usage
  • Clear separation of stream ingestion, strategy selection, and calculation logic
  • Explicit rejection of AI-generated anti-patterns (e.g., global mutable state, unhandled promise rejections)
  • Thoughtful discussion of tradeoffs between real-time processing and batch accuracy
  • Robust handling of out-of-order data and sensor drift without blocking the pipeline

Negative indicators

  • Missing boundary checks for impossible physical states
  • Returning NaN or Infinity without handling
  • Overcomplicating a simple formula with unnecessary abstractions
  • Ignoring type constraints or returning wrong types
  • Uncritically accepting AI-generated monolithic scripts
  • Missing state management for out-of-order telemetry
  • Failing to justify architectural decisions or strategy selection
  • Overcomplicating the solution with unnecessary frameworks for a simple calculation

Presentation Prompt

Walk us through how you would calculate thermal ampacity for an underground HV feeder in a complex urban ductbank with variable soil resistivity and multi-conductor loading. Discuss your approach to gathering field data, selecting derating factors, and validating your design against safety standards without over-engineering.

Format

approach-walkthrough · 20 min · ~2 hr prep

Audience

Hiring manager, Senior HV engineer, Field operations lead

What to prepare

  • A brief verbal walkthrough of your step-by-step methodology
  • Optional: 1-2 annotated diagrams or calculation sheets from past work (sanitized if needed)
  • Notes on how you balance theoretical models with real-world soil conditions

Deliverables

  • A structured verbal explanation of your calculation and validation process
  • Discussion of tradeoffs between conservative safety margins and cost-effective sizing

Ground rules

  • Slides are optional; talking through your reasoning is encouraged
  • Use only work or data you are permitted to share; anonymize proprietary project details
  • Focus on your decision-making process, not just the final numbers

Scoring anchors

Exceeds
Proactively identifies hidden thermal risks, integrates field feedback loops into the calculation, and clearly communicates tradeoffs to non-technical stakeholders.
Meets
Follows a logical, code-compliant ampacity calculation process, acknowledges key variables like soil resistivity, and explains validation steps clearly.
Below
Over-relies on default tables or software, overlooks critical environmental or installation constraints, and cannot defend design choices under questioning.

Response time

20 min

Positive indicators

  • Asks clarifying questions about soil testing methods and load profiles before starting calculations
  • Explicitly states assumptions and explains how they would be validated in the field
  • Balances code compliance with practical installation constraints
  • Demonstrates clear, stepwise logic from data collection to final ampacity selection

Negative indicators

  • Jumps directly to NEC table lookups without discussing site-specific variables
  • Ignores the impact of multi-circuit proximity or seasonal thermal shifts
  • Relies solely on theoretical software outputs without field validation steps
  • Fails to articulate tradeoffs between safety margins and project budget

Work Simulation Scenario

Scenario. You are tasked with designing the underground 34.5 kV HV feeder routing and cable specification for a new transit depot segment. You've been handed a preliminary site layout and load forecast, but critical geotechnical and operational data is either missing, preliminary, or potentially conflicting.

Problem to solve. Determine the precise cable type, routing path, and ductbank configuration by identifying the missing information, validating assumptions, and establishing a technically sound, code-compliant design approach.

Format

discovery-interview · 40 min · ~2 hr prep

Success criteria

  • Ask high-signal clarifying questions before proposing solutions
  • Surface and validate key assumptions about soil thermal resistivity and load profiles
  • Align design constraints with NEC/IEEE standards and field execution realities

What to review beforehand

  • Basic NEC Article 310 ampacity tables
  • Typical XLPE cable construction standards
  • Ductbank thermal modeling fundamentals

Ground rules

  • This is a conversational discovery session, not a written deliverable
  • You will drive the questioning; the partner answers only what you ask
  • Focus on your diagnostic process and engineering judgment

Roles in scenario

Dr. Aris Thorne, Senior Geotechnical Engineer (informed_partner, played by peer)

Motivation. Ensure the cable design accounts for highly variable soil moisture and thermal resistivity without over-engineering or compromising safety.

Constraints

  • Field borehole data is only 60% complete
  • Soil thermal resistivity ranges from 90 to 140 °C·cm/W depending on seasonal moisture
  • Cannot authorize additional geotech surveys without a 2-week delay

Tensions to introduce

  • Initial load forecast assumes 100% simultaneous charging, but operations says it will be staggered
  • Preliminary routing crosses a known high-water-table zone
  • Contractor prefers concrete-encased ductbank for speed, but thermal derating is severe

In-character guidance

  • Answer questions directly and factually based on the provided constraints
  • If asked about soil moisture variability, share the 90-140 °C·cm/W range
  • If asked about load profiles, clarify the staggered vs simultaneous charging discrepancy
  • Maintain a factual, data-focused tone throughout the discussion

Do not

  • Do not coach the candidate on which NEC tables to use
  • Do not suggest design solutions like backfill material changes
  • Do not volunteer information about the high-water-table zone unless the candidate asks about routing risks or soil conditions

Scoring anchors

Exceeds
Systematically uncovers hidden constraints through high-leverage questions, integrates geotechnical and operational data into a robust, code-aligned design framework, and proactively addresses installation risks.
Meets
Asks necessary clarifying questions about soil and load conditions, references appropriate standards, and outlines a logical design approach that accounts for key derating factors.
Below
Proceeds with assumptions without validation, overlooks critical thermal or load constraints, fails to reference relevant engineering standards, or struggles to navigate ambiguous data.

Response time

40 min

Positive indicators

  • Asks targeted questions about soil thermal resistivity and seasonal moisture impact before sizing cables
  • Surfaces assumptions about load diversity factors and validates them against operational constraints
  • References relevant NEC/IEEE standards for ductbank configuration and ampacity derating
  • Proposes a structured approach to validate missing geotechnical data without halting progress
  • Balances theoretical calculations with practical installation constraints like bend radius and pull tension

Negative indicators

  • Jumps to cable selection or routing without clarifying soil or load conditions
  • Assumes worst-case simultaneous loading without questioning operational patterns
  • Ignores thermal derating implications of concrete encasement or high water tables
  • Relies on guesswork or generic rules-of-thumb instead of asking for specific missing data
  • Freezes when presented with conflicting data, failing to structure a diagnostic path forward

Progression Framework

This table shows how competencies evolve across experience levels. Each cell shows competency at that level.

High-Voltage Cable Engineering & Operations

7 competencies

CompetencyJuniorMidSenior
Asset Lifecycle Management & Reliability Engineering

Maintains accurate asset records, supports routine maintenance schedules, and processes failure reports according to established protocols.

Implements predictive maintenance strategies, conducts root cause analysis for cable failures, and optimizes lifecycle cost models to extend asset service life.

Drives enterprise asset management strategy, embeds sustainability and circular economy metrics into planning, and sets long-term reliability targets for critical networks.

Cable Design & Electrical Engineering Principles

Applies standard electrical principles and design codes to specify cable components, perform basic load calculations, and draft technical drawings under supervision.

Leads complex cable design initiatives, optimizes conductor sizing and insulation selection, and resolves non-standard engineering challenges across diverse grid environments.

Establishes enterprise-wide design standards, drives innovation in next-generation cable materials, and aligns engineering practices with long-term infrastructure resilience goals.

Grid Interconnection & Substation Interface

Assists in designing and verifying interconnection points, drafting termination layouts, and checking basic protection coordination requirements.

Engineers robust grid integration solutions, manages fault current contributions, and ensures seamless protection relay coordination between cables and switchgear.

Directs macro-level grid integration strategies, aligning HV cable infrastructure with regional microgrid objectives and renewable energy interconnection mandates.

Installation Planning & Construction Execution

Executes installation plans, monitors daily construction activities, and verifies compliance with safety and technical specifications in the field.

Manages end-to-end construction workflows, optimizes trenching and pulling methodologies, and resolves complex site constraints and multi-trade coordination issues.

Defines strategic construction execution frameworks, standardizes deployment methodologies across capital programs, and integrates advanced project delivery models.

Project Coordination & Stakeholder Interface Management

Facilitates routine coordination meetings, tracks interface requirements, and maintains documentation across engineering and field teams.

Manages complex cross-functional interfaces, negotiates technical agreements, and resolves multidisciplinary conflicts to maintain project momentum.

Orchestrates strategic stakeholder alignment, establishes policy-level interface governance, and advises executive leadership on multi-agency infrastructure initiatives.

System Architecture & Routing Optimization

Supports routing studies and system modeling using standard software to identify viable cable pathways and document spatial constraints.

Architects integrated cable routing solutions, balancing thermal, mechanical, and electromagnetic constraints across congested urban or industrial corridors.

Pioneers advanced system architecture frameworks, integrating digital twin technologies and predictive spatial analytics to future-proof grid networks.

Testing, Commissioning & Diagnostic Evaluation

Conducts standard field and factory acceptance tests, documents results accurately, and identifies basic anomalies for escalation.

Develops comprehensive testing protocols, leads complex commissioning sequences, and performs advanced partial discharge and fault location diagnostics.

Establishes enterprise testing standards, integrates AI-driven diagnostic methodologies, and defines predictive commissioning frameworks for critical infrastructure.