Upload Button Icon Add office photos

Filter interviews by

Money View SDE (Software Development Engineer) Interview Questions and Answers

Updated 27 Jan 2023

Money View SDE (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 in Jul 2022. There were 5 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 

Quantitative based questions and 2 easy-medium Coding Questions (Tree & Arrays)

Round 3 - Coding Test 

Went through resume and 2 coding questions (medium) (rat in a maze and follow up question) (largest area in a histogram)

Round 4 - Coding Test 

One coding question (Sum Tree) and few SQL & DBMS queries.

Round 5 - HR 

(3 Questions)

  • Q1. Why do you want to join Money view
  • Q2. Tell me about your 5 year plan
  • Q3. Tell me about yourself and your hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - In BMS the company only opens for Circuital branches.

Interview questions from similar companies

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

I applied via campus placement at Lovely Professional University (LPU) and was interviewed before Apr 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 - Technical 

(2 Questions)

  • Q1. Simple 3 questions of DSA with brute force to the optimal approach
  • Q2. 2 stacks, palindrome tricky, string question (simple)
Round 3 - One-on-one 

(2 Questions)

  • Q1. 2 stacks with optinal approach
  • Ans. 

    Implementing 2 stacks with optional approach

    • Two stacks can be implemented in a single array by dividing it into two halves

    • Optional approach can be implemented by using a third parameter to indicate which stack to use

    • Push and pop operations can be performed on both stacks independently

  • Answered by AI
  • Q2. Some hr interview question
Round 4 - HR 

(2 Questions)

  • Q1. Marital status discussion
  • Q2. Future discusssions about what i want nd plans

Interview Preparation Tips

Topics to prepare for Open Financial Technologies Private Limited SDE (Software Development Engineer) interview:
  • DSA
  • OS
  • DBMS
  • strings
Interview preparation tips for other job seekers - DSA kro mast raho, soft skills top notch is a must for cracking any interview

Skills evaluated in this interview

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

Round 1 - Coding Test 

Hackerrank - dp problems

Round 2 - Technical 

(1 Question)

  • Q1. Minimum number of jumps in the array.
  • Ans. 

    Find minimum number of jumps required to reach the end of an array.

    • Use dynamic programming approach to solve the problem.

    • Maintain an array to store minimum number of jumps required to reach each index.

    • Traverse the array and update the minimum number of jumps for each index.

    • Return the minimum number of jumps required to reach the end of the array.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What are ambitions and how I'll approach them
  • Q2. How do I see myself in 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Data structures and algorithms should be strong. Prepare dp, greedy algorithms, backtracking, trees and graphs and ofcourse arrays and strings.

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
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Convert Arabic to Roman numeral
  • Ans. 

    Convert Arabic numbers to Roman numerals

    • Create a mapping of Arabic numbers to Roman numerals

    • Iterate through the mapping to find the largest Roman numeral that fits the Arabic number

    • Subtract the value of the Roman numeral from the Arabic number and repeat until the Arabic number becomes 0

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Data Structure and algorithm
  • Q2. System design question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Recruitment Consulltant and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Project related question
  • Q2. Java threading & polymorphism
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Time and work ,time and distance

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview are very friendly and give time to explain the question asked in interview

Money View Interview FAQs

How many rounds are there in Money View SDE (Software Development Engineer) interview?
Money View interview process usually has 5 rounds. The most common rounds in the Money View interview process are Coding Test, Resume Shortlist and Aptitude Test.

Tell us how to improve this page.

Money View SDE (Software Development Engineer) Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Paytm Interview Questions
3.3
 • 775 Interviews
PolicyBazaar Interview Questions
3.6
 • 343 Interviews
PhonePe Interview Questions
4.0
 • 306 Interviews
Groww Interview Questions
3.8
 • 65 Interviews
BankBazaar Interview Questions
3.4
 • 50 Interviews
Mobikwik Interview Questions
4.1
 • 47 Interviews
BharatPe Interview Questions
3.5
 • 38 Interviews
CRED Interview Questions
3.6
 • 38 Interviews
Upstox Interview Questions
3.7
 • 35 Interviews
LendingKart Interview Questions
3.1
 • 29 Interviews
View all
Money View SDE (Software Development Engineer) Salary
based on 8 salaries
₹13 L/yr - ₹36 L/yr
23% less than the average SDE (Software Development Engineer) Salary in India
View more details
Process Associate
97 salaries
unlock blur

₹1.8 L/yr - ₹4.1 L/yr

Collection Associate
29 salaries
unlock blur

₹2 L/yr - ₹3.7 L/yr

Team Lead
23 salaries
unlock blur

₹2.4 L/yr - ₹6.2 L/yr

Senior Brand and Marketing Manager
22 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Software Engineer
21 salaries
unlock blur

₹13 L/yr - ₹23 L/yr

Explore more salaries
Compare Money View with

Paytm

3.3
Compare

PhonePe

4.0
Compare

Mobikwik

4.1
Compare

Payed

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