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 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 Resume 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. 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:
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 - 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 Engineer Trainee

 (1)

 Software Development Engineer

 (1)

 Lead Software Engineer

 (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

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

I applied via Referral and was interviewed before Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern where the dependencies of an object are provided externally.

    • Dependencies are objects that a class needs to function properly

    • Dependency injection allows for loose coupling between objects

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection

    • Example: Instead of creating a new instance of a dependency within a class, the depe...

  • Answered by AI
  • Q2. What is steam api?
  • Ans. 

    Steam API is a set of tools and resources for game developers to integrate Steam features into their games.

    • Steam API provides access to features such as matchmaking, achievements, and user profiles.

    • Developers can use Steamworks SDK to integrate Steam features into their games.

    • Steam API also allows for in-game purchases and microtransactions.

    • Examples of games that use Steam API include Counter-Strike: Global Offensive a

  • Answered by AI
  • Q3. Thread life cycle, deamon thread, deadlock
  • Q4. Internal working of hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.

    • Hashing function is used to convert the key into an index of an array where the value is stored.

    • Collisions occur when two keys have the same hash value, which is resolved using separate chaining or open addressing.

    • HashMap uses an array of linked lists to handle collisions.

    • The load factor determines when the HashMap shoul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong knowledge on core Java, Java 8, Spring annotations and basic SpringBoot and microservices knowledge

Skills evaluated in this interview

I was interviewed in Apr 2017.

Interview Questionnaire 

15 Questions

  • Q1. What are you currently doing in your job profile?
  • Ans. 

    I am currently responsible for designing, implementing, and maintaining system infrastructure for our organization.

    • Designing system architecture to meet business requirements

    • Implementing new technologies and solutions to improve system performance

    • Maintaining system infrastructure to ensure high availability and security

    • Troubleshooting and resolving system issues as they arise

  • Answered by AI
  • Q2. What is system configuration?
  • Ans. 

    System configuration refers to the process of setting up and arranging hardware and software components to work together efficiently.

    • System configuration involves setting up hardware and software components to work together efficiently

    • It includes configuring network settings, installing drivers, and setting up user accounts

    • Examples of system configuration tools include Microsoft System Center Configuration Manager and ...

  • Answered by AI
  • Q3. What is the disadvantage or drawback in S7 controller?
  • Ans. 

    The S7 controller has limited scalability and flexibility compared to other controllers.

    • Limited number of I/O points

    • Limited memory capacity

    • Limited processing power

    • Limited communication options

    • Limited support for advanced programming languages

    • Limited compatibility with third-party devices

    • Limited ability to handle complex control algorithms

    • Limited fault diagnostics capabilities

  • Answered by AI
  • Q4. Same question but in depth.
  • Q5. Like draw system configuration
  • Q6. Explain topologies used/protocol etc
  • Ans. 

    Topologies and protocols used in networking

    • Topologies: Bus, Star, Ring, Mesh, Hybrid

    • Protocols: TCP/IP, HTTP, FTP, SMTP, DNS

    • Ethernet, Wi-Fi, Bluetooth are common networking technologies

    • Network security protocols: SSL, TLS, IPSec

    • Routing protocols: OSPF, BGP, RIP

  • Answered by AI
  • Q7. Tell me about your self?
  • Ans. 

    I am a dedicated and experienced System Engineer with a strong background in network infrastructure and troubleshooting.

    • Over 5 years of experience in designing, implementing, and maintaining complex systems

    • Proficient in network protocols such as TCP/IP, DNS, DHCP

    • Skilled in troubleshooting hardware and software issues

    • Certified in Cisco CCNA and CompTIA Network+

    • Strong communication and problem-solving skills

  • Answered by AI
  • Q8. Family condition and persons?
  • Ans. 

    I come from a close-knit family of four, including my parents and younger sister.

    • Family of four: parents and younger sister

    • Close-knit family

    • Supportive family members

    • Regular family gatherings and activities

  • Answered by AI
  • Q9. Why you want to join us?
  • Ans. 

    I am passionate about utilizing my technical skills to contribute to innovative projects and collaborate with a talented team.

    • Passionate about technology and innovation

    • Excited to work with a talented team

    • Looking for opportunities to utilize technical skills

  • Answered by AI
  • Q10. Are you sure this profile matches to your career goal.
  • Ans. 

    Yes, this profile aligns with my career goal as a System Engineer.

    • My career goal is to work in the field of system engineering

    • I have relevant education and experience in system engineering

    • I am passionate about technology and problem-solving, which are key aspects of system engineering

  • Answered by AI
  • Q11. Why you want to switch?
  • Ans. 

    I want to switch to explore new challenges and opportunities for growth in my career.

    • Seeking new challenges to enhance my skills and knowledge

    • Opportunity for career growth and advancement

    • Interested in working with new technologies or industries

  • Answered by AI
  • Q12. What is that thing which attract you for this job?
  • Ans. 

    The opportunity to work on complex systems and solve challenging problems in a dynamic environment.

    • Opportunity to work on complex systems

    • Solving challenging problems

    • Dynamic work environment

  • Answered by AI
  • Q13. What is the reason you left your current job profile?,because my profile was Automation engineer.
  • Q14. Your family baackground?
  • Ans. 

    My family background is diverse and includes a mix of professions and interests.

    • My parents are both engineers, which inspired me to pursue a career in the same field.

    • I have siblings who are in the medical field, providing a different perspective on healthcare.

    • We have a strong emphasis on education and continuous learning in our family.

    • Family gatherings often involve discussions about technology, science, and current ev...

  • Answered by AI
  • Q15. What is that quality in you which suits this job?
  • Ans. 

    My problem-solving skills and attention to detail make me a perfect fit for this role.

    • Strong problem-solving skills

    • Attention to detail

    • Ability to work well under pressure

    • Experience with troubleshooting complex systems

    • Strong communication skills

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: First of all i applied through india's most famous job portal naukri.com.
This opening comes through a consultant [ pacific IT solutions ],first my resume was shortlisted by this consultant,after that they contact me on my mobile number verified with naukri.com,for avalibility and interest for change and tell me that they forward ,y resume to siemens HR and if they will shortlist you then you will get a mail for F2F round from them.
Tips: Special tips for this round are:-
Always update your profile daily and try to follow up more n more consultant/recruiter.

Round: Technical Interview
Experience: I reached interview location on time,then i submit my resume in reception ,after 30 min my interview starts with all these question given above,then they told me to wait outside.
Tips: 1)Be confident and in formal look.
2)What ever is written in your resume you must be familier with this.
3)Dont put all the certification/courses/skill in your resume.try to put only those things which you know vwry well.
4)Make your resume as per job demand.Heighlight your those skills which matches to job.
5)Dont be over smart if you know the answer of given question.

Round: Technical Interview
Experience: After Clearing my first round ,interviewer call me for second round on the same day,after fiew hour,the interviewer is very frank,they ask same questions and they were little bit checking my interest also towards job.
Tips: In this round the interviewer in more experienced so for him it is very easy to catch you knolwdge level.So be confident,try to answer with little bit diplomatic,and try to explain with practical experiances as musch as possible.

Round: Behavioural Interview
Experience: This Round name is Managerial round.In this round they checked my interest towards job.my family condition and dependent person.
Tips: Be confident
Listen question carefully because this round is completely diplomatic.
Try to answer smartly and diplomatic.
And try to win the trust of interviewer.

Round: HR Interview
Experience: After clearing managerial round.hr called me for this,HR is very frank and make a very comfort atmosphere at the time of interview.little bit discussing about jonb profile and then discuss salary,and finall shaking hand said.if you will get selected then we will inform you before xyz day.
I after 4 days i get a call from hr about my selection with a offer letter.
Tips: Be frank
But Not over confident

Skills evaluated in this interview

I was interviewed before Mar 2021.

Round 1 - Face to Face 

(7 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

This round started with some questions from Programmable Logic Controllers or PLC followed by some basic questions from Intel 8051 Microcontroller.

  • Q1. What are the general functions of a Programmable Logic Controller (PLC)?
  • Ans. 

    PLCs are used to control machinery and automate processes in industrial settings.

    • Monitoring inputs from sensors

    • Executing control algorithms

    • Communicating with other devices

    • Logging data for analysis

    • Implementing safety functions

    • Examples: controlling a conveyor belt, regulating temperature in a furnace

  • Answered by AI
  • Q2. Can you describe the basic elements in Ladder logic programming?
  • Ans. 

    Ladder logic programming is a graphical programming language used for PLCs, with basic elements like contacts, coils, timers, and counters.

    • Ladder logic consists of rungs, which are made up of inputs (contacts) and outputs (coils).

    • Contacts represent conditions that must be met for the output to be energized.

    • Coils are outputs that are energized when the conditions of the contacts are met.

    • Timers and counters are used to c...

  • Answered by AI
  • Q3. What are the different types of PLC inputs and outputs?
  • Ans. 

    PLC inputs and outputs include digital inputs, digital outputs, analog inputs, and analog outputs.

    • Digital inputs: used for receiving binary signals (on/off, high/low). Examples: push buttons, limit switches.

    • Digital outputs: used for sending binary signals. Examples: relays, solenoids.

    • Analog inputs: used for receiving continuous signals. Examples: temperature sensors, pressure transducers.

    • Analog outputs: used for sendin...

  • Answered by AI
  • Q4. What are the advantages and disadvantages of the S7 controller?
  • Ans. 

    The S7 controller offers high performance and flexibility but can be complex to program and expensive.

    • Advantages: high performance, flexibility, scalability

    • Disadvantages: complexity in programming, expensive

    • Example: S7-1200 offers fast processing speeds and can be easily expanded with additional modules

    • Example: Programming for S7 controllers may require specialized training and expertise

  • Answered by AI
  • Q5. Can you explain the time stamp available in the S7-200 PLC?
  • Ans. 

    The time stamp in S7-200 PLC is used to record the time when a specific event occurs.

    • Time stamp is a feature in S7-200 PLC that records the time when a specific event happens.

    • It helps in tracking the sequence of events and troubleshooting issues.

    • Time stamp can be used to monitor the performance of the PLC system.

    • Example: A time stamp can be recorded when a sensor detects a change in temperature.

    • Example: Time stamp can ...

  • Answered by AI
  • Q6. Could you explain Jnc in the context of microcontrollers?
  • Ans. 

    Jnc stands for Jump and Call in the context of microcontrollers.

    • Jnc is an instruction used in microcontrollers to jump to a specified address if the carry flag is not set.

    • It is commonly used in conditional branching operations in microcontroller programming.

    • For example, in 8051 microcontroller assembly language, the instruction JNC label will jump to the specified label if the carry flag is not set.

  • Answered by AI
  • Q7. What are the types of interrupts in the Intel 8051 microcontroller?
  • Ans. 

    The types of interrupts in the Intel 8051 microcontroller include external hardware interrupts, timer interrupts, and serial communication interrupts.

    • External hardware interrupts are triggered by external devices connected to the microcontroller.

    • Timer interrupts are generated by the internal timers of the microcontroller.

    • Serial communication interrupts occur when data is received or transmitted through the serial port.

    • ...

  • Answered by AI
Round 2 - Face to Face 

(6 Questions)

Round duration - 50 Minutes
Round difficulty - Medium

This round was heavily inclined towards Operating System and Computer Networks and the interviewer asked questions revolving around the fundamentals of the subject.

  • Q1. What is a bootstrap program in an operating system?
  • Ans. 

    A bootstrap program is a small program that initializes the operating system on a computer.

    • Bootstrap program is stored in ROM or EEPROM and is executed when the computer is powered on.

    • It loads the operating system kernel into memory and starts its execution.

    • Bootstrap program is responsible for setting up the initial state of the operating system.

    • Examples include BIOS (Basic Input/Output System) in PCs and UEFI (Unified

  • Answered by AI
  • Q2. Can you explain demand paging?
  • Ans. 

    Demand paging is a memory management scheme where pages are only brought into memory when they are demanded by the program.

    • Pages are loaded into memory only when needed

    • Helps in reducing the amount of physical memory required

    • Improves overall system performance by allowing more processes to run simultaneously

    • Commonly used in virtual memory systems

  • Answered by AI
  • Q3. Can you explain any 5 essential UNIX commands?
  • Ans. 

    Five essential UNIX commands are ls, cd, pwd, mkdir, and rm.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

  • Answered by AI
  • Q4. What are the different types of VPN?
  • Ans. 

    Different types of VPN include remote access VPN, site-to-site VPN, and client-to-site VPN.

    • Remote access VPN allows individual users to connect to a private network from a remote location.

    • Site-to-site VPN connects entire networks together over the internet.

    • Client-to-site VPN allows individual devices to connect to a private network.

    • Examples include OpenVPN, IPsec, and SSL VPN.

  • Answered by AI
  • Q5. Can you describe the OSI Reference Model?
  • Ans. 

    The OSI Reference Model is a conceptual framework that standardizes the functions of a telecommunication or computing system into seven layers.

    • The OSI Reference Model stands for Open Systems Interconnection Reference Model.

    • It consists of seven layers: Physical, Data Link, Network, Transport, Session, Presentation, and Application.

    • Each layer has specific functions and communicates with the adjacent layers for data trans...

  • Answered by AI
  • Q6. Can you explain the TCP and UDP protocols?
  • Ans. 

    TCP is a connection-oriented protocol that ensures reliable data delivery, while UDP is a connectionless protocol that focuses on speed.

    • TCP stands for Transmission Control Protocol and is used for reliable data transmission.

    • TCP establishes a connection between sender and receiver before data transfer.

    • TCP uses sequencing and acknowledgment to ensure data integrity.

    • UDP stands for User Datagram Protocol and is used for fa...

  • Answered by AI
Round 3 - HR 

(1 Question)

Round duration - 30 Minutes
Round difficulty - Easy

This is a cultural fitment testing round .HR was very frank and asked standard questions. Then we discussed about my
role.

  • Q1. What is something about you that is not included in your resume?

Interview Preparation Tips

Eligibility criteriaAbove 1 years of experienceSiemens interview preparation:Topics to prepare for the interview - Operating Systems, Computer Architecture, Microcontollers and Microprocessors, Computer Networks, AptitudeTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

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 Group Discussion.
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

Recently Viewed

INTERVIEWS

Alstom Transportation

No Interviews

INTERVIEWS

ArcelorMittal Nippon Steel

No Interviews

INTERVIEWS

MathCo

No Interviews

INTERVIEWS

Alstom Transportation

No Interviews

INTERVIEWS

LG Soft India

No Interviews

INTERVIEWS

Tata ClassEdge

No Interviews

INTERVIEWS

Bonfiglioli Transmissions Private Limited

10 top interview questions

SALARIES

ArcelorMittal Nippon Steel

INTERVIEWS

Alstom Transportation

No Interviews

INTERVIEWS

G R Infraprojects

No Interviews

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
 • 418 Interviews
Tata Technologies Interview Questions
3.6
 • 258 Interviews
Saint-Gobain Interview Questions
4.0
 • 172 Interviews
Dilip Buildcon Interview Questions
4.0
 • 140 Interviews
G R Infraprojects Interview Questions
4.1
 • 133 Interviews
AECOM Interview Questions
4.2
 • 115 Interviews
Worley Interview Questions
4.1
 • 110 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

₹0 L/yr - ₹0 L/yr

System Engineer
181 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

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

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