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 at SRM Institute of Science & Technology, Chennai 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. Write function to find all possible combination of string of min ... read more
Q3. to remove duplicate numbers without changing the original order
Q4. OSI Layers definition and functions
Q5. Oops concepts? interface vs abstract?,
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:
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 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 Developer

 (3)

 Senior Software Engineer

 (3)

 Software Development Engineer

 (1)

 Lead Software Engineer

 (1)

 Software Engineer Trainee

 (1)

 Senior Software Development Engineer

 (1)

Software Designer Interview Questions & Answers

user image Shirin Mirzi M K

posted on 8 Jun 2021

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

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Difference between let, const and var
  • Ans. 

    let, const, and var are all used to declare variables in JavaScript, but they have different scopes and behaviors.

    • let: block-scoped variable, can be reassigned

    • const: block-scoped variable, cannot be reassigned, but its properties can be modified

    • var: function-scoped variable, can be reassigned

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What's your weakness, strength, tell me more about your last project
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Kotlin coroutine
  • Q2. Easy leetcode question
  • Q3. Different types of launch mode
  • Ans. 

    Launch modes in Android determine how a new instance of an activity is associated with the current task.

    • Standard - creates a new instance of an activity in the task

    • SingleTop - if the activity is at the top of the stack, it will not be recreated

    • SingleTask - creates a new task and puts the activity at the root of the task

    • SingleInstance - similar to SingleTask, but the activity is the only one in the task

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Job Fair and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Twenty questions on verbal and quantitative aptitude, as well as logical reasoning.

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself,why should we hire you
  • Q2. How do you approach and overcome challenges?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java oops concepts
  • Q2. Integration testing
Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Technical plus general knowledge appti

Round 2 - Technical 

(1 Question)

  • Q1. OOPS concepts and .net questions
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion and Company culture

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basics OOPs concepts And aptitude test

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 Technical, Resume Shortlist 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

Siemens Interview Questions
4.1
 • 431 Interviews
Tata Technologies Interview Questions
3.6
 • 257 Interviews
Saint-Gobain Interview Questions
4.0
 • 172 Interviews
Dilip Buildcon Interview Questions
4.0
 • 141 Interviews
G R Infraprojects Interview Questions
4.1
 • 132 Interviews
AECOM Interview Questions
4.2
 • 114 Interviews
Worley Interview Questions
4.2
 • 109 Interviews
View all
Alstom Transportation Software Designer Salary
based on 449 salaries
₹6 L/yr - ₹22 L/yr
14% less than the average Software Designer Salary in India
View more details

Alstom Transportation Software Designer Reviews and Ratings

based on 50 reviews

4.0/5

Rating in categories

3.4

Skill development

4.2

Work-life balance

3.5

Salary

4.1

Job security

3.8

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 50 Reviews and Ratings
Software Designer
449 salaries
unlock blur

₹6 L/yr - ₹22 L/yr

System Engineer
181 salaries
unlock blur

₹7 L/yr - ₹21.5 L/yr

Associate
173 salaries
unlock blur

₹1.3 L/yr - ₹8.2 L/yr

Mechanical Engineer
171 salaries
unlock blur

₹7 L/yr - ₹22.2 L/yr

Software Engineer
167 salaries
unlock blur

₹5.8 L/yr - ₹15 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