Electrified Transit Engineering & DeliveryExpert-built kit

Electrical Utility Engineer

Designs and evaluates BEB depot electrical systems, coordinates arc-flash studies, specifies switchgear, and integrates charging infrastructure with facility MEP.

Interview content for Transit Electrification Project Engineer

26
What to ask. Competency and attitude questions, assigned to the right round.
194
What to listen for. Positive and negative indicators, per question.
6
What the hire must do. Capabilities with expected proficiency at each level.

Look inside: one question, as it appears in the kit

Pick the level you’re hiring. The sample changes with the level you select.

Round 2 · Hiring Manager Technical Deep Dive15 competency questions

Power Systems & Infrastructure Engineering

Electrical Network Analysis & Load Modeling

Develops detailed load models, validates simulation results, and resolves network constraint issues.

Expected at Transit Electrification Project Engineer

Sample competency question

Walk me through how you developed and validated a load flow model for a transit facility project. What steps did you take from initial data collection through final review?

Ask once, as written, then allow silence. A helpful rephrase may hand the candidate the answer.

Positive indicators

  • Details specific data sources and validation checks used
  • Explains how model limitations were identified and addressed
  • References peer or third-party verification processes
  • Connects load modeling decisions to downstream equipment sizing

Negative indicators

  • Relies on generic templates without project-specific adjustments
  • Cannot explain how model accuracy was verified
  • Omits constraint resolution or defers all issues to others
  • Lacks structured documentation or review trail

Project engineers must independently model facility loads and validate interconnection capacity to ensure grid readiness before construction begins.

Ryan Mahoney

Why this role is hard · Ryan Mahoney

The hardest part is finding engineers who can turn complex grid data into solid decisions while staying calm when contractors push back. You need someone who actually listens to utility inspectors during interconnection meetings rather than just waiting for their turn to talk. That habit stops expensive redesigns when depot charging loads spike past what the transformers can handle. I see candidates nail the load modeling tests every time, but they completely stall when we ask them to negotiate make ready terms under a tight deadline. Real skill in this role comes down to clear communication and the willingness to shut down unsafe field changes before we bring power online.

Everything in the download, in the order you’ll use it

Level guides for Grid Interconnection Engineer, Transit Electrification Project Engineer, Lead Systems & Utility Engineer and Transit Electrification Program Lead.

Before you post

  • 1Ready-to-use job description
  • 3Video screening prompts
  • 8Resume screening criteria

In the room

  • 15Competency interview questions
  • 11Attitude interview questions
  • 1Hands-on work simulations
  • 1Presentation prompts
  • 1Coding tests

At the debrief

  • Progression framework
  • Exceeds / Meets / Below anchors for every exercise
  • 3Interview plan with time per round

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.

15 Competency Questions

1 of 15
  1. Discipline

    Power Systems & Infrastructure Engineering

  2. Job requirement

    Electrical Network Analysis & Load Modeling

    Develops detailed load models, validates simulation results, and resolves network constraint issues.

  3. Expected at Transit Electrification Project Engineer

    Project engineers must independently model facility loads and validate interconnection capacity to ensure grid readiness before construction begins.

Interview round: Hiring Manager Technical Deep Dive

Walk me through how you developed and validated a load flow model for a transit facility project. What steps did you take from initial data collection through final review?

Positive indicators

  • Details specific data sources and validation checks used
  • Explains how model limitations were identified and addressed
  • References peer or third-party verification processes
  • Connects load modeling decisions to downstream equipment sizing

Negative indicators

  • Relies on generic templates without project-specific adjustments
  • Cannot explain how model accuracy was verified
  • Omits constraint resolution or defers all issues to others
  • Lacks structured documentation or review trail

11 Attitude Questions

1 of 11

Active Listening

Active listening is a deliberate communication competency characterized by fully concentrating on, understanding, responding to, and accurately interpreting both explicit technical directives and implicit operational constraints. In engineering and cross-functional environments, it requires suspending premature judgment, asking clarifying questions that uncover root causes rather than surface symptoms, and systematically synthesizing fragmented or non-technical inputs into coherent frameworks without distortion, omission, or cognitive bias.

Interview round: Recruiter Screening & Alignment

Walk me through how you would synthesize conflicting site survey data from an EPC contractor and a municipal utility when finalizing a service entrance layout.

Positive indicators

  • Prioritizes field verification over desk assumptions
  • Outlines a clear validation protocol
  • Maintains neutrality between conflicting parties

Negative indicators

  • Picks one dataset arbitrarily
  • Blames contractor for inaccuracies without checking
  • Proceeds without reconciling the conflict

Supporting Evaluation

How candidates earn the selection conversation

The goal is to reduce effort for everyone by collecting more useful signals before adding more interviews. Lightweight application prompts and structured screens help your team focus interview 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 3

Application Screen: Video Response

You are coordinating a depot electrification project where municipal planners are pushing for accelerated timelines that conflict with required utility impact studies and arc-flash safety protocols. Describe how you would communicate these technical and regulatory constraints to the planners while preserving the partnership and keeping the project moving forward.

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
Manages interdependent electrification timelines and negotiates make-ready terms, transformer sizing, and voltage regulation with utility partners.
Designs automatic transfer switch logic, integrates signal/comms power feeds, and aligns rail traction outputs with facility control systems.
Drafts procurement specifications, reviews contractor submittals for UL/IEEE compliance, and manages field validation during construction.
Aligns MEP, civil, and contractor teams while overseeing arc-flash studies and enforcing NFPA 70E compliance during active construction.

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

Implement the validation logic. Focus on accurate threshold comparison and clear violation reporting.

Implement `validate_coordination` to check if upstream relay pickup current exceeds downstream fault current with a 1.2x safety margin. Return a list of violations with relay IDs and margin deltas.

With AI

Use AI for syntax, but design for extensibility across relay types and mandatory audit logging. Document your architectural decisions.

Extend the validator to support multiple relay types (inverse-time, instantaneous) and configurable safety margins per voltage class. Implement a clear logging strategy for audit trails and handle edge cases where telemetry data is sparse or contradictory. Explain how you verified AI output against these extensibility and compliance requirements.

Response time

20 min

Positive indicators

  • Correct 1.2x margin application
  • Accurate upstream/downstream mapping
  • Clear violation dictionaries
  • Handles empty or single-relay inputs
  • Strategy pattern or polymorphic relay handling
  • Configurable margin injection
  • Structured audit logging
  • Explicit handling of sparse/contradictory data

Negative indicators

  • Off-by-one errors in margin calculation
  • Missing downstream fault linkage
  • Crashing on empty lists
  • Unclear output format
  • Hardcoded relay type checks
  • Static 1.2x margin ignoring voltage class
  • Missing audit trail or fallback logic
  • Blind acceptance of AI-generated monolithic logic

Presentation Prompt

Prepare a short deck on a past multi-phase electrification project or a hypothetical transit facility upgrade. Walk us through how you balanced contractor pacing, utility commissioning timelines, and MEP coordination, focusing on your approach to system design and protection coordination under budget and schedule pressure.

Format

deck-and-walkthrough · 20 min · ~2 hr prep

Audience

Project engineering leads and utility compliance managers

What to prepare

  • 3-5 slides outlining project scope, key design/protection decisions, and cross-functional coordination challenges
  • Notes on tradeoffs made and lessons learned

Deliverables

  • A short deck and verbal walkthrough of your project experience

Ground rules

  • Use anonymized or publicly shareable project data only
  • Focus on your decision-making process and coordination approach, not just deliverables

Scoring anchors

Exceeds
Delivers a cohesive narrative that tightly links protection design choices to project execution realities, demonstrating mature tradeoff analysis and proactive stakeholder alignment.
Meets
Presents a clear project overview with logical explanations of system design choices and coordination steps, meeting standard project engineering expectations.
Below
Lacks clarity on design rationale, overlooks coordination challenges, or fails to connect technical decisions to project delivery outcomes.

Response time

20 min

Positive indicators

  • Clearly articulates design tradeoffs and protection coordination rationale
  • Demonstrates proactive conflict resolution between utility and contractor timelines
  • Uses structured narrative to connect technical choices to project outcomes
  • Surfaces assumptions about MEP constraints and addresses them explicitly

Negative indicators

  • Focuses solely on technical specs without addressing coordination or schedule pressures
  • Fails to explain rationale behind protection coordination decisions
  • Ignores cross-functional dependencies or stakeholder alignment
  • Presents a linear success story without acknowledging tradeoffs or constraints

Work Simulation Scenario

Scenario. During active construction of a multi-phase transit electrification facility, a conflict has emerged between the life-safety building code requirements for automatic transfer switch (ATS) logic and the high-capacity BEB charger sequencing needed for fleet readiness. You must facilitate a 40-minute decision discussion between two stakeholders to approve a compliant, operational design without delaying the project.

Problem to solve. Drive a cross-functional decision that resolves the ATS logic conflict, satisfies life-safety compliance, and maintains fleet operational readiness within the construction timeline.

Format

cross-functional-decision · 40 min · ~2 hr prep

Success criteria

  • Identify the core technical and operational tradeoffs between ATS sequencing and charger availability
  • Propose a compliant, phased, or engineered solution that satisfies both parties
  • Establish clear handoff protocols, testing milestones, and accountability boundaries

What to review beforehand

  • ATS logic fundamentals and life-safety load prioritization
  • BEB charger sequencing and temporary power constraints
  • Construction phase change-control and compliance review workflows

Ground rules

  • Facilitate the discussion, do not act as a passive observer
  • Focus on decision logic, tradeoffs, and escalation paths, not written specs
  • Acknowledge competing incentives and drive toward a actionable resolution

Roles in scenario

Transit Operations Director (cross_functional_partner, played by cross_functional)

Motivation. Maximize fleet charging uptime and minimize bay downtime during the construction handover to meet driver shift and route commitments.

Constraints

  • Strict operational schedule with fixed driver shift start times
  • Limited budget for extended temporary power solutions
  • Pressure from fleet management to avoid service disruptions

Tensions to introduce

  • Insist on prioritizing charger availability over life-safety transfer delays
  • Push for temporary bypass solutions or parallel testing during off-peak hours
  • Express frustration with code delays impacting fleet readiness metrics

In-character guidance

  • Focus on operational continuity and real-world depot workflows
  • Demand practical, minimally disruptive workarounds
  • Remain open to engineered solutions that protect schedule

Do not

  • Do not concede on core operational requirements without a viable alternative
  • Do not escalate hostility or dismiss safety concerns outright
  • Do not dictate the engineering solution; let the candidate drive the tradeoff

Fire & Life Safety Code Official (skeptical_stakeholder, played by leadership)

Motivation. Ensure absolute compliance with NFPA and local fire codes for emergency power transfer and life-safety load prioritization.

Constraints

  • Zero tolerance for life-safety code deviations or unverified bypasses
  • High liability exposure and upcoming municipal inspection deadlines
  • Mandatory sequential transfer protocols for critical loads

Tensions to introduce

  • Reject any temporary bypasses that compromise life-safety sequencing
  • Demand strict adherence to code-compliant ATS logic before energization
  • Threaten stop-work orders if testing or commissioning deviates from approved plans

In-character guidance

  • Cite code sections and prioritize human safety over operational convenience
  • Remain firm but professional, focusing on compliance verification
  • Accept engineered alternatives that include certified testing and documentation

Do not

  • Do not solve the technical design or propose ATS configurations
  • Do not become hostile or issue ultimatums beyond professional boundaries
  • Do not relax code requirements without a certified, testable alternative

Scoring anchors

Exceeds
Structures a clear decision framework, uncovers hidden constraints, proposes a compliant and operationally viable resolution, and establishes firm accountability milestones.
Meets
Facilitates a productive discussion, identifies core tradeoffs, and guides stakeholders toward a workable compromise with minor facilitation gaps.
Below
Struggles to manage competing incentives, fails to clarify constraints, or leaves the conflict unresolved without a clear path forward.

Response time

40 min

Positive indicators

  • Clearly frames the technical and schedule tradeoffs between ATS sequencing and charger readiness
  • Asks targeted questions to uncover non-negotiable constraints from both stakeholders
  • Proposes a phased testing, temporary power, or engineered bypass strategy that satisfies code and operations
  • Establishes clear accountability, documentation, and escalation paths for the resolution
  • Maintains professional boundary-setting while driving consensus toward a decision

Negative indicators

  • Defaults to picking a side without exploring engineered compromises
  • Fails to clarify compliance boundaries or operational non-negotiables
  • Allows the discussion to stall without a clear decision framework or next steps
  • Uses vague language or technical jargon without confirming shared understanding
  • Avoids addressing the schedule-compliance tension directly

Progression Framework

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

Power Systems & Infrastructure Engineering

6 competencies

CompetencyGrid Interconnection EngineerTransit Electrification Project EngineerLead Systems & Utility EngineerTransit Electrification Program Lead
Electrical Network Analysis & Load Modeling

Performs standardized load calculations and runs baseline power flow simulations under supervision.

Develops detailed load models, validates simulation results, and resolves network constraint issues.

Architects complex multi-node network models, defines analysis standards, and mentors junior engineers to ensure accurate load forecasting and capacity planning.

Aligns network modeling strategies with enterprise capital planning and long-term infrastructure roadmaps.

Grid Integration & Interconnection Planning

Reviews interconnection applications and verifies compliance with utility technical requirements.

Conducts impact studies, designs interconnection equipment, and coordinates with external developers.

Develops grid integration strategies for high-penetration EV loads and leads stakeholder technical reviews across multi-utility jurisdictions.

Negotiates interconnection agreements at scale and aligns grid modernization investments with regulatory mandates.

Infrastructure Construction & Commissioning

Supports field inspections, reviews construction submittals, and documents as-built conditions.

Leads site commissioning activities, validates equipment performance, and manages contractor deliverables.

Defines commissioning protocols, troubleshoots complex integration failures, and optimizes construction workflows for multi-site charging deployments.

Directs multi-site rollout strategies, ensures supply chain readiness, and oversees capital expenditure tracking.

Operational Monitoring & Asset Management

Tracks operational KPIs, logs equipment faults, and assists in routine maintenance planning.

Analyzes asset health data, optimizes maintenance schedules, and implements condition-based monitoring.

Architects predictive maintenance models, integrates IoT telemetry, and drives operational efficiency initiatives for transit charging infrastructure.

Establishes enterprise asset management frameworks, aligns O&M budgets with lifecycle forecasts, and mitigates systemic risks.

Regulatory Compliance & Project Delivery

Compiles compliance documentation, tracks permit requirements, and supports regulatory reporting.

Manages project scopes, ensures NEC/IEEE compliance, and coordinates with permitting authorities.

Develops compliance frameworks, leads regulatory audits, and resolves cross-jurisdictional technical conflicts for regional electrification programs.

Directs portfolio compliance strategy, engages with standards bodies, and aligns delivery milestones with funding requirements.

System Design & Protection Coordination

Drafts single-line diagrams and calculates basic protective relay settings.

Finalizes protection schemes, performs coordination studies, and resolves design conflicts.

Leads protection architecture reviews, optimizes system reliability, and establishes design criteria for high-voltage transit electrification networks.

Oversees portfolio-wide design standards and ensures alignment with utility reliability targets.