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
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Angular question
  • Q2. JavaScript questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement 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

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
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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
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

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)

 IT Analyst

 (1)

 Database Analyst

 (1)

 System 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:
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 - 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

I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 6 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts with examples, SQL query to find second highest salary, diff between fail fast and fail safe, how did u implement security in your app, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic Java concepts

I applied via Referral and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Non huge jbijoh ibihbih ih8hihihi ihihihibu

Interview Questionnaire 

8 Questions

  • Q1. Java
  • Q2. Python
  • Q3. Django
  • Q4. Html
  • Q5. Css
  • Q6. JavaScript
  • Q7. Sql
  • Q8. Dbms

I appeared for an interview in Sep 2017.

Interview Questionnaire 

3 Questions

  • Q1. What is deadlock
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular wait, where each process is waiting for a resource held by another process.

    • Four necessary conditions for deadlock are mutual exclusion, hold and wait, no preemption, and circular wait.

    • Example: Process A holds resource X a...

  • Answered by AI
  • Q2. Which technology you know and worked
  • Ans. 

    I have experience with various technologies including Java, Python, HTML/CSS, JavaScript, and SQL.

    • Java

    • Python

    • HTML/CSS

    • JavaScript

    • SQL

  • Answered by AI
  • Q3. Why you are looking for change and what is your notice period
  • Ans. 

    I am looking for a change to explore new opportunities and challenges. My notice period is 30 days.

    • Seeking new opportunities and challenges

    • Want to learn and grow in a different environment

    • Exploring better career prospects

    • Seeking a company with a better work-life balance

    • Notice period is 30 days

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: 25 objective ques from Java and 25 from English
Tips: should prepare with Java Technology
Duration: 1 hour
Total Questions: 50

Round: Technical Interview
Experience: describe clearly
Tips: should prepared

Round: Technical Interview
Experience: do you know about jsf
Tips: yes, I worked

Round: Technical + HR Interview
Experience: this is my dream company actually, and notice is 15 to 20 days.
Tips: be confident

Skills evaluated in this interview

I appeared for an interview in Sep 2019.

Interview Questionnaire 

1 Question

  • Q1. Pl sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - y resume was referd through a guy. Later I got call from HR for interview schedule he asked me my expected ctc and Notice Period to which I clearly said 3 months. He scheduled my interview on weekends morning 8am I reached there by 8.30am The interview process got started late by 10am it was an walk in type interview 1 round was Technical I cleared that round and had a feedback session with HR he said we are processing u to next round which was Manager round there itself I told the HR my NP is 3months the Hr Told its not an issue.
Laterly after I had lunch by 2pm Hr came n told me that Manager is not available now so we will be conducting ur further round in weekdays.
Then there was no mail or call so I purposely mailed them still haven't got proper response from them, so at last I told my friend who referd me to ask for an update the same HR told him that they want Immediate joiner so we can't process him to further round. Wasted my whole day over there

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 5 interviews

1 Interview rounds

  • HR Round
View more
IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Salary
based on 45 salaries
₹6.8 L/yr - ₹14 L/yr
7% more than the average Software Engineer Salary in India
View more details

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Reviews and Ratings

based on 9 reviews

3.9/5

Rating in categories

3.5

Skill development

4.4

Work-life balance

3.7

Salary

3.9

Job security

4.1

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
55 salaries
unlock blur

₹9.1 L/yr - ₹19.8 L/yr

Test Engineer
49 salaries
unlock blur

₹5.9 L/yr - ₹8.9 L/yr

Software Engineer
45 salaries
unlock blur

₹6.8 L/yr - ₹14 L/yr

System Analyst
36 salaries
unlock blur

₹16.1 L/yr - ₹26.5 L/yr

Senior System Analyst
24 salaries
unlock blur

₹19 L/yr - ₹35 L/yr

Explore more salaries
Compare IVY SOFTWARE DEVELOPMENT SERVICES with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

3i Infotech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview