Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Bombardier Transportation Senior Software Engineer Interview Questions and Answers

Updated 28 Mar 2024

Bombardier Transportation Senior Software Engineer Interview Experiences

1 interview found

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

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
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

I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. C# Selenium Automation
Round 2 - Technical 

(1 Question)

  • Q1. BDD Specflow Framework
Round 3 - One-on-one 

(1 Question)

  • Q1. Project Details/ Framework overview
Round 4 - HR 

(1 Question)

  • Q1. About your family/Job

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Technical part very well and attend interview very confidentaly
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

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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concept and programing
Round 2 - Technical 

(1 Question)

  • Q1. Problem solving and core concepts
Round 3 - One-on-one 

(1 Question)

  • Q1. More on designs related
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Easy aptitude test they asked all basic questions.

Round 2 - Coding Test 

Easy coding and technical round. C# questions.

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Virtual is what type
  • Ans. 

    Virtual is a type of function in C++

    • Virtual functions are used in C++ to achieve polymorphism

    • They are declared in a base class and overridden in derived classes

    • Example: virtual void display() = 0;

  • Answered by AI
  • Q2. What is static keyword
  • Ans. 

    The static keyword in programming is used to declare variables, methods, or classes that belong to the class itself rather than instances of the class.

    • Static variables retain their values across all instances of a class.

    • Static methods can be called without creating an instance of the class.

    • Static classes cannot be instantiated and are used for grouping related methods and variables.

    • Example: 'static int count = 0;' decl

  • Answered by AI
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
Contribute & help others!
anonymous
You can choose to be anonymous

Bombardier Transportation Interview FAQs

How many rounds are there in Bombardier Transportation Senior Software Engineer interview?
Bombardier Transportation interview process usually has 1 rounds. The most common rounds in the Bombardier Transportation interview process are Technical.
What are the top questions asked in Bombardier Transportation Senior Software Engineer interview?

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

  1. CAN protocol functional...read more
  2. SDLC in gene...read more
  3. Storage classes, Volatile, Programs on arr...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Bombardier Transportation

No Interviews

INTERVIEWS

Bombardier Transportation

No Interviews

INTERVIEWS

Burohappold Engineering

No Interviews

INTERVIEWS

Burohappold Engineering

No Interviews

INTERVIEWS

Food Corporation of India

No Interviews

INTERVIEWS

Bombardier Transportation

No Interviews

SALARIES

Bombardier Transportation

INTERVIEWS

Bombardier Transportation

No Interviews

Tell us how to improve this page.

Bombardier Transportation Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 416 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
BEML Interview Questions
4.0
 • 22 Interviews
TITAGARH WAGONS Interview Questions
3.0
 • 17 Interviews
Mega Cabs Interview Questions
3.7
 • 8 Interviews
View all
Bombardier Transportation Senior Software Engineer Salary
based on 16 salaries
₹8.7 L/yr - ₹17.5 L/yr
11% less than the average Senior Software Engineer Salary in India
View more details

Bombardier Transportation Senior Software Engineer Reviews and Ratings

based on 5 reviews

3.9/5

Rating in categories

3.6

Skill development

4.4

Work-life balance

3.9

Salary

3.9

Job security

3.9

Company culture

3.5

Promotions

3.7

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Application Software Engineer
28 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Engineer- Customer Support
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Bombardier Transportation with

Siemens

4.1
Compare

Alstom Transportation

3.7
Compare

CRRC

3.9
Compare

Hitachi Rail STS

4.1
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