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 Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

ABB Artificial Intelligence Developer Interview Questions and Answers

Updated 30 Oct 2023

ABB Artificial Intelligence Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Aptitude and logical questions

Round 2 - Technical 

(5 Questions)

  • Q1. What is inheritance in oops?
  • Ans. 

    Inheritance in OOP allows a class to inherit properties and behaviors from another class.

    • Inheritance promotes code reusability by allowing a new class to take on the attributes and methods of an existing class.

    • The class that is being inherited from is called the parent class or superclass, while the class that inherits is called the child class or subclass.

    • Subclasses can add new methods or override existing methods fro...

  • Answered by AI
  • Q2. What is virtual function?
  • Ans. 

    A virtual function is a function in a base class that is declared using the keyword 'virtual' and can be overridden by a function in a derived class.

    • Virtual functions allow a derived class to provide a specific implementation of a function that is already defined in a base class.

    • They enable polymorphism, where a function call is resolved at runtime based on the actual type of object being referred to.

    • Virtual functions ...

  • Answered by AI
  • Q3. What is difference between array and liked list?
  • Ans. 

    Arrays store elements in contiguous memory locations, while linked lists store elements in nodes with pointers to the next node.

    • Arrays have fixed size, while linked lists can dynamically grow or shrink.

    • Accessing elements in arrays is faster (O(1)), while accessing elements in linked lists is slower (O(n)).

    • Inserting or deleting elements in arrays can be inefficient as it may require shifting elements, while in linked li...

  • Answered by AI
  • Q4. What is stack? and to implement it?
  • Ans. 

    A stack is a data structure that follows the Last In, First Out (LIFO) principle.

    • Stack is a collection of elements with two main operations: push (adds an element to the top) and pop (removes the top element).

    • Common implementations of stack include using arrays or linked lists.

    • Example: Pushing elements 1, 2, and 3 onto a stack would result in 3 being at the top, followed by 2, and then 1.

  • Answered by AI
  • Q5. What is string function in structures?
  • Ans. 

    String function in structures refers to operations that can be performed on string data within a data structure.

    • String functions in structures can include operations like concatenation, substring extraction, searching, and comparison.

    • For example, a structure may have a string member representing a person's name, and string functions can be used to manipulate or extract parts of the name.

    • These functions can help in orga...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for ABB Artificial Intelligence Developer interview:
  • C++
  • DSA
Interview preparation tips for other job seekers - prepare well for the interview

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
6d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about ABB?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Quant , Logical REASONING , Java

Round 2 - HR 

