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 Artificial Intelligence Developer Interview Questions, Process, and Tips

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

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!

Interview Questionnaire 

3 Questions

  • Q1. Static keyword. Object creation
  • Q2. Virtual function and run time polymorphism
  • Q3. Compile time polymorphism and example
  • Ans. 

    Compile time polymorphism is achieved through function overloading and templates.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Templates allow generic programming by defining functions or classes that can work with different data types.

    • Examples of function overloading include cout<< for different data types and sqrt() for float and double.

    • Examples of templates include vector

  • Answered by AI

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

I applied via Recruitment Consulltant and was interviewed in Nov 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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Introduction about your work and Tech work
  • Ans. 

    I have been working as a Software Engineer for the past 5 years, specializing in developing web applications using Java and JavaScript.

    • Proficient in Java and JavaScript

    • Experience in developing web applications

    • Strong understanding of software development principles

    • Familiarity with agile methodologies

    • Knowledge of database management systems

    • Experience with version control systems like Git

    • Ability to work in a team and comm

  • Answered by AI
  • Q2. All Details of OOPs concepts
  • Q3. Write a code by using OOPs technology result doesn't matter approach will be considered
Round 3 - Coding Test 

Coding Round two questions with OOPs concepts

Interview Preparation Tips

Topics to prepare for Emerson Electric Co. Software Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - Be confident
Be Genuine
Write code by separating UI with Logic using OOPs
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

30 min 30 ques and gaming ques

Round 2 - Technical 

(2 Questions)

  • Q1. What is ML and AI in your project?
  • Ans. 

    ML and AI are used in our project to analyze user behavior and provide personalized recommendations.

    • ML algorithms are used to analyze user data and predict user preferences.

    • AI is used to provide personalized recommendations based on the analysis of user behavior.

    • Examples include recommendation systems for e-commerce websites and personalized content suggestions on streaming platforms.

  • Answered by AI
  • Q2. What is lagging concept and more?
  • Ans. 

    Lagging concept refers to a concept or idea that is behind or not up to date compared to current standards or practices.

    • Refers to outdated technology or methods in software development

    • Can lead to inefficiencies, bugs, or security vulnerabilities

    • Examples include using deprecated libraries or not following best practices for coding

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Schneider Electric Software Developer interview:
  • HTML
Interview preparation tips for other job seekers - you can acheive if u want to . Just keep trying

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Prepare python data structures and python basics

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

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 string function in structur...read more
  3. what is stack? and to implement ...read more

Recently Viewed

INTERVIEWS

Ericsson

No Interviews

INTERVIEWS

EY Global Delivery Services ( EY GDS)

No Interviews

INTERVIEWS

Oracle

No Interviews

INTERVIEWS

Jubilant Agri and Consumer Products

No Interviews

INTERVIEWS

Gyansys Infotech

No Interviews

INTERVIEWS

Fidelity Investments

No Interviews

INTERVIEWS

EdgeVerve Systems

No Interviews

INTERVIEWS

Tejas Networks

No Interviews

INTERVIEWS

Navin Fluorine International

No Interviews

INTERVIEWS

India Glycols

No Interviews

Tell us how to improve this page.

ABB Artificial Intelligence Developer Interview Process

based on 1 interview

Interview experience

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

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 418 Interviews
Thermax Limited Interview Questions
4.1
 • 251 Interviews
Tata Power Interview Questions
3.9
 • 162 Interviews
BHEL Interview Questions
4.1
 • 113 Interviews
GE Interview Questions
4.2
 • 102 Interviews
Atlas Copco Interview Questions
4.2
 • 78 Interviews
View all
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent