Upload Button Icon Add office photos

Wabtec

Compare button icon Compare button icon Compare

Filter interviews by

Wabtec Interview Questions, Process, and Tips

Updated 21 Feb 2025

Top Wabtec Interview Questions and Answers

View all 50 questions

Wabtec Interview Experiences

Popular Designations

43 interviews found

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

    Top Wabtec Senior Software Engineer Interview Questions and Answers

    Q1. What are delegates and why we need it. Which are built in delegates in c#
    View answer (1)

    Senior Software Engineer Interview Questions asked at other Companies

    Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
    View answer (1)

    Interview Questions & Answers

    user image Anonymous

    posted on 21 Feb 2025

    Interview experience
    3
    Average
    Difficulty level
    Easy
    Process Duration
    Less than 2 weeks
    Result
    No response

    I was interviewed in Jan 2025.

    Round 1 - Technical 

    (4 Questions)

    • Q1. Rate yourself in python and AI
    • Ans. 

      I rate myself 9/10 in Python and 8/10 in AI.

      • Strong proficiency in Python programming language

      • Experience in developing AI/ML models using libraries like TensorFlow and PyTorch

      • Knowledge of various AI algorithms and techniques

      • Ability to optimize and fine-tune models for better performance

    • Answered by AI
    • Q2. Tell me about the project you are currently working in
    • Ans. 

      I am currently working on developing a machine learning model for predicting customer churn in a telecom company.

      • Collecting and preprocessing customer data such as call logs, usage patterns, and customer demographics

      • Building and training a predictive model using algorithms like logistic regression and random forest

      • Evaluating the model's performance using metrics like accuracy, precision, and recall

      • Implementing the mode...

    • Answered by AI
    • Q3. What do you know about Generative AI
    • Ans. 

      Generative AI is a type of artificial intelligence that is capable of creating new content, such as images, text, or music.

      • Generative AI uses algorithms to generate new data based on patterns in existing data.

      • Examples include deep learning models like GANs (Generative Adversarial Networks) for creating realistic images, and language models like GPT-3 for generating human-like text.

      • Generative AI can be used in various f...

    • Answered by AI
    • Q4. How do you build AI/ML pipelines on cloud
    • Ans. 

      AI/ML pipelines on cloud involve data ingestion, preprocessing, model training, evaluation, and deployment.

      • Utilize cloud services like AWS Sagemaker, Google Cloud AI Platform, or Azure Machine Learning

      • Ingest data from various sources into cloud storage like S3 or Google Cloud Storage

      • Preprocess data using tools like Apache Spark or TensorFlow Transform

      • Train models using distributed computing resources on the cloud

      • Evalua...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - The interview was fairly simple.
    Interview experience
    4
    Good
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - Technical 

    (2 Questions)

    • Q1. Transformer architecture and working.
    • Ans. 

      Transformer architecture is a deep learning model that utilizes self-attention mechanism for sequence processing.

      • Transformer architecture is based on self-attention mechanism, allowing the model to weigh the importance of different input tokens when making predictions.

      • It consists of an encoder and a decoder, with multiple layers of multi-head self-attention and feedforward neural networks.

      • Transformers have been widely ...

    • Answered by AI
    • Q2. Current project on ocr. Validation and testing
    • Ans. 

      Currently working on OCR project focusing on validation and testing

      • Developing validation strategies to ensure accuracy of OCR results

      • Creating test cases to evaluate OCR performance under different conditions

      • Utilizing ground truth data for benchmarking OCR accuracy

      • Implementing error analysis techniques to identify and address common OCR mistakes

    • Answered by AI
    Round 2 - One-on-one 

    (1 Question)

    • Q1. Case study on trends. Was asked to code.
    Round 3 - One-on-one 

    (1 Question)

    • Q1. General project questions and roles
    Round 4 - HR 

    (1 Question)

    • Q1. Why should we hire you?

    Skills evaluated in this interview

    Senior Data Scientist Interview Questions asked at other Companies

    Q1. What is the difference between logistic and linear regression?
    View answer (4)
    Interview experience
    5
    Excellent
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    Not Selected

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

    Round 1 - Technical 

    (5 Questions)

    • Q1. Diesel locomotiv
    • Q2. Diesel locomotiv engine all functions
    • Ans. 

      Diesel locomotive engines perform various functions such as generating power, controlling speed, and providing traction.

      • Diesel engines convert fuel into mechanical energy through combustion

      • They power the locomotive by driving the wheels through a transmission system

      • They control the speed of the locomotive by adjusting fuel intake and exhaust

      • They provide traction by transferring power to the wheels to move the train

      • They...

    • Answered by AI
    • Q3. Locomotive piping function
    • Ans. 

      Locomotive piping functions include transporting fluids, controlling pressure, and cooling systems.

      • Transporting fluids such as water, steam, and oil throughout the locomotive

      • Controlling pressure to ensure proper operation of various systems

      • Cooling systems to prevent overheating of components

      • Examples: brake pipe for controlling air pressure, water piping for cooling the engine

    • Answered by AI
    • Q4. Locomotives basic to advanced knowledge
    • Q5. Locomotivediesel

    Interview Preparation Tips

    Topics to prepare for Wabtec CNC Operating Engineer interview:
    • Locomotive
    Interview preparation tips for other job seekers - Locomotive assembly related

    CNC Operating Engineer Interview Questions asked at other Companies

    Q1. Diesel locomotiv engine all functions
    View answer (1)

    Wabtec interview questions for popular designations

     Senior Software Engineer

     (3)

     Deputy Engineer

     (2)

     Test Engineer

     (2)

     Intern

     (2)

     Quality Analyst

     (1)

     Production Manager

     (1)

     Software Engineer

     (1)

     Mechanical Engineer

     (1)

    Interview Questions & Answers

    user image Anonymous

    posted on 19 Jul 2024

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

    (1 Question)

    • Q1. Lean basics - VSM, Kaizen, Kaikaku and people management
    Round 2 - One-on-one 

    (1 Question)

    • Q1. People Management
    Round 3 - One-on-one 

    (1 Question)

    • Q1. Adopting to new role
    Round 4 - HR 

    (1 Question)

    • Q1. Semi-Technical and personal information
    Round 5 - One-on-one 

    (1 Question)

    • Q1. Adaptation to the new role

    Get interview-ready with Top Wabtec Interview Questions

    QA Engineer Interview Questions & Answers

    user image Anonymous

    posted on 3 Jan 2025

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

    (1 Question)

    • Q1. Basics on dictionary, basic codes

    QA Engineer Interview Questions asked at other Companies

    Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
    View answer (9)
    Interview experience
    4
    Good
    Difficulty level
    Hard
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I was interviewed in Aug 2024.

    Round 1 - Aptitude Test 

    Maths, English and basics of engineering

    Round 2 - One-on-one 

    (1 Question)

    • Q1. Stress strain curve, bolted joints, welding stress, plates and shells, thermodynamics

    Engineering Intern Interview Questions asked at other Companies

    Q1. What the final product of blast furnace? What is the composition of the iron produced and the source of high content of P? And how to reduce the content?
    View answer (1)
    Interview experience
    5
    Excellent
    Difficulty level
    -
    Process Duration
    -
    Result
    -
    Round 1 - HR 

    (1 Question)

    • Q1. Why should we hire you
    • Ans. 

      I have a proven track record of successfully managing production processes and teams, resulting in increased efficiency and quality.

      • I have X years of experience in production management, including overseeing scheduling, budgeting, and quality control.

      • I have a strong understanding of lean manufacturing principles and have implemented strategies to streamline production processes.

      • I have a track record of improving produc...

    • Answered by AI

    Interview Preparation Tips

    Interview preparation tips for other job seekers - Very y

    Production Manager Interview Questions asked at other Companies

    Q1. Production, Maintenance, Quality and Safety. Out of four, tell me the most important and least important thing for you and why?
    View answer (10)
    Interview experience
    1
    Bad
    Difficulty level
    Easy
    Process Duration
    2-4 weeks
    Result
    No response

    I applied via Approached by Company and was interviewed in Nov 2023. There were 3 interview rounds.

    Round 1 - Technical 

    (1 Question)

    • Q1. How do you setup Enterprise Architecture practice? How do you mature Enterprise Architecture in an organization? How do you prove value of Enterprise Architecture to the stakeholders? How do you handle non...
    • Ans. 

      Setting up and maturing Enterprise Architecture practice, proving value to stakeholders, and handling non-cooperating business stakeholders.

      • Establish a clear vision and strategy for Enterprise Architecture practice.

      • Define the scope, framework, and governance structure for Enterprise Architecture.

      • Engage with key stakeholders to understand their needs and align EA initiatives with business goals.

      • Demonstrate the value of ...

    • Answered by AI
    Round 2 - Technical 

    (1 Question)

    • Q1. How would you design an Enterprise Architecture for organization like Wabtech? What deliverables you would produce? How do drive innovation?
    • Ans. 

      Designing an Enterprise Architecture for Wabtech involves creating a comprehensive framework to align business goals with technology solutions and drive innovation.

      • Conduct a thorough analysis of Wabtech's current business processes, IT systems, and technology infrastructure.

      • Identify key stakeholders and gather their input to understand their requirements and priorities.

      • Develop a target architecture that aligns with Wab...

    • Answered by AI
    Round 3 - Behaviroual 

    (1 Question)

    • Q1. General questions ....

    Interview Preparation Tips

    Interview preparation tips for other job seekers - I was ghosted by the company even after clearing all the round & business being keen on my joining. They took my last salary and then vanished.

    Skills evaluated in this interview

    Enterprise Architect Interview Questions asked at other Companies

    Q1. What all Design patterns have you implemented in the last project?
    View answer (1)
    Interview experience
    4
    Good
    Difficulty level
    Moderate
    Process Duration
    2-4 weeks
    Result
    -

    I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

    Round 1 - Technical 

    (2 Questions)

    • Q1. Tell about your self
    • Ans. 

      Experienced Senior Manager with a proven track record in leading teams and driving business growth.

      • Over 10 years of experience in management roles

      • Strong leadership skills with a focus on team development

      • Proven ability to drive business growth through strategic planning and execution

      • Excellent communication and interpersonal skills

      • Track record of successfully managing cross-functional teams

    • Answered by AI
    • Q2. Challenges faced in the current role and approach to overcome

    Senior Manager Interview Questions asked at other Companies

    Q1. 1. What you understand the requirement of shuttering material at project site?
    View answer (19)

    Interview Questions & Answers

    user image Narayan Das

    posted on 27 May 2024

    Interview experience
    5
    Excellent
    Difficulty level
    Moderate
    Process Duration
    Less than 2 weeks
    Result
    Selected Selected

    I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

    Round 1 - Aptitude Test 

    There is a platform of company where attended the amplitude test.

    Round 2 - Technical 

    (1 Question)

    • Q1. Near by your favourite subject and some is written below Thermodynamics Two & Four stroke Engine Safety during working in workshop Production management Production technology...... many more

    Wabtec Interview FAQs

    How many rounds are there in Wabtec interview?
    Wabtec interview process usually has 2-3 rounds. The most common rounds in the Wabtec interview process are Technical, HR and Resume Shortlist.
    How to prepare for Wabtec 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, Leadership Development, freight, Value Added Services and Analytical.
    What are the top questions asked in Wabtec interview?

    Some of the top questions asked at the Wabtec 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
    How long is the Wabtec interview process?

    The duration of Wabtec interview process can vary, but typically it takes about less than 2 weeks to complete.

    Tell us how to improve this page.

    Wabtec Interview Process

    based on 49 interviews

    Interview experience

    4.2
      
    Good
    View more

    Interview Questions from Similar Companies

    Larsen & Toubro Limited Interview Questions
    4.0
     • 1.4k Interviews
    Siemens Interview Questions
    4.1
     • 418 Interviews
    Schneider Electric Interview Questions
    4.1
     • 360 Interviews
    Thermax Limited Interview Questions
    4.1
     • 251 Interviews
    Alstom Transportation Interview Questions
    3.7
     • 237 Interviews
    ABB Interview Questions
    4.1
     • 235 Interviews
    BHEL Interview Questions
    4.1
     • 113 Interviews
    Honeywell Automation Interview Questions
    3.8
     • 102 Interviews
    GE Interview Questions
    4.2
     • 102 Interviews
    Kirloskar Electric Company Interview Questions
    3.5
     • 19 Interviews
    View all

    Wabtec Reviews and Ratings

    based on 400 reviews

    3.9/5

    Rating in categories

    3.6

    Skill development

    3.9

    Work-life balance

    3.7

    Salary

    4.0

    Job security

    3.8

    Company culture

    3.3

    Promotions

    3.7

    Work satisfaction

    Explore 400 Reviews and Ratings
    Junior Engineer
    148 salaries
    unlock blur

    â‚ı0 L/yr - â‚ı0 L/yr

    Assistant Engineer
    138 salaries
    unlock blur

    â‚ı0 L/yr - â‚ı0 L/yr

    Lead Engineer
    82 salaries
    unlock blur

    â‚ı0 L/yr - â‚ı0 L/yr

    Senior Software Engineer
    63 salaries
    unlock blur

    â‚ı0 L/yr - â‚ı0 L/yr

    Deputy Engineer
    56 salaries
    unlock blur

    â‚ı0 L/yr - â‚ı0 L/yr

    Explore more salaries
    Compare Wabtec with

    ABB

    4.1
    Compare

    Siemens

    4.1
    Compare

    Alstom Transportation

    3.7
    Compare

    BHEL

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