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

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

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

Senior Software Developer Interview Questions Asked at Other Companies

asked in Freshworks
Q1. Intersection of Linked List Problem You are provided with two sin ... read more
asked in Freshworks
Q2. Overlapping Intervals Problem Statement You are given the start a ... read more
asked in Freshworks
Q3. Middle of Linked List Problem Statement Given the head node of a ... read more
asked in SAP
Q4. Sum of Maximum and Minimum Elements Problem Statement Given an ar ... read more
asked in Freshworks
Q5. Cube Sum Pairs Problem Statement Given a positive integer N, find ... read more

Interview questions from similar companies

I applied via Company Website and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. C c++ javascript HTML Java
  • Q2. What sir or mum required Is

Interview Preparation Tips

Interview preparation tips for other job seekers - My name is Saurabh Saxena
I live in nadaiya rampur Post govindpur tilhar shahjahanpur Uttar Pradesh
I have a complete graduation BCA

I applied via Naukri.com and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test will a hackerrank test where it might have technical MCQ and/or coding test.

Round 2 - Technical 

(1 Question)

  • Q1. Interviewer will test your logic building capability with puzzel/coding and technical questions and experience discussion.
Round 3 - One-on-one 

(1 Question)

  • Q1. Its a normal discussion with HR about CTC and all.

Interview Preparation Tips

Interview preparation tips for other job seekers - In TR interviewer are really good. They will help you and give hints. They mostly check if you have problem solving approch.

Interview Questionnaire 

1 Question

  • Q1. Print even and odd numbers using two threads in Java
  • Ans. 

    Printing even and odd numbers using two threads in Java

    • Create two threads, one for even numbers and one for odd numbers

    • Use a loop to iterate through the numbers and print them

    • Use synchronization to ensure alternate printing of even and odd numbers

    • Use wait() and notify() methods to control the execution of threads

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Filter in MVC
  • Ans. 

    Filter in MVC is used to retrieve a subset of data from a larger dataset based on certain criteria.

    • Filters can be applied to data in the model or in the view.

    • Filters can be used to sort, group, or limit the data returned.

    • Filters can be implemented using LINQ or other query languages.

    • Examples of filters include date range filters, category filters, and search filters.

  • Answered by AI
  • Q2. Authentication and authorisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all basics of MVC,SQL and C#

Skills evaluated in this interview

I applied via Referral and was interviewed in Apr 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Sql based quedtion

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare continuously don't lose hope

I applied via Naukri.com and was interviewed in May 2019. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. How MVC works for data flow?
  • Ans. 

    MVC separates data flow into three components: Model, View, and Controller.

    • Model represents data and business logic

    • View displays data to the user

    • Controller handles user input and updates the model and view accordingly

    • Data flows from the model to the view through the controller

    • Changes in the view are communicated to the controller, which updates the model and view

  • Answered by AI
  • Q2. What are mvc layers
  • Ans. 

    MVC stands for Model-View-Controller. It is a software design pattern that separates an application into three interconnected components.

    • Model: Represents the data and business logic of the application

    • View: Displays the data to the user and handles user input

    • Controller: Acts as an intermediary between the Model and View, handling user input and updating the Model and View accordingly

  • Answered by AI
  • Q3. Get and post methods
  • Q4. Servlet life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your homework for string data structures problems

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions on java8
  • Q2. Questions on multithreading
  • Q3. Questions on exception handling

Interview Preparation Tips

Interview preparation tips for other job seekers - First round was a coding round where interviewer asked questions randomly and were asked to optimise our code. Next round was a technical round where everyone needs to be thorough with their technical skills

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. A c++ written round. It contains good questions on c++ related to exception handling, virtual table concepts, smart_ptrs , etc ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well prepared with your project.
Have decent but not great knowledge knowledge in DS/Algos
Know basics of system design.
Be good in your programming language.

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.

ivy Senior Software Developer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
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

3.1

Job security

4.0

Company culture

4.0

Promotions

2.1

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
873 salaries
unlock blur

₹5 L/yr - ₹15.4 L/yr

Senior Software Engineer
601 salaries
unlock blur

₹8 L/yr - ₹24 L/yr

Senior Test Engineer
341 salaries
unlock blur

₹7 L/yr - ₹15.8 L/yr

System Analyst
337 salaries
unlock blur

₹12.5 L/yr - ₹27.3 L/yr

Test Engineer
334 salaries
unlock blur

₹3.5 L/yr - ₹10.5 L/yr

Explore more salaries
Compare ivy with

Thomson Reuters

4.1
Compare

Chetu

3.2
Compare

EbixCash Limited

4.0
Compare

eClinicalWorks

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