Premium Employer

i

This company page is being actively managed by ABB Team. If you also belong to the team, you can get access from here

ABB Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ABB Senior Associate Interview Questions and Answers

Updated 17 Jul 2023

ABB Senior Associate Interview Experiences

2 interviews found

Interview experience
5
Excellent
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 

Tough but pretty conceptual questions

Round 3 - Technical 

(2 Questions)

  • Q1. About steam turbines and compressor
  • Q2. About induction motor

I applied via Naukri.com and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Experience of previous jobs

Interview Preparation Tips

Interview preparation tips for other job seekers - Know what you have done in depth and be bold.

Senior Associate Interview Questions Asked at Other Companies

Q1. On an average, how many invoices can you process in a day?
Q2. What do you think is supply chain consulting all about? Should HU ... read more
asked in NTT Data
Q3. What is ost and pst in Outlook, what is distribution list and mai ... read more
asked in PwC
Q4. What is Materiality, How to decide Materiality , who decide what ... read more
Q5. What is the KPI in your organisation?

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. About Yourself

Interview Preparation Tips

Round: Test
Experience: Test level was medium, as i also sat for mahindra, i found L&T test was harder than mahindra!
Tips: Just study RS agarwal

Round: Group Discussion
Experience: It was easy for me, coz i was aware about tips of GD
Tips: Be the leader, if possibleTalk in between, even if u dont know topic much
Duration: 20 minutes

Round: Interview
Experience: This question was damn easy for me, coz i can talk more based on my activities & resume
Tips: Dont hesitate, stay calm & describe yourself, but not family background

General Tips: Be yourself, no technical knowledge is required(depends on panel u get)
Skill Tips: ""
College Name: IIT Roorkee
Motivation: To get placed!

I applied via Company Website and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Nodejs basics,AWS S3,script file run command,how to catch db timeout
  • Q2. Connect db options,
  • Ans. 

    Connecting to a database has multiple options depending on the type of database and programming language used.

    • For SQL databases, options include using JDBC for Java, ODBC for C++, and ADO.NET for C#.

    • For NoSQL databases, options include using MongoDB's driver for Python or Node.js.

    • ORMs like Hibernate and Entity Framework can also be used to abstract away the database connection details.

    • Connection strings are used to spe...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Db connection attributes need to prepare well

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

Interview Questionnaire 

2 Questions

  • Q1. Method Overloading and Method Overriding
  • Q2. Excel Presentation

Interview Preparation Tips

Interview preparation tips for other job seekers - Work with business team and on excel presentation.

I applied via Naukri.com and was interviewed before May 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Scenario based to be solved with python

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the core concepts very well.

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

I applied via Naukri.com and was interviewed before Jun 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Implement stack data structure
  • Ans. 

    Implement stack data structure

    • Use an array or linked list to store elements

    • Push operation adds element to top of stack

    • Pop operation removes element from top of stack

    • Peek operation returns top element without removing it

  • Answered by AI
  • Q2. How global variable work , how its shared by all function
  • Ans. 

    Global variables are accessible from any part of the program and can be modified by any function.

    • Global variables are declared outside of any function.

    • They can be accessed and modified by any function in the program.

    • If a function modifies the value of a global variable, the new value is visible to all other functions.

    • Global variables can be useful for sharing data between functions.

    • However, overuse of global variables

  • Answered by AI
  • Q3. Program to transpose the matrix
  • Ans. 

    Program to transpose a matrix

    • Iterate through rows and columns of the matrix

    • Swap the elements at (i,j) and (j,i) positions

    • Return the transposed matrix

  • Answered by AI
  • Q4. Internal implementation of pre and post fix operator
  • Ans. 

    Pre and post fix operators are used to increment or decrement a value before or after it is used in an expression.

    • Pre-fix operator (++x) increments the value of x and returns the new value.

    • Post-fix operator (x++) returns the value of x and then increments it.

    • Both operators can be used with variables of numeric data types.

    • They can also be used with pointers to increment or decrement the memory address they point to.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some standard problem from geekforgeeks.com

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join Rockwell Automation as they are firing people with no reasons. There is no job security, within a day u will be asked to leave. They are going through financial losses. They will further layoff next month . Already 900 layoff was done in May'24. Poor management poor HR

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 3 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 

(3 Questions)

  • Q1. Details of OoPs concept.
  • Q2. Write a program using OoPs concept
  • Ans. 

    Program using OOPs concept

    • Identify the objects and their properties

    • Create classes and define their methods

    • Use inheritance and polymorphism

    • Encapsulate data and use access modifiers

    • Example: A program to simulate a bank account

  • Answered by AI
  • Q3. How do code review in your project
  • Ans. 

    Code reviews are conducted regularly to ensure code quality and adherence to coding standards.

    • Code reviews are conducted by peers or senior developers.

    • Reviewers check for code quality, readability, maintainability, and adherence to coding standards.

    • Issues found during code review are documented and addressed by the developer.

    • Code reviews are conducted regularly, either before merging code or on a scheduled basis.

    • Tools ...

  • Answered by AI
Round 3 - Coding Test 

One programming challange just to see how good you use OOPs

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding practice using oops so that you can beat coding round.not focused on logic more but the way u use oops

Skills evaluated in this interview

ABB Interview FAQs

How many rounds are there in ABB Senior Associate interview?
ABB interview process usually has 2 rounds. The most common rounds in the ABB interview process are Technical, Resume Shortlist and Aptitude Test.
What are the top questions asked in ABB Senior Associate interview?

Some of the top questions asked at the ABB Senior Associate interview -

  1. About steam turbines and compres...read more
  2. About induction mo...read more

Tell us how to improve this page.

ABB Senior Associate Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Join ABB Helping industries outrun with our leading technologies

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 417 Interviews
Johnson Controls Interview Questions
3.5
 • 261 Interviews
Tata Power Interview Questions
3.9
 • 161 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
GE Interview Questions
4.2
 • 102 Interviews
View all
ABB Senior Associate Salary
based on 34 salaries
₹8.2 L/yr - ₹30.4 L/yr
82% more than the average Senior Associate Salary in India
View more details

ABB Senior Associate Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

4.3

Skill development

4.9

Work-life balance

4.3

Salary

4.9

Job security

4.5

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 6 Reviews and Ratings
Project Engineer
581 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

R&D Engineer
324 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
256 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Design Engineer
241 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Finance Specialist
196 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ABB with

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Emerson Electric Co.

4.1
Compare

Honeywell International India

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