Upload Button Icon Add office photos

Filter interviews by

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Trainee Interview Questions and Answers

Updated 14 Nov 2022

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Trainee Interview Experiences

1 interview found

I applied via Company Website and was interviewed before Nov 2021. 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 - Aptitude Test 

The Aptitude test was easy. All the topics were covered.

Round 3 - Coding Test 

They have given two basic coding questions to do. Solving those two will give you chance to attend the interview.

Round 4 - Technical 

(2 Questions)

  • Q1. A single coding question was asked. We need to write code for that.
  • Q2. > Given an array of n-1 numbers 1<=a[i]<=n. We need to find the number that was missing from the array.
  • Ans. 

    Given an array of n-1 numbers 1<=a[i]<=n, find the missing number.

    • Calculate the sum of all numbers from 1 to n using the formula n*(n+1)/2

    • Calculate the sum of all elements in the array

    • Subtract the sum of array elements from the sum of all numbers to get the missing number

  • Answered by AI

Interview Preparation Tips

Topics to prepare for IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Trainee interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Be confident. Communication skills are also important. Please practice a lot of coding question from the platforms like Hackerrank, Codechef, Codeforces etc.

Skills evaluated in this 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 Naukri.com and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Basic things.. same as any company

Round 2 - Coding Test 

Basic coding, 2 codes asked.

Round 3 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Skills in my resule
  • Ans. 

    My skills include programming languages like Java, Python, and C++, as well as experience with databases and problem-solving.

    • Proficient in Java, Python, and C++ programming languages

    • Experience with databases such as MySQL and MongoDB

    • Strong problem-solving skills demonstrated through projects and coding challenges

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

(2 Questions)

  • Q1. Why incedo? Why job switch?
  • Ans. 

    Incedo offers exciting opportunities for growth and learning in the software engineering field. Job switch for new challenges and career advancement.

    • Incedo provides a dynamic work environment with cutting-edge technologies.

    • Opportunity to work on diverse projects and enhance skills.

    • Career growth prospects and learning opportunities at Incedo.

    • Desire for new challenges and professional development.

    • Alignment of career goal

  • Answered by AI
  • Q2. How re you useful for our organization

Interview Preparation Tips

Topics to prepare for Incedo Software Engineer Trainee interview:
  • Resume
Interview preparation tips for other job seekers - Be confident. Prepare basics very well.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the role of DNS in networking?
  • Ans. 

    DNS is a system that translates domain names to IP addresses, allowing users to access websites using human-readable names.

    • DNS stands for Domain Name System

    • It helps in translating domain names to IP addresses

    • DNS servers store a database of domain names and their corresponding IP addresses

    • DNS plays a crucial role in enabling users to access websites using human-readable names instead of IP addresses

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

(1 Question)

  • Q1. What certifications have you earned?
  • Ans. 

    I have earned certifications in Java programming and AWS cloud computing.

    • Certification in Java programming

    • Certification in AWS cloud computing

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Three DSA questions like Array, Tree, Graph, and sorting algorithms.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was easy aptitude test

Round 2 - Technical 

(2 Questions)

  • Q1. Write code for counting frequency of character of string.
  • Ans. 

    Count the frequency of each character in a given string.

    • Create an array to store the frequency of each character.

    • Iterate through the string and update the count of each character in the array.

    • Print or return the frequency of each character.

  • Answered by AI
  • Q2. Project related questions
Round 3 - HR 

(1 Question)

  • Q1. Basic questions regarding location and work culture

I applied via Jobscope and was interviewed in Aug 2021. There were 3 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself ?
  • Q2. What is your final year project explain it ?
  • Q3. What is the work of JVM
  • Ans. 

    JVM stands for Java Virtual Machine. It is responsible for executing Java bytecode.

    • JVM is a part of the Java Runtime Environment (JRE)

    • It interprets compiled Java code and executes it on the computer

    • JVM provides platform independence to Java programs

    • It manages memory allocation and garbage collection

    • JVM also provides security by enforcing Java's security model

  • Answered by AI
  • Q4. What is function overloading
  • Ans. 

    Function overloading is the ability to have multiple functions with the same name but different parameters.

    • Functions with the same name but different parameters can be defined in the same scope

    • The compiler determines which function to call based on the number and types of arguments passed

    • Overloading can improve code readability and reduce code duplication

  • Answered by AI
  • Q5. Write a query to display female count from emp table
  • Ans. 

    Query to display female count from emp table

    • Use SELECT COUNT(*) to count the number of rows

    • Use WHERE clause to filter for female employees

    • Use the gender column in the emp table

  • Answered by AI
  • Q6. What is primary key and application of primary key
  • Ans. 

    Primary key is a unique identifier for a record in a database table.

    • Primary key ensures data integrity by preventing duplicate records.

    • It is used to establish relationships between tables in a database.

    • Primary key can be a single column or a combination of columns.

    • Examples of primary key include social security number, email address, etc.

  • Answered by AI
  • Q7. What is 3NF in normalization
  • Ans. 

    3NF is a database normalization technique that eliminates redundant data.

    • Each non-key attribute is dependent on the primary key

    • No transitive dependencies between non-key attributes

    • Reduces data redundancy and improves data integrity

    • Example: A table with customer details and their orders can be normalized to 3NF

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared all the concept of DBMS and java (oops concept)

Skills evaluated in this interview

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

Normal Leetcode easy to medium Question

Round 2 - Technical 

(2 Questions)

  • Q1. Leetcode easy - palindrome
  • Q2. Leetcode medium - second largest number
Round 3 - HR 

(1 Question)

  • Q1. Questions were around leadership
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. MySql queries and database
  • Q2. Ask questions based on resume
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Healthcare automation way
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 2 interview rounds.

Round 1 - Aptitude Test 

2.5 Hours test. Aptitude, Technical and Coding test

Round 2 - One-on-one 

(1 Question)

  • Q1. Questions related to Android and Flutter
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Remove errors from code snippet and aptitude

IVY SOFTWARE DEVELOPMENT SERVICES Interview FAQs

How many rounds are there in IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Trainee interview?
IVY SOFTWARE DEVELOPMENT SERVICES interview process usually has 4 rounds. The most common rounds in the IVY SOFTWARE DEVELOPMENT SERVICES interview process are Resume Shortlist, Aptitude Test and Coding Test.
What are the top questions asked in IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Trainee interview?

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

  1. > Given an array of n-1 numbers 1<=a[i]<=n. We need to find the number that was...read more
  2. A single coding question was asked. We need to write code for th...read more

Tell us how to improve this page.

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Trainee Salary
based on 14 salaries
₹6.5 L/yr - ₹7.3 L/yr
59% more than the average Software Engineer Trainee Salary in India
View more details

IVY SOFTWARE DEVELOPMENT SERVICES Software Engineer Trainee Reviews and Ratings

based on 2 reviews

2.1/5

Rating in categories

3.1

Skill development

2.7

Work-life balance

2.7

Salary

2.1

Job security

3.7

Company culture

2.7

Promotions

2.4

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
53 salaries
unlock blur

₹10.5 L/yr - ₹18 L/yr

Test Engineer
46 salaries
unlock blur

₹5.2 L/yr - ₹9 L/yr

Software Engineer
44 salaries
unlock blur

₹7.7 L/yr - ₹14 L/yr

System Analyst
38 salaries
unlock blur

₹15 L/yr - ₹23 L/yr

Senior Test Engineer
23 salaries
unlock blur

₹8.5 L/yr - ₹15 L/yr

Explore more salaries
Compare IVY SOFTWARE DEVELOPMENT SERVICES 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