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 Questions & Answers

user image Mohan Chandra

posted on 8 Dec 2023

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. 1) Write a custom ArrayList program, need to implement our own ArrayList with basic functionalities 2) Indepth questions on multithreading 3) Questions on data structures and alogirthms
Round 3 - Technical 

(1 Question)

  • Q1. Questions on multithreading
Round 4 - HR 

(1 Question)

  • Q1. Discussion on location and salary

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic qusetions like aptitude and gd

Round 2 - Technical 

(2 Questions)

  • Q1. Basic knowledge is enough
  • Q2. Java spring spring boot

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 Questions & Answers

user image Anonymous

posted on 23 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. SQL basic theory questions
  • Q2. Problem solving questions in sql

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Incident Management
Round 2 - Technical 

(1 Question)

  • Q1. Monitoring Tools
Round 3 - HR 

(1 Question)

  • Q1. Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - JD Description, Past experience.

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Mostly asked general questions about angular and oops as job profile was related to .net fullstack developer
Round 2 - Technical 

(2 Questions)

  • Q1. Good question form .net, angular and sql
  • Q2. Asked to write easy level code in c# and sql

Interview Preparation Tips

Topics to prepare for ivy Software Engineer interview:
  • oops, .NET , angular, sql, css

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)

Get interview-ready with Top ivy Interview Questions

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

(1 Question)

  • Q1. Basic java in interview
Round 2 - Technical 

(1 Question)

  • Q1. Advance java in interview
Round 3 - HR 

(1 Question)

  • Q1. Company questions

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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Website Navigation, Analytical Ability

Round 2 - One-on-one 

(1 Question)

  • Q1. Previous Experience
Round 3 - HR 

(1 Question)

  • Q1. Expected CTC and Personality Analysis

Risk Associate Interview Questions asked at other Companies

Q1. Team and pressure handling experience
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Cloning in java
  • Ans. 

    Cloning in Java refers to creating an exact copy of an object.

    • Use the clone() method to create a shallow copy of an object.

    • For deep cloning, implement the Cloneable interface and override the clone() method.

    • Cloning can be used to create independent copies of objects.

  • Answered by AI
  • Q2. Deadlock on threads
  • Ans. 

    Deadlock on threads occurs when two or more threads are waiting for each other to release resources, causing a standstill.

    • Deadlock happens when two or more threads are blocked forever, waiting for each other to release resources.

    • Prevention methods include avoiding circular wait, ensuring a fixed order of resource acquisition, and using timeouts.

    • Detection methods include analyzing thread dumps, using tools like jstack o...

  • Answered by AI
  • Q3. Exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java knowledge is must

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Started with basic question on java and went on to algorithms, sql and springboot

Round 2 - One-on-one 

(1 Question)

  • Q1. Algorithms and coding question
Round 3 - HR 

(1 Question)

  • Q1. Generic he question and about culture of company.

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)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. What Prototype in JS What is closure in JS What Recursive functions What Constructor functions What hoisting in js Diff btw var,let, const Find the no of occurance of text in string Find the duplicate cou...
  • Ans. 

    Prototype in JS refers to the mechanism by which objects in JavaScript inherit properties and methods from other objects.

    • Prototype chain allows objects to inherit properties and methods from other objects

    • Prototype-based inheritance is a key feature of JavaScript

    • Example: Creating a new object using a constructor function and adding methods to its prototype

  • Answered by AI

Skills evaluated in this interview

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)
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