Upload Button Icon Add office photos

Filter interviews by

Random Trees Sdet Engineer Interview Questions and Answers

Updated 16 Oct 2023

Random Trees Sdet Engineer Interview Experiences

1 interview found

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:
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 - 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

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Protocols IPV4 and IPV6
  • Q2. Routers and nodes

Interview Preparation Tips

Interview preparation tips for other job seekers - Just and Ok interview. No tough questions were asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Dp, trees and basic time complexity

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Topics to prepare for Junglee Games Software Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Learn DSA

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
  • Ans. 

    To find the middle number in a linked list.

    • Traverse the linked list using two pointers, one moving twice as fast as the other.

    • When the fast pointer reaches the end, the slow pointer will be at the middle node.

    • If the linked list has even number of nodes, there will be two middle nodes. Return either one.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

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

There are three sections: -
1. Quants
2. English
3. Reasoning
All sections are accessible medium but you have maintained the speed and accuracy.
after that coding snippet are in java/python.

Round 2 - Coding Test 

Code snippets are there in coding sections.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare all basic concepts and try to do good as well as u know.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The test was in hackerrank platform, it was moderate level.

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions, medium hard

Round 2 - Technical 

(2 Questions)

  • Q1. Greedy Algorithm, simple jumps question, easily approachable by greedy algorithm
  • Q2. Binary Search, simple array based
Round 3 - Technical 

(2 Questions)

  • Q1. DBMS, Projects, SQL Queries
  • Q2. 2 coding questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
-

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Leetcode practice should be sufficient to tackle this round.

Round 2 - One-on-one 

(1 Question)

  • Q1. Trapping Rain Water problem.
  • Ans. 

    Trapping Rain Water problem involves calculating the amount of water that can be trapped between buildings given their heights.

    • Calculate the maximum height of buildings to the left and right of each building

    • Find the minimum of the two heights

    • Subtract the height of the current building to get the amount of water that can be trapped at that building

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be consistent with your practice and you should be able to crack this interview.

Skills evaluated in this interview

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

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. DBMS: Indexing Python: Monkey Patching

Random Trees Interview FAQs

How many rounds are there in Random Trees Sdet Engineer interview?
Random Trees interview process usually has 2 rounds. The most common rounds in the Random Trees interview process are Resume Shortlist and One-on-one Round.
What are the top questions asked in Random Trees Sdet Engineer interview?

Some of the top questions asked at the Random Trees Sdet Engineer 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 Sdet Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

CMS IT Services Interview Questions
3.1
 • 133 Interviews
iMerit Interview Questions
3.5
 • 96 Interviews
Arcesium Interview Questions
3.6
 • 78 Interviews
Mavenir Systems Interview Questions
3.5
 • 55 Interviews
Junglee Games Interview Questions
3.1
 • 32 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
NexTurn Interview Questions
4.1
 • 27 Interviews
View all
Data Engineer
30 salaries
unlock blur

₹2.8 L/yr - ₹9.5 L/yr

Data Scientist
16 salaries
unlock blur

₹3.5 L/yr - ₹10.6 L/yr

Software Developer
8 salaries
unlock blur

₹4.1 L/yr - ₹10.9 L/yr

Associate Software Engineer
6 salaries
unlock blur

₹2 L/yr - ₹4.5 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹6.7 L/yr - ₹16 L/yr

Explore more salaries
Compare Random Trees with

CMS IT Services

3.1
Compare

iMerit

3.5
Compare

Quantiphi Analytics Solutions Private Limited

3.2
Compare

PrimEra Medical Technologies

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