Upload Button Icon Add office photos

Filter interviews by

Money View Software Development Engineer Interview Questions and Answers

Updated 8 Jun 2024

Money View Software Development Engineer Interview Experiences

1 interview found

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

I applied via campus placement at B M S College of Engineering, Bangalore and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

DSA 2 questions , medium difficulty

Round 2 - Technical 

(2 Questions)

  • Q1. LLD for spotify
  • Q2. Indepth questions on the 1st one
Round 3 - HR 

(2 Questions)

  • Q1. Why are you shifting
  • Q2. Basic cultural and behavioural questions

Interview Preparation Tips

Topics to prepare for Money View Software Development Engineer interview:
  • DSA
  • OOPS

Interview questions from similar companies

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

Aptitude Test - Data Interpretation and Logical Based

Round 2 - Coding Test 

Coding - Array and Trees

Round 3 - Technical 

(1 Question)

  • Q1. Design and Spring Based

Interview Preparation Tips

Topics to prepare for BharatPe Software Development Engineer interview:
  • Data Structures
  • Java
Interview preparation tips for other job seekers - Be Confident
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. PHP,logical,laravel
Round 2 - HR 

(1 Question)

  • Q1. Working mode,you like ,you dislike
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

2 Basic coding questions on hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. Interview with lead, questions on bg, past projects, basic questions to understand tech familiarity, one dsa problem on arrays
Round 3 - Technical 

(1 Question)

  • Q1. Detailed interview with the tech stack
Round 4 - Behavioral 

(1 Question)

  • Q1. Basic questions about past projects, motivation to join the organization etc.
Round 5 - HR 

(1 Question)

  • Q1. No questions as such, just a chat

Interview Preparation Tips

Interview preparation tips for other job seekers - na
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

1 hour, 2 javascript questions and one coding question(leetcode medium)

Round 2 - One-on-one 

(1 Question)

  • Q1. What was your final year project? Questions around the project- how will you modify this code Javascript- form-based questions SQL- give the second-highest salary
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Oct 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 

Coding round was for 1 hour. 1 medium-difficulty coding question on Arrays was asked. The code could be written on our IDE. Interviewer was friendly and provided good hints and feedback.

Round 3 - LLD 

(1 Question)

  • Q1. Design a hotel booking management system
  • Ans. 

    A hotel booking management system to handle reservations, room availability, guest information, and payment processing.

    • Create a database to store information on rooms, reservations, guests, and payments

    • Develop a user interface for guests to search for available rooms and make reservations

    • Implement a payment gateway for secure transactions

    • Include features for managing room availability, cancellations, and guest check-in...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. General HR questions about our expectations from the job

Skills evaluated in this interview

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 in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. One medium and one hard leetcode question.
  • Q2. Some Golang concepts and goroutines implementation.
Round 2 - Technical 

(3 Questions)

  • Q1. Engineering Manager Round, grilled about my resume, past work experience. Some generic questions like why are you switching etc.
  • Q2. HLD of IND Money's basic features. Need to draw HLD on draw dot io. Used Microservices Architecture.
  • Q3. Parking lot database design. Some requirements were given, needed to design the tables required, their relationships and answer some follow up questions.
Round 3 - Technical 

(1 Question)

  • Q1. This was taken by CTO. He was really nice to talk to. First he gave a DSA kind of question for which I took a lot of time. Asked me a few more technical as well as generic questions. Overall was a good rou...

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep practicing DSA for Round 1. In Round 2, be ready to answer questions based on your resume. Similar case for Round 3. The interview is not super difficult, but your basic concepts should be clear.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Build a typeahead component

Round 2 - Technical 

(2 Questions)

  • Q1. Build a form for personal details
  • Ans. 

    Build a form for personal details

    • Include fields for name, email, phone number, address, date of birth

    • Use input fields, dropdowns, and date pickers for user input

    • Add validation for required fields and correct formats

    • Consider user experience with clear labels and easy navigation

  • Answered by AI
  • Q2. Add validations to different fields
  • Ans. 

    Implement validations for different fields in software development.

    • Identify the fields that require validation such as email, password, phone number, etc.

    • Use regular expressions to validate input data format.

    • Implement client-side and server-side validations to ensure data integrity.

    • Display error messages for invalid input to guide users on correct data entry.

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DS, Algo, DP, Greedy, Stack, Heap

Round 2 - Technical 

(2 Questions)

  • Q1. System Design a DropBox
  • Ans. 

    Design a scalable cloud storage system similar to DropBox.

    • Use distributed file system for storing files across multiple servers.

    • Implement data deduplication to save storage space.

    • Use client-side encryption for security.

    • Implement file synchronization across devices.

    • Utilize load balancing to distribute user requests.

    • Implement version control for files.

    • Use metadata for efficient file organization.

  • Answered by AI
  • Q2. Design a Linked List
  • Ans. 

    A linked list is a linear data structure where each element is a separate object with a reference to the next element.

    • Start with a Node class that has data and a reference to the next node

    • Create a LinkedList class that manages the nodes and provides methods like insert, delete, and search

    • Example: Node class - data, next; LinkedList class - head, insert(data), delete(data), search(data)

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

(2 Questions)

  • Q1. About yourself. Projects worked upon
  • Q2. Why want to join Ocrolus?

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Min and max value from an array of integers, reverse of a string

Round 2 - Technical 

(2 Questions)

  • Q1. Data Structures, Algorithms, Understand Common Problem Patterns,
  • Q2. Advance Laravel and PHP

Money View Interview FAQs

How many rounds are there in Money View Software Development Engineer interview?
Money View interview process usually has 3 rounds. The most common rounds in the Money View interview process are Coding Test, Technical and HR.
How to prepare for Money View Software Development Engineer 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 Money View. The most common topics and skills that interviewers at Money View expect are Automation Testing, JMeter, Java, Performance Testing and SDET.
What are the top questions asked in Money View Software Development Engineer interview?

Some of the top questions asked at the Money View Software Development Engineer interview -

  1. Indepth questions on the 1st ...read more
  2. basic cultural and behavioural questi...read more
  3. LLD for spot...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Money View interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Money View Software Development Engineer Salary
based on 12 salaries
₹6.3 L/yr - ₹19 L/yr
At par with the average Software Development Engineer Salary in India
View more details

Money View Software Development Engineer Reviews and Ratings

based on 4 reviews

4.7/5

Rating in categories

4.7

Skill development

4.5

Work-Life balance

4.5

Salary & Benefits

4.7

Job Security

4.5

Company culture

3.9

Promotions/Appraisal

4.7

Work Satisfaction

Explore 4 Reviews and Ratings
Process Associate
88 salaries
unlock blur

₹1.8 L/yr - ₹4.1 L/yr

Collection Associate
31 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Team Lead
23 salaries
unlock blur

₹2.4 L/yr - ₹6.2 L/yr

Software Engineer
21 salaries
unlock blur

₹13 L/yr - ₹23 L/yr

Software Developer
20 salaries
unlock blur

₹11 L/yr - ₹28 L/yr

Explore more salaries
Compare Money View with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.0
Compare

Payed

2.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview