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.7

based on 710 Reviews

Filter interviews by

ivy Senior Software Developer Interview Questions, Process, and Tips

Updated 8 Aug 2024

Top ivy Senior Software Developer Interview Questions and Answers

ivy Senior Software Developer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Cloning in java
  • Ans. 

    Cloning in Java refers to creating an exact copy of an object.

    • Use the clone() method to create a shallow copy of an object.

    • For deep cloning, implement the Cloneable interface and override the clone() method.

    • Cloning can be used to create independent copies of objects.

  • Answered by AI
  • Q2. Deadlock on threads
  • Ans. 

    Deadlock on threads occurs when two or more threads are waiting for each other to release resources, causing a standstill.

    • Deadlock happens when two or more threads are blocked forever, waiting for each other to release resources.

    • Prevention methods include avoiding circular wait, ensuring a fixed order of resource acquisition, and using timeouts.

    • Detection methods include analyzing thread dumps, using tools like jstack o...

  • Answered by AI
  • Q3. Exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Core java knowledge is must

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 questions on hackerrank array n string related

Round 2 - Technical 

(2 Questions)

  • Q1. Design custom hashmap
  • Ans. 

    Custom hashmap design involves creating a data structure that maps keys to values for efficient retrieval.

    • Use an array of linked lists to handle collisions

    • Implement methods for adding, removing, and retrieving key-value pairs

    • Consider resizing the hashmap when it reaches a certain load factor

  • Answered by AI
  • Q2. System design of current project
  • Ans. 

    The system design of the current project involves a microservices architecture with containerization using Docker and orchestration with Kubernetes.

    • Utilizing microservices architecture for scalability and maintainability

    • Containerizing applications with Docker for portability and consistency

    • Orchestrating containers with Kubernetes for automated deployment and scaling

  • Answered by AI

Skills evaluated in this interview

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked ListYou are given two Singly Linked List o ... read more
asked in Freshworks
Q2. Middle Of Linked ListGiven the head node of the singly linked lis ... read more
asked in Freshworks
Q3. Overlapping IntervalsYou have been given the start and end times ... read more
asked in SAP
Q4. Sum Of Max And MinYou are given an array “ARR” of size N. Your ta ... read more
asked in Freshworks
Q5. Cube Sum PairsYou are given a positive integer N, and you have to ... read more

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. React Basic questions - tough
  • Q2. JS basic questions - tough
  • Q3. CSS and html based questions
Round 2 - Technical 

(2 Questions)

  • Q1. React questions on library
  • Q2. JS questions on library

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through react and js basic questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. String related questions
  • Q2. Exception related questions
  • Q3. Collection related questions
  • Q4. Thread related question
Round 2 - Technical 

(2 Questions)

  • Q1. Collection related questions
  • Q2. Currently working project related questions
Round 3 - Behavioral 

(2 Questions)

  • Q1. Project related questions
  • Q2. Experience related questions

Interview Preparation Tips

Topics to prepare for Ebix Software India Senior Software Developer interview:
  • Core Java
  • Spring Boot
  • JPA
Interview preparation tips for other job seekers - Preparation in core Java is essential for making a strong impression in an interview, and familiarity with advanced concepts provides an additional advantage.
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 May 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Resume shortlisted, HR will ask you about experience and salary expectations
Round 2 - Technical 

(1 Question)

  • Q1. Question related to OOPs, file handling, exception handling, jquery, ajax, mysql
Round 3 - Aptitude Test 

Gs mathematics question can search easily on google or AI

Round 4 - Technical 

(2 Questions)

  • Q1. Virtual round or face to face will give you task to perform and check depth knowledge
  • Q2. Create interface or abstract or write a program or create a form and submit using ajax

I applied via Naukri.com and was interviewed in Aug 2022. There were 2 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 - One-on-one 

(1 Question)

  • Q1. Core deep concepts of c++ and few basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with the concepts of c++ and dsa
Also be precise with your past experience and vocal about the things you've achieved and learnt.
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 before Oct 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 - Technical 

(2 Questions)

  • Q1. 1 round consist base of development like OOPS, Basic Concept of solid, Design Pattern, Database, AZURE/AWS, Testing Frameworks, ORM etc.
  • Q2. What is Oops in c#?
  • Ans. 

    Object-Oriented Programming concepts in C#

    • Oops stands for Object-Oriented Programming.

    • It includes concepts like classes, objects, inheritance, polymorphism, encapsulation.

    • Example: Creating a class 'Car' with properties like 'make', 'model' and methods like 'drive'.

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. More discussion on basic topic along with some advance area like architecture, security, performance,
Round 4 - HR 

(1 Question)

  • Q1. Mostly want to know how you are fit with there culture, more focus on personality.

Interview Preparation Tips

Interview preparation tips for other job seekers - Always prepare from basic things, If you don't know answer please tell them know, don't try to waste your time as well as interviewer

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Reverse a string without any library function.
  • Ans. 

    Reverse a string without any library function.

    • Create an empty string to store the reversed string

    • Loop through the original string from end to start

    • Append each character to the empty string

    • Return the reversed string

  • Answered by AI
  • Q2. About current project and it's architecture. Challenges you've faced in current project and how did you've solved it. Basic of OOPS
Round 2 - Mangerial 

(1 Question)

  • Q1. Personality check, tell me something about yourself which is not there in CV

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear with current project architecture....easy data structure problem solving skills and groom your concepts in programming language you use.
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 before Jun 2022. There were 3 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 

(3 Questions)

  • Q1. Technical questions from the area (flutter)
  • Q2. About bloc pattern
  • Q3. Simple vs kind of question
Round 3 - Behavioral 

(1 Question)

  • Q1. Technical and non-technical and communication test

Interview Preparation Tips

Interview preparation tips for other job seekers - Need strong knowlegde in any of your platform
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Implement reducer function in using array prototype and implement loadash chunk

Round 2 - Technical 

(1 Question)

  • Q1. React.js and redux.

ivy Interview FAQs

How many rounds are there in ivy Senior Software Developer interview?
ivy interview process usually has 1-2 rounds. The most common rounds in the ivy interview process are Technical and Coding Test.
How to prepare for ivy Senior Software Developer 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 Algorithms, Data Structures, Design Patterns, JDBC and JSP.
What are the top questions asked in ivy Senior Software Developer interview?

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

  1. System design of current proj...read more
  2. Design custom hash...read more
  3. Cloning in j...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 ivy interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
ivy Senior Software Developer Salary
based on 29 salaries
₹9.3 L/yr - ₹21 L/yr
At par with the average Senior Software Developer Salary in India
View more details

ivy Senior Software Developer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.1

Skill development

5.0

Work-Life balance

4.0

Salary & Benefits

3.1

Job Security

4.0

Company culture

4.0

Promotions/Appraisal

2.1

Work Satisfaction

Explore 2 Reviews and Ratings
Software Engineer
834 salaries
unlock blur

₹5.2 L/yr - ₹17 L/yr

Senior Software Engineer
576 salaries
unlock blur

₹8 L/yr - ₹22.5 L/yr

Test Engineer
365 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

System Analyst
327 salaries
unlock blur

₹11.8 L/yr - ₹28 L/yr

Senior Test Engineer
321 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

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