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 Project Manager Interview Questions and Answers

Updated 2 Jan 2022

Ivy Mobility Solutions Project Manager Interview Experiences

1 interview found

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.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Manage difficult customer
  • Ans. 

    Handle difficult customers by listening, empathizing, setting boundaries, and finding solutions.

    • Listen actively to understand their concerns

    • Empathize with their emotions and frustrations

    • Set clear boundaries for acceptable behavior

    • Find mutually beneficial solutions to resolve the issue

  • Answered by AI
Round 2 - HR 

(1 Question)

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

(2 Questions)

  • Q1. Cognos related questions
  • Q2. Cloud related questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They give me some tough codings

Round 2 - Group Discussion 

They ask us do group presentation about future technology.

Interview Preparation Tips

Interview preparation tips for other job seekers - They must be courageous.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Profile understanding
Round 2 - Case Study 

Design a Multi country payroll system

Round 3 - Technical 

(2 Questions)

  • Q1. Case study and situation based quetsions
  • Q2. Multiple case studies and situation based questions
Round 4 - Technical 

(2 Questions)

  • Q1. Case study and situation based quetsions
  • Q2. Case study and situation based questions

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Core Java spring microservices architecture
  • Q2. System level setup in jvm/jre Performance engineering
  • Ans. 

    System level setup in JVM/JRE and performance engineering

    • System level setup involves configuring JVM/JRE parameters such as heap size, garbage collection, and thread pool size

    • Performance engineering involves analyzing and optimizing system performance through load testing, profiling, and tuning

    • Tools such as JMeter, JProfiler, and VisualVM can be used for performance engineering

    • Performance engineering also involves iden...

  • Answered by AI
  • Q3. Spring
  • Q4. Microservices architecture
  • Q5. Transaction and security

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't try to cook the answer, stay honest with your hands-on and depth knowledge

Skills evaluated in this interview

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
4
Good
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Assignment 

Take home assignment on Advanced Excel (Pivots, Combination of different functions

Round 2 - One-on-one 

(1 Question)

  • Q1. Testing Excel skills (especially some complex functions). Was allowed to google
Round 3 - One-on-one 

(2 Questions)

  • Q1. Guesstimate questions
  • Q2. How many food delivery orders places in Hyderabad on one day?
  • Ans. 

    It is not possible to accurately determine the exact number of food delivery orders placed in Hyderabad on one day without specific data.

    • The number of food delivery orders can vary greatly depending on factors such as day of the week, time of day, weather, events happening in the city, etc.

    • One way to estimate the number of orders would be to look at data from popular food delivery platforms like Swiggy or Zomato, but e...

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

(4 Questions)

  • Q1. Asked About Xamarin Binding
  • Q2. Layout optimisation in Xamarin forms
  • Ans. 

    Layout optimisation in Xamarin forms involves improving performance and user experience by efficiently arranging UI elements.

    • Use ListView instead of StackLayout for long lists to improve performance.

    • Avoid nesting multiple layouts within each other to reduce complexity.

    • Utilize Grid layout for more complex UI designs.

    • Use RelativeLayout for positioning elements relative to each other.

    • Implement caching mechanisms for frequ

  • Answered by AI
  • Q3. Unit tesing Difference between Test and TestCase attribute
  • Ans. 

    Test attribute is used to define a test method, while TestCase attribute is used to define a test case class.

    • Test attribute is used to mark a method as a test method in a test class.

    • TestCase attribute is used to mark a class as a test case class containing multiple test methods.

    • Test attribute is used in frameworks like NUnit, JUnit, etc.

    • TestCase attribute is used in frameworks like NUnit, JUnit, etc.

  • Answered by AI
  • Q4. About Polymorphism

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Program to find the largest and smallest integer in a program
  • Ans. 

    Program to find the largest and smallest integer in a program

    • Iterate through the array of integers to find the largest and smallest values

    • Initialize variables to store the largest and smallest values, update them as needed

    • Handle edge cases like empty array or array with only one element

    • Return the largest and smallest values found

  • Answered by AI
  • Q2. Explain internal working of HashMap, what is abstract class
  • Ans. 

    HashMap is a data structure that stores key-value pairs using hashing. An abstract class is a class that cannot be instantiated.

    • HashMap uses hashing to store key-value pairs for efficient retrieval.

    • Abstract classes cannot be instantiated and can have abstract methods that must be implemented by subclasses.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Which list you will prefer using if you want to create an application that needs constant modification, ArrayList or LinkedList
  • Ans. 

    LinkedList is preferred for constant modification due to faster insertion and deletion times.

    • LinkedList is preferred for constant modification because it has faster insertion and deletion times compared to ArrayList.

    • LinkedList allows for easy insertion and deletion of elements without the need to shift other elements, making it more efficient for constant modifications.

    • ArrayList is better for random access and iteratin...

  • Answered by AI

Skills evaluated in this interview

Ivy Mobility Solutions Interview FAQs

How to prepare for Ivy Mobility Solutions Project Manager 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 Mobility Solutions. The most common topics and skills that interviewers at Ivy Mobility Solutions expect are Project Management, Business Applications, Business Process Optimization, Client Management and Development.

Tell us how to improve this page.

Ivy Mobility Solutions Project Manager Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Ivy Mobility Solutions Project Manager Salary
based on 38 salaries
₹9.5 L/yr - ₹25 L/yr
At par with the average Project Manager Salary in India
View more details

Ivy Mobility Solutions Project Manager Reviews and Ratings

based on 5 reviews

3.6/5

Rating in categories

3.3

Skill development

2.8

Work-life balance

3.2

Salary

3.6

Job security

3.6

Company culture

3.4

Promotions

3.2

Work satisfaction

Explore 5 Reviews and Ratings
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