Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ingersoll Rand Team. If you also belong to the team, you can get access from here

Ingersoll Rand Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ingersoll Rand Test Engineer Interview Questions and Answers

Updated 2 May 2024

Ingersoll Rand Test Engineer Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Bluetooth range
  • Q2. Wifi range,sms flow, real time situation based qstn

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why main method is static
  • Ans. 

    The main method is static in Java because it needs to be called by the JVM without creating an instance of the class.

    • Static methods can be called without creating an instance of the class.

    • The main method is the entry point of a Java program, so it needs to be accessible without creating objects.

    • Having the main method as static ensures that it can be called by the JVM before any objects are created.

  • Answered by AI
  • Q2. Can we overload construction
  • Ans. 

    Overloading construction is possible in programming by defining multiple functions with the same name but different parameters.

    • In programming, overloading construction refers to defining multiple functions with the same name but different parameters.

    • The compiler determines which function to call based on the number and types of arguments passed to it.

    • For example, you can have multiple functions named 'calculate' that a...

  • 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 Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What do you mean by electrical protection? Types of electrical fault?
  • Ans. 

    Electrical protection refers to measures taken to prevent damage to electrical equipment and ensure safety. Types of electrical faults include short circuits, overloads, and ground faults.

    • Electrical protection involves the use of devices such as fuses, circuit breakers, and surge protectors to prevent damage from electrical faults.

    • Types of electrical faults include short circuits, which occur when a current bypasses it...

  • Answered by AI
  • Q2. CT PT CB TRANSFOR testing
Round 2 - HR 

(1 Question)

  • Q1. Knowledge of shyam sel and power ltd Past company salary What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for not basic electrical questions like transformer and motor.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 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 - One-on-one 

(1 Question)

  • Q1. General things to know about yourself, your work / project
Round 3 - Technical 

(1 Question)

  • Q1. Basic of electrical/ electronics based on position
Round 4 - HR 

(1 Question)

  • Q1. General things as usual

I applied via Walk-in and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself.
Round 2 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - I have attached my working experience in Renault Nissan company in cheenai
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Aug 2023. 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 

(2 Questions)

  • Q1. Difference between xpath and css locators
  • Ans. 

    XPath is used to navigate through the XML structure of a webpage, while CSS locators are used to identify elements based on their attributes.

    • XPath is more powerful and flexible, allowing for complex searches and navigation through the DOM.

    • CSS locators are faster and more efficient for simple searches based on element attributes.

    • XPath can traverse both upwards and downwards in the DOM tree, while CSS locators can only m...

  • Answered by AI
  • Q2. Write a sibling for locator
  • Ans. 

    Sibling for locator is navigator

    • Navigator

    • Guide

    • Wayfinder

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. SQL : Inner join and outer joun
  • Q2. Difference between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Previous experience and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Atlas Copco culture is majority religious based culture. If you belong to any of the minorities you will surely face discrimination

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Dec 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Oops concepts 1) what is polymorphism 2)what is function overloading,overriding 3)what is virtual function 4) what is friend function
  • Ans. 

    Explanation of polymorphism, function overloading/overriding, virtual function, and friend function.

    • Polymorphism is the ability of an object to take on many forms.

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

    • Function overriding is having a derived class provide its own implementation of a method that is already provided by its parent class.

    • Virtual functions are functions...

  • Answered by AI
  • Q2. DBMS questions 1) in which database u have hand on practice?

Interview Preparation Tips

Interview preparation tips for other job seekers - HR had friendly nature , don't scare during interview, just do study hard and crack interview
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Why main method is static
  • Ans. 

    The main method is static in Java because it needs to be called by the JVM without creating an instance of the class.

    • Static methods can be called without creating an instance of the class.

    • The main method is the entry point of a Java program, so it needs to be accessible without creating objects.

    • Having the main method as static ensures that it can be called by the JVM before any objects are created.

  • Answered by AI
  • Q2. Can we overload construction
  • Ans. 

    Overloading construction is possible in programming by defining multiple functions with the same name but different parameters.

    • In programming, overloading construction refers to defining multiple functions with the same name but different parameters.

    • The compiler determines which function to call based on the number and types of arguments passed to it.

    • For example, you can have multiple functions named 'calculate' that a...

  • 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 Walk-in and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What do you mean by electrical protection? Types of electrical fault?
  • Ans. 

    Electrical protection refers to measures taken to prevent damage to electrical equipment and ensure safety. Types of electrical faults include short circuits, overloads, and ground faults.

    • Electrical protection involves the use of devices such as fuses, circuit breakers, and surge protectors to prevent damage from electrical faults.

    • Types of electrical faults include short circuits, which occur when a current bypasses it...

  • Answered by AI
  • Q2. CT PT CB TRANSFOR testing
Round 2 - HR 

(1 Question)

  • Q1. Knowledge of shyam sel and power ltd Past company salary What is your expected salary?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for not basic electrical questions like transformer and motor.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Aug 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. General things to know about yourself, your work / project
Round 3 - Technical 

(1 Question)

  • Q1. Basic of electrical/ electronics based on position
Round 4 - HR 

(1 Question)

  • Q1. General things as usual

Ingersoll Rand Interview FAQs

How many rounds are there in Ingersoll Rand Test Engineer interview?
Ingersoll Rand interview process usually has 1 rounds. The most common rounds in the Ingersoll Rand interview process are Technical.
How to prepare for Ingersoll Rand Test Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Ingersoll Rand. The most common topics and skills that interviewers at Ingersoll Rand expect are Agile, Black Box Testing, Python, Regression Testing and System integration.
What are the top questions asked in Ingersoll Rand Test Engineer interview?

Some of the top questions asked at the Ingersoll Rand Test Engineer interview -

  1. Wifi range,sms flow, real time situation based q...read more
  2. Bluetooth ra...read more

Tell us how to improve this page.

Ingersoll Rand Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Fast track your campus placements

View all
Ingersoll Rand Test Engineer Salary
based on 12 salaries
₹2.5 L/yr - ₹10 L/yr
22% more than the average Test Engineer Salary in India
View more details
Design Engineer
139 salaries
unlock blur

₹3.4 L/yr - ₹11 L/yr

Senior Engineer
50 salaries
unlock blur

₹7 L/yr - ₹17.5 L/yr

Senior Design Engineer
48 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Technical Lead
41 salaries
unlock blur

₹11 L/yr - ₹28 L/yr

Senior Software Engineer
35 salaries
unlock blur

₹9.4 L/yr - ₹22 L/yr

Explore more salaries
Compare Ingersoll Rand with

Siemens

4.1
Compare

Schneider Electric

4.1
Compare

Emerson Electric Co.

4.1
Compare

ABB

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