Upload Button Icon Add office photos

Filter interviews by

ABB GISL R&D Engineer Interview Questions and Answers

Updated 22 Jan 2025

ABB GISL R&D Engineer Interview Experiences

1 interview found

R&D Engineer Interview Questions & Answers

user image Anonymous

posted on 22 Jan 2025

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

I appeared for an interview before Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic questions about electrical. More focus on CV and previous company experience.
  • Q2. Coding basics and process knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and answer. Think, take your time, and then start speaking. Interview will be smooth.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Spc msa iatf process capabilities
  • Q2. Man power handling

Interview Preparation Tips

Topics to prepare for Motherson Sumi Wiring Senior Engineer interview:
  • SPC Study
  • MSA
  • Iatf
Interview preparation tips for other job seekers - Easy interview

I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - 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 3 - HR 

Interview Preparation Tips

Interview preparation tips for other job seekers - Recently I find job , i have five year experience in optical fiber cables ltd

I applied via Recruitment Consulltant and was interviewed in Mar 2022. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Basics topic electrical machine

Interview Preparation Tips

Interview preparation tips for other job seekers - You ready the basics topic of engineering subject
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Basic knowledge
  • Q2. Switchgear knowledge
  • Q3. Marketing knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Work experience?
  • Q2. Educational and work details details?
Round 2 - Technical 

(2 Questions)

  • Q1. Civil engineering related questions
  • Q2. Assignment for costing and Estimation
  • Ans. 

    Costing and estimation assignment for Senior Engineer position

    • Understand the scope of the project and gather all relevant information

    • Break down the project into smaller tasks and estimate the time and cost for each task

    • Consider factors such as materials, labor, equipment, and overhead costs

    • Use historical data or industry benchmarks to validate your estimates

    • Provide a detailed cost breakdown and justification for your e

  • Answered by AI
Round 3 - Aptitude Test 

Computer software skills

Round 4 - Assignment 

Estimation & costing related work

Round 5 - HR 

(2 Questions)

  • Q1. Documents check
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Need a proper knowledge about your profile and proper documentation for further process
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. How much time you want to continue job here?
Round 2 - Technical 

(1 Question)

  • Q1. Press shop hands-on experience related questions

Interview Questionnaire 

14 Questions

  • Q1. What are the benefits of the microservices?
  • Ans. 

    Microservices offer benefits such as scalability, flexibility, and easier maintenance.

    • Scalability: Microservices can be scaled independently, allowing for better resource utilization.

    • Flexibility: Microservices can be developed and deployed independently, allowing for faster iteration and innovation.

    • Easier maintenance: Microservices are smaller and more focused, making it easier to identify and fix issues.

    • Improved fault...

  • Answered by AI
  • Q2. Differences between spring and spring boot?
  • Ans. 

    Spring is a framework while Spring Boot is an extension of Spring.

    • Spring Boot provides auto-configuration and embedded servers.

    • Spring Boot reduces boilerplate code and simplifies application setup.

    • Spring Boot is opinionated and provides defaults for configuration.

    • Spring Boot is ideal for microservices and standalone applications.

    • Spring is more flexible and customizable than Spring Boot.

  • Answered by AI
  • Q3. Have you configured service registry?
  • Ans. 

    Yes, I have configured service registry.

    • I have experience with service registry tools like Consul and Eureka.

    • I have configured service registry for microservices architecture.

    • I have implemented service discovery and load balancing using service registry.

    • I have used service registry to manage service endpoints and metadata.

  • Answered by AI
  • Q4. What is the use of profile registry? how can you configured in your project
  • Ans. 

    Profile registry is used to store user profiles and their preferences in a centralized location.

    • Profile registry is used to manage user profiles and preferences in a centralized location

    • It can be configured in a project by defining the schema for user profiles and preferences

    • Profile registry can be accessed through APIs or SDKs

    • It can be used to personalize user experience and provide targeted content

    • Examples of profile...

  • Answered by AI
  • Q5. How spring boot work internally?
  • Ans. 

    Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and dependencies.

    • Spring Boot uses an embedded server to run applications.

    • It provides auto-configuration for commonly used libraries and frameworks.

    • Spring Boot uses Spring Framework's core features like Inversion of Control (IoC) and Aspect Oriented Programming (AOP).

    • It uses annotations to configure and c...

  • Answered by AI
  • Q6. If a microservice is down, then how can you handle that situation?
  • Ans. 

    We can handle the situation by implementing fault tolerance mechanisms.

    • Implementing circuit breakers to prevent cascading failures

    • Using load balancers to redirect traffic to healthy instances

    • Implementing retry mechanisms to handle temporary failures

    • Using monitoring tools to detect and alert on failures

    • Implementing graceful degradation to provide partial functionality

    • Using backups or replicas to ensure high availability

  • Answered by AI
  • Q7. What kind of security added in your project and how?
  • Q8. What are the transactions used in your projects?
  • Q9. What are the spring boot annotations used in your project?
  • Ans. 

    We use @RestController, @RequestMapping, @Autowired, @Service, @Repository, @Transactional, @GetMapping, @PostMapping, @PutMapping, @DeleteMapping annotations in our Spring Boot project.

    • @RestController - used to define RESTful web services

    • @RequestMapping - used to map HTTP requests to handler methods

    • @Autowired - used for automatic dependency injection

    • @Service - used to define a service layer component

    • @Repository - used...

  • Answered by AI
  • Q10. What is the use of spring data jpa?
  • Ans. 

    Spring Data JPA simplifies the implementation of data access layer in Spring applications.

    • Provides a framework for easily creating repositories and queries

    • Reduces boilerplate code for data access layer

    • Supports pagination and sorting of data

    • Integrates with Spring's transaction management

    • Example: @Repository interface UserRepository extends JpaRepository {}

  • Answered by AI
  • Q11. What are the collection used in your project?
  • Q12. Can you tell me how hash map internally work?
  • Ans. 

    A hash map is a data structure that uses a hash function to map keys to values in constant time.

    • Hash map uses an array to store key-value pairs

    • The hash function is used to convert the key into an index of the array

    • Collisions occur when two keys map to the same index, which is resolved using chaining or open addressing

    • Retrieving a value from a hash map involves computing the hash of the key and then looking up the corre...

  • Answered by AI
  • Q13. Differences between comparable and comparator?
  • Ans. 

    Comparable is an interface used for natural ordering while Comparator is an interface used for custom ordering.

    • Comparable is implemented by the class itself while Comparator is implemented by a separate class.

    • Comparable provides a single method compareTo() while Comparator provides a single method compare().

    • Comparable is used for sorting elements in a collection while Comparator is used for custom sorting.

    • Example: Stri...

  • Answered by AI
  • Q14. Tell me about concurrent Hash map?
  • Ans. 

    Concurrent Hash Map is a thread-safe implementation of a hash map.

    • It allows multiple threads to access and modify the map concurrently.

    • It uses a technique called lock striping to achieve high concurrency.

    • It is part of the java.util.concurrent package in Java.

    • Example: ConcurrentHashMap in Java.

  • Answered by AI

Skills evaluated in this interview

I applied via Walk-in

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 

(2 Questions)

  • Q1. GD&T QUESTION? Technical question?
  • Q2. GD&T- Geometric dimensioning & Tolerancing

Interview Preparation Tips

Interview preparation tips for other job seekers - Very through with technical knowledge.
Good knowledge of practical.
Confidence will add advantage.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2023. 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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. About my previous projects. How it is designed, developed, Moto of the project. And entire project life cycle.
  • Q2. What are types of voltage regulators. Explain them.
  • Ans. 

    Types of voltage regulators include linear regulators, switching regulators, and shunt regulators.

    • Linear regulators: provide a stable output voltage by dissipating excess power as heat (e.g. LM317)

    • Switching regulators: more efficient than linear regulators by switching the input voltage on and off (e.g. LM2596)

    • Shunt regulators: regulate voltage by shunting excess current to ground (e.g. TL431)

  • Answered by AI
  • Q3. Working principle of Project that is developed earlier.
  • Ans. 

    The working principle of the project developed earlier involved utilizing machine learning algorithms to analyze data and make predictions.

    • Used supervised learning techniques to train the model

    • Implemented feature engineering to improve model performance

    • Utilized cross-validation to assess model accuracy

    • Applied the trained model to new data for prediction

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What are the salary expectations and why?

Interview Preparation Tips

Topics to prepare for Medha Servo Drives R&D Engineer interview:
  • Embedded Systems
  • Embedded C
  • Embedded hardware
  • IOT
  • Project Management
  • Project Engineering
Interview preparation tips for other job seekers - Be sure about your work experiences, skills and projects done from academics to till date including projects we involved in previous employer(if experienced). Get thorough with the job description you are applied. Make sure your skills matcher the JD. Most important in my point of view try to learn about new technologies emerging besides the current ones.

Skills evaluated in this interview

ABB GISL Interview FAQs

How many rounds are there in ABB GISL R&D Engineer interview?
ABB GISL interview process usually has 1 rounds. The most common rounds in the ABB GISL interview process are One-on-one Round.

Tell us how to improve this page.

ABB GISL R&D Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Havells Interview Questions
4.0
 • 210 Interviews
Polycab Wires Interview Questions
4.0
 • 96 Interviews
KEI Industries Interview Questions
4.2
 • 54 Interviews
C&S Electric Interview Questions
4.0
 • 47 Interviews
RR kabel Interview Questions
4.1
 • 45 Interviews
Finolex Cables Interview Questions
3.8
 • 41 Interviews
View all
ABB GISL R&D Engineer Salary
based on 43 salaries
₹8.2 L/yr - ₹19.8 L/yr
31% more than the average R&D Engineer Salary in India
View more details

ABB GISL R&D Engineer Reviews and Ratings

based on 10 reviews

3.8/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

2.9

Salary

4.2

Job security

4.0

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 10 Reviews and Ratings
Project Engineer
47 salaries
unlock blur

₹7 L/yr - ₹15.5 L/yr

R&D Engineer
43 salaries
unlock blur

₹8.2 L/yr - ₹19.8 L/yr

Senior R&D Engineer
23 salaries
unlock blur

₹13 L/yr - ₹32 L/yr

Associate Project Engineer
19 salaries
unlock blur

₹6.3 L/yr - ₹9.7 L/yr

Finance Specialist
16 salaries
unlock blur

₹3.2 L/yr - ₹8 L/yr

Explore more salaries
Compare ABB GISL with

Havells

4.0
Compare

Polycab Wires

4.0
Compare

CG Power and Industrial Solutions

3.9
Compare

C&S Electric

4.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview