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

Clear (1)

ivy Software Developer Interview Questions, Process, and Tips

Updated 8 Jan 2025

Top ivy Software Developer Interview Questions and Answers

ivy Software Developer Interview Experiences

8 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?
  • Ans. 

    Fundamental concepts of Java include OOP, platform independence, memory management, and exception handling.

    • Object-oriented programming (OOP) - Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence - Java code can run on any platform with the help of JVM (Java Virtual Machine).

    • Memory management - Java has automatic garbage collection to manage memory effici...

  • Answered by AI
Round 2 - Coding Test 

Java based questions and few DSA questions

HCLTech

Workplace transformation starts with you

Explore various roles and find your spark with us

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

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more
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
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

ivy interview questions for designations

 Senior Software Developer

 (2)

 Software Engineer

 (33)

 Java Developer

 (1)

 UI Developer

 (1)

 Android Developer

 (1)

 Senior Software Engineer

 (14)

 Software Engineer Trainee

 (3)

 Software Testing Engineer

 (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.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Asked to write algorithm for given problem
  • Q2. Describe current project

Interview Preparation Tips

Interview preparation tips for other job seekers - hands on coding experience. Algorithm practice. Current project

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics of oops Concepts of JavaScript Data structures related problems

Interview Preparation Tips

Interview preparation tips for other job seekers - Just make your concepts strong and back yourself

I was interviewed in Jan 2021.

Interview Questionnaire 

1 Question

  • Q1. One Program with c#

Interview Preparation Tips

Interview preparation tips for other job seekers - Wasting of time i feel when I joined interview with him. One Program he asked when i answered it properly/not he said done his interview

Interview questions from similar companies

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

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Q2. Java stream questions
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Q2. Project based questions
Contribute & help others!
anonymous
You can choose to be anonymous

ivy Interview FAQs

How many rounds are there in ivy Software Developer interview?
ivy interview process usually has 2-3 rounds. The most common rounds in the ivy interview process are Technical, HR and Coding Test.
What are the top questions asked in ivy Software Developer interview?

Some of the top questions asked at the ivy Software Developer interview -

  1. What are the fundamental concepts of Ja...read more
  2. Java program to identify a number is palindrome or ...read more
  3. swap two number without temporary ...read more

Recently Viewed

INTERVIEWS

Apptunix

7 interviews

INTERVIEWS

Innov8

3 interviews

INTERVIEWS

Skolar

20 interviews

INTERVIEWS

MRF Tyres

298 interviews

INTERVIEWS

Wingsure

2 interviews

INTERVIEWS

KodNest

21 interviews

INTERVIEWS

Edifecs

13 interviews

INTERVIEWS

Faurecia

59 interviews

INTERVIEWS

Edico Software Solutions

No Interviews

INTERVIEWS

UST

No Interviews

Tell us how to improve this page.

ivy Software Developer Interview Process

based on 6 interviews

3 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • HR Round
View more

Sun Pharmaceutical Industries

Join us and thrive in a company culture that inspires and empowers.

ivy Software Developer Salary
based on 92 salaries
₹5 L/yr - ₹17 L/yr
25% more than the average Software Developer Salary in India
View more details

ivy Software Developer Reviews and Ratings

based on 15 reviews

4.2/5

Rating in categories

3.8

Skill development

4.0

Work-life balance

4.3

Salary

3.7

Job security

4.1

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
862 salaries
unlock blur

₹4 L/yr - ₹17 L/yr

Senior Software Engineer
601 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

System Analyst
336 salaries
unlock blur

₹12.5 L/yr - ₹28 L/yr

Test Engineer
334 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Senior Test Engineer
329 salaries
unlock blur

₹7 L/yr - ₹15 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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent