Upload Button Icon Add office photos
Engaged Employer

i

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

ivy Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 709 Reviews

Filter interviews by

ivy Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top ivy Interview Questions and Answers

View all 84 questions

ivy Interview Experiences

Popular Designations

118 interviews found

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. String based questions in java
  • Q2. What are the fundamental concepts of Java?
Round 2 - Coding Test 

Java based questions and few DSA questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (40)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java , multithreading
  • Q2. Implement your thread pool
  • Ans. 

    A thread pool is a collection of worker threads that efficiently execute asynchronous tasks.

    • Create a fixed-size queue to hold tasks.

    • Create a group of worker threads that continuously take tasks from the queue and execute them.

    • Implement a mechanism to add tasks to the queue for execution.

    • Consider using a thread-safe data structure for the task queue.

    • Ensure proper synchronization to avoid race conditions.

  • Answered by AI
Round 2 - Case Study 

System design parking lot system

Senior Software Engineer 2 Interview Questions asked at other Companies

Q1. Draw a system diagram for ecommers system to place an order and get order history for a particular customer
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at MLR Institute of Technology, Hyderabad and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Java Basics questions

Round 2 - Technical 

(3 Questions)

  • Q1. Java oops concepts
  • Q2. Swap two number without temporary var
  • Ans. 

    Use bitwise XOR operation to swap two numbers without using a temporary variable.

    • Use XOR operation to swap two numbers without using a temporary variable.

    • a = a XOR b

    • b = a XOR b

    • a = a XOR b

  • Answered by AI
  • Q3. Java program to identify a number is palindrome or not
  • Ans. 

    Java program to check if a number is a palindrome or not.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string to check for palindrome

    • Handle edge cases like negative numbers and single-digit numbers

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. Why IVY company
  • Ans. 

    IVY company is known for its innovative projects, collaborative work environment, and commitment to employee growth.

    • IVY company has a reputation for taking on challenging and cutting-edge projects.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • IVY company offers opportunities for professional development and growth, which is important to me in my career.

    • I admire IVY company's commitm

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Mainly related to JAVA programming
  • Q2. Selenium project reviews
Round 2 - Technical 

(2 Questions)

  • Q1. Reverse the string
  • Ans. 

    Reverse a given string

    • Create a new empty string to store the reversed string

    • Iterate through the original string from end to start and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Scenario based questions

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions asked at other Companies

Q1. Wait in selenium and how to find all links present in a page xpath
View answer (2)

ivy interview questions for popular designations

 Software Engineer

 (33)

 Senior Software Engineer

 (14)

 Software Developer

 (8)

 Business Analyst

 (2)

 Customer Service Assistant

 (2)

 Project Manager

 (2)

 Senior Software Developer

 (2)

 Senior System Analyst

 (2)

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 Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. It was good consisting of deep technical knowledge
  • Q2. Focused on some practical questions as well
Round 2 - Technical 

(2 Questions)

  • Q1. Question on the basis of react router dom
  • Q2. Make diff pages and do outlet
  • Ans. 

    Creating different pages and setting up outlets in a software application.

    • Create separate HTML files for each page

    • Define routes in the application to navigate between pages

    • Set up outlets in the application to display content dynamically

  • Answered by AI

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top ivy Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Solid principals
  • Q2. Difference between pure and impure pipes
  • Ans. 

    Pure pipes do not have any side effects and always return the same output for the same input, while impure pipes can have side effects and may not return the same output for the same input.

    • Pure pipes are stateless and deterministic.

    • Impure pipes can have side effects like modifying global variables or making network requests.

    • Examples of pure pipes include filters in Angular, while examples of impure pipes include async

  • Answered by AI

Skills evaluated in this interview

Top ivy Senior Software Engineer Interview Questions and Answers

Q1. Find 2highest salary mysql query, abstract and interfaces
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Add string until length is greater than 1
  • Ans. 

    Concatenate strings in array until total length is greater than 1

    • Iterate through array and concatenate strings until length is greater than 1

    • Use a loop to keep adding strings until total length exceeds 1

    • Check total length after each concatenation to ensure it is greater than 1

  • Answered by AI
  • Q2. JavaScript tricky questions

Top ivy Software Engineer Interview Questions and Answers

Q1. 1. Javascript code to find the frequency of characters in a sentence. 2. Difference between dynamic and static intialization.
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between retesting and regression testing
  • Ans. 

    Retesting is testing the same functionality again to ensure the defect is fixed, while regression testing is testing the whole application to ensure new changes do not affect existing functionality.

    • Retesting focuses on verifying that a specific defect has been fixed.

    • Regression testing focuses on ensuring that new changes do not impact existing functionality.

    • Retesting is usually performed by the tester who found the def...

  • Answered by AI
  • Q2. What is difference between system testing and system integration testing
  • Ans. 

    System testing focuses on testing the entire system as a whole, while system integration testing focuses on testing the interactions between integrated components.

    • System testing ensures that the entire system meets the specified requirements and functions correctly.

    • System integration testing focuses on testing the interfaces and interactions between integrated components to ensure they work together seamlessly.

    • System t...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What are qa deliverables
  • Ans. 

    QA deliverables are the tangible work products produced by the QA team during the software testing process.

    • Test plans

    • Test cases

    • Test scripts

    • Defect reports

    • Test summary reports

  • Answered by AI
  • Q2. What are pre requisites of api testing
  • Ans. 

    Pre requisites of API testing include understanding of API documentation, knowledge of HTTP methods, familiarity with testing tools.

    • Understanding of API documentation

    • Knowledge of HTTP methods (GET, POST, PUT, DELETE)

    • Familiarity with testing tools like Postman or SoapUI

    • Ability to write test cases for API endpoints

    • Understanding of status codes and response formats

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 questions on hackerrank array n string related

Round 2 - Technical 

(2 Questions)

  • Q1. Design custom hashmap
  • Ans. 

    Custom hashmap design involves creating a data structure that maps keys to values for efficient retrieval.

    • Use an array of linked lists to handle collisions

    • Implement methods for adding, removing, and retrieving key-value pairs

    • Consider resizing the hashmap when it reaches a certain load factor

  • Answered by AI
  • Q2. System design of current project
  • Ans. 

    The system design of the current project involves a microservices architecture with containerization using Docker and orchestration with Kubernetes.

    • Utilizing microservices architecture for scalability and maintainability

    • Containerizing applications with Docker for portability and consistency

    • Orchestrating containers with Kubernetes for automated deployment and scaling

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked ListYou are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your task is to find the data of the node at which merging starts. If there is no merging, return -1. For ex... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 questions in hackerrank test - 90 minutes.
1. Flipping switches: a two dimensional array and an int value given as inputs. initially all switches are tuned off(marked zero). in each array we get operation which will contain the indexes of the array on which on/off of switches operation is performed. it indicated that those indexes bulbs are tuned on if already turned off and vice versa. after all operations find the count of lights that were switched on.
2. Game of colors: input is a string contains w and b characters: wwwbbbbwww. two players play the game. w starts first. then next player b. one player can play only if its respected color w or b has same color previous and after. i.e., in the input given above, w can start play his tune as we have w at index 1 has its previous index and next index characters are w. then he can remove that color. ie.e at index 1 then player play and removes colour b similarly. a player can win if other player cannot remove any color(no consecutive same color). return the name of the player who wins from the game

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare and practice array and string manipulation questions before the coding test. read the problem statements thoroughly and should be able to quickly solve the problems as it takes a lot of time to read and understand the problems in hacker rank. do the time check and submit your code

Top ivy Senior Software Engineer Interview Questions and Answers

Q1. Find 2highest salary mysql query, abstract and interfaces
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

ivy Interview FAQs

How many rounds are there in ivy interview?
ivy interview process usually has 2-3 rounds. The most common rounds in the ivy interview process are Technical, HR and One-on-one Round.
How to prepare for ivy 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 ivy. The most common topics and skills that interviewers at ivy expect are Java, Data Structures, Algorithms, SQL and Spring.
What are the top questions asked in ivy interview?

Some of the top questions asked at the ivy interview -

  1.  Given a bowl of curry which can serve 4 people, a bowl of sambha...read more
  2. Which testing is done using selenium to run in mobile app - responsivness testi...read more
  3.  Given 8 iron rods of one kg(with one defective rod) find the defe...read more
How long is the ivy interview process?

The duration of ivy interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

ivy Interview Process

based on 58 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 62 ivy interviews
Job Portal
Referral
Company Website
Campus Placement
Recruitment Consultant
WalkIn
44%
15%
8%
8%
6%
3%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 785 Interviews
Globant Interview Questions
3.9
 • 166 Interviews
View all

ivy Reviews and Ratings

based on 709 reviews

3.7/5

Rating in categories

3.1

Skill development

3.8

Work-Life balance

3.6

Salary & Benefits

3.3

Job Security

3.6

Company culture

2.9

Promotions/Appraisal

3.3

Work Satisfaction

Explore 709 Reviews and Ratings
Software Engineer
835 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Senior Software Engineer
576 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

Test Engineer
365 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

System Analyst
327 salaries
unlock blur

₹11.8 L/yr - ₹28 L/yr

Senior Test Engineer
315 salaries
unlock blur

₹7 L/yr - ₹15 L/yr

Explore more salaries
Compare ivy with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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