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

Filter interviews by

ivy Interview Questions, Process, and Tips

Updated 18 Feb 2025

Top ivy Interview Questions and Answers

View all 84 questions

ivy Interview Experiences

Popular Designations

122 interviews found

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview

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 (197)
ivy Interview Questions and Answers for Freshers
illustration image
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 (197)
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 (197)

ivy interview questions for popular designations

 Software Engineer

 (33)

 Senior Software Engineer

 (14)

 Software Developer

 (8)

 Software Engineer Trainee

 (3)

 Project Manager

 (2)

 Senior Software Developer

 (2)

 Test Engineer

 (2)

 System Analyst

 (2)

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

Get interview-ready with Top ivy Interview Questions

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 (197)
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 (197)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Create LLD Design for Movie Ticket Booking System(BookMyShow.com)
  • Ans. 

    LLD Design for Movie Ticket Booking System(BookMyShow.com)

    • Use case diagram to identify actors and their interactions

    • Class diagram to represent entities like User, Movie, Theater, Booking

    • Sequence diagram to show the flow of events during ticket booking process

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Core Java and J2EE basic questions
Round 3 - HR 

(1 Question)

  • Q1. Experience in previous companies and learnings

Interview Preparation Tips

Interview preparation tips for other job seekers - Its not that tough just be yourself when answering the questions

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. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
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 (197)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Java oops concepts
  • Q2. Basic conepts of oops
  • Ans. 

    Object-oriented programming concepts focus on classes, objects, inheritance, encapsulation, and polymorphism.

    • Classes: Blueprint for creating objects with attributes and methods.

    • Objects: Instances of classes that contain data and behavior.

    • Inheritance: Ability for a class to inherit attributes and methods from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism:...

  • Answered by AI

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 (197)
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

LIST OF COMPANIES

Varun Beverages

Overview

JOBS

Zycus Infotech

No Jobs

SALARIES

ivy

DESIGNATION

LIST OF COMPANIES

Enphase Energy

Overview

DESIGNATION

LIST OF COMPANIES

Zycus Infotech

Overview

SALARIES

ivy

SALARIES

Full Creative

Tell us how to improve this page.

ivy Interview Process

based on 91 interviews

Interview experience

4.1
  
Good
View more

Tesco

Secure your future with a company that values your job stability.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
Chetu Interview Questions
3.3
 • 172 Interviews
View all

ivy Reviews and Ratings

based on 774 reviews

3.6/5

Rating in categories

3.1

Skill development

3.8

Work-life balance

3.6

Salary

3.2

Job security

3.6

Company culture

2.9

Promotions

3.2

Work satisfaction

Explore 774 Reviews and Ratings
Software Engineer
862 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
601 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Analyst
337 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
334 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
329 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ivy 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