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 Softwaretest Engineer Interview Questions and Answers

Updated 23 Oct 2024

ABB Softwaretest Engineer Interview Experiences

2 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Numeric analysis too difficult level

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Be prepared for each and every logical reasoning

Round 2 - Technical 

(1 Question)

  • Q1. About C programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for each and every logical accept

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why do you want to change the job
  • Q2. Manual testing and automation testing questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

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

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about correlation some technical questions about loadrunner tool
  • Q2. Loadrunner basics
  • Q3. Diff b/w thread process
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • Process is an independent entity that runs in its own memory space, while threads share the same memory space within a process.

    • Processes have their own resources like memory, file handles, etc., while threads share these resources.

    • Processes are heavyweight, while threads are lightweight.

    • Example: A...

  • Answered by AI
  • Q4. Appd basic questions
  • Q5. Diffeent approach for load balancing model
  • Ans. 

    Load balancing models distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Different algorithms for load balancing include round robin, least connections, and IP hash.

    • Consider factors like server capacity, network latency, and traffic patterns when choosing a load balancing model.

    • Implementing a hybrid approach combining multiple load balancing algorithms can optimize per

  • Answered by AI

Skills evaluated in this interview

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 Oct 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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Technical Questions - access specifiers, why is java platform independent, oops concepts, difference between Array List and LinkedList, Time Complexity, Immutable class, Questions related to Strings, Valid...
Round 3 - One-on-one 

(1 Question)

  • Q1. Live coding question based on array and Strings
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral

Round 1 - Technical 

(4 Questions)

  • Q1. What is transformer?
  • Ans. 

    A transformer is a device that transfers electrical energy between two or more circuits through electromagnetic induction.

    • Transformers are commonly used to increase or decrease voltage in electrical circuits.

    • They consist of two coils of wire, known as the primary and secondary coils.

    • The primary coil is connected to a power source, while the secondary coil is connected to the load.

    • Examples of transformers include power ...

  • Answered by AI
  • Q2. What is the use of relay in DI
  • Ans. 

    Relays in Dependency Injection are used to control the creation and lifecycle of objects.

    • Relays help in decoupling the creation of objects from their usage.

    • They can be used to provide different implementations of an interface based on certain conditions.

    • Relays can also be used for lazy loading of objects to improve performance.

    • They help in managing the dependencies of objects in a flexible and modular way.

  • Answered by AI
  • Q3. Compare profinet and ethernet
  • Ans. 

    Profinet is a real-time industrial Ethernet protocol used for automation, while Ethernet is a general networking protocol used for data communication.

    • Profinet is specifically designed for industrial automation applications, providing real-time communication and deterministic behavior.

    • Ethernet is a widely used networking protocol for general data communication in various industries and applications.

    • Profinet offers highe...

  • Answered by AI
  • Q4. What is RS232 protocol
  • Ans. 

    RS232 protocol is a standard for serial communication between devices, commonly used in computer systems.

    • RS232 uses a DB9 or DB25 connector for communication

    • It uses asynchronous communication

    • Data is transmitted one bit at a time

    • Commonly used for connecting devices like modems, printers, and GPS receivers

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Good URI design
  • Q2. Accessing id parameter in URL
  • Ans. 

    Accessing id parameter in URL involves parsing the URL and extracting the id value.

    • Use the window.location object to access the URL of the current page.

    • Parse the URL using methods like split() or URLSearchParams to extract the id parameter.

    • Example: If the URL is 'http://example.com/page?id=123', you can access the id value by parsing the URL.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Plan of growing up technically

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in algorithms, Java 8 / 11

Skills evaluated in this interview

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

(2 Questions)

  • Q1. React , hooks concept
  • Q2. Bootstrap- UI and related questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Ramaiah Institute of Technology, Bengaluru 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 experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. What technical skills you've learned so far in the college
  • Q2. Where do you see yourself in the next 5 years.
  • Q3. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the pointers direction

    • Iterate through the linked list and change the direction of pointers

    • Use three pointers - prev, current, next to reverse the list

    • Update the head pointer to point to the new first node

  • Answered by AI
  • Q4. General dbms, os, and cn questions

Interview Preparation Tips

Topics to prepare for Johnson Controls Software Engineer interview:
  • dsa
  • C++
  • computer networks
  • OS
  • sql
Interview preparation tips for other job seekers - just learn basics of computer fundamentals, and know about your project you mentioned in resume, and be good with normal dsa questions like arrays, strings, linked list, stacks and queues, and you should be good mostly

Skills evaluated in this interview

ABB Interview FAQs

How many rounds are there in ABB Softwaretest Engineer interview?
ABB interview process usually has 1-2 rounds. The most common rounds in the ABB interview process are Aptitude Test and Technical.

Tell us how to improve this page.

ABB Softwaretest Engineer Interview Process

based on 2 interviews

Interview experience

2
  
Poor
View more
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
 • 160 Interviews
GE Interview Questions
4.2
 • 105 Interviews
BHEL Interview Questions
4.1
 • 105 Interviews
View all
ABB Softwaretest Engineer Salary
based on 22 salaries
₹3.9 L/yr - ₹12.3 L/yr
47% more than the average Softwaretest Engineer Salary in India
View more details

ABB Softwaretest Engineer Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

3.0

Salary

5.0

Job security

2.0

Company culture

2.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Project Engineer
576 salaries
unlock blur

₹5.4 L/yr - ₹18.3 L/yr

R&D Engineer
319 salaries
unlock blur

₹6.5 L/yr - ₹23 L/yr

Financial Analyst
246 salaries
unlock blur

₹2 L/yr - ₹9.8 L/yr

Design Engineer
233 salaries
unlock blur

₹0.6 L/yr - ₹9.4 L/yr

Associate Project Engineer
195 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

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