Upload Button Icon Add office photos
Engaged Employer

i

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

Mr Cooper Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Mr Cooper Technical Architect Interview Questions and Answers

Updated 31 Oct 2023

Mr Cooper Technical Architect Interview Experiences

1 interview found

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

I applied via LinkedIn 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 

Use case will be given and we will be asked to develop features for the usecase

Round 3 - Technical 

(1 Question)

  • Q1. Technical questions related to your domain
Round 4 - HR 

(1 Question)

  • Q1. Check your character and longitvity
  • Ans. 

    I have a strong character and a proven track record of long-term commitment in my career.

    • Consistently meeting project deadlines and exceeding expectations

    • Receiving positive feedback from colleagues and supervisors

    • Staying with the same company for several years and progressing in my role

    • Handling challenging situations with professionalism and integrity

  • Answered by AI

Interview questions from similar companies

Round 1 - Aptitude Test 

Double entry, isin, balance sheet

Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through your CV once and answer

Interview Questionnaire 

8 Questions

  • Q1. Find a number which occurs odd number of times and all number occurs even number of times
  • Ans. 

    Find an odd occurring number among even occurring numbers.

    • Use XOR operation to cancel out even occurring numbers and get the odd occurring number.

    • Iterate through the array and XOR each element with the result variable.

    • The final result will be the odd occurring number.

  • Answered by AI
  • Q2. Some discussion about my minor project
  • Q3. Spiral order of binary tree and mattrix, print it
  • Ans. 

    Print the spiral order of a binary tree and matrix.

    • For binary tree, use level order traversal and alternate direction for each level.

    • For matrix, use four pointers to traverse in spiral order.

    • Example for binary tree: 1 -> 2 -> 3 -> 4 -> 5 -> 6 -> 7 -> 8 -> 9

    • Example for matrix: 1 2 3 4 -> 8 7 6 5 -> 9 10 11 12 -> 16 15 14 13

  • Answered by AI
  • Q4. Some question about os,dbms
  • Q5. Find pair which have a given sum in a given array
  • Ans. 

    Finding pairs in an array with a given sum.

    • Iterate through the array and for each element, check if the difference between the given sum and the element exists in the array.

    • Use a hash table to store the elements of the array and their indices for faster lookup.

    • If there are multiple pairs with the same sum, return any one of them.

    • If no pair is found, return null or an empty array.

  • Answered by AI
  • Q6. Find total number of k element which have a given avg in a given array in minimum time complexity
  • Ans. 

    Find total number of k element with given avg in an array in minimum time complexity.

    • Use sliding window technique to traverse the array in O(n) time complexity.

    • Maintain a sum variable to keep track of the sum of elements in the window.

    • If the sum of elements in the window is equal to k times the given avg, increment the count.

    • Move the window by subtracting the first element and adding the next element in the array.

  • Answered by AI
  • Q7. Print all elements which in not boundary element in a given binary tree
  • Ans. 

    Printing non-boundary elements of a binary tree

    • Traverse the tree in any order (preorder, inorder, postorder)

    • Check if the current node is not a boundary node (not the first or last node in its level)

    • If it is not a boundary node, print its value

    • Recursively traverse its left and right subtrees

  • Answered by AI
  • Q8. Then some question about process synchronisation,error vs exception,and then 2-3 hr question

Interview Preparation Tips

Round: Test
Experience: practice codes on paper
Tips:

Round: Technical Interview
Experience: very good
Tips: please try to explain each and every question in detail

Round: Technical Interview
Experience: my hr round is not taken by them,and some of face 3rd round ,which is HR
Tips: please prepare all types of problem from geeksforgeeks

Skill Tips: please try to understand every problem from geeksforgeeks
Skills: ds
College Name: NIT Bhopal
Motivation: best work culture,and a lots of learning opportunity in this company,and in every 6 month there is a appraisal

Skills evaluated in this interview

I applied via Referral and was interviewed before Jan 2020. There were 6 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. What is amortization?
  • Ans. 

    Amortization is the process of spreading out a loan into smaller, regular payments over a period of time.

    • It is used to pay off a debt over time with regular payments

    • Each payment includes both principal and interest

    • The amount of interest decreases over time as the principal is paid off

    • Examples include mortgages, car loans, and student loans

  • Answered by AI
  • Q2. What is WASO, TSO and EPS?
  • Ans. 

    WASO is Wake After Sleep Onset, TSO is Total Sleep Time, and EPS is Earnings Per Share.

    • WASO is the amount of time spent awake after initially falling asleep.

    • TSO is the total amount of time spent sleeping, including both REM and non-REM sleep.

    • EPS is a financial metric that represents the portion of a company's profit allocated to each outstanding share of common stock.

    • WASO and TSO are commonly used in sleep studies, whi

  • Answered by AI
  • Q3. What are the elements which are present in all the financial statements like BS,IS and CF.
  • Ans. 

    The financial statements (BS, IS, CF) have common elements such as assets, liabilities, equity, revenue, expenses, and cash flows.

    • Assets: resources owned by the company

    • Liabilities: obligations owed by the company

    • Equity: residual interest in the assets of the company

    • Revenue: income generated by the company

    • Expenses: costs incurred by the company

    • Cash flows: inflows and outflows of cash

  • Answered by AI
  • Q4. What is the effect of stock split on market capitalisation of a company?
  • Ans. 

    A stock split increases the number of shares outstanding and decreases the price per share, but does not affect the market capitalisation.

    • Stock split does not affect the total value of the company

    • Market capitalisation remains the same after a stock split

    • Stock split increases the number of shares outstanding and decreases the price per share

    • For example, if a company has 1 million shares outstanding and the stock splits ...

  • Answered by AI
  • Q5. Components of Cash flow statements?
  • Ans. 

    Cash flow statements have three main components: operating activities, investing activities, and financing activities.

    • Operating activities: cash inflows and outflows from the company's core business operations.

    • Investing activities: cash inflows and outflows from buying or selling long-term assets.

    • Financing activities: cash inflows and outflows from borrowing or repaying debt, issuing or buying back stock, and paying di...

  • Answered by AI
  • Q6. How is EPS caluclated?
  • Ans. 

    EPS is calculated by dividing the company's net income by the number of outstanding shares.

    • EPS = Net Income / Outstanding Shares

    • Net Income is the company's total earnings after expenses and taxes

    • Outstanding Shares are the total number of shares issued by the company

    • EPS is an important metric for investors to evaluate a company's profitability

    • Higher EPS indicates better profitability and potential for higher dividends

  • Answered by AI
  • Q7. About your last company and role? Why you want to leave the company?
  • Q8. Abou the role,. Any info on the role that you are applying?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the financial statements. Check all ratios with respect to statements. Be clear about the job profile. Read about the company.

Skills evaluated in this interview

I appeared for an interview in Dec 2020.

Interview Questionnaire 

1 Question

  • Q1. 30 equity and 30 aptitude

Interview Preparation Tips

Interview preparation tips for other job seekers - When u apply for job. Start working on your knowledge after applying only. Don't wait for email bcz email comes at night and online test was there at day after only at afternoon. If u pass u will get selection email and thereafter 3 round of interview is there.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Technical.purely
Round 2 - One-on-one 

(1 Question)

  • Q1. Purely tech..and then you present a dashboard on power bi

Interview Questionnaire 

12 Questions

  • Q1. Engineering jobs
  • Q2. Home based work From Home
  • Q3. Coimbatore Chinnathdagam 641108
  • Q4. So Right now
  • Q5. Brhamanc
  • Q6. Sure
  • Q7. Support
  • Q8. Noukri.com
  • Q9. Windows mobile and Android
  • Q10. No Orguments
  • Q11. Within government has said that it could also mean right to be a few days it was just a few days
  • Q12. Software Creator and Development
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

1 hour 10 mins, MERN Stack, Face to Face. Mongodb, medium DSA Question, callback, eventloop, NodeJS asynchronous working

Interview Preparation Tips

Interview preparation tips for other job seekers - you should have prior experience in coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Jul 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What is the difference between a static function and a static variable?
  • Ans. 

    Static function is a function that can only be accessed within the same file, while a static variable is a variable that retains its value between function calls.

    • Static function is declared using the 'static' keyword before the return type, limiting its scope to the file it is defined in.

    • Static variable is declared using the 'static' keyword before the variable type, retaining its value between function calls.

    • Example o...

  • Answered by AI
  • Q2. What is the synchronization technique?
  • Ans. 

    Synchronization technique is a method used to control access to shared resources in a multi-threaded environment.

    • Synchronization techniques prevent race conditions and ensure data consistency

    • Common synchronization techniques include locks, semaphores, and monitors

    • Examples include using synchronized keyword in Java or mutex in C++

  • Answered by AI
Round 2 - Coding Test 

Add an element to a linked list.

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. NANANANANANANANA
  • Q2. NANANANANANANANANA
Round 2 - One-on-one 

(2 Questions)

  • Q1. NANANANAANANANA
  • Q2. NANANANANANANANANANA

Mr Cooper Interview FAQs

How many rounds are there in Mr Cooper Technical Architect interview?
Mr Cooper interview process usually has 4 rounds. The most common rounds in the Mr Cooper interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Mr Cooper Technical Architect 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 Mr Cooper. The most common topics and skills that interviewers at Mr Cooper expect are Architecture, Design Development, Device Drivers, EDI and Graphics.
What are the top questions asked in Mr Cooper Technical Architect interview?

Some of the top questions asked at the Mr Cooper Technical Architect interview -

  1. Check your character and longitv...read more
  2. Technical questions related to your dom...read more

Tell us how to improve this page.

Mr Cooper Technical Architect Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Morningstar Interview Questions
3.9
 • 244 Interviews
FactSet Interview Questions
3.9
 • 208 Interviews
Apex Group Interview Questions
2.7
 • 137 Interviews
Kotak Securities Interview Questions
3.6
 • 116 Interviews
Sharekhan Interview Questions
3.8
 • 84 Interviews
Axis Direct Interview Questions
3.8
 • 79 Interviews
Synchrony Interview Questions
4.3
 • 78 Interviews
View all
Mr Cooper Technical Architect Salary
based on 10 salaries
₹20.1 L/yr - ₹36.6 L/yr
At par with the average Technical Architect Salary in India
View more details

Mr Cooper Technical Architect Reviews and Ratings

based on 2 reviews

4.7/5

Rating in categories

4.7

Skill development

5.0

Work-life balance

3.8

Salary

4.7

Job security

4.5

Company culture

3.8

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Process Associate
719 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Senior Process Associate
193 salaries
unlock blur

₹2.4 L/yr - ₹4.3 L/yr

Senior Software Engineer
66 salaries
unlock blur

₹8.5 L/yr - ₹22 L/yr

Software Engineer
48 salaries
unlock blur

₹7 L/yr - ₹14 L/yr

Senior Associate
43 salaries
unlock blur

₹2.7 L/yr - ₹6 L/yr

Explore more salaries
Compare Mr Cooper with

Axis Direct

3.8
Compare

Kotak Securities

3.6
Compare

FactSet

3.9
Compare

Sharekhan

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