Add office photos
Engaged Employer

Dream11

3.8
based on 96 Reviews
Filter interviews by

10+ Interview Questions and Answers

Updated 25 Sep 2024

Q1. Given two integers for that to print the most common ancestor nodes of a binary tree

Ans.

Find most common ancestor nodes of a binary tree given two integers.

  • Traverse the tree to find the nodes with the given integers

  • Store the path from root to each node in separate arrays

  • Compare the two arrays to find the most common ancestor node

  • If there are multiple common ancestors, return the one closest to the root

View 2 more answers

Q2. Find largest subarray with equal number of 1s and 0s?

Ans.

Find largest subarray with equal number of 1s and 0s

  • Use a hashmap to store the count of 1s and 0s encountered so far

  • If the count of 1s and 0s is equal at any point, calculate the length of subarray

  • Keep track of the maximum length subarray found so far

View 1 answer

Q3. What are the different types of testing STLC llifecycle

Ans.

Different types of testing in STLC lifecycle include unit testing, integration testing, system testing, and acceptance testing.

  • Unit testing: Testing individual units or components of a software application.

  • Integration testing: Testing the integration of different modules or components.

  • System testing: Testing the entire system as a whole.

  • Acceptance testing: Testing to ensure the system meets the requirements and is ready for deployment.

Add your answer

Q4. how you will build amazon?

Ans.

Building Amazon requires a multi-faceted approach involving technology, logistics, and customer-centricity.

  • Develop a robust e-commerce platform with a user-friendly interface

  • Establish a vast network of warehouses and distribution centers for efficient delivery

  • Invest in cutting-edge technology such as AI and machine learning for personalized recommendations

  • Prioritize customer satisfaction through excellent customer service and easy returns

  • Partner with third-party sellers to ex...read more

Add your answer
Discover null interview dos and don'ts from real experiences

Q5. Best possible days to buy and sell stocks

Ans.

The best days to buy and sell stocks depend on market trends and individual stock performance.

  • Monitor market trends and stock performance

  • Consider buying during market dips and selling during market highs

  • Research historical data and patterns

  • Consult with financial advisors

  • Be mindful of taxes and fees

Add your answer

Q6. Guesstimate on estimating # users on the application

Ans.

Estimate the number of users on the application based on market research, user demographics, and industry trends.

  • Consider the total addressable market (TAM) for the application

  • Analyze user demographics and behavior to estimate adoption rate

  • Look at industry benchmarks and competitor data for reference

  • Use surveys, focus groups, and user feedback to gather insights

  • Consider factors like market saturation, growth potential, and user retention rates

Add your answer
Are these interview questions helpful?

Q7. MYSQL codes in window function

Ans.

MYSQL window functions allow for calculations across rows in a result set.

  • Window functions are used to perform calculations across rows in a result set

  • They are used with the OVER() clause

  • Examples include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE()

  • They can be used to calculate running totals, moving averages, and more

Add your answer

Q8. Explain working of recommendation system.

Ans.

Recommendation system uses data analysis and machine learning algorithms to suggest items to users based on their preferences.

  • Collect user data and item data

  • Analyze data to find patterns and similarities

  • Use machine learning algorithms to make predictions and suggest items to users

  • Continuously update and improve the system based on user feedback

  • Examples: Netflix suggesting movies based on viewing history, Amazon suggesting products based on purchase history

Add your answer
Share interview questions and help millions of jobseekers 🌟

Q9. find quadraplets that sum to target

Ans.

Find quadraplets in an array that sum up to a target value.

  • Use a nested loop to iterate through all possible combinations of quadraplets.

  • Keep track of the sum of each quadraplet and compare it to the target value.

  • Return the quadraplets that match the target sum.

Add your answer

Q10. Nth Greatest Element III (Leetcode)

Ans.

Find the Nth greatest element in an array without sorting

  • Use a priority queue to keep track of the N greatest elements

  • Iterate through the array and add elements to the priority queue

  • Return the top element from the priority queue as the Nth greatest element

Add your answer

Q11. Heater Problem (Leetcode)

Ans.

Heater Problem - Find minimum radius to cover all houses with heaters

  • Sort the houses and heaters arrays

  • For each house, find the closest heater using binary search

  • Calculate the minimum radius needed to cover all houses

Add your answer

Q12. LLD of current project

Ans.

The LLD of the current project involves detailed design of the system architecture and components.

  • LLD includes detailed design of modules, classes, interfaces, and relationships between components.

  • It focuses on how the system will be implemented based on the requirements specified in the HLD.

  • LLD helps in understanding the flow of data and control within the system.

  • It also includes design patterns, algorithms, and data structures to be used in the implementation.

  • Example: In a ...read more

Add your answer

Q13. search in 2d matrix

Ans.

Search for a target value in a 2D matrix efficiently.

  • Use binary search on rows to find the potential row where the target value may exist.

  • Then use binary search on that row to find the target value.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at null

based on 23 interviews in the last 1 year
Interview experience
4.1
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.8
 • 386 Interview Questions
3.6
 • 375 Interview Questions
4.1
 • 153 Interview Questions
4.2
 • 142 Interview Questions
4.1
 • 133 Interview Questions
View all
Top Dream11 Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter