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

Clear (1)

ABB Software Engineer Interview Questions and Answers

Updated 20 Dec 2024

ABB Software Engineer Interview Experiences

7 interviews found

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Can you explain the difference between a stack and a queue and provide a real-world example where each would be used.
  • Ans. 

    A stack is a Last In First Out (LIFO) data structure, while a queue is a First In First Out (FIFO) data structure.

    • Stack: LIFO - Last In First Out. Example: browser history where the last page visited is the first to be accessed.

    • Queue: FIFO - First In First Out. Example: a line at a grocery store where the first person in line is the first to be served.

  • Answered by AI
  • Q2. Given an array of integers, write a function to find the two numbers that add up to a specific target. How would you optimize this solution?
  • Ans. 

    Function to find two numbers in array that add up to target. Optimize solution.

    • Use a hash map to store each number and its index as you iterate through the array.

    • For each number, check if the difference between the target and the number exists in the hash map.

    • Return the indices of the two numbers that add up to the target.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with coding challenges, especially related to arrays, linked lists, and trees.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Observables vs promises Lifecycle hooks Pipes
  • Ans. 

    Observables are used for handling asynchronous operations in a stream-like manner, promises are for handling a single async operation, and lifecycle hooks are methods that allow you to tap into the lifecycle of a component in Angular.

    • Observables are used in Angular for handling asynchronous operations in a stream-like manner, allowing you to work with data over time.

    • Promises are used for handling a single asynchronous ...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Lazy loading Dependency injection

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

30min and ask one coding question

Round 2 - Coding Test 

30min and ask 2 coding question

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It's is fully based on the logical reasoning

Round 2 - Coding Test 

It's fully based on the core subjects of computer science

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare more on core subjects like DSA

ABB interview questions for designations

 Senior Software Engineer

 (1)

 Principal Software Engineer

 (1)

 Software Developer

 (5)

 Softwaretest Engineer

 (2)

 Data Engineer

 (1)

 Test Engineer

 (1)

 Cyber Security Engineer

 (1)

 Senior Firmware Engineer

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude+ coding questions ,easy to moderate level questions

Round 2 - Behavioral interview 

(1 Question)

  • Q1. Situation based questions by recording answers upto 3 min
Round 3 - Technical 

(1 Question)

  • Q1. Basics of Java and c questions Difference between finalze and final Instances of abstract class
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Prevent the duplicate accounts

Interview Preparation Tips

Interview preparation tips for other job seekers - I am attending the interview
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Nov 2022. There were 5 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 - Aptitude Test 

Easy general questions

Round 3 - Coding Test 

Easy array questions

Round 4 - Technical 

(1 Question)

  • Q1. Mid leetcode question based on role
Round 5 - HR 

(1 Question)

  • Q1. General questions

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 Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Process of STLC and sdlc.and also focus on SQL injection and API testing.

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on project , because most of the question arises from this part and also cover testing,maven and GitHub

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

ABB Interview FAQs

How many rounds are there in ABB Software Engineer interview?
ABB interview process usually has 2-3 rounds. The most common rounds in the ABB interview process are Technical, Aptitude Test and Coding Test.
What are the top questions asked in ABB Software Engineer interview?

Some of the top questions asked at the ABB Software Engineer interview -

  1. Given an array of integers, write a function to find the two numbers that add u...read more
  2. Can you explain the difference between a stack and a queue and provide a real-w...read more
  3. Observables vs promises Lifecycle hooks Pi...read more
How long is the ABB Software Engineer interview process?

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

Recently Viewed

INTERVIEWS

Accelya Solutions India Limited

No Interviews

SALARIES

Boeing

DESIGNATION

INTERVIEWS

ABB

No Interviews

SALARIES

Accelya Solutions India Limited

INTERVIEWS

Accelya Solutions India Limited

No Interviews

INTERVIEWS

Aeris Communications

No Interviews

SALARIES

Axis Direct

INTERVIEWS

ABB

No Interviews

INTERVIEWS

Axis Direct

No Interviews

Tell us how to improve this page.

ABB Software Engineer Interview Process

based on 10 interviews

1 Interview rounds

  • Aptitude Test Round
View more
Join ABB Helping industries outrun with our leading technologies
ABB Software Engineer Salary
based on 148 salaries
₹6 L/yr - ₹21.9 L/yr
80% more than the average Software Engineer Salary in India
View more details

ABB Software Engineer Reviews and Ratings

based on 19 reviews

3.8/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.3

Salary

3.7

Job security

3.6

Company culture

3.0

Promotions

3.4

Work satisfaction

Explore 19 Reviews and Ratings
Project Engineer
584 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