Upload Button Icon Add office photos

Engati

Compare button icon Compare button icon Compare

Filter interviews by

Engati fresher Interview Questions and Answers

Updated 16 Feb 2024

Engati fresher Interview Experiences

1 interview found

fresher Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

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

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It has both coding and aptitude of 25 questions each

Round 2 - Technical 

(2 Questions)

  • Q1. Find second smallest element in the array
  • Ans. 

    The second smallest element in an array is found by sorting the array and selecting the element at index 1.

    • Sort the array in ascending order

    • Access the element at index 1 to get the second smallest element

  • Answered by AI
  • Q2. Mover zeros to the lend of the array without changing the order
  • Ans. 

    Move zeros to the end of the array without changing the order.

    • Iterate through the array and count the number of zeros

    • Create a new array with all the non-zero elements

    • Append the counted number of zeros at the end of the new array

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
timepasstiwari
·
A Digital Markter
ChatGPT prepped me HARD for my interview!
Spent like two hours on chatgpt yesterday prepping for an interview. First, the usual, copy-pasted my resume and the job description, telling it to "upload this to your memory 'cause we are going to talk about it later". Then I grilled it with questions about stuff I didn't get in the job spec, and chatgpt helped me figure things out. I asked it to list the four or five key things they are looking for in the role. Then I told chatgpt to quiz me with ten questions, one at a time, to help me think about how I have gained experience in those areas. After the ten questions, it gave me strengths/weaknesses and a summary. Finally, I had chatgpt summarize each of my answers into three bullet points. Now have got a list of stories ready to go for any interview. No matter the question, I can steer the convo toward one of these success stories.
Got a question about Engati?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2020. There were 7 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Project planning
  • Q2. Achievements
  • Q3. Coding questions
  • Q4. Many more other

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall was very nice and easy

fresher Interview Questions Asked at Other Companies

asked in Tata Steel
Q1. What is the unit of electric current?
asked in TCS
Q2. What is a PT-100?
asked in Apisero
Q3. difference between primary and foreign key, what does truncate co ... read more
asked in Tata Steel
Q4. What is the unit of magnetic flux?
Q5. What is gas chromatography gas chromatography is a separation tec ... read more

I applied via Campus Placement and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Asked basic HR question as to why i want to join, what am i looking for , ever faced any harships in my internship.
  • Q2. Why did i puckup coding and biggest regret, weakness, strengths.
  • Ans. 

    I pursued coding for its creativity and problem-solving aspects; my biggest regret is not starting earlier, while my strengths lie in adaptability.

    • I started coding in high school after discovering a passion for creating games, which sparked my interest in software development.

    • My biggest regret is not exploring coding sooner; I could have built a stronger foundation and gained more experience.

    • One of my strengths is adap...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and answer honestly and keep it simple. They may ask about your projects as well.

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

Round 1 - Aptitude Test 

Good

Round 2 - Technical 

(1 Question)

  • Q1. Basic question from C++.Some questions from Data structure and computer architecture.

Interview Preparation Tips

Topics to prepare for TCS Software Engineer interview:
  • C++
Interview preparation tips for other job seekers - Prepare well. Aptitude is not very easy so you have to prepare well.

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I applied via Naukri.com and was interviewed before Aug 2021. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. All manual testing questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion , personal discussion etc

Interview Preparation Tips

Topics to prepare for Cognizant Associate interview:
  • Manual Testing
Interview preparation tips for other job seekers - Quick interview process is done. Just you should crack the interview.
Are these interview questions helpful?

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 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. In Death questions related to oop , c# and .net techology and SQL server .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for theory related questions and coding related use case.

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions on Azure and patch management

Interview Preparation Tips

Interview preparation tips for other job seekers - Request candidates to work on technical skills and try to corelate or implement them with the real time scenarios

I applied via Naukri.com and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is flexbox
  • Ans. 

    Flexbox is a CSS layout module that allows for flexible and responsive web design.

    • Flexbox allows for easy alignment and positioning of elements within a container.

    • It uses a set of properties to define the layout, such as display: flex and flex-direction.

    • Flexbox is particularly useful for creating responsive designs that adapt to different screen sizes.

    • It can also be used in combination with other CSS layout modules, su...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Flexbox is a layout model that allows elements to align and distribute space within a container. Using flexible widths and heights, elements can be aligned to fill a space or distribute space between elements, which makes it a great tool to use for responsive design systems.

Skills evaluated in this interview

Engati Interview FAQs

How many rounds are there in Engati fresher interview?
Engati interview process usually has 2 rounds. The most common rounds in the Engati interview process are Aptitude Test and Technical.
What are the top questions asked in Engati fresher interview?

Some of the top questions asked at the Engati fresher interview -

  1. Mover zeros to the lend of the array without changing the or...read more
  2. Find second smallest element in the ar...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
Senior Software Engineer
24 salaries
unlock blur

₹14 L/yr - ₹22 L/yr

Software Engineer
21 salaries
unlock blur

₹8 L/yr - ₹12.5 L/yr

Software Developer
10 salaries
unlock blur

₹6 L/yr - ₹18 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

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview