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
4.1

based on 2.6k Reviews

Filter interviews by

ABB Data Engineer Interview Questions and Answers

Updated 31 Mar 2024

ABB Data Engineer Interview Experiences

1 interview found

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 31 Mar 2024

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

I applied via Company Website and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. How did manage risks during migration of DB
  • Ans. 

    I managed risks during migration of DB by conducting thorough risk assessments, creating backup plans, and involving key stakeholders.

    • Conducted thorough risk assessments to identify potential issues

    • Created backup plans to mitigate risks and minimize downtime

    • Involved key stakeholders in the migration process to ensure alignment and support

  • Answered by AI

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 DSA questions. one of DP and other on LinkedLists medium level questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions about Spark fundamentals
  • Q2. Hard SQL questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2022. There were 4 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. Write a python program for list/dictionary (comprehensions)
  • Ans. 

    Python program for list/dictionary comprehensions

    • List comprehension: [expression for item in iterable]

    • Dictionary comprehension: {key_expression: value_expression for item in iterable}

    • Example: squares = [x**2 for x in range(10)]

    • Example: dict_squares = {x: x**2 for x in range(10)}

  • Answered by AI
  • Q2. Write a python program to convert a number to words. For ex: i/p 123, o/p - One hundred twenty three
  • Ans. 

    Python program to convert a number to words.

    • Use a dictionary to map numbers to words.

    • Divide the number into groups of three digits and convert each group to words.

    • Handle special cases like zero, negative numbers, and numbers greater than or equal to one billion.

  • Answered by AI
  • Q3. Questions on AWS glue/EMr cluster. How to filter a dataframe in PySpark ?
Round 3 - Technical 

(2 Questions)

  • Q1. Questions based on Terraform
  • Q2. Write a python program for list/dictionary comprehensions.
  • Ans. 

    Python program for list/dictionary comprehensions.

    • List comprehension: [expression for item in iterable]

    • Dictionary comprehension: {key_expression: value_expression for item in iterable}

    • Example: squares = [x**2 for x in range(10)]

    • Example: dict_squares = {x: x**2 for x in range(10)}

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good programming knowledge in Python and Pyspark. Should know SQL as well and AWS services like GLUE, EMR cluster, Lambda.

Skills evaluated in this interview

I applied via LinkedIn and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Explain project architecture
  • Ans. 

    Project architecture refers to the overall design and structure of a project, including its components and how they interact.

    • Project architecture involves defining the system's components and their relationships

    • It includes decisions about hardware, software, and network infrastructure

    • Architectural patterns like client-server, microservices, and event-driven can be used

    • Good architecture should be scalable, maintainable,

  • Answered by AI
  • Q2. Which languages can u code in?
  • Ans. 

    I can code in multiple languages including Python, Java, SQL, and Scala.

    • Python

    • Java

    • SQL

    • Scala

  • Answered by AI
  • Q3. Spark Optimizations

Interview Preparation Tips

Interview preparation tips for other job seekers - Mostly ur interview will be done directly by the people you will be working , so lay it out as it is.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Coding Test 

Arrays related problem

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Building selection system using best practices in C# dot net, SOLID principle, Design Patterns.
It was above average difficult question and time was less. But they were ok to give more time to complete the system. lasted around 4 hours

Round 2 - Aptitude Test 

Asked questions about previous experience and my aptitude. they were keep to know if I am ok to work in fast pace environment. lasted around 40 mins.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared. They have detailed questions based on conceptual clarity.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to your profile
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Technical quotation related to PLC

Round 2 - Technical 

(1 Question)

  • Q1. Types of gate in logic
  • Ans. 

    Types of gates in logic are basic building blocks of digital circuits.

    • AND gate: outputs true only when all inputs are true (e.g. A AND B)

    • OR gate: outputs true when at least one input is true (e.g. A OR B)

    • NOT gate: inverts the input (e.g. NOT A)

    • NAND gate: combination of AND gate followed by NOT gate

    • NOR gate: combination of OR gate followed by NOT gate

    • XOR gate: outputs true when inputs are different (e.g. A XOR B)

  • Answered by AI

I applied via Referral and was interviewed in Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions regarding oops concept
Round 3 - Technical 

(1 Question)

  • Q1. Implement atoi , and just basic programming questions
Round 4 - HR 

(1 Question)

  • Q1. Why u want to join siemens and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Try for better companies , tech is quite old not good for fresher even though salary is good

I applied via Naukri.com and was interviewed in Oct 2021. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. OOPs concepts, threading, SOLID principles
  • Q2. Design patterns, abstract class, interface
Round 2 - Technical 

(1 Question)

  • Q1. Soild principles, oops concepts
Round 3 - Technical 

(1 Question)

  • Q1. General programming questions, working style, how to handle a project
Round 4 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Why are you looking for a change?
  • Q4. What are your strengths and weaknesses?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple interview technical questions

ABB Interview FAQs

How many rounds are there in ABB Data Engineer interview?
ABB interview process usually has 1 rounds. The most common rounds in the ABB interview process are Technical.

Tell us how to improve this page.

People are getting interviews through

based on 1 ABB interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Join ABB Helping industries outrun with our leading technologies

Interview Questions from Similar Companies

Siemens Interview Questions
4.1
 • 425 Interviews
Johnson Controls Interview Questions
3.6
 • 253 Interviews
Tata Power Interview Questions
3.9
 • 156 Interviews
BHEL Interview Questions
4.2
 • 103 Interviews
GE Interview Questions
4.2
 • 101 Interviews
View all
ABB Data Engineer Salary
based on 6 salaries
₹3 L/yr - ₹13.5 L/yr
27% less than the average Data Engineer Salary in India
View more details

ABB Data Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.5

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

4.5

Job Security

5.0

Company culture

3.5

Promotions/Appraisal

4.5

Work Satisfaction

Explore 2 Reviews and Ratings
Project Engineer
577 salaries
unlock blur

₹5.4 L/yr - ₹18.3 L/yr

R&D Engineer
318 salaries
unlock blur

₹7 L/yr - ₹26 L/yr

Financial Analyst
260 salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Design Engineer
229 salaries
unlock blur

₹0.9 L/yr - ₹9.5 L/yr

Associate Project Engineer
197 salaries
unlock blur

₹4.6 L/yr - ₹12 L/yr

Explore more salaries
Compare ABB with

Siemens

4.1
Compare

Schneider Electric

4.2
Compare

Emerson Electric Co.

4.1
Compare

Honeywell International India

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview