Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Engati Software Trainee Intern Interview Questions and Answers

Updated 27 Feb 2023

Engati Software Trainee Intern Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Feb 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Simple coding round. Have to complete the working code in a stipulated time.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Java basics questions. Theory and practical.
  • Q2. Basic coding on data structures

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well. Know some java. Know the basics of core computer engineering.

Interview questions from similar companies

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

I applied via Referral

Interview Questionnaire 

1 Question

  • Q1. Ds related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in DS and algo and should good logical thinking.

I was interviewed before Mar 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    Level Order Traversal Problem Statement

    Given a binary tree of integers, return the level order traversal of the binary tree.

    Input:

    The first line contains an integer 'T', representing the number of te...
  • Ans. 

    Return the level order traversal of a binary tree given in level order with null nodes represented by -1.

    • Create a queue to store nodes for level order traversal

    • Start with the root node and add it to the queue

    • While the queue is not empty, dequeue a node, print its value, and enqueue its children

    • Repeat until all nodes are traversed in level order

  • Answered by AI
Round 2 - Coding Test 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

  • Q1. What is a deadlock in DBMS, and can you explain the concepts of join and query?
  • Ans. 

    A deadlock in DBMS occurs when two or more transactions are waiting for each other to release locks, causing them to be stuck indefinitely.

    • Deadlock is a situation where two or more transactions are unable to proceed because each is waiting for the other to release locks.

    • To prevent deadlocks, DBMS uses techniques like deadlock detection and prevention algorithms.

    • Joins in DBMS are used to combine rows from two or more ta...

  • Answered by AI
Round 3 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. Design a system for Twitter, outlining the key components and architecture involved.
  • Ans. 

    Design a system for Twitter

    • Key components: user profiles, tweets, hashtags, timelines

    • Architecture: microservices, load balancers, databases, caching

    • Scalability: sharding, replication, CDN

    • Real-time processing: streaming APIs, push notifications

  • Answered by AI
Round 4 - Coding Test 

(2 Questions)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Maximum Subarray Sum Queries

    You are provided with an array of ‘N’ integers and ‘Q’ queries. Each query requires calculating the maximum subarray sum in a specified range of the array.

    Input:

    The first ...
  • Ans. 

    Implement a function to calculate maximum subarray sum queries in a given range of an array.

    • Iterate through each query and calculate the maximum subarray sum within the specified range using Kadane's algorithm.

    • Keep track of the maximum sum found so far and update it as needed.

    • Return the maximum subarray sum for each query in the test case.

  • Answered by AI
  • Q2. 

    Sort 0 1 2 Problem Statement

    Given an integer array arr of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.

    Input:

    The first line contains an integer 'T' representing the n...
  • Ans. 

    Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.

    • Use a single scan over the array to sort it in-place.

    • Maintain three pointers for 0s, 1s, and 2s and swap elements accordingly.

    • Example: Input: [0, 2, 1, 2, 0], Output: [0, 0, 1, 2, 2]

  • Answered by AI
Round 5 - Coding Test 

Round duration - 20 Minutes
Round difficulty - Medium

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in ChennaiEligibility criteria7 CGPAFreshworks interview preparation:Topics to prepare for the interview - Algorithms, Data Structures, Dynamic Programming, OOPS, System DesignTime required to prepare for the interview - 2.5 MonthsInterview preparation tips for other job seekers

Tip 1 : Prepare DS and Algo
Tip 2 : Prepare Dynamic programming 

Application resume tips for other job seekers

Tip 1 : Good in DS and algo that will be help in the interview that is very neccassry
Tip 2 : Prepare DBMS

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Simple basic c programing questions

Interview Questionnaire 

1 Question

  • Q1. 1st round c mcq 2nd round short coding 3rd round advanced coding 4 and 5 technical hr and general hr

Interview Questionnaire 

1 Question

  • Q1. Strings, arrays, dp
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
-

I applied via Naukri.com

Round 1 - Coding Test 

MCQ test based on Java,if you are confident with the basics of Java you could easily crack it

Round 2 - Technical 

(1 Question)

  • Q1. Based on classes,super key word
Round 3 - HR 

(1 Question)

  • Q1. It was also a technical round though termed as manager round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident with basics,it pulls you to the end of the interview.Be clear and be concise.Perform well by being honest.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Mainly focus on java

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

I applied via Naukri.com

Round 1 - Coding Test 

1. How to make an immutable class?
2.How to achieve loosely coupling?
3. Write an program to to print the 2 table like this upto 10 (2 × 1 = 2) like this pattern in java?
4. Remove duplicates from an integer array and sort in descending order multiple by 2 find the number count that are greater then 10 ?
5. Some basic of oops concept ?

Interview Preparation Tips

Interview preparation tips for other job seekers - I have no additional comments; my experience with Servion was very smooth.
Contribute & help others!
anonymous
You can choose to be anonymous

Engati Interview FAQs

How many rounds are there in Engati Software Trainee Intern interview?
Engati interview process usually has 3 rounds. The most common rounds in the Engati interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in Engati Software Trainee Intern interview?

Some of the top questions asked at the Engati Software Trainee Intern interview -

  1. Java basics questions. Theory and practic...read more
  2. Basic coding on data structu...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

NetApp

No Interviews

INTERVIEWS

JK Tyres

No Interviews

INTERVIEWS

PwC

40 top interview questions

INTERVIEWS

JK Tyres

No Interviews

INTERVIEWS

Adidas

No Interviews

Tell us how to improve this page.

Engati Software Trainee Intern Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
View all
Software Engineer
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Customer Success Associate
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Engati with

Freshworks

3.5
Compare

Zoho

4.3
Compare

Jio Haptik

3.4
Compare

yellow.ai

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