Upload Button Icon Add office photos

Filter interviews by

Engati Sdet Interview Questions and Answers

Updated 27 Oct 2023

Engati Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 27 Oct 2023

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

I applied via Campus Placement and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Program = Binary Search Treee

Round 3 - Coding Test 

Logical question to think of different aspects of possibilities

Interview questions from similar companies

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

Overnight assignment on the product interviewed for

Round 2 - Case Study 

Case study on the competitor

Software Developer Intern Interview Questions & Answers

Zoho user image 21F256 SUNITHA SREE. C. S

posted on 15 Jun 2024

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

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

Round 1 - Aptitude Test 

Aptitude test had an ample of time(75 min). Consisted of only 20 questions (10 simple aptitude and 10 C output predictions).There were no options given, it was pen and paper test.

Round 2 - Coding Test 

The coding round was split into 2.First phase they will give you 2 basic questions(mostly one pattern question) you should be able to complete it within 30 min. If not you should walk away.in the second phase 3 medium level DSA questions will be given you should solve it with 45 min(not sure).You should code them without using any inbuilt library functions.

Interview Preparation Tips

Topics to prepare for Zoho Software Developer Intern interview:
  • DSA
  • Low Level design
  • SQL
  • Java
  • CS fundamentals
Interview preparation tips for other job seekers - Be well prepared in coding with efficient time complexity. Java Collections are not allowed in coding round

I appeared for an interview before Sep 2020.

Round 1 - Video Call 

(2 Questions)

Round duration - 240 mins
Round difficulty - Easy

C++/Java on any code editor with screen share and video call for rounds 3 and 4.

  • Q1. 

    Find Duplicates in an Array

    Given an array ARR of size 'N', where each integer is in the range from 0 to N - 1, identify all elements that appear more than once.

    Return the duplicate elements in any orde...

  • Ans. 

    Find duplicates in an array of integers within a specified range.

    • Iterate through the array and keep track of the count of each element using a hashmap.

    • Return elements with count greater than 1 as duplicates.

    • Time complexity can be optimized to O(N) using a HashSet to store seen elements.

  • Answered by AI
  • Q2. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - HR 

Round duration - 30 mins
Round difficulty - Easy

This was the final round for me

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - Intern in ChennaiEligibility criteriaNo CriteriaZoho Corporation interview preparation:Topics to prepare for the interview - CORE JAVA, DATA STRUCTURES, OOPS, Computer network, DBMS, SQL, etcTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Take mock interviews with friends
Tip 2 : Be strong with implemention 
Tip 3 : Practice aptitue as well

Application resume tips for other job seekers

Tip 1 : Don't make resume too lengthy.
Tip 2 : Only put those skills in your resume on which you are confident

Final outcome of the interviewSelected

Skills evaluated in this interview

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

1hr mostly was c questions focusing on pointers, arrays and strings. Few logical questions were there too

Round 2 - Coding Test 

2hrs, 5 questions. 1 easy and 4 medium. All leetcode type problems with arrays, strings and matrix

Round 3 - Coding Test 

2hrs, simple application development like creating a backend for shopping application. Only simple functions like adding products, quantity, ordering, if quantity is not there then refuse the order and such. Was not asked for DB implementations.

Round 4 - Technical 

(2 Questions)

  • Q1. How to merge a list of sorted arrays in sorted order?
  • Ans. 

    Merge sorted arrays using a min heap to maintain sorted order.

    • Create a min heap and insert the first element from each array into the heap.

    • Pop the smallest element from the heap and add it to the result array.

    • Replace the popped element in the heap with the next element from the same array.

    • Continue this process until all elements are merged.

  • Answered by AI
  • Q2. Simple discussions about oops, project etc
Round 5 - HR 

(3 Questions)

  • Q1. Self introduction for 2 mins
  • Q2. Why do you want to join Zoho?
  • Q3. What kinda word does Zoho do
  • Ans. 

    Zoho is a software company that provides cloud-based business applications.

    • Zoho offers a suite of productivity and collaboration tools such as Zoho CRM, Zoho Books, and Zoho Projects.

    • Zoho's products are designed to help businesses manage their operations more efficiently.

    • Zoho's software is cloud-based, allowing users to access their data from anywhere with an internet connection.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Grind leetcode guys. That's the only way.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Mar 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

15 questions in 30 mins

Round 2 - Coding Test 

Questions on string

Interview Preparation Tips

Topics to prepare for Zoho Software Developer Intern interview:
  • Java
Interview preparation tips for other job seekers - The questions will be asked from the basics. So keep your basics strong

I applied via AngelList and was interviewed in Sep 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Sorting algorithms, Linked list and array programmings, timing complexity and coding programs on languages what is on your resume.

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more about data structures and oops concepts

Interview Questionnaire 

2 Questions

  • Q1. PATTERN PROBLEMS
  • Q2. CALCULATION OF CHILDREN AND GRANDCHILDREN
  • Ans. 

    Calculate the number of children and grandchildren

    • Count the number of direct children of a person

    • Count the number of grandchildren of a person

    • Use recursion to count all descendants

    • Consider only living descendants

    • Exclude step-children and adopted children

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the logic
Practice
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2022. There were 2 interview rounds.

Round 1 - Coding Test 

Very basic problem solving round

Round 2 - One-on-one 

(1 Question)

  • Q1. Medium level DSA problem solving round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in 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 

Easy round a hackerrank test with easy to medium problems

Round 3 - Technical 

(1 Question)

  • Q1. Question based on binary search
Round 4 - HR 

(1 Question)

  • Q1. Nothing much just the offer discussion

Engati Interview FAQs

How many rounds are there in Engati Sdet interview?
Engati interview process usually has 3 rounds. The most common rounds in the Engati interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

Engati Sdet Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sdet Interview Questions from Similar Companies

Amazon Sdet Interview Questions
4.1
 • 5 Interviews
TCS Sdet Interview Questions
3.7
 • 4 Interviews
Accenture Sdet Interview Questions
3.8
 • 2 Interviews
Infosys Sdet Interview Questions
3.6
 • 2 Interviews
Jio Sdet Interview Questions
4.0
 • 1 Interview
View all
Software Engineer
20 salaries
unlock blur

₹8 L/yr - ₹12.5 L/yr

Senior Software Engineer
19 salaries
unlock blur

₹14 L/yr - ₹23 L/yr

Software Developer
9 salaries
unlock blur

₹6 L/yr - ₹16.4 L/yr

Customer Success Associate
7 salaries
unlock blur

₹4.7 L/yr - ₹7.8 L/yr

Product Manager
7 salaries
unlock blur

₹15 L/yr - ₹22 L/yr

Explore more salaries
Compare Engati with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Jio Haptik

3.4
Compare

yellow.ai

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