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.6

based on 727 Reviews

Filter interviews by

ivy Interview Questions, Process, and Tips

Updated 25 Jan 2025

Top ivy Interview Questions and Answers

View all 84 questions

ivy Interview Experiences

Popular Designations

121 interviews found

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a seasoned Senior Software Engineer with over 10 years of experience in developing and implementing software solutions.

    • Over 10 years of experience in software development

    • Proficient in multiple programming languages such as Java, Python, and C++

    • Strong problem-solving skills and ability to work in a team environment

    • Experience in leading and mentoring junior developers

    • Familiar with Agile development methodologies

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

(1 Question)

  • Q1. Technical interview and analytical questions

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)

Software Engineer Interview Questions & Answers

user image Abhilash Jha

posted on 24 Oct 2024

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

Was asked tecnical questions mostly from Java, kotlin and Android along with 2 DSA easy level questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to work and grow

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)

ivy interview questions for popular designations

 Software Engineer

 (33)

 Senior Software Engineer

 (14)

 Software Developer

 (8)

 Software Engineer Trainee

 (3)

 Business Analyst

 (2)

 Customer Service Assistant

 (2)

 Project Manager

 (2)

 Senior Software Developer

 (2)

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

(2 Questions)

  • Q1. Oops concepts , in practical example
  • Ans. 

    Oops concepts are fundamental principles in object-oriented programming that help in organizing and designing code efficiently.

    • Encapsulation: Wrapping data and methods into a single unit (class). Example: Class Car with properties like make, model, and methods like start(), stop().

    • Inheritance: Reusing code from existing classes to create new classes. Example: Class SUV inheriting from class Car.

    • Polymorphism: Ability of...

  • Answered by AI
  • Q2. Rest api related questions
Round 2 - HR 

(2 Questions)

  • Q1. Why IVY , your negative thing
  • Q2. How you handled important situation in life

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company but some managers are worst.

Skills evaluated in this interview

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)

Get interview-ready with Top ivy Interview Questions

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

Find the maximum and minimum number

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Remove duplicates from list
  • Ans. 

    Remove duplicates from list of strings

    • Create a Set to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the list of unique strings

  • Answered by AI
  • Q2. Find Second largest in a table
  • Ans. 

    Iterate through the table to find the second largest value.

    • Iterate through the table and keep track of the largest and second largest values.

    • Compare each value with the current largest and second largest values.

    • Update the second largest value if a new value is found that is greater than the current second largest value.

  • Answered by AI
  • Q3. Sort in descending order
  • Ans. 

    Sort array of strings in descending order

    • Use a sorting algorithm like quicksort or mergesort

    • Specify the sorting order as descending

    • Ensure the sorting algorithm is stable to maintain order of equal elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be genuine

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
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Java Concepts and Medium level coding Questions
Round 2 - Technical 

(1 Question)

  • Q1. Advanced Java concepts and projects discussion and Coding 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
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Array questiona
  • Q2. Strings based 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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java, Spring boot, sql

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)

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 61 interviews in last 1 year

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Globant Interview Questions
3.9
 • 169 Interviews
View all

ivy Reviews and Ratings

based on 727 reviews

3.6/5

Rating in categories

3.1

Skill development

3.8

Work-life balance

3.6

Salary

3.3

Job security

3.6

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 727 Reviews and Ratings
Software Engineer
853 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Senior Software Engineer
598 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

System Analyst
330 salaries
unlock blur

₹12 L/yr - ₹28 L/yr

Test Engineer
329 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Senior Test Engineer
323 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
Did you find this page helpful?
Yes No
write
Share an Interview