Mr. Cooper interview experience Real time questions & tips from candidates to crack your interview

Software Developer

Mr. Cooper
upvote
share-icon
4 rounds | 9 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 3 months
Topics: Data Structures, Algorithms, Dynamic Programming, OOPS, Database Management System
Tip
Tip

Tip 1 : Do Atleast 2 Projects
Tip 2 : Be Strong in what you have in your resume
Tip 3 : Be Confident and Polite

Application process
Where: Campus
Eligibility: 7 CGPA
Resume Tip
Resume tip

Tip 1 : Keep it Short to one or two pages
Tip 2 : Keep it standout..as it is what projects you uniquely.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration90 minutes
Interview date31 Jul 2020
Coding problem3

The round consisted of 3 coding Questions and 20 Technical MCQs.

1. Sum Of LCM

Moderate
15m average time
90% success
0/80
Asked in companies
GrofersMr. CooperGoogle inc

You are given an integer ‘N’ , calculate and print the sum of :

LCM(1,N) + LCM(2,N) + .. + LCM(N,N) 

where LCM(i,n) denotes the Least Common Multiple of the integers ‘i’ and ‘N’.

Try solving now

2. Idempotent Matrix

Easy
0/40
Asked in companies
MeeshoMr. CooperJio Platforms Limited

Given a N * N matrix and the task is to check matrix is idempotent matrix or not.

See the sample input.

Idempotent matrix M follows the following property :

M*M = M
Try solving now

3. Connect Ropes

Moderate
25m average time
75% success
0/80
Asked in companies
Goldman SachsAmazonOYO

Given a number of ropes say ‘N’ and an array of integers of size ‘N’ containing the length of ropes. Your task is to connect the ropes into one. The cost to connect two ropes is equal to the sum of their lengths. Find the minimum cost for connecting all the ropes.

Try solving now
02
Round
Medium
Online Coding Test
Duration120 minutes
Interview date5 Aug 2020
Coding problem1

This round is a Long Coding Round. Every Candidate was assigned with a mentor who guides them, We were given a real-life scenario for which we have to construct a database with required tables. We should draw an ER Diagram to demonstrate the Database. After the Database Completion, We have to Start Coding the Application. The Design(like Placing the button or background colour) is not given much importance. They mainly test the practical knowledge of candidates in OOPS and expertise in a C, C++, Java, Android or any other language were OOPS Concepts can be applied.

1. Technical Questions

To Construct a House-Rental Application. There are two types of users. Owner and Buyer. The owner can list his/her house for selling or rent by giving suitable parameters. The Buyer can search for houses and has the feature to contact the owner of the house for further Negotiations.

03
Round
Medium
Video Call
Duration180 Minutes
Interview date8 Aug 2020
Coding problem4

This Round is a technical Interview. I was asked Questions to test my Technical Knowledge.

1. DBMS Questions

Questions on all basic commands in SQL.
Questions on PL SQL Queries too.
Questions on Normalization.

2. OOPS Questions

Explain Inheritance and Polymorphism?
Is Multi-Level Inheritance Possible in Java?
Explain Packages and Interfaces?
Explain classes and Objects?
What is a super class?

3. DS Questions

Difference between Greedy and DP
Explain a DP problem.
Why all problems cant be solved with Greedy Approach?
Questions on Time Complexity.
Explain Sorting Algorithms.

4. Sort 0 1 2

Easy
22m average time
0/40
Asked in companies
WalmartSamsung R&D InstituteExpedia Group

You have been given an integer array/list(ARR) of size 'N'. It only contains 0s, 1s and 2s. Write a solution to sort this array/list.

Note :
Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Try solving now
04
Round
Easy
HR Round
Duration20 Minutes
Interview date31 Aug 2020
Coding problem1

1. Basic HR Questions

Are you a team player?

What is your biggest failure?

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is the purpose of the return keyword?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
3 rounds | 7 problems
Interviewed by OYO
4781 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6543 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3566 views
0 comments
0 upvotes
Software Developer
2 rounds | 2 problems
Interviewed by Mr. Cooper
179 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3986 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2871 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1201 views
0 comments
0 upvotes