Upload Button Icon Add office photos
Engaged Employer

i

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

Jupiter Money Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Jupiter Money Assistant Manager Interview Questions and Answers for Experienced

Updated 22 Mar 2023

Jupiter Money Assistant Manager Interview Experiences for Experienced

1 interview found

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

I applied via Referral and was interviewed before Mar 2022. There were 6 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 - Aptitude Test 

Basic aptitude test to check the right skill set

Round 3 - Technical 

(1 Question)

  • Q1. Technical knowledge about the role, responsibilities, etc with various situation handling, decision making
Round 4 - One-on-one 

(1 Question)

  • Q1. One on one round with AVP on skill set and knowledge
Round 5 - One-on-one 

(1 Question)

  • Q1. One on one round with the CS head
Round 6 - HR 

(1 Question)

  • Q1. Final discussion on pay package, joining and other stuffs

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for unlearn old things and get the new things

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Group Discussion 

Asking about the excel and other data tool. Salary offer as per their terms no negotiate.

Round 2 - HR 

(3 Questions)

  • Q1. Salary offer as per their terms.
  • Q2. Tell me some thing about your self.
  • Q3. What is expertise why want to leave

Interview Preparation Tips

Interview preparation tips for other job seekers - No tip try your luck on asking on your previous company experiance.
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 Apr 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Why you are leaving current organization?

Assistant Manager Interview Questions & Answers

ACKO user image Mohammed Maruf Hejazi

posted on 13 Jun 2024

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 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Logical pricing structure
  • Ans. 

    A logical pricing structure ensures that prices are set in a way that is fair, competitive, and profitable for the business.

    • Consider the cost of goods or services, including materials, labor, and overhead expenses

    • Analyze the market and competitors to determine a competitive price point

    • Factor in desired profit margins while also considering customer willingness to pay

    • Implement pricing strategies such as cost-plus pricin...

  • Answered by AI
  • Q2. How to approach a data set
  • Ans. 

    Approach a data set by first understanding the context and purpose, then cleaning and organizing the data, analyzing it using appropriate tools and techniques, and finally interpreting the results to draw meaningful insights.

    • Understand the context and purpose of the data set before diving in.

    • Clean and organize the data by removing duplicates, handling missing values, and standardizing formats.

    • Use appropriate tools and ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Over all an excellent

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Internshala and was interviewed before Mar 2022. There were 3 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 - HR 

(4 Questions)

  • Q1. Why do you want to join us
  • Q2. How do you think this job is suitable for you
  • Q3. Can you describe yourself in few words
  • Q4. Can you tell who are the founders of ACKO
Round 3 - Technical 

(3 Questions)

  • Q1. Can you chalk down a plan for employee engagement for all kind of employees
  • Ans. 

    Yes

    • Conduct regular employee surveys to gather feedback and identify areas for improvement

    • Implement a recognition and rewards program to acknowledge and appreciate employee contributions

    • Provide opportunities for professional development and growth through training programs and workshops

    • Promote open communication and transparency within the organization

    • Organize team-building activities and events to foster a sense of cam...

  • Answered by AI
  • Q2. How proficient are you with designing tools and which ones
  • Ans. 

    I am proficient in using various designing tools such as Adobe Photoshop, Illustrator, and Sketch.

    • Proficient in Adobe Photoshop, Illustrator, and Sketch

    • Experience in creating visually appealing designs

    • Knowledge of design principles and best practices

    • Ability to work with different file formats and export options

  • Answered by AI
  • Q3. Do you know what's the difference between Intranet and website?
  • Ans. 

    Intranet is a private network for internal communication within an organization, while a website is a public platform accessible to anyone with an internet connection.

    • Intranet is accessible only within an organization, while a website is accessible to anyone with an internet connection.

    • Intranet is used for internal communication, sharing of information and resources within an organization, while a website is used for p...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to know more about a company or a brand, look for Media news stories rather than the company website. Search for culture, new product development, trends in the industry, were there any round of layyoffs etc.

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

There were questions related to DP and DFS.

 

  • Q1. 

    Trapping Rain Water Problem Statement

    You are given a long type array/list ARR of size N, representing an elevation map. The value ARR[i] denotes the elevation of the ith bar. Your task is to determine th...

  • Ans. 

    Calculate the total amount of rainwater that can be trapped between given elevations in an array.

    • Iterate through the array and calculate the maximum height on the left and right of each bar.

    • Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.

    • Sum up the trapped water at each bar to get the total trapped water for the entire array.

  • Answered by AI
Round 2 - Video Call 

(3 Questions)

Round duration - 60 mins
Round difficulty - Medium

At first, I was asked about the different projects that I have done so far. We had a detailed discussion on the same.
He also checked my OOP concepts

  • Q1. Can you describe the process of designing an LRU Cache from scratch during your System Design Round?
  • Ans. 

    Designing an LRU Cache involves implementing a data structure that stores a fixed number of items and removes the least recently used item when full.

    • Start by defining the data structure for the cache, typically using a combination of a hashmap and a doubly linked list.

    • Implement methods for getting and setting key-value pairs in the cache.

    • When a new item is added to the cache, check if it exceeds the maximum capacity. I...

  • Answered by AI
  • Q2. 

    Reverse Linked List Problem Statement

    Given a Singly Linked List of integers, your task is to reverse the Linked List by altering the links between the nodes.

    Input:

    The first line of input is an intege...
  • Ans. 

    Reverse a singly linked list by altering the links between nodes.

    • Iterate through the linked list and reverse the links between nodes

    • Use three pointers to keep track of the current, previous, and next nodes

    • Update the links between nodes to reverse the list

    • Return the head of the reversed linked list

  • Answered by AI
  • Q3. 

    Middle of a Linked List

    You are given the head node of a singly linked list. Your task is to return a pointer pointing to the middle of the linked list.

    If there is an odd number of elements, return the ...

  • Ans. 

    Return the middle element of a singly linked list, or the one farther from the head if there are even elements.

    • Traverse the linked list with two pointers, one moving twice as fast as the other

    • When the fast pointer reaches the end, the slow pointer will be at the middle

    • If there are even elements, return the one that is farther from the head node

    • Handle edge cases like linked list of size 1 or empty list

  • Answered by AI
Round 3 - Video Call 

Round duration - 60 mins
Round difficulty - Medium

It is HR + Technical round
asked about the Behavioural questions and how you justify yourself in an argument .questions related to current technology.
They gave me feedback on how well I had performed so far and gave me suggestions on what more can I do to further improve myself.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BangaloreEligibility criteriaGood ProjectsRazorpay interview preparation:Topics to prepare for the interview - Projects, Development, NoSQL, Data Structure, OOPS, DBMS, Algorithm.Time required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Be thorough about your projects
Tip 2 : Prepare Ds and Algo and Practice all standard questions 
Tip 3 : Know the complexities of the code that you’ve written.

Application resume tips for other job seekers

Tip 1 : Mention at least 2 projects.
Tip 2 : Don't make any silly spelling mistakes on resume

Final outcome of the interviewSelected

Skills evaluated in this interview

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

(1 Question)

  • Q1. LLD HLD HM rounds
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Blood relation, coding and decoding, number system , percentage

Interview Preparation Tips

Interview preparation tips for other job seekers - coding and decoding percentage ages averages
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Aptitude Test 

It was a basic Aptitude test, Needed to learn Probability, Permutation , Cobination and SQL.
Total Duration 1 Hour.

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

I applied via Company Website and was interviewed in Mar 2023. There were 3 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 - Technical 

(1 Question)

  • Q1. Detailed discussion on past experience and projects.
Round 3 - Technical 

(2 Questions)

  • Q1. 2 Hackerrank SQL Questions
  • Q2. 1 Hackerrank Python Question

Interview Preparation Tips

Topics to prepare for Razorpay Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Deep knowledge of SQL and Python is required along with Data Analysis fundamentals.

Jupiter Money Interview FAQs

How many rounds are there in Jupiter Money Assistant Manager interview for experienced candidates?
Jupiter Money interview process for experienced candidates usually has 6 rounds. The most common rounds in the Jupiter Money interview process for experienced candidates are One-on-one Round, Resume Shortlist and Aptitude Test.
How to prepare for Jupiter Money Assistant Manager 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 Jupiter Money. The most common topics and skills that interviewers at Jupiter Money expect are Financial Services, HTML, Loans, NBFC and Agile.
What are the top questions asked in Jupiter Money Assistant Manager interview for experienced candidates?

Some of the top questions asked at the Jupiter Money Assistant Manager interview for experienced candidates -

  1. One on one round with AVP on skill set and knowle...read more
  2. One on one round with the CS h...read more

Tell us how to improve this page.

Jupiter Money Assistant Manager Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Razorpay Interview Questions
3.6
 • 154 Interviews
Revolut Interview Questions
2.5
 • 100 Interviews
Rupeek Interview Questions
3.7
 • 62 Interviews
Freecharge Interview Questions
3.8
 • 53 Interviews
ACKO Interview Questions
3.7
 • 51 Interviews
Mobikwik Interview Questions
3.6
 • 48 Interviews
Yubi Interview Questions
3.0
 • 39 Interviews
Slice Interview Questions
3.2
 • 32 Interviews
View all

Fast track your campus placements

View all
Jupiter Money Assistant Manager Salary
based on 5 salaries
₹6.5 L/yr - ₹7.9 L/yr
12% less than the average Assistant Manager Salary in India
View more details

Jupiter Money Assistant Manager Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

3.4

Skill development

3.4

Work-life balance

4.0

Salary

4.0

Job security

3.4

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Customer Service Executive
14 salaries
unlock blur

₹5 L/yr - ₹6.4 L/yr

Customer Support Executive
14 salaries
unlock blur

₹3.8 L/yr - ₹6 L/yr

Software Development Engineer II
12 salaries
unlock blur

₹16.5 L/yr - ₹44 L/yr

Product Manager
12 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Senior Product Manager
9 salaries
unlock blur

₹38 L/yr - ₹62 L/yr

Explore more salaries
Compare Jupiter Money with

Rupeek

3.7
Compare

Razorpay

3.6
Compare

ACKO

3.7
Compare

Revolut

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