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 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)

 Test Engineer

 (1)

 Data Engineer

 (1)

 Senior Firmware Engineer

 (1)

 Cyber Security 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 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

Software Engineer Interview Questions & Answers

Epiroc user image jyothika undapalli

posted on 9 Jul 2024

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 Jul 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

It was about to 30 min.

Round 2 - Group Discussion 

It was about to 15 min.

Round 3 - Technical 

(1 Question)

  • Q1. All questions related to our technical part.
Round 4 - HR 

(1 Question)

  • Q1. About your self
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is polymorphism in OOPS
  • Ans. 

    Polymorphism in OOPS refers to the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • There are two types of polymorphism: compile-time (method overloading) and runtime (method overriding).

    • Example: Inheritance allows a child class to override a method of its parent class, providing different implem

  • Answered by AI
  • Q2. How SQL Performance Can Be Optimized
  • Ans. 

    SQL performance can be optimized by using indexes, optimizing queries, minimizing network round trips, and using proper data types.

    • Use indexes on columns frequently used in WHERE clauses to speed up data retrieval.

    • Optimize queries by avoiding unnecessary joins, using WHERE clauses effectively, and limiting the number of rows returned.

    • Minimize network round trips by batching multiple queries into a single request.

    • Use pr...

  • Answered by AI
Round 2 - Manegerial 

(2 Questions)

  • Q1. Salary Expectation as per Your Role
  • Ans. 

    My salary expectation as a Senior Software Engineer is based on industry standards, my experience, and the responsibilities of the role.

    • Research industry standards for Senior Software Engineer salaries

    • Consider my years of experience and expertise in software development

    • Factor in the specific responsibilities and requirements of the role

    • Negotiate based on the company's budget and benefits package

    • Be open to discussing sa

  • Answered by AI
  • Q2. How will manage If you see the application is crashed
  • Ans. 

    I will investigate the root cause, analyze logs, and work on fixing the issue to prevent future crashes.

    • Investigate the crash logs to identify the root cause

    • Analyze the code to understand the issue

    • Implement a fix for the crash

    • Test the fix thoroughly before deploying it

    • Implement monitoring and alerting to catch similar issues in the future

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Palindrome question
  • Q2. Anagram question

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.

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
594 salaries
unlock blur

₹4.8 L/yr - ₹18.3 L/yr

R&D Engineer
322 salaries
unlock blur

₹6.5 L/yr - ₹22.2 L/yr

Financial Analyst
256 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Design Engineer
241 salaries
unlock blur

₹2 L/yr - ₹10.5 L/yr

Finance Specialist
196 salaries
unlock blur

₹2.8 L/yr - ₹7.5 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