Setu interview experience Real time questions & tips from candidates to crack your interview

Automation Engineer

Setu
upvote
share-icon
2 rounds | 4 Coding problems

Interview preparation journey

expand-icon
Application story
I received a referral for this role from my college senior, and the very next day I got a call from HR. She conducted a brief telephonic screening and scheduled my technical interview for the following day. The interview lasted around one hour, during which the interviewer asked questions across multiple topics, covering all the key areas relevant to an Automation Engineer role.
Why selected/rejected for the role?
I was well-prepared in API Testing, API Automation, and UI Automation. However, I had not prepared sufficiently for Object-Oriented Programming (OOPs) concepts, and the interviewer asked in-depth questions in this area. In Data Structures and Algorithms (DSA), I was given one medium-level and one hard-level problem. I was able to solve the medium-level question, but I couldn’t fully complete the hard-level one. Additionally, I was asked to write an SQL query, which I had not prepared for.
Preparation
Duration: 1
Topics: UI Automation, API Automation, Playwright, API Testing, Data Structures and Algorithms, Object-Oriented Programming
Tip
Tip

Tip 1: Develop a strong and in-depth understanding of API Automation.
Tip 2: Gain thorough knowledge of API Testing concepts.
Tip 3: Build a solid foundation in Object-Oriented Programming (OOPs).

Application process
Where: Referral
Eligibility: B-tech (all branch), (Salary package: 16 LPA)
Resume Tip
Resume tip

Tip 1: Include your experience in API Automation in your resume.
Tip 2: Highlight your understanding of Object-Oriented Programming (OOPs) concepts.

Interview rounds

01
Round
Easy
Telephonic
Duration15 minutes
Interview date21 Jan 2026
Coding problem2

1. API Experience

Can you describe your experience and expertise in API automation and API testing?

Problem approach

Tip 1: Explain your experience, including how extensively you have worked on API automation and API testing.
Tip 2: Share a specific example from your project where you contributed as an API Automation Engineer or API Testing Engineer.
Tip 3: Highlight the tools, technologies, and frameworks you have used (such as Postman, Rest Assured, or Swagger), and explain how you applied them in your work.

2. Leadership Experience

Have you had the opportunity to lead any projects?

Problem approach

Tip 1: Explain which project you led and describe the team size and structure.
Tip 2: Discuss the challenges you faced during the project and how you resolved them.
Tip 3: Highlight your leadership approach, including how you managed the team, ensured collaboration, and delivered the project successfully.

02
Round
Hard
Video Call
Duration60 minutes
Interview date22 Jan 2026
Coding problem2

1. Reverse Each Word

Easy
0/40
Asked in company
Setu

Aadil has been provided with a sentence in the form of a string as a function parameter. The task is to implement a function so as to print the sentence such that each word in the sentence is reversed.

Example:
Input Sentence: "Hello, I am Aadil!"
The expected output will print, ",olleH I ma !lidaA".
Problem approach

I uses the idea of a stack, Here are the step by step Which I follow to solve this problem 
1:- Traverse the string character by character (Read the input from left to right.)
2:- Store characters of a word temporarily
3:-Reverse the word using stack behaviour
4:- Maintain spaces(After reversing a word, add a space to separate words.)
5:- Handle the last word

Try solving now

2. Trapping Rain Water

Moderate
15m average time
80% success
0/80
Asked in companies
NoBrokerHCL TechnologiesGrofers

You have been given a long type array/list 'arr’ of size 'n’.


It represents an elevation map wherein 'arr[i]’ denotes the elevation of the 'ith' bar.



Note :
The width of each bar is the same and is equal to 1.
Example:
Input: ‘n’ = 6, ‘arr’ = [3, 0, 0, 2, 0, 4].

Output: 10

Explanation: Refer to the image for better comprehension:

Alt Text

Note :
You don't need to print anything. It has already been taken care of. Just implement the given function.
Problem approach

I was able to explain the brute force approach for the problem. In this approach, for each index, I calculate the maximum height to its left and the maximum height to its right. Then, the water stored at that index is determined by taking the minimum of these two values and subtracting the current height. However, I was not able to further optimize this approach.

Try solving now

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

Which data structure is used to implement a DFS?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
9191 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
1002 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3586 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2856 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Automation Engineer
2 rounds | 5 problems
Interviewed by Uber
0 views
0 comments
0 upvotes
company logo
Automation Engineer
5 rounds | 8 problems
Interviewed by Sprinklr
2297 views
0 comments
0 upvotes