Upload Button Icon Add office photos

Filter interviews by

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Interview Questions, Process, and Tips

Updated 17 Sep 2024

Top IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Interview Questions and Answers

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Interview Experiences

5 interviews found

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 before Feb 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is abstract class
  • Ans. 

    Abstract class is a class that cannot be instantiated and is used as a blueprint for other classes to inherit from.

    • Cannot be instantiated directly

    • Can have abstract methods that must be implemented by subclasses

    • Can have non-abstract methods as well

  • Answered by AI
  • Q2. One coding question to sort a string array
  • Ans. 

    Sort a string array in alphabetical order

    • Use a sorting algorithm like quicksort or mergesort

    • Remember to compare strings using strcmp() function

    • Handle uppercase and lowercase letters properly

  • Answered by AI
  • Q3. Why java doesn't support multiple inheritance
  • Ans. 

    Java doesn't support multiple inheritance to avoid the diamond problem and maintain simplicity.

    • Java supports single inheritance to avoid ambiguity in method resolution.

    • Multiple inheritance can lead to the diamond problem where a class inherits from two classes that have a common ancestor.

    • Java uses interfaces to achieve multiple inheritance of type, allowing classes to implement multiple interfaces.

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. What are my strengths and weaknesses

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Angular question
  • Q2. JavaScript questions

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at MLR Institute of Technology, Hyderabad and was interviewed before Sep 2023. There were 4 interview rounds.

Round 1 - Coding Test 

Coding and mcq questions

Round 2 - One-on-one 

(2 Questions)

  • Q1. OOPS Concepts in detail
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming concepts like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Polymorphism: Ability for objects of different classes to respond to the same method.

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

    • Abstraction: Hiding the complex implementation

  • Answered by AI
  • Q2. Query on an inner sql
Round 3 - One-on-one 

(2 Questions)

  • Q1. DSA linkedlist basic implementation
  • Q2. Technical questions on java, college final project
Round 4 - HR 

(2 Questions)

  • Q1. About the job and role
  • Q2. Strength and Weakness
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Nov 2022. There were 4 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 

(1 Question)

  • Q1. About experience, education and technical
Round 3 - Technical 

(1 Question)

  • Q1. About technical
Round 4 - HR 

(1 Question)

  • Q1. Package discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Always keep growing your skills

IVY SOFTWARE DEVELOPMENT SERVICES interview questions for designations

 Senior Software Engineer

 (4)

 Software Engineer Trainee

 (1)

 Senior Test Engineer

 (1)

 Senior Engineer

 (1)

 Test Engineer 1

 (1)

 System Analyst

 (1)

 IT Analyst

 (1)

 Database Analyst

 (1)

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

I applied via Naukri.com and was interviewed before May 2022. There were 4 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 - Coding Test 

Basic random questions

Round 3 - Technical 

(1 Question)

  • Q1. Fundamentals of SQL and python
  • Ans. 

    SQL and Python are fundamental skills for a software engineer.

    • SQL is used for managing relational databases and querying data.

    • Python is a popular programming language for data analysis, web development, and automation.

    • Python can be used to interact with SQL databases using libraries like SQLAlchemy and psycopg2.

    • Understanding SQL and Python can help with tasks like data manipulation, reporting, and automation.

    • Examples o...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in basic fundamentals

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Coding Test 

4 sections Quantitative Analysis, Programming Based (output analysis, error detection), Aptitude and ML Engineering ( activation functions, models etc basics)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Merge Sort simple divide and conquer but a pain to execute they really just look for how logical you are and if your approach is correct
  • Q2. Talk about your projects previous experience etc
Round 3 - HR 

(2 Questions)

  • Q1. What do you think about Q
  • Q2. Personality based questions like what are your hobbies, what drives you etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident consistent and concise
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Nextwave and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

I got the opportunity through Nextwave. In the coding test I’m supposed to solve few aptitude questions and around 5-6 coding questions. Out of them 2 are of easy level ,2 are medium and 2 are of hard level.
I solved 2 easy, 1 medium and 1 hard problem.

Round 2 - Technical 

(2 Questions)

  • Q1. Self Introduction , Resume based questions related to project and strengths
  • Q2. Programming questions like pattern printing, palindrome without using reverse method, GCD
Round 3 - Technical 

(2 Questions)

  • Q1. Started with reasoning and aptitude questions based on pattern analysis, number system, profit and loss.
  • Q2. Programming questions from leetcode 1.Spiral matrix 2.Pascal’s triangle 3.subsequences 4.problem based on DFS

Interview Preparation Tips

Topics to prepare for ThoughtWorks Software Engineer interview:
  • Data Structures
  • Problem Solving
  • Any programming language
  • SQL
Interview preparation tips for other job seekers - Need to have a strong problem solving skills and continuous practising of the programs in leet code of easy and medium level increase the chances for cracking the interview.
Make sure that your project code is available with you at the time of interview and everything you place in the resume must have the supported information with you.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic java and spring boot questions with some deeper knowledge.
Round 2 - Technical 

(1 Question)

  • Q1. Manger round to know about product and system
Round 3 - HR 

(1 Question)

  • Q1. Some behavioural and questions releated to why want to change and expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up yours basics and check multithreading and microservices questions.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Bigquery Architecture
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's aptitude and coding test they asked questions related to data interpretation mostly.and one coding question easy one and two SQL questions I got on joins

Round 2 - Group Discussion 

Topic given by them you have two minutes to think and then discuss with group for 5 minutes. At the end they ask for conclusion from everyone there is group of eight students and they select two or three from them

Round 3 - Technical 

(5 Questions)

  • Q1. Asked about testing
  • Q2. What are types of testing
  • Ans. 

    Types of testing include unit testing, integration testing, system testing, acceptance testing, and regression testing.

    • Unit testing: Testing individual components or functions of the software.

    • Integration testing: Testing how different components work together.

    • System testing: Testing the entire system as a whole.

    • Acceptance testing: Testing to ensure the software meets the requirements.

    • Regression testing: Testing to ensu...

  • Answered by AI
  • Q3. Project related questions
  • Q4. Hr related questions
  • Q5. Whitebox vs black box testing
  • Ans. 

    Whitebox testing is testing the internal logic of the software, while black box testing is testing the functionality without knowledge of the internal code.

    • Whitebox testing involves testing the internal structure, code paths, and algorithms of the software.

    • Black box testing involves testing the functionality, inputs, and outputs of the software without knowledge of the internal code.

    • Whitebox testing is typically done b...

  • Answered by AI

Skills evaluated in this interview

IVY SOFTWARE DEVELOPMENT SERVICES Interview FAQs

How many rounds are there in IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer interview?
IVY SOFTWARE DEVELOPMENT SERVICES interview process usually has 3 rounds. The most common rounds in the IVY SOFTWARE DEVELOPMENT SERVICES interview process are Technical, HR and One-on-one Round.
How to prepare for IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer 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 SOFTWARE DEVELOPMENT SERVICES. The most common topics and skills that interviewers at IVY SOFTWARE DEVELOPMENT SERVICES expect are Software Engineering, Data Structures, Java, Algorithms and Angular.
What are the top questions asked in IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer interview?

Some of the top questions asked at the IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer interview -

  1. why java doesn't support multiple inherita...read more
  2. One coding question to sort a string ar...read more
  3. what is abstract cl...read more

Tell us how to improve this page.

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Interview Process

based on 3 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 4 IVY SOFTWARE DEVELOPMENT SERVICES interviews
Job Portal
Campus Placement
25%
25%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Salary
based on 56 salaries
₹6.8 L/yr - ₹14 L/yr
At par with the average Software Engineer Salary in India
View more details

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Reviews and Ratings

based on 8 reviews

3.7/5

Rating in categories

3.2

Skill development

4.2

Work-Life balance

3.5

Salary & Benefits

3.6

Job Security

4.0

Company culture

2.8

Promotions/Appraisal

3.4

Work Satisfaction

Explore 8 Reviews and Ratings
Software Engineer
56 salaries
unlock blur

₹6.8 L/yr - ₹14 L/yr

Senior Software Engineer
55 salaries
unlock blur

₹10.5 L/yr - ₹19.8 L/yr

Test Engineer
45 salaries
unlock blur

₹5.2 L/yr - ₹9 L/yr

System Analyst
38 salaries
unlock blur

₹15 L/yr - ₹23 L/yr

Senior System Analyst
23 salaries
unlock blur

₹19 L/yr - ₹35 L/yr

Explore more salaries
Compare IVY SOFTWARE DEVELOPMENT SERVICES with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview