Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Ivy Mobility Solutions Team. If you also belong to the team, you can get access from here

Ivy Mobility Solutions Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Ivy Mobility Solutions Senior Engineer 3 Interview Questions and Answers

Updated 28 Jan 2025

Ivy Mobility Solutions Senior Engineer 3 Interview Experiences

1 interview found

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

I was interviewed in Jul 2024.

Round 1 - Technical 

(3 Questions)

  • Q1. What is Asp.net , Different different dot net and dot net core What is MVC , what is entity fremwork, how you use MVC in your project, explain your project, What is Web API, Web API filter, what is oops , ...
  • Ans. 

    ASP.NET is a web development framework, MVC is a design pattern, Entity Framework is an ORM tool, Web API is for building APIs, OOP concepts are fundamental to C#.

    • ASP.NET is a web development framework for building web applications using C#.

    • MVC is a design pattern that separates an application into three main components: Model, View, and Controller.

    • Entity Framework is an ORM tool that simplifies data access in .NET app...

  • Answered by AI
  • Q2. One coding questions asp.net
  • Q3. C# coding questions
Round 2 - Technical 

(1 Question)

  • Q1. Full SQL database question What is union and union all in SQL server What is use of new keyword How to remove duplicate value in a table,what is having clasue on SQL server Diff local variables and glo...
Round 3 - HR 

(1 Question)

  • Q1. Normal discussion regarding last company details or family background . Job regarding information roles and responsibilities disscus

Interview questions from similar companies

I was interviewed before Dec 2021.

Round 1 - Coding Test 

Basic C# coding questions were asked.
Covered topics on Multithreading/Design patterns

Round 2 - Technical 

(1 Question)

  • Q1. Deep dive on my earlier projects and design of it. Covered multiple technologies like C#/Winforms/XML/Sql/WCF
Round 3 - HR 

(1 Question)

  • Q1. Discussion about CTC, Notice period and interest to join epicor .It was a short and easy one.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on basics
Be good with the projects you worked.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Design patterns
  • Ans. Explained MVC patterns implemented in my project
  • Answered Anonymously
  • Q2. Explained MVC patterns used in the application
  • Ans. 

    MVC (Model-View-Controller) is a software design pattern that separates the application logic into three interconnected components.

    • Model represents the data and business logic

    • View displays the user interface

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

    • Example: In a web application, the model could be a database, the view could be an HTML page, and the controller could be a server-side script

  • Answered by AI

Skills evaluated in this interview

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

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

Had a aptitude + coding on round 1.

Round 3 - Technical 

(1 Question)

  • Q1. Had a coding + Techincal interview ok Java springboot
Round 4 - Technical 

(1 Question)

  • Q1. There was coding question puzzle and technical discussion
Round 5 - Technical 

(1 Question)

  • Q1. Ot was techno managineial round. Java concepts and puzzles and managerial questions were asked
Round 6 - Technical 

(1 Question)

  • Q1. This was director round.It was short for 20mnts. A design question and few managerial questions were asked
Round 7 - One-on-one 

(1 Question)

  • Q1. It was an hR discussion where salary and benefits were discussed
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(3 Questions)

  • Q1. Java basic, Framework questions
  • Q2. Springboot related
  • Q3. Core java all concepts
Round 2 - Technical 

(2 Questions)

  • Q1. Managerial round
  • Q2. Tech and Management Question
Round 3 - HR 

(1 Question)

  • Q1. Salaey discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Cognos related questions
  • Q2. Cloud related questions

I applied via Referral and was interviewed before Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Coding Questions of javascript could be easily found on googling
  • Q2. Angular Questions based on component nesting , debugging , angular project configurations, pipes , directives etc
  • Q3. Basic Javascript Questions like currying , prototype, what was the project you were working etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during the interview , the team interviewing will try to make you comfortable as well, practice your coding skill, prepare questions like "tell me about yourself","where do you see yourself in 10 years" etc
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. LRU Implementation
  • Ans. 

    LRU (Least Recently Used) is a cache eviction policy where the least recently accessed items are removed first.

    • LRU cache stores key-value pairs with a maximum capacity.

    • When a new key-value pair is added, if the cache is full, the least recently used item is removed.

    • When a key is accessed, it is moved to the front of the cache to indicate it was recently used.

  • Answered by AI
  • Q2. Sell and buy stock

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Reverse Linklist with keeping special character intact, Singleton class to write.

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

I applied via Company Website and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Rain water trapping proble
  • Q2. Some question on DP - medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - Average

Ivy Mobility Solutions Interview FAQs

How many rounds are there in Ivy Mobility Solutions Senior Engineer 3 interview?
Ivy Mobility Solutions interview process usually has 3 rounds. The most common rounds in the Ivy Mobility Solutions interview process are Technical and HR.
What are the top questions asked in Ivy Mobility Solutions Senior Engineer 3 interview?

Some of the top questions asked at the Ivy Mobility Solutions Senior Engineer 3 interview -

  1. What is Asp.net , Different different dot net and dot net core What is MVC , wh...read more
  2. One coding questions asp....read more
  3. C# coding questi...read more

Tell us how to improve this page.

Ivy Mobility Solutions Senior Engineer 3 Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

SAP Interview Questions
4.2
 • 309 Interviews
Ramco Systems Interview Questions
3.9
 • 64 Interviews
Blue Yonder Interview Questions
3.9
 • 60 Interviews
Darwinbox Interview Questions
3.9
 • 43 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
CodeClouds Interview Questions
4.5
 • 35 Interviews
View all
Software Engineer
191 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
138 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
55 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
52 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Ivy Mobility Solutions with

Manhattan Associates

3.7
Compare

Blue Yonder

3.9
Compare

Netsuite

3.6
Compare

SAP

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