Type · motivation

Enterprise · Software Engineer Interview Guide
Sign up to see ATSHeadquartered in SpainInterview language: English
How to Pass the Ferrovial Software Engineer Interview in 2026
The Ferrovial DNA (TL;DR)
The Ferrovial Interview Loop
Your onsite loop will typically consist of 4 rounds.
- 1
Round 1
Recruiter ScreenMotivation, role fit, logistics. - 2
Round 2
Coding ScreenLeetCode-medium algorithmic problems under time pressure. - 3
Round 3
System DesignDistributed systems, trade-offs at scale, architecture under constraints. - 4
Round 4
Onsite CodingLeetCode-hard, debugging, code clarity, edge cases. - 5
Round 5
Behavioral / LeadershipPast evidence of ownership, influence, resolving conflict.
The Danger Zone: Top Reasons Candidates Fail
Based on our database of Ferrovial interview outcomes, avoid these common traps:
- Failing to mention any learning or positive impact from the experience.
- Inefficient sorting or interval management.
- Ignoring data privacy and anonymization requirements.
- Overly simplistic scheduling logic that doesn't account for real-world constraints.
Test Yourself: Real Ferrovial Questions
Three real prompts pulled from our database.
Type · system-design
Type · algorithmic
+ many more questions, signals, and worked examples
Sign up to unlock the full Ferrovial grading rubric
Ferrovial Interview Question Bank
A sample from our database, grouped by round. Sign up to see the full set.
9 of 13 questions shown
Recruiter Screen
1- 1
Type · motivation
Ferrovial operates in critical infrastructure like toll roads and airports. What aspects of working on systems that directly impact public mobility and safety excite you most?
Coding Screen
3- 2
Type · algorithmic
Given a stream of real-time traffic sensor data (e.g., vehicle count, speed) for a highway segment, design an algorithm to detect potential traffic congestion anomalies (e.g., sudden slowdowns not explained by volume). Assume data arrives in JSON format. - 3
Type · algorithmic
You are given a list of flight arrival and departure times for a single airport. Find the minimum number of gates required to accommodate all flights. Each gate can only handle one flight at a time. - + 1 more questions in this round (sign up to unlock)
System Design
3- 4
Type · system-design
Design a system to monitor the structural integrity of bridges in real-time using sensor data (e.g., strain gauges, accelerometers). Consider data ingestion, processing, anomaly detection, and alerting. - 5
Type · system-design
Design a system to manage and optimize the scheduling of maintenance crews for Ferrovial's road network. The system should consider crew availability, equipment, job priority, and geographical location. - + 1 more questions in this round (sign up to unlock)
Onsite Coding
3- 6
Type · algorithmic
Implement a function that takes a map of toll booth IDs to their current transaction logs (each log contains timestamp and amount) and returns the total revenue for each toll booth within a given time range. Optimize for performance. - 7
Type · algorithmic
Given a set of interconnected tunnels and their capacities, find the maximum flow of vehicles from an entry point to an exit point. This is a variation of the max-flow problem. - + 1 more questions in this round (sign up to unlock)
Behavioral / Leadership
3- 8
Type · past-experience
Describe a time you had to work with a legacy system at Ferrovial (or a previous company) that was difficult to understand or modify. What steps did you take to approach it, and what was the outcome? - 9
Type · past-experience
Tell me about a time you disagreed with a technical decision made by your team lead or manager regarding a project impacting Ferrovial's operations. How did you handle it, and what was the result? - + 1 more questions in this round (sign up to unlock)
Unlock all 13 Ferrovial questions, free
No credit card. Every question with its framework, the grading signals interviewers score against, and a worked answer for each.
Interview tracks at Ferrovial
How Ferrovial's DNA translates across functions. Pick your role.
Compare Ferrovial with similar employers
Same DNA, different bar. Browse the closest companies in our database and see how their loops differ.
Acerinox
Same tierAcerinox's hiring managers assess candidates' proven capability in optimizing industrial processes for stainless stee...
See Acerinox interview questions
Sacyr
Same tierThe 'Plan Estratégico' at Sacyr guides assessments for candidates, focusing on their capacity to contribute to large-...
See Sacyr interview questions
LyondellBasell
Same tierLyondellBasell's 'Annual Forum' discussions highlight a need for candidates who can articulate how their work directl...
See LyondellBasell interview questions
Practice Ferrovial interviews end-to-end
Ferrovial Mock Interview
Run a live mock interview with our AI interviewer using Ferrovial-style prompts. Get scored on structure, signal, and answer length - exactly how the real loop grades you.
Open
STAR Stories for Ferrovial Behavioral Rounds
Build a Story Bank of your past wins, mapped to the leadership signals Ferrovial interviewers grade on. Reuse them across every behavioral round.
Open
Ferrovial Interview Prep Hub
The frameworks behind every Ferrovial round: CIRCLES for product sense, hypothesis-driven debugging for analytical, STAR for behavioral. Learn each one in 10 minutes.
Open
Interview Frameworks
CIRCLES, STAR, AARRR, RICE, MECE. The exact frameworks that make Ferrovial interviewers nod instead of frown. Step-by-step playbooks with the moves and the pitfalls.
Open
Sample answers
What a strong answer to these Ferrovial interview questions shows.
Ferrovial operates in critical infrastructure like toll roads and airports. What aspects of working on systems that directly impact public mobility and safety excite you most?
A strong answer shows: Enthusiasm for infrastructure challenges; Understanding of public impact; Alignment with company mission.
Design a system to monitor the structural integrity of bridges in real-time using sensor data (e.g., strain gauges, accelerometers). Consider data ingestion, processing, anomaly detection, and alerting.
A strong answer shows: Scalable data ingestion strategy; Effective anomaly detection and alerting; Consideration of fault tolerance and redundancy.