Upload Button Icon Add office photos

Wabtec

Compare button icon Compare button icon Compare

Filter interviews by

Wabtec Senior Software Engineer Interview Questions, Process, and Tips

Updated 15 May 2023

Top Wabtec Senior Software Engineer Interview Questions and Answers

View all 9 questions

Wabtec Senior Software Engineer Interview Experiences

3 interviews found

Interview experience
3
Average
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 - Technical 

(5 Questions)

  • Q1. Spring boot and micro services are most questions.
  • Q2. Db questions regarding joins and group by
  • Q3. Spring profile related questions
  • Q4. Spring boot actuator related questions
  • Q5. Spring boot advantage related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jul 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 - Technical 

(6 Questions)

  • Q1. What are generics in c#
  • Ans. 

    Generics in C# allow for type-safe programming by enabling the creation of reusable code.

    • Generics allow for the creation of classes, interfaces, and methods that can work with any data type.

    • They provide type safety by allowing the compiler to enforce type constraints.

    • Examples include List, Dictionary, and Nullable.

    • Generics can improve performance by reducing the need for boxing and unboxing operations.

Answered by AI
  • Q2. What are delegates and why we need it. Which are built in delegates in c#
  • Ans. 

    Delegates are reference types that hold a reference to a method. They are used to achieve loose coupling and event handling.

    • Delegates allow methods to be passed as parameters to other methods.

    • They can be used to define callback methods.

    • Built-in delegates in C# include Action, Func, Predicate, EventHandler, and Comparison.

    • Action and Func are used for methods that return void and non-void values respectively.

    • Predicate is...

  • Answered by AI
  • Q3. What is difference between Dictionary and Hashtable
  • Ans. 

    Dictionary is a generic collection while Hashtable is a non-generic collection.

    • Dictionary is type-safe while Hashtable is not.

    • Dictionary allows null keys and values while Hashtable does not.

    • Dictionary is faster than Hashtable for small collections.

    • Hashtable is thread-safe while Dictionary is not.

  • Answered by AI
  • Q4. Difference between stored procedure and functions
  • Ans. 

    Stored procedures are used to perform a set of actions, while functions return a single value.

    • Stored procedures can modify data in the database, while functions cannot.

    • Functions can be used in SQL statements, while stored procedures cannot.

    • Stored procedures can have input and output parameters, while functions can only have input parameters.

    • Functions can be called from within stored procedures, but stored procedures ca

  • Answered by AI
  • Q5. Write a program to find the number of occurrences in a given string
  • Ans. 

    Program to find the number of occurrences in a given string

    • Use a loop to iterate through the string and count the occurrences of each character

    • Store the count in a dictionary or hash table

    • Return the dictionary or hash table

  • Answered by AI
  • Q6. What are restful services and WebApi and difference between them
  • Ans. 

    RESTful services are web services that follow the REST architecture while WebAPI is a framework for building RESTful services.

    • RESTful services use HTTP methods like GET, POST, PUT, DELETE to perform CRUD operations on resources

    • WebAPI is a framework for building RESTful services using .NET framework

    • WebAPI provides features like routing, model binding, content negotiation, etc.

    • RESTful services can be consumed by any clie...

  • Answered by AI

    Interview Preparation Tips

    Topics to prepare for Wabtec Senior Software Engineer interview:
    • Linq
    • Entity Framework
    • Generics
    • Delegates
    • Async
    • Await
    • SQL Server
    Interview preparation tips for other job seekers - Be prepared with your resume. Explain your current roles and responsibilities.

    Skills evaluated in this 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 Questionnaire 

    3 Questions

    • Q1. Internal working principle of Hashmap
    • Ans. 

      Hashmap is a data structure that stores key-value pairs and uses hashing to map keys to their corresponding values.

      • Hashmap uses an array to store the key-value pairs

      • A hash function is used to map the key to an index in the array

      • Collisions can occur when two keys map to the same index, which can be resolved using techniques like chaining or open addressing

      • Hashmap provides constant time complexity for insertion, deletion

    • Answered by AI
    • Q2. Most useful annotation used in Spring Boot and Spring JPA
    • Ans. 

      The @Autowired annotation is the most useful annotation used in Spring Boot and Spring JPA.

      • The @Autowired annotation is used for automatic dependency injection.

      • It eliminates the need for manual wiring of beans.

      • It can be used with constructors, fields, and methods.

      • Example: @Autowired private UserRepository userRepository;

    • Answered by AI
    • Q3. How to implement Singleton and Factory pattern in Java
    • Ans. 

      Singleton and Factory patterns are creational patterns used in Java to create objects.

      • Singleton pattern ensures that only one instance of a class is created and provides a global point of access to it.

      • Factory pattern provides an interface for creating objects, but allows subclasses to decide which class to instantiate.

      • Singleton pattern can be implemented using private constructor, static method and static variable.

      • Fact...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Prepare well and have a depth subject knowledge

    Skills evaluated in this interview

    Interview questions from similar companies

    Interview experience
    1
    Bad
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    No response

    I applied via LinkedIn and was interviewed in Oct 2023. 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 - HR 

    (2 Questions)

    • Q1. What is your expectations
    • Q2. As per industry norms

    Interview Preparation Tips

    Interview preparation tips for other job seekers - rejected
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

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

    Round 1 - Technical 

    (1 Question)

    • Q1. Introduction Questions related to c programming like structures, data types, size of structure. Inputs and deliverables of V model. Technical questions related to testing like statement coverage, branch an...
    Round 2 - HR 

    (1 Question)

    • Q1. Salary discussions and joining date

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Be thorough in programming and technical testing concepts for unit testing
    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    Selected Selected

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

    Round 1 - Technical 

    (1 Question)

    • Q1. UDS protocols and NRCs, DCM configuration
    Round 2 - HR 

    (1 Question)

    • Q1. Why Continental

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Learn basics, programming and don't lie on resume
    Interview experience
    5
    Excellent
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

    Round 1 - One-on-one 

    (1 Question)

    • Q1. Find lowest and highest number in an array. Optimize the code
    • Ans. 

      Find lowest and highest number in an array efficiently

      • Use a loop to iterate through the array and keep track of the lowest and highest numbers

      • Initialize variables for lowest and highest numbers with the first element of the array

      • Compare each element with the current lowest and highest numbers and update accordingly

    • Answered by AI

    Skills evaluated in this interview

    I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

    Interview Questionnaire 

    1 Question

    • Q1. Please explain about your profile

    Interview Preparation Tips

    Interview preparation tips for other job seekers - First of all be free to attend the interview.
    Be bold in your explanations.
    Questions mainly fall from your profile explanation.

    Try to tell what you have worked with.

    I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. Embedded c ....................
    Round 2 - Behavioral 

    (1 Question)

    • Q1. Project ........,........
    Round 3 - HR 

    (1 Question)

    • Q1. Salary ....................

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Easy .........,..................................

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

    Interview Questionnaire 

    1 Question

    • Q1. 1. They ask about yourself 2. About your past experience 3. About you project 4. Some basic and intermediate technical questions about your last work.

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Its very good. Thanks god to give me an opportunity to become part of this lovely and well structured company. The person who took interview are helpful and very good

    Wabtec Interview FAQs

    How many rounds are there in Wabtec Senior Software Engineer interview?
    Wabtec interview process usually has 2 rounds. The most common rounds in the Wabtec interview process are Resume Shortlist and Technical.
    How to prepare for Wabtec Senior Software Engineer 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 Wabtec. The most common topics and skills that interviewers at Wabtec expect are HTTP, Data Structures, SDLC, Agile and Application Development.
    What are the top questions asked in Wabtec Senior Software Engineer interview?

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

    1. What are delegates and why we need it. Which are built in delegates in...read more
    2. What is difference between Dictionary and Hashta...read more
    3. What are restful services and WebApi and difference between t...read more

    Tell us how to improve this page.

    Wabtec Senior Software Engineer Interview Process

    based on 2 interviews

    Interview experience

    3.5
      
    Good
    View more

    Interview Questions from Similar Companies

    Hitachi Astemo Interview Questions
    4.1
     • 103 Interviews
    JK Tyres Interview Questions
    3.6
     • 96 Interviews
    Valeo Interview Questions
    4.0
     • 90 Interviews
    DENSO Interview Questions
    4.1
     • 74 Interviews
    CIE Automotive Interview Questions
    3.6
     • 74 Interviews
    JTEKT Interview Questions
    4.1
     • 65 Interviews
    Hyundai Mobis Interview Questions
    3.8
     • 63 Interviews
    Faurecia Interview Questions
    3.9
     • 60 Interviews
    Michelin Interview Questions
    3.9
     • 51 Interviews
    View all
    Wabtec Senior Software Engineer Salary
    based on 70 salaries
    ₹10.2 L/yr - ₹31 L/yr
    36% more than the average Senior Software Engineer Salary in India
    View more details

    Wabtec Senior Software Engineer Reviews and Ratings

    based on 8 reviews

    3.6/5

    Rating in categories

    2.6

    Skill development

    3.0

    Work-life balance

    3.3

    Salary

    3.4

    Job security

    3.3

    Company culture

    3.3

    Promotions

    3.4

    Work satisfaction

    Explore 8 Reviews and Ratings
    Junior Engineer
    147 salaries
    unlock blur

    ₹2.4 L/yr - ₹5.3 L/yr

    Assistant Engineer
    139 salaries
    unlock blur

    ₹3.6 L/yr - ₹6.5 L/yr

    Lead Engineer
    99 salaries
    unlock blur

    ₹8.2 L/yr - ₹28 L/yr

    Senior Software Engineer
    70 salaries
    unlock blur

    ₹10.2 L/yr - ₹31 L/yr

    Deputy Engineer
    56 salaries
    unlock blur

    ₹5 L/yr - ₹8.2 L/yr

    Explore more salaries
    Compare Wabtec with

    JK Tyres

    3.6
    Compare

    Faurecia

    3.9
    Compare

    Hitachi Astemo

    4.1
    Compare

    Valeo

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