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

I applied via campus placement at National Institute of Technology,(NIT), Mizoram and was interviewed before Apr 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 1st round was technical round. All questions were moderate level.
Round 2 - Coding Test 

2nd round was sql coding and they asked basics of sql like keys, joins,group by clause etc.

Interview Preparation Tips

Topics to prepare for ivy Software Engineer interview:
  • Basic DSA
  • anyone language like java or C#
  • oops
  • basic sql
Interview preparation tips for other job seekers - Final round was HR round and they asked general questions and company

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)

I applied via LinkedIn and was interviewed in Jan 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts, mysql query
  • Q2. Find 2highest salary mysql query, abstract and interfaces
  • Ans. 

    MySQL query to find 2 highest salaries and explanation of abstract and interfaces

    • Use ORDER BY and LIMIT to get the top 2 salaries

    • Abstract classes cannot be instantiated and can have both abstract and non-abstract methods

    • Interfaces define a set of methods that a class must implement

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 2

    • Example: abstract class Animal { abstract void makeSound(); }

    • Example: inte

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

(1 Question)

  • Q1. Mysql questions, sdlc method
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and discussion about job roles

Interview Preparation Tips

Topics to prepare for ivy Senior Software Engineer interview:
  • OOPS
  • MySQL
  • Javascript
  • Laravel
Interview preparation tips for other job seekers - Clear oops concepts, mysql concepts, and know how to find highest salary

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

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Data Structure and algorithm main focus.

System Analyst Interview Questions asked at other Companies

Q1. What will you do if you buy a hardware system that does not contain any software in it. And you have no money to buy a software. What will you do in a situation like that?
View answer (3)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, power bi, excel, analytical skill test
Round 2 - HR 

(2 Questions)

  • Q1. Strength Weekness
  • Q2. Achievements and goals

Associate Data Analyst Interview Questions asked at other Companies

Q1. 5. What are stored procedures and when are they used?
View answer (1)

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
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

MCQ on Coding Fundamentals

Round 2 - Technical 

(1 Question)

  • Q1. String Reverse reserving white spaces.
  • Ans. 

    Reverse a string while preserving white spaces

    • Iterate through the string from end to start

    • Keep track of white spaces and insert them in the reversed string

    • Example: 'hello world' -> 'dlrow olleh'

  • 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 (173)

Get interview-ready with Top ivy Interview Questions

I applied via Recruitment Consultant and was interviewed in Nov 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Why Testing?
  • Ans. 

    Testing ensures software quality and reduces the risk of defects in production.

    • Testing helps identify defects and bugs early in the development cycle.

    • It ensures that the software meets the requirements and specifications.

    • Testing helps improve the overall quality of the software.

    • It reduces the risk of defects and failures in production.

    • Testing helps build trust and confidence in the software among stakeholders.

  • Answered by AI
  • Q2. Difference between retesting and regression testing?
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression testing is testing the unchanged functionality after making changes in the software.

    • Retesting is done to ensure that the defects reported earlier have been fixed.

    • Regression testing is done to ensure that the changes made in the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting...

  • Answered by AI
  • Q3. What is SDLC?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used to design, develop, and test software.

    • SDLC is a framework that outlines the steps involved in software development.

    • It includes planning, designing, coding, testing, and maintenance.

    • Each phase of SDLC has its own set of deliverables and objectives.

    • SDLC models include Waterfall, Agile, and DevOps.

    • The choice of SDLC model depends on the project requi

  • Answered by AI
  • Q4. What is STLC?
  • Ans. 

    STLC stands for Software Testing Life Cycle, which is a process followed to ensure quality in software testing.

    • STLC is a sequential process that includes planning, designing, executing, and reporting.

    • It involves various stages like requirement analysis, test planning, test design, test execution, and test closure.

    • The main objective of STLC is to ensure that the software meets the customer's requirements and is of high ...

  • Answered by AI
  • Q5. What is DEFECT LIFE CYCLE?
  • Ans. 

    DEFECT LIFE CYCLE is the process of identifying, reporting, prioritizing, and resolving software defects.

    • Defect is identified by testers during testing

    • Defect is reported to development team

    • Development team prioritizes and resolves the defect

    • Defect is retested by testers

    • If defect is fixed, it is closed, else it goes back to development team

    • Defect life cycle ends when all defects are resolved

  • Answered by AI
  • Q6. What is unit testing
  • Ans. 

    Unit testing is a type of software testing where individual units or components of a software application are tested in isolation.

    • Unit testing is done by developers during the development phase

    • It helps to identify defects early in the development cycle

    • It ensures that each unit/component of the software application is working as expected

    • It helps to improve the quality of the software application

    • Examples of unit testing

  • Answered by AI
  • Q7. Difference between scenario and testcases?
  • Ans. 

    Scenarios are high-level descriptions of user actions and system responses, while test cases are specific steps to verify functionality.

    • Scenarios describe user interactions with the system, while test cases verify specific functionality.

    • Scenarios are often used in the early stages of testing to identify potential issues, while test cases are used for more detailed testing.

    • Scenarios can be used to create test cases, but...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn testing concepts throughout.

Skills evaluated in this interview

Top ivy Software Testing Engineer Interview Questions and Answers

Q1. Difference between retesting and regression testing?
View answer (1)

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND SubsequencesYou are given an array consisting of N integers. You need to find the number of k-element subsequences of the given array where the bitwise AND of the subsequence's elements is maximal. Also, find the maximal AND val... read more
View answer (1)

Senior Software Engineer Interview Questions & Answers

user image Nuruddin Mohammed

posted on 29 Mar 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

First round I was interviewed with easy to medium interviews questions along with project details.

Round 2 - Coding Test 

Secound round had one coding question followed by technical questions and experience questions.

Round 3 - HR 

(1 Question)

  • Q1. Most salary discussion

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 (1)
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.

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 tips
Round 2 - Technical 

(3 Questions)

  • Q1. They asked basic questions in first round. Later
  • Q2. Deep drive questions
  • Q3. Hr round discussed Salary
Round 3 - Technical 

(2 Questions)

  • Q1. Most of the things on my profile
  • Q2. Interview done on my skills

Associate Analyst Interview Questions asked at other Companies

Q1. If you are given an array of 6 numbers 123345 give the logic for finding the duplicate numbers in this array Other technical questions where purely based on what we say previously. When I talked about my course and specializations, all the ... read more
View answer (7)
Round 1 - Technical 

(1 Question)

  • Q1. Asked about solid design principles

Interview Preparation Tips

Interview preparation tips for other job seekers - resume short list very quickly and technical interview process takes times

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 (173)

Manager Interview Questions & Answers

user image Anonymous

posted on 20 Jul 2023

Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jul 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. Technical questions as per the role they are applied
  • Q2. SQL related questions, database questions
Round 3 - Assignment 

Asking the people to write some queries depending on the use care provided

Interview Preparation Tips

Topics to prepare for ivy Manager interview:
  • SQL
  • SQL Database
  • Bi
  • Data Analytics

Manager Interview Questions asked at other Companies

Q1. There is a chairman of a conglomerate. He has been on the post for 10 years, and is extremely dominating. He treats the various business heads like children, not letting them take any major decision. While the chairman has negatives, he bel... read more
View answer (2)

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