(3 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that aligns with your team's goals.

    • Strong proficiency in programming languages like Python and Java, demonstrated through successful projects such as a web application for task management.

    • Experience in collaborating with cross-functional teams, as seen in my role at XYZ Corp where I led a team to improve software deploym...

  • Answered by AI
  • Q2. What is your family background?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company to work for , Be honest and well rounded discussions on CV

Artificial Intelligence Developer Interview Questions Asked at Other Companies

Q1. Can you explain how you would train an AI model to automate custo ... read more
Q2. How do you ensure your AI solution is optimized for both performa ... read more
asked in ABB
Q3. What is the difference between an array and a linked list?
Q4. What is bias in machine learning, and why is it important?
Q5. How do you design a database schema for optimal performance?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

MCQ of programming languages - c/c++/Python , basic DS and OS questions

Round 2 - Technical 

(1 Question)

  • Q1. DS and programming language questions
Round 3 - Technical 

(1 Question)

  • Q1. Project level discussion and questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

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

Round 1 - Aptitude Test 

This includes data interpretation,games,paragraph based question in verbal ability and the time is 30 mins

Round 2 - Technical 

(2 Questions)

  • Q1. What is linked list
  • Ans. 

    A linked list is a data structure where each element points to the next element in the sequence.

    • Consists of nodes connected by pointers

    • Can be singly linked (each node points to the next) or doubly linked (each node points to the next and previous)

    • Allows for dynamic size and efficient insertion/deletion operations

  • Answered by AI
  • Q2. Project related

Interview Preparation Tips

Interview preparation tips for other job seekers - know your resume throughly and cs fundamentals

Skills evaluated in this interview

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

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Why do you want this job?"
  • Ans. 

    I am excited about this job because it aligns with my skills, passion for technology, and desire to contribute to impactful projects.

    • I am passionate about software development and enjoy solving complex problems, as seen in my previous project where I optimized a database system.

    • This role offers the opportunity to work with cutting-edge technologies, which I am eager to learn and apply in real-world scenarios.

    • I admire y...

  • Answered by AI
  • Q2. Why should we hire you?
  • Ans. 

    I bring a unique blend of technical skills, problem-solving abilities, and a passion for innovation that aligns with your team's goals.

    • Proven experience in developing scalable applications, such as a recent project where I improved performance by 30%.

    • Strong proficiency in multiple programming languages, including Python and Java, allowing me to adapt to your tech stack quickly.

    • Excellent teamwork and communication skill...

  • Answered by AI
  • Q3. Can provide goals to work toward each day and an income to support you financially
  • Q4. Because I am a highly motivated and adaptable individual with a strong foundation i
Round 1 - Aptitude Test 

Related to logical,verbal

Round 2 - Technical 

(1 Question)

  • Q1. Related to coding,basic programming questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with anything so that u will hv more confidence
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 Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basic and advanced concepts
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1. Coding question related to Comparator. 2. Android Questions medium level. 3. Collection Framework Java. 4. OOPs concept related questions.
Round 2 - HR 

(1 Question)

  • Q1. Usual HR round for Relocation, Salary, etc. discussion.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Mar 2024.

Round 1 - Coding Test 

Auzure MCQ, Web Api development CRUD operations

Round 2 - Technical 

(2 Questions)

  • Q1. Solid principles
  • Q2. . Net
Round 3 - One-on-one 

(2 Questions)

  • Q1. Managerial round
  • Q2. What you seek, where do you see yourself and all
  • Ans. 

    I seek growth, innovation, and collaboration in my career, aiming to lead impactful projects in software engineering.

    • I aspire to work on cutting-edge technologies, like AI and machine learning, to create solutions that improve user experiences.

    • I envision myself in a leadership role, mentoring junior developers and fostering a culture of continuous learning.

    • I aim to contribute to open-source projects, enhancing my skill...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't recommend to join CNH now as I see it's current situation
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basics of OOP and JavaScript related

Interview Preparation Tips

Interview preparation tips for other job seekers - NA

ABB Interview FAQs

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

Some of the top questions asked at the ABB Artificial Intelligence Developer interview -

  1. what is difference between array and liked li...read more
  2. what is stack? and to implement ...read more
  3. what is string function in structur...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Join ABB Helping industries outrun with our leading technologies

Interview Questions from Similar Companies

John Deere Interview Questions
4.1
 • 244 Interviews
Caterpillar Inc Interview Questions
4.2
 • 185 Interviews
Atlas Copco Interview Questions
4.2
 • 93 Interviews
Hitachi Interview Questions
4.0
 • 84 Interviews
TÜV SÜD Interview Questions
3.9
 • 74 Interviews
TKIL Interview Questions
4.2
 • 63 Interviews
Timken Interview Questions
3.9
 • 50 Interviews
View all
Project Engineer
702 salaries
unlock blur

₹5.8 L/yr - ₹14.8 L/yr

R&D Engineer
332 salaries
unlock blur

₹11.6 L/yr - ₹21 L/yr

Financial Analyst
271 salaries
unlock blur

₹3.4 L/yr - ₹7.9 L/yr

Design Engineer
244 salaries
unlock blur

₹4.4 L/yr - ₹10.9 L/yr

Software Engineer
215 salaries
unlock blur

₹14.7 L/yr - ₹27.2 L/yr

Explore more salaries
Compare ABB with

John Deere

4.0
Compare

Caterpillar Inc

4.2
Compare

Sigma Electric Manufacturing Corporation

4.0
Compare

TÜV SÜD

3.9
Compare
write
Share an Interview