Upload Button Icon Add office photos

IHX

Compare button icon Compare button icon Compare

Filter interviews by

IHX Interview Questions and Answers

Updated 10 Sep 2024

IHX Interview Experiences

Popular Designations

4 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is rate limiter
  • Ans. 

    Rate limiter is a tool used to control the rate of traffic sent or received by a system.

    • Rate limiter helps prevent abuse of resources by limiting the number of requests a user can make in a given time period.

    • It can be implemented using algorithms like token bucket or leaky bucket.

    • Examples include API rate limiting to prevent overload and DDoS attacks, or limiting the number of login attempts to prevent brute force atta

  • Answered by AI
  • Q2. What is promises
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used in JavaScript to handle asynchronous operations.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together to handle multiple asynchronous operations.

    • They help avoid callback hell and make code more readable and maintainable.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hr test entire dureation

Round 2 - Coding Test 

Basic leet code problems

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Java oop related questions were asked. Mostly on interface and abstraction

Round 2 - Technical 

(2 Questions)

  • Q1. Basic xpath related questions
  • Q2. Debugging failing test cases

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)

I applied via Referral and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. How can you bring growth to our company?
  • Ans. 

    I can bring growth to your company by implementing strategic initiatives, optimizing processes, and fostering innovation.

    • Developing and executing strategic plans to expand market share

    • Identifying and capitalizing on new business opportunities

    • Improving operational efficiency and reducing costs

    • Driving innovation and product development

    • Building and nurturing strong relationships with clients and stakeholders

  • Answered by AI
Round 2 - HR 

(4 Questions)

  • Q1. Why should we hire you?
  • Ans. 

    I have a proven track record of successfully managing complex programs and delivering results.

    • I have extensive experience in program management, including planning, execution, and monitoring.

    • I have a strong ability to lead cross-functional teams and drive collaboration.

    • I am highly skilled in problem-solving and decision-making, ensuring successful project outcomes.

    • I have excellent communication and interpersonal skills...

  • Answered by AI
  • Q2. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself leading a team of program managers, driving strategic initiatives, and making a significant impact on the organization's success.

    • Leading a team of program managers

    • Driving strategic initiatives

    • Making a significant impact on the organization's success

  • Answered by AI
  • Q3. What are your salary expectations?
  • Ans. 

    I would like to discuss my salary expectations further in order to align them with the responsibilities and requirements of the role.

    • Express willingness to discuss salary expectations

    • Highlight the importance of aligning expectations with the role

    • Avoid giving a specific salary figure without further discussion

  • Answered by AI
  • Q4. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong leadership skills, excellent communication abilities, and a strategic mindset. My weaknesses include a tendency to be overly detail-oriented and a desire for perfection.

    • Strength: Strong leadership skills

    • Strength: Excellent communication abilities

    • Strength: Strategic mindset

    • Weakness: Overly detail-oriented

    • Weakness: Desire for perfection

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Sell your Strengths, present your Growth Plan, display the core values and culture you own, articulate a challenge that you recently solved, demonstrate your domain knowledge, talk about your past achievements, understand why they need to fill the position, and challenge them how things can be made better to get greater results.

Program Manager Interview Questions asked at other Companies

Q1. Use case scenario - in case a new engagement is awarded to Infosys, share how do you manage that Project/Program?
View answer (9)

IHX interview questions for popular designations

 Softwaretest Engineer

 (1)

 Software Developer

 (1)

 Senior Test Engineer

 (1)

 Program Manager

 (1)

Interview questions from similar companies

I applied via Freshesworld and was interviewed in Nov 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions on Java, mainly versions of Java , which is the latest version of java currently using. Rate yiur java skills out of 10?? Are you relocate, internship project deeply they ask question...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare before going to interview. Feel free, listen some music and peace full mind . don't afraid. Be courage.

I applied via Walk-in and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is Excel what is vlookup what is your strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest and bold

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Why do you want to change?
  • Q2. 2. What is your goal?
  • Q3. 3. Critical project you have handled?

Interview Preparation Tips

Interview preparation tips for other job seekers - Always be yourself and provide short and to the point answer

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

IHX Interview FAQs

How many rounds are there in IHX interview?
IHX interview process usually has 1-2 rounds. The most common rounds in the IHX interview process are Coding Test, Technical and One-on-one Round.
How to prepare for IHX 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 IHX. The most common topics and skills that interviewers at IHX expect are SQL, Load Testing, Python, Appium and Automation Testing.
What are the top questions asked in IHX interview?

Some of the top questions asked at the IHX interview -

  1. what is rate limi...read more
  2. what is promi...read more
  3. Debugging failing test ca...read more

Tell us how to improve this page.

IHX Interview Process

based on 6 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all

IHX Reviews and Ratings

based on 20 reviews

3.6/5

Rating in categories

3.9

Skill development

3.3

Work-life balance

3.5

Salary

3.1

Job security

3.7

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 20 Reviews and Ratings
Data Scientist
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare IHX with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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