Upload Button Icon Add office photos

Filter interviews by

Random Trees Interview Questions and Answers

Updated 10 Jan 2025

Random Trees Interview Experiences

Popular Designations

6 interviews found

Data Engineer Interview Questions & Answers

user image Sadana Munduru

posted on 10 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic SQL question and work experience

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Data Analyst Interview Questions & Answers

user image Vamsi Krishna Kumar

posted on 17 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. SQL,Pandas, and Power BI

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)

Business Analyst Interview Questions & Answers

user image Apurv Choubey

posted on 10 Jan 2025

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Tell me about youself

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Oct 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - One-on-one 

(4 Questions)

  • Q1. Explain what is hashmap
  • Ans. 

    HashMap is a data structure that stores key-value pairs and allows for fast retrieval of values based on keys.

    • HashMap is part of the Java Collections framework.

    • It uses hashing to store key-value pairs in an array.

    • It allows for quick retrieval of values based on keys.

    • HashMap does not maintain insertion order of elements.

    • Example: HashMap map = new HashMap<>();

  • Answered by AI
  • Q2. Explain c++ vs java
  • Ans. 

    C++ is a statically typed language with a focus on performance and low-level programming, while Java is a high-level, object-oriented language with automatic memory management.

    • C++ is closer to the hardware and allows for more control over memory management.

    • Java is platform-independent due to its bytecode compilation and virtual machine execution.

    • C++ supports multiple inheritance, while Java only supports single inherit...

  • Answered by AI
  • Q3. Explain your day.
  • Q4. Explain what is BST
  • Ans. 

    BST stands for Binary Search Tree, a data structure where each node has at most two children, with left child nodes being smaller and right child nodes being larger.

    • BST is a hierarchical data structure where each node has at most two children.

    • The left child node of a parent node contains a value smaller than the parent node's value.

    • The right child node of a parent node contains a value larger than the parent node's val...

  • Answered by AI

Skills evaluated in this interview

Sdet Engineer Interview Questions asked at other Companies

Q1. Tell me about the projects and knowledge on selenium api and etc?
View answer (2)

Random Trees interview questions for popular designations

 Data Engineer

 (2)

 Business Analyst

 (1)

 Data Analyst

 (1)

 Sdet Engineer

 (1)

 Senior Software Engineer

 (1)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Oct 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic sql questions were asked
Round 2 - HR 

(1 Question)

  • Q1. Discussion on previous projects worked and salary

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)
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 before Jun 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Regarding reactjs
Round 3 - Coding Test 

Writing list view component and scenario based questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Jobs at Random Trees

View all

Interview questions from similar companies

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

I applied via campus placement at Maharaja Agrasen Institute of Technology, Delhi and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a 60 minute aptitude test that had 60 qs to answer covering sections like quants, verbal, logical reasoning and some general programming. There was a 0.5 mark negative marking as well for each wrong answer. It was easy test

Round 2 - Technical 

(4 Questions)

  • Q1. Resume based qs like what certifications you did, your best project till now
  • Q2. An aptitude problem was also given related about relative speed concept to check logical thinking
  • Q3. Analysis of xyz company customers invoice dataset
  • Q4. Some gfg puzzles, basic probability
Round 3 - HR 

(2 Questions)

  • Q1. Tell about family background
  • Q2. What polestar does and why you want to be a part of the team?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident, a lot depends on your body language esp in HR round and be well dressed.
Prepare puzzles from GFG and one of your projects to explain them in detail
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. How do you go about SDLC process
  • Ans. 

    I follow the Software Development Life Cycle (SDLC) process to ensure successful project delivery.

    • I start with requirements gathering and analysis to understand the project scope and objectives.

    • I then move on to design, where I create a detailed plan for how the system will be built.

    • Next, I proceed to development, where the actual coding and implementation of the system takes place.

    • After development, I conduct thorough...

  • Answered by AI
  • Q2. What are roles and responsibilities of a BA
  • Q3. How do you deduce a complex problem statement
  • Ans. 

    By breaking down the problem into smaller components and analyzing each part individually

    • Identify the key components of the problem statement

    • Break down the problem into smaller, more manageable parts

    • Analyze each part individually to understand its impact on the overall problem

    • Consider different perspectives and potential solutions

    • Collaborate with team members or stakeholders to gain additional insights

  • Answered by AI
Round 2 - Technical 

(3 Questions)

  • Q1. Explain the difference between BRD and FRD
  • Ans. 

    BRD is a document that outlines business requirements, while FRD is a document that details functional requirements.

    • BRD focuses on what the business needs, while FRD focuses on how those needs will be met.

    • BRD is high-level and non-technical, while FRD is detailed and technical.

    • BRD is created before FRD in the project lifecycle.

    • Example: BRD may state the need for a customer relationship management system, while FRD will...

  • Answered by AI
  • Q2. How do you go about creating user stories, how do you allocate the points
  • Ans. 

    User stories are created by collaborating with stakeholders and allocating points based on complexity and effort required.

    • Collaborate with stakeholders to gather requirements and understand user needs

    • Break down features into smaller, manageable user stories

    • Prioritize user stories based on business value and dependencies

    • Allocate points based on complexity, effort, and risk involved

    • Use techniques like Planning Poker to a

  • Answered by AI
  • Q3. What is the SOP while creating a requirement gathering doc
  • Ans. 

    The SOP for creating a requirement gathering doc involves planning, interviewing stakeholders, documenting requirements, and obtaining approval.

    • Plan the requirement gathering process by identifying stakeholders and their needs

    • Conduct interviews with stakeholders to gather detailed requirements

    • Document the requirements in a clear and organized manner

    • Obtain approval from stakeholders to ensure alignment with business goa

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. How proficient are you with using tools such as Jira, Cofluence, SQL
  • Ans. 

    I am highly proficient in using Jira, Confluence, and SQL for various business analysis tasks.

    • I have extensive experience using Jira for project management, issue tracking, and agile development.

    • I am skilled in using Confluence for documentation, collaboration, and knowledge sharing within teams.

    • I have strong SQL skills for data analysis, querying databases, and generating reports.

    • I have used these tools in previous pr...

  • Answered by AI
  • Q2. How do you handle disagreements within internal stakeholders
  • Q3. What values do you look in a collegue
  • Ans. 

    I look for values such as integrity, teamwork, communication, and adaptability in a colleague.

    • Integrity - honesty, trustworthiness, and ethical behavior

    • Teamwork - collaboration, support, and willingness to help others

    • Communication - clear and effective communication skills

    • Adaptability - ability to adjust to changing circumstances and problem-solve

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Quantiphi Analytics Solutions Private Limited Senior Business Analyst interview:
  • Insurance
  • Requirement Analysis
  • Stakeholder Management
Interview preparation tips for other job seekers - Regular Business Analyst questions as found on the web, be yourself, answer what you know and tell you don't if you can't answer.

Skills evaluated in this interview

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

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions were based QMS & ISMS and past experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussed about past experience

Random Trees Interview FAQs

How many rounds are there in Random Trees interview?
Random Trees interview process usually has 1-2 rounds. The most common rounds in the Random Trees interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Random Trees 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 Random Trees. The most common topics and skills that interviewers at Random Trees expect are Python, SQL, Data Warehousing, AWS and Azure.
What are the top questions asked in Random Trees interview?

Some of the top questions asked at the Random Trees interview -

  1. explain what is hash...read more
  2. explain what is ...read more
  3. explain c++ vs j...read more

Tell us how to improve this page.

Random Trees Interview Process

based on 7 interviews

Interview experience

3.4
  
Average
View more

Interview Questions from Similar Companies

Asian Paints Interview Questions
4.0
 • 627 Interviews
Dabur Interview Questions
4.0
 • 262 Interviews
Berger Paints Interview Questions
3.7
 • 253 Interviews
Marico Interview Questions
4.0
 • 81 Interviews
CenturyPly Interview Questions
3.8
 • 63 Interviews
Greenply Interview Questions
4.0
 • 37 Interviews
Somany Ceramics Interview Questions
4.2
 • 14 Interviews
View all

Random Trees Reviews and Ratings

based on 29 reviews

3.3/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.1

Salary

2.8

Job security

3.1

Company culture

2.6

Promotions

3.2

Work satisfaction

Explore 29 Reviews and Ratings
Data Engineer

Chennai

5-10 Yrs

Not Disclosed

Senior Generative AI Engineer

Hyderabad / Secunderabad,

Chennai

6-11 Yrs

Not Disclosed

Explore more jobs
Data Engineer
28 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Data Scientist
16 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Software Developer
6 salaries
unlock blur

₹4 L/yr - ₹10.6 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹2.4 L/yr - ₹4 L/yr

Senior Data Engineer
5 salaries
unlock blur

₹12.3 L/yr - ₹34 L/yr

Explore more salaries
Compare Random Trees with

Greenply

4.0
Compare

CenturyPly

3.9
Compare

Kajaria Ceramics

4.1
Compare

Somany Ceramics

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