Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Opendoor Senior Software Engineer Interview Questions and Answers

Updated 6 Jan 2025

Opendoor Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.

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

I applied via Company Website and was interviewed before Jan 2024. There were 2 interview rounds.

Interview Preparation Tips

Topics to prepare for Opendoor Senior Software Engineer interview:
  • trie
  • dsalgo
  • systemdesign
Interview preparation tips for other job seekers - Prepare standardized materials for Data Structures, Algorithms, and System Design.

Senior Software Engineer Interview Questions Asked at Other Companies

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Total of 8 questions:

4 MCQ(oops and expected output type questions) + other 2 were coding questions, out of which one is some class implementation question.

  • Q1. 

    Count Subarrays with Sum Divisible by K

    Given an array ARR and an integer K, your task is to count all subarrays whose sum is divisible by the given integer K.

    Input:

    The first line of input contains an...
  • Ans. 

    Count subarrays with sum divisible by K in an array.

    • Iterate through the array and keep track of the running sum modulo K.

    • Use a hashmap to store the frequency of remainders.

    • For each prefix sum, check how many previous prefix sums have the same remainder.

    • Return the total count of subarrays with sum divisible by K.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This round was with the USA team, the panel consisted of 2 members. It took place at around 9 PM IST. The interviewer's focus was on approach.

  • Q1. 

    Sort an Array in Wave Form

    You are given an unsorted array ARR. Your task is to sort it so that it forms a wave-like array.

    Input:

    The first line contains an integer 'T', the number of test cases.
    For ea...
  • Ans. 

    Sort an array in a wave-like pattern where each element is greater than or equal to its adjacent elements.

    • Iterate through the array and swap elements at even indices with their adjacent odd indices to form a wave pattern.

    • There can be multiple valid wave arrays, so any valid wave array is acceptable.

    • Ensure the first element is greater than or equal to the second element to start the wave pattern.

  • Answered by AI
  • Q2. 

    Convert a Number to Words

    Given an integer number num, your task is to convert 'num' into its corresponding word representation.

    Input:

    The first line of input contains an integer ‘T’ denoting the number o...
  • Ans. 

    Convert a given integer number into its corresponding word representation.

    • Implement a function that takes an integer as input and returns the word representation of that number.

    • Break down the number into its individual digits and convert each digit into its word form.

    • Handle special cases like numbers between 10 and 19, and multiples of 10.

    • Combine the word forms of individual digits to form the final word representation

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

It was a managerial round. The position of the person taking the interview was of a technical architect. As was informed by the recruiter, previously he was a technical architect at Amazon.

  • Q1. How does Facebook store comments in its database?
  • Ans. 

    Facebook stores comments in its database using a combination of relational and non-relational databases.

    • Comments are typically stored in a relational database like MySQL for structured data storage.

    • For scalability and performance, Facebook may also use a NoSQL database like Cassandra or HBase for storing comments in a denormalized format.

    • Metadata related to comments such as likes, timestamps, and user information may b...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in NoidaEligibility criteriaShortlisting was done on the basis of coding test.Clearwater Analytics interview preparation:Topics to prepare for the interview - Data Structures, Algorithm Design, DBMS, Object Oriented Design, Machine LearningTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice the most frequent and most common questions DSA questions asked in companies like Amazon, Microsoft.
Tip 2 : Focus on solving the questions on your own as much as you can. 
Tip 3 : Don't waste your time on the number of questions while compromising quality.
Tip 4 : Do mock interviews with your friend if it's been a long since you have given the interview.
Tip 5 : For virtual interviews, always have a backup of data(you may use mobile data if Wi-Fi goes out). While during an interview try to maintain eye contact every now and then.
Tip 6 : Keep your resume short to 1 page and have far/good knowledge of the tech stack you have mentioned

Application resume tips for other job seekers

Tip 1 : Keep it short to 1 page
Tip 2 : Prepare it well.
Tip 3 : Focus more on the problem and the solution. Rather than tools used to solve the problem

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected

I appeared for an interview before Mar 2022.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest
Even if u have internship experience, your interview is going to be tech stack/CS fundamentals based rather than DSA. If no experience, expect DSA problems.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up basics of js and microservices

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

Interview Questionnaire 

2 Questions

  • Q1. 1) Difference betwen HttpPost and HttpGet and other web api related questions.
  • Q2. 2) Find LCM of n numbers present in an array
  • Ans. 

    LCM of n numbers in an array

    • Find the GCD of all numbers in the array

    • Divide each number by the GCD and multiply them

    • Use Euclidean algorithm to find GCD

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong your basics and algorithms

I applied via Approached by Company and was interviewed in Nov 2022. There were 2 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - Great interviewer, very calm and supportive
Highly experienced and cool.
Contribute & help others!
anonymous
You can choose to be anonymous

Opendoor Interview FAQs

How many rounds are there in Opendoor Senior Software Engineer interview?
Opendoor interview process usually has 2-3 rounds. The most common rounds in the Opendoor interview process are Coding Test, Assignment and HR.
How to prepare for Opendoor Senior Software 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 Opendoor. The most common topics and skills that interviewers at Opendoor expect are Oauth, Service Engineering, Cloud Computing, Computer Accounting and Global Delivery.
What are the top questions asked in Opendoor Senior Software Engineer interview?

Some of the top questions asked at the Opendoor Senior Software Engineer interview -

  1. Data Structures and Algorithms medium - hard question like product of array exc...read more
  2. Data Structures and Algorithms easy question like two s...read more
  3. Basics of profile ...read more

Recently Viewed

INTERVIEWS

Altus Group

No Interviews

INTERVIEWS

Qedtek

No Interviews

INTERVIEWS

Altus Group

No Interviews

INTERVIEWS

SCON Projects

No Interviews

INTERVIEWS

Altus Group

No Interviews

INTERVIEWS

Altus Group

No Interviews

SALARIES

PadInk Engineering

SALARIES

Winjit Technologies

REVIEWS

Winjit Technologies

No Reviews

SALARIES

Winjit Technologies

No Salaries

Tell us how to improve this page.

Opendoor Senior Software Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Opendoor Senior Software Engineer Salary
based on 4 salaries
₹37 L/yr - ₹53 L/yr
202% more than the average Senior Software Engineer Salary in India
View more details

Opendoor Senior Software Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

2.5

Skill development

4.5

Work-life balance

4.5

Salary

1.5

Job security

4.5

Company culture

2.5

Promotions

2.0

Work satisfaction

Explore 2 Reviews and Ratings
Senior Associate Operations
40 salaries
unlock blur

₹4.2 L/yr - ₹6 L/yr

SME
5 salaries
unlock blur

₹6.2 L/yr - ₹8.4 L/yr

People Operations Specialist
5 salaries
unlock blur

₹8.9 L/yr - ₹10.4 L/yr

Senior Associate
4 salaries
unlock blur

₹5 L/yr - ₹5.5 L/yr

Operations Associate
4 salaries
unlock blur

₹3.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Opendoor with

Redfin

2.7
Compare

Compass Group Support Services

4.1
Compare

Perch

5.0
Compare

Videocon d2h

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