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 Interview Questions, Process, and Tips for Experienced

Updated 28 Jan 2025

Top Ivy Mobility Solutions Interview Questions and Answers for Experienced

View all 8 questions

Ivy Mobility Solutions Interview Experiences for Experienced

Popular Designations

9 interviews found

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

I appeared for an interview 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

Senior Engineer 3 Interview Questions asked at other Companies

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 , class vs abstract class, what is se... read more
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Technical round and discuss about Java, kotlin and Android
  • Q2. Explain about collections
  • Ans. 

    Collections in Android are data structures that store and manage groups of objects.

    • Collections provide methods to add, remove, and manipulate objects in a group.

    • Examples of collections in Android include ArrayList, LinkedList, and HashMap.

    • Collections can be used to efficiently store and retrieve data in Android applications.

  • Answered by AI

Skills evaluated in this interview

Senior Android Application Developer Interview Questions asked at other Companies

Q1. 1. Activity and fragment life cycle 2. Communicate between parents fragment to child fragment 3. Broadcasting receiver 4. How to implement MVVM design pattern for login page 5. Modifier in kotlin 6. Abstract vs interface 7. Co routine 8. Ba... read more
View answer (1)

I applied via Naukri.com and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Product management experience in existing role
  • Q2. Prioritisation techniques
  • Ans. 

    Prioritisation techniques are used to determine the order of tasks based on their importance and urgency.

    • Use the Eisenhower Matrix to categorize tasks based on urgency and importance

    • Consider the impact and effort of each task to determine priority

    • Use the MoSCoW method to prioritize tasks as Must have, Should have, Could have, or Won't have

    • Involve stakeholders in the prioritization process to ensure alignment with busin

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Tools used for product management
  • Ans. 

    Product managers use various tools to manage products effectively.

    • Product roadmap software (e.g. Aha!, ProductPlan)

    • Collaboration tools (e.g. Slack, Trello)

    • Analytics tools (e.g. Google Analytics, Mixpanel)

    • Project management tools (e.g. Jira, Asana)

    • Customer feedback tools (e.g. UserVoice, SurveyMonkey)

  • Answered by AI
  • Q2. Tools and process for sprint
  • Ans. 

    Tools and processes for sprint include agile methodologies, project management software, and daily stand-up meetings.

    • Agile methodologies like Scrum or Kanban

    • Project management software like Jira or Trello

    • Daily stand-up meetings to track progress and address issues

    • Sprint planning and review meetings

    • Collaboration tools like Slack or Microsoft Teams

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

(1 Question)

  • Q1. Strategy for next 3 months
  • Ans. 

    Our strategy for the next 3 months is to focus on improving user engagement and expanding our market share.

    • Conduct user surveys to gather feedback and identify pain points

    • Develop new features to enhance user experience

    • Increase marketing efforts to reach new customers

    • Explore partnerships with complementary products/services

    • Analyze data to track progress and adjust strategy as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Agile methodologies, retail and FMCG know how, product management fundamentals

Skills evaluated in this interview

Product Manager Interview Questions asked at other Companies

Q1. You see the number of people cancelling the order increasing. Cancel window 24 hours. What would you do?
View answer (27)

I applied via Naukri.com and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. About previous experience and other benefits
  • Q2. Technical, Regarding Project and previous experience, system, knowledge about product
  • Q3. Technical Related to Business Analyst
  • Q4. Regarding Jira, and other tools related to Business Analyst
  • Q5. User Story creation, brd creation, gap analysis, product analysis, backlog

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared always according to JD

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Ivy Mobility Solutions interview questions for popular designations

 Senior Software Engineer

 (2)

 Business Analyst

 (2)

 Project Manager

 (1)

 Software Engineer Trainee

 (1)

 Software Engineer

 (1)

 Product Manager

 (1)

 Test Engineer

 (1)

 Software Trainee

 (1)

I applied via Recruitment Consulltant and was interviewed before Apr 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 - Coding Test 

Java - Android Studio - Create a Reverse of String & finding the count of repeated words.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Lifecycle of Activity, Fragement.
  • Q2. Lifetime of sharepref
  • Ans. 

    SharedPreferences lifetime is tied to the lifetime of the application.

    • SharedPreferences are used to store key-value pairs in Android apps.

    • They are stored in an XML file in the app's private directory.

    • The data persists even if the app is closed or the device is restarted.

    • However, the data is deleted if the app is uninstalled.

    • The lifetime of SharedPreferences is tied to the lifetime of the application.

  • Answered by AI
  • Q3. UI/UX - Responsive design
Round 4 - HR 

(1 Question)

  • Q1. Reason for Job change

Interview Preparation Tips

Interview preparation tips for other job seekers - Those who are looking to learn new things, then this is the right place. Ivy gives lots of oppuritunity and support the resource in all time.

Senior Mobile Application Developer Interview Questions asked at other Companies

Q1. What third party integrations have you implemented?
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 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 

1 hr duration - Java Program - Create a String and reverse it and find the count of repeated words

Round 3 - One-on-one 

(1 Question)

  • Q1. Lifecycle of Activity, Lifecycle of Fragment, SharedPref Usage, UI/UX - Responsive design for all kinds of devices
Round 4 - HR 

(1 Question)

  • Q1. Reason for Job change

Interview Preparation Tips

Interview preparation tips for other job seekers - Best company to work and those who are looking for learning new things, then Ivy is the right place

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Jobs at Ivy Mobility Solutions

View all

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Questions related to sql and SSIS
Round 2 - Technical 

(1 Question)

  • Q1. They depply dived in to mysql scripts,writing query,cte,views etc
Round 3 - HR 

(1 Question)

  • Q1. Your strengths,any challenges faced,How much i kn about company ,prefered locations,

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in ur answer,if u don't kn its good to accept and move to next question, please be strong with basic.....it's a very easy interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (225)

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

Interview Questionnaire 

1 Question

  • Q1. How to negotiate the billable task where customer wanted changes on priority to avoid their business impacts?
  • Ans. 

    Negotiate based on impact analysis, prioritize changes, and communicate clearly.

    • Conduct an impact analysis to understand the urgency of the changes.

    • Prioritize the changes based on the impact analysis.

    • Communicate the impact analysis and prioritization to the customer.

    • Negotiate the billable task based on the urgency and prioritization of the changes.

    • Ensure clear communication and agreement on the negotiated billable task

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company to grow ur carrier with challenging tasks. Always think abt in via of company business not the client business.

Project Manager Interview Questions asked at other Companies

Q1. What is success & what is failure to you? How do you handle failure? - not much interviewer asks such questions, but I believe these are very important questions, if you want to succeed.
View answer (2)

I applied via Recruitment Consultant and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Full and full manual testing and sql question

Interview Preparation Tips

Interview preparation tips for other job seekers - Very good company to work with

Junior Test Engineer Interview Questions asked at other Companies

Q1. What are agile methodologies, and how have they been beneficial in your projects?
View answer (1)

Interview questions from similar companies

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

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

Round 1 - Coding Test 

It was good ...questions were easy and straight forward..basic questions based on ds algo

Ivy Mobility Solutions Interview FAQs

How many rounds are there in Ivy Mobility Solutions interview for experienced candidates?
Ivy Mobility Solutions interview process for experienced candidates usually has 3 rounds. The most common rounds in the Ivy Mobility Solutions interview process for experienced candidates are Technical, One-on-one Round and HR.
How to prepare for Ivy Mobility Solutions interview for experienced candidates?
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 Mobility Solutions. The most common topics and skills that interviewers at Ivy Mobility Solutions expect are SQL, Apex, Javascript, Salesforce and Project Management.
What are the top questions asked in Ivy Mobility Solutions interview for experienced candidates?

Some of the top questions asked at the Ivy Mobility Solutions interview for experienced candidates -

  1. What is Asp.net , Different different dot net and dot net core What is MVC , wh...read more
  2. How to negotiate the billable task where customer wanted changes on priority t...read more
  3. Tools used for product managem...read more

Tell us how to improve this page.

Ivy Mobility Solutions Interview Process for Experienced

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

Darwinbox Interview Questions
3.9
 • 44 Interviews
Grey Orange Interview Questions
3.2
 • 38 Interviews
Mobileum Interview Questions
3.3
 • 37 Interviews
CodeClouds Interview Questions
4.4
 • 37 Interviews
Sakon Interview Questions
3.2
 • 31 Interviews
SirionLabs Interview Questions
3.8
 • 24 Interviews
SOTI Interview Questions
3.3
 • 23 Interviews
View all

Ivy Mobility Solutions Reviews and Ratings

based on 185 reviews

3.3/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

2.9

Salary

3.1

Job security

3.0

Company culture

2.7

Promotions

3.0

Work satisfaction

Explore 185 Reviews and Ratings
Software Engineer
194 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Senior Software Engineer
142 salaries
unlock blur

₹6.5 L/yr - ₹18 L/yr

Business Analyst
56 salaries
unlock blur

₹4 L/yr - ₹10 L/yr

Softwaretest Engineer
55 salaries
unlock blur

₹3.3 L/yr - ₹7.2 L/yr

Technical Lead
52 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Explore more salaries
Compare Ivy Mobility Solutions with

Duck Creek Technologies

4.4
Compare

FinThrive

3.7
Compare

CodeClouds

4.4
Compare

Grey Orange

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