Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Alstom Transportation Team. If you also belong to the team, you can get access from here

Alstom Transportation Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Alstom Transportation Senior Software Engineer Interview Questions and Answers

Updated 29 Aug 2024

Alstom Transportation Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Mcdc , vnv techniques, v model
  • Q2. Oops concepts,ecp and bva
  • Q3. C language, structures, unions , storage classes
Round 3 - HR 

(1 Question)

  • Q1. Package negotiation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. V&V testing concepts
Round 2 - HR 

(1 Question)

  • Q1. About Alstom, previous projects, salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident to the answer. Prepare well for the interview

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Scenario case was provided and I was asked to develop simulink model.
Round 2 - HR 

(1 Question)

  • Q1. Nothing unique about hr interview.

Interview questions from similar companies

I applied via Approached by Company and was interviewed in Aug 2017. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic Java questions. Coding based on technical topics in Java. Approach and knowledge of other technology apart from core strength like ui ,design .
  • Q2. Scenario based questions. Deeper into Java and related technologies
  • Q3. Again based on Java and project but kind of client interview
  • Q4. Basic hr questions and salary discussion

Interview Preparation Tips

Round: Managerial
Experience: More of past projects and team handling

General Tips: Be prepared for basics in related technology and good through understanding in one core area.
Skills: Communication, Problem Solving, Analytical Skills, Decision Making Skills
Duration: 1-3 Months

I applied via Recruitment Consultant and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. For mulesoft developer role they asked each and every topic of mule
  • Q2. Raml, design patterns,datawave,munit,policies,senarios based questions,existing project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared with each and every topic of mulesoft
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Storage classes, Volatile, Programs on arrays
  • Q2. Describe my project
  • Q3. SDLC in general
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC consists of several phases including planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables to ensure the software meets the requirements and quality standards.

    • Examples of SDLC models include...

  • Answered by AI
  • Q4. CAN protocol functionality
  • Ans. 

    CAN protocol is a communication standard used in automotive and industrial applications.

    • CAN protocol stands for Controller Area Network

    • It is a message-based protocol used for communication between electronic control units (ECUs)

    • CAN protocol allows for high-speed communication and real-time data transmission

    • It is commonly used in automotive applications for functions such as engine control, transmission control, and bod...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. What is arbitration in can
  • Ans. 

    Arbitration in CAN is a process of resolving conflicts when multiple nodes try to transmit data simultaneously.

    • Arbitration is used in Controller Area Network (CAN) to ensure that only one node transmits data at a time.

    • Each node on the CAN bus has a unique identifier, and the node with the highest priority identifier gets to transmit its data first.

    • If two or more nodes try to transmit data at the same time, the arbitrat...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - can knowledge must. you should work on Automotive domain
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2023. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. As python developer, basic questions asked and all concepts are to be explained to interviewwr with example
Round 3 - Technical 

(1 Question)

  • Q1. Sql and python interview questions to solve in code editor.
Round 4 - Technical 

(1 Question)

  • Q1. Related projects and my role into it
Round 5 - HR 

(1 Question)

  • Q1. HR explained about company policies and salary negotiation and notice period related things

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics of python and SQL and coding questions on python and SQL
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. Microservices vs monolithic
  • Ans. 

    Microservices are modular and scalable, while monolithic is simpler but less flexible.

    • Microservices allow for independent deployment and scaling of individual components

    • Monolithic architecture is easier to develop and test, but can become unwieldy as the application grows

    • Microservices can be more fault-tolerant and resilient to failures

    • Monolithic architecture can be more efficient for small applications with limited fu...

  • Answered by AI
  • Q2. Difference between microservices and monolithic
  • Ans. 

    Microservices are small, independent services that communicate with each other, while monolithic is a single, self-contained application.

    • Microservices are loosely coupled and can be developed and deployed independently.

    • Monolithic applications are tightly coupled and require a full deployment for any changes.

    • Microservices allow for better scalability and fault tolerance.

    • Monolithic applications can be simpler to develop ...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Zero one knapsack problem
  • Ans. 

    Zero one knapsack problem is a classic optimization problem in computer science.

    • It involves selecting a subset of items with maximum value, subject to a weight constraint.

    • It is a NP-hard problem and can be solved using dynamic programming.

    • Examples include packing a backpack with limited weight capacity or selecting stocks for a portfolio with limited investment budget.

  • Answered by AI
  • Q2. 3 sum problem from leetcode
Round 4 - Technical 

(1 Question)

  • Q1. Indexing a dictionary for faster search
  • Ans. 

    Indexing a dictionary for faster search

    • Use hash tables for constant time lookup

    • Consider using a trie for prefix search

    • Sort the keys for binary search

    • Use a balanced tree for range queries

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare leetcode medium and system design problems

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. WPF related question, Oops basics and C#.
  • Q2. SQL Server and PL/SQL questions
Round 2 - Technical 

(1 Question)

  • Q1. Round interview promoted to 2 round but didn't get call

Interview Preparation Tips

Interview preparation tips for other job seekers - First round interviewer promoted to 2nd round but didn't get call from HR for round 2
Contribute & help others!
anonymous
You can choose to be anonymous

Alstom Transportation Interview FAQs

How many rounds are there in Alstom Transportation Senior Software Engineer interview?
Alstom Transportation interview process usually has 2-3 rounds. The most common rounds in the Alstom Transportation interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in Alstom Transportation Senior Software Engineer interview?

Some of the top questions asked at the Alstom Transportation Senior Software Engineer interview -

  1. Scenario case was provided and I was asked to develop simulink mod...read more
  2. C language, structures, unions , storage clas...read more
  3. Mcdc , vnv techniques, v mo...read more

Recently Viewed

SALARIES

Bangalore Metro Rail Corporation

INTERVIEWS

Karur Vysya Bank

No Interviews

SALARIES

Karur Vysya Bank

COMPANY BENEFITS

Bombardier Transportation

No Benefits

REVIEWS

Bombardier Transportation

No Reviews

SALARIES

GS Engineering & Construction

SALARIES

GS Engineering & Construction

SALARIES

Jana Small Finance Bank

SALARIES

Karur Vysya Bank

SALARIES

Jana Small Finance Bank

Tell us how to improve this page.

Alstom Transportation Senior Software Engineer Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 420 Interviews
Tata Technologies Interview Questions
3.6
 • 259 Interviews
Saint-Gobain Interview Questions
4.0
 • 172 Interviews
Dilip Buildcon Interview Questions
4.0
 • 141 Interviews
G R Infraprojects Interview Questions
4.1
 • 134 Interviews
AECOM Interview Questions
4.2
 • 115 Interviews
Worley Interview Questions
4.1
 • 111 Interviews
View all
Alstom Transportation Senior Software Engineer Salary
based on 135 salaries
₹5.5 L/yr - ₹21 L/yr
11% less than the average Senior Software Engineer Salary in India
View more details

Alstom Transportation Senior Software Engineer Reviews and Ratings

based on 17 reviews

3.7/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

2.9

Salary

3.9

Job security

3.3

Company culture

2.8

Promotions

3.1

Work satisfaction

Explore 17 Reviews and Ratings
Software Designer
450 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
180 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Mechanical Engineer
172 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
167 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate
159 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Alstom Transportation with

Siemens

4.1
Compare

Bombardier Transportation

4.2
Compare

CRRC

3.9
Compare

GE Transportation

4.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent