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

Alstom Transportation Software Designer Interview Questions, Process, and Tips

Updated 6 Nov 2024

Top Alstom Transportation Software Designer Interview Questions and Answers

  • Q1. Write code to reverse string without using string or inbuilt function
  • Q2. Write function to find all possible combination of string of min word length 2.
  • Q3. to remove duplicate numbers without changing the original order

Alstom Transportation Software Designer Interview Experiences

5 interviews found

Interview experience
4
Good
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 tips
Round 2 - Aptitude Test 

General Maths Questions in which you are expected to perform an average

Round 3 - Technical 

(3 Questions)

  • Q1. 1. OSI layer 2. OS questions 3. DSA
  • Q2. OSI Layers definition and functions
  • Ans. 

    OSI Layers are a model for network communication that defines the functions of each layer.

    • OSI Layers are a 7-layer model for network communication.

    • Each layer has a specific function and communicates with the layers above and below it.

    • The layers are: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Examples of functions include: Physical layer handles the transmission of raw data, Transpor...

  • Answered by AI
  • Q3. Data structures and algorithms with basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared always, Whatever path the interviewer takes you just follow it.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic logical reasoning and aps

Round 2 - Group Discussion 

Can be any general or trending topic

Round 3 - Technical 

(2 Questions)

  • Q1. To remove duplicate numbers without changing the original order
  • Ans. 

    Use a set to keep track of unique numbers while maintaining original order.

    • Iterate through the array and add each number to a set if it hasn't been encountered before.

    • Create a new array by iterating through the original array and only adding numbers that are not in the set.

    • Return the new array with duplicate numbers removed.

  • Answered by AI
  • Q2. Oops and coding basics
Round 4 - HR 

(2 Questions)

  • Q1. Hobbies and interest
  • Q2. About your career goals

Interview Preparation Tips

Topics to prepare for Alstom Transportation Software Designer interview:
  • OOPS

Skills evaluated in this interview

Software Designer Interview Questions Asked at Other Companies

Q1. Write code to reverse string without using string or inbuilt func ... read more
Q2. How do you approach designing a software solution for a complex p ... read more
Q3. Write function to find all possible combination of string of min ... read more
Q4. to remove duplicate numbers without changing the original order
Q5. OSI Layers definition and functions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Group discussion on some random topics.

Round 2 - Coding Test 

Simple basic program for freshers.

Round 3 - Technical 

(1 Question)

  • Q1. Some reasoning questions and about project.
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and about company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for string and array questions.
Oops concept.

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There were 2 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 tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Oops concepts? interface vs abstract?,
  • Ans. 

    Interface and abstract are both OOP concepts. Interface defines a contract, abstract class provides partial implementation.

    • Interface is a blueprint for classes to implement, while abstract class is a class that cannot be instantiated but can be subclassed.

    • Interface can have only method signatures, while abstract class can have both method signatures and concrete methods.

    • A class can implement multiple interfaces, but ca...

  • Answered by AI
  • Q2. Dependency injection, WPF binding, MVVM, triggers, design patterns , Task vs thread

Interview Preparation Tips

Interview preparation tips for other job seekers - Good understanding of oops concepts,
Threading concepts,
Locking mechanism

Skills evaluated in this interview

Alstom Transportation interview questions for designations

 Senior Software Designer

 (1)

 Designer

 (1)

 Senior Software Engineer

 (3)

 Senior Software Developer

 (3)

 Lead Software Engineer

 (1)

 Software Development Engineer

 (1)

 Software Engineer Trainee

 (1)

 Senior Software Development Engineer

 (1)

I applied via Naukri.com and was interviewed in Dec 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Write code to reverse string without using string or inbuilt function
  • Ans. 

    Code to reverse string without using string or inbuilt function

    • Create an array of characters from the given string

    • Swap the first and last characters, then second and second last, and so on until the middle of the array

    • Convert the array back to a string

  • Answered by AI
  • Q2. Write function to find all possible combination of string of min word length 2.
  • Ans. 

    Function to generate all possible combinations of a string with a minimum word length of 2.

    • Use recursion to generate all possible combinations.

    • Start with a single character and add one character at a time to generate all possible combinations.

    • Store the generated combinations in an array of strings.

  • Answered by AI
  • Q3. Threading,Oops concepts ,C# collections,Stack,Queue,Delegates ,etc

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 3 rounds including HR round. First round was really hard which took around 1.5 hours.
I was asked all oops concepts and c# questions and also data structures in depth.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Project related questions.
  • Q2. Scenario based technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was technical . There were overall 3 rounds of interview , 2 technical and 1 hr.
The first technical was conducted by offshore lead and lasted around an hour
The second one involved manager ,senior manager from onshore along with lead and was completely technical.

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 Questionnaire 

3 Questions

  • Q1. What is TCP ip
  • Ans. 

    TCP/IP is a set of protocols that allows computers to communicate over the internet.

    • TCP/IP stands for Transmission Control Protocol/Internet Protocol.

    • It is a suite of communication protocols that enables reliable and secure data transmission.

    • TCP/IP provides addressing, routing, and error-checking capabilities.

    • It is the foundation of the internet and is used for various applications like web browsing, email, file transf...

  • Answered by AI
  • Q2. How to add an ip in system
  • Ans. 

    To add an IP in a system, you can use the network settings or command line tools.

    • In Windows, go to Control Panel > Network and Internet > Network and Sharing Center > Change adapter settings. Right-click on the network adapter and select Properties. Double-click on Internet Protocol Version 4 (TCP/IPv4) and enter the IP address.

    • In Linux, open the terminal and use the ifconfig or ip command to add an IP address to a net...

  • Answered by AI
  • Q3. Equipment power input and working

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. I4.0 Explanation
  • Ans. 

    I4.0 Explanation

    • Industry 4.0 (I4.0) refers to the fourth industrial revolution characterized by automation, data exchange, IoT, cloud computing, and AI

    • It involves the integration of digital technologies into manufacturing processes to increase efficiency and productivity

    • Examples include smart factories, predictive maintenance, digital twins, and supply chain optimization

  • Answered by AI
  • Q2. What are connected devices?
  • Ans. 

    Connected devices are electronic devices that can communicate with each other and share data over a network.

    • Connected devices can include smartphones, tablets, laptops, smart TVs, smart home devices, and wearable technology.

    • They are able to connect to the internet or other devices through Wi-Fi, Bluetooth, or other wireless technologies.

    • These devices can exchange information, synchronize data, and perform tasks togethe

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Personal details
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

Alstom Transportation Interview FAQs

How many rounds are there in Alstom Transportation Software Designer interview?
Alstom Transportation interview process usually has 3-4 rounds. The most common rounds in the Alstom Transportation interview process are Resume Shortlist, Technical and Aptitude Test.
How to prepare for Alstom Transportation Software Designer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Alstom Transportation. The most common topics and skills that interviewers at Alstom Transportation expect are C#, C++, Software Development, WPF and .Net.
What are the top questions asked in Alstom Transportation Software Designer interview?

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

  1. Write code to reverse string without using string or inbuilt funct...read more
  2. Write function to find all possible combination of string of min word length ...read more
  3. to remove duplicate numbers without changing the original or...read more

Tell us how to improve this page.

Alstom Transportation Software Designer Interview Process

based on 4 interviews

1 Interview rounds

  • Resume Shortlist Round
View more

Interview Questions from Similar Companies

Tata Technologies Interview Questions
3.6
 • 263 Interviews
Saint-Gobain Interview Questions
4.0
 • 173 Interviews
Dilip Buildcon Interview Questions
4.0
 • 146 Interviews
G R Infraprojects Interview Questions
4.1
 • 134 Interviews
AECOM Interview Questions
4.2
 • 118 Interviews
Worley Interview Questions
4.1
 • 113 Interviews
View all
Alstom Transportation Software Designer Salary
based on 461 salaries
₹6 L/yr - ₹23 L/yr
15% less than the average Software Designer Salary in India
View more details

Alstom Transportation Software Designer Reviews and Ratings

based on 51 reviews

4.0/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.4

Salary

4.1

Job security

3.8

Company culture

3.2

Promotions

3.4

Work satisfaction

Explore 51 Reviews and Ratings
Software Designer
461 salaries
unlock blur

₹6 L/yr - ₹23 L/yr

System Engineer
184 salaries
unlock blur

₹7 L/yr - ₹21.5 L/yr

Mechanical Engineer
174 salaries
unlock blur

₹7 L/yr - ₹22.2 L/yr

Senior Software Engineer
166 salaries
unlock blur

₹8.2 L/yr - ₹24 L/yr

Software Engineer
163 salaries
unlock blur

₹5.9 L/yr - ₹17 L/yr

Explore more salaries
Compare Alstom Transportation with

Larsen & Toubro Limited

3.9
Compare

Megha Engineering & Infrastructures

3.9
Compare

Shapoorji Pallonji Group

4.1
Compare

Tata Technologies

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview