Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Go-Jek Team. If you also belong to the team, you can get access from here

Go-Jek Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Go-Jek Senior Sdet Engineer Interview Questions and Answers

Updated 23 Sep 2024

Go-Jek Senior Sdet Engineer Interview Experiences

2 interviews found

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

I applied via Company Website

Round 1 - Coding Test 

It was a coding round for a medium level leetcode problem involving hashmaps.

Round 2 - Technical 

(2 Questions)

  • Q1. On the internals of TestNG
  • Q2. The solution for the coding the test
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager round on past experiences and skillset
Round 4 - HR 

(1 Question)

  • Q1. More around compensation, benefits.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, practise medium level leetcode.

Senior Sdet Engineer Interview Questions & Answers

user image Nikhar Trivedi

posted on 20 Apr 2024

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

Build a framework or to execute already given framework from the company

Round 2 - Coding Test 

Technical and coding

Round 3 - Technical 

(2 Questions)

  • Q1. About testing and scenarios and a program
  • Q2. Convert roman to integers
  • Ans. 

    Convert Roman numerals to integers

    • Create a mapping of Roman numerals to integers

    • Iterate through the input Roman numeral string from right to left

    • If the current numeral is smaller than the one after it, subtract its value from the total, else add its value to the total

  • Answered by AI

Skills evaluated in this interview

Senior Sdet Engineer Interview Questions Asked at Other Companies

asked in PubMatic
Q1. Optimize an existing system. The system currently makes an API ca ... read more
asked in Capgemini
Q2. Write a code to split a string to one by one letter in each line?
asked in Capgemini
Q3. Write Xpath of an element from amazon.in page manually, without c ... read more
Q4. What is Selenium, and how is it used in automation testing?
asked in Leena AI
Q5. Write manual test cases for whatapp security features

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Asked many Dbsa questions. You need to be thorough about the joins in the databases.

Interview Preparation Tips

Round: Test
Experience: Practice questions on Indiabix.

Round: Technical Interview
Experience: Operating Systems basics, Dbsa basics

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skill Tips: Make sure you do a course on object oriented programming
Skills: C, Sql, Java
College Name: BITS PILANI
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.

I applied via LinkedIn and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All microsoft technologies related

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing

Interview Questionnaire 

1 Question

  • Q1. Questions on angular framework,.net core , dependency injection,legacy .net, session management , agile ceremonies.

I applied via Recruitment Consultant and was interviewed in Dec 2020. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be 100% technical in java here they will not be any support u need to dig deep lot of complex modules which we cannot understand in depth

I applied via Campus Placement and was interviewed before Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Few DSA questions, questions about my projects and my resume. Also, since I specialise in python, if I could create an API using it. HR questions, hobbies, leadership experience...

Interview Preparation Tips

Interview preparation tips for other job seekers - Understanding the culture of J.P. Morgan Chase played a big role in passing the interview. The coding questions were easy/medium level. The interviewers were very friendly.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 

Low-level design interview
I need to design a Music player app using oops concept

Round 3 - One-on-one 

(5 Questions)

  • Q1. Sort the stack in O(1) time complexity
  • Ans. 

    Use an additional stack to store sorted elements and maintain the minimum element at the top of the original stack.

    • Create a new stack to store sorted elements.

    • Pop elements from the original stack and compare with the top element of the new stack.

    • If the popped element is smaller, push it to the new stack. If larger, keep popping from the new stack and push to the original stack until the correct position is found.

    • Repeat...

  • Answered by AI
  • Q2. Difference between process and thread
  • Ans. 

    A process is an instance of a program running on a computer, while a thread is a smaller unit of execution within a process.

    • A process has its own memory space, while threads within the same process share memory.

    • Processes are independent of each other, while threads within the same process can communicate with each other.

    • Processes are heavyweight, requiring separate memory and resources, while threads are lightweight an...

  • Answered by AI
  • Q3. Difference between abstract class and interface
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructor, fields, and methods, while interface cannot have any of these.

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract class is used to provide a common base for multiple derived classes, while interface is used to define a contract fo...

  • Answered by AI
  • Q4. What is race condition?
  • Ans. 

    A race condition is a situation in which the outcome of a program depends on the order of execution of its threads or processes.

    • Occurs when multiple threads or processes access shared data or resources concurrently

    • Can lead to unpredictable behavior or bugs in the program

    • Prevented by using synchronization mechanisms like locks or semaphores

    • Example: Two threads trying to increment a shared variable simultaneously

  • Answered by AI
  • Q5. What is normalization in dbms
  • Ans. 

    Normalization in DBMS is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization involves breaking down a database into smaller, more manageable tables.

    • It helps in reducing data redundancy by storing data in a structured way.

    • There are different normal forms like 1NF, 2NF, 3NF, BCNF, etc.

    • Example: In a database of students, instead of storing student details in multiple ...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Sep 2023. 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 - Aptitude Test 

An aptitude has exam used to determine an individual skills a given activity

Round 3 - HR 

(5 Questions)

  • Q1. Tell me about yourself
  • Ans. I am Jagan, from poonamallee, I have completed my bachelor degree in computer science from Anna University
  • Answered Anonymously
  • Q2. What is your strength
  • Q3. What is your weakness
  • Q4. Why did you decide to apply to this role?
  • Q5. Why should I hire you?
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Its a combination of all the questions like aptitude , logical questions, programming questions, sql, etc,...

Round 2 - Technical 

(1 Question)

  • Q1. No i was rejected

Go-Jek Interview FAQs

How many rounds are there in Go-Jek Senior Sdet Engineer interview?
Go-Jek interview process usually has 3-4 rounds. The most common rounds in the Go-Jek interview process are Coding Test, Technical and One-on-one Round.
What are the top questions asked in Go-Jek Senior Sdet Engineer interview?

Some of the top questions asked at the Go-Jek Senior Sdet Engineer interview -

  1. Convert roman to integ...read more
  2. About testing and scenarios and a prog...read more
  3. The solution for the coding the t...read more

Tell us how to improve this page.

Go-Jek Senior Sdet Engineer Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
3.9
 • 1.3k Interviews
Paytm Interview Questions
3.3
 • 753 Interviews
Wells Fargo Interview Questions
3.8
 • 569 Interviews
Citicorp Interview Questions
3.7
 • 568 Interviews
Swiggy Interview Questions
3.8
 • 430 Interviews
American Express Interview Questions
4.2
 • 361 Interviews
BigBasket Interview Questions
3.9
 • 359 Interviews
Zomato Interview Questions
3.8
 • 312 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
View all
Go-Jek Senior Sdet Engineer Salary
based on 12 salaries
₹28 L/yr - ₹38.5 L/yr
36% more than the average Senior Sdet Engineer Salary in India
View more details

Go-Jek Senior Sdet Engineer Reviews and Ratings

based on 3 reviews

3.4/5

Rating in categories

4.5

Skill development

3.6

Work-life balance

4.3

Salary

2.0

Job security

4.1

Company culture

3.3

Promotions

4.5

Work satisfaction

Explore 3 Reviews and Ratings
Senior Software Engineer
92 salaries
unlock blur

₹24.7 L/yr - ₹62 L/yr

Software Engineer
50 salaries
unlock blur

₹15 L/yr - ₹42.4 L/yr

Data Scientist
32 salaries
unlock blur

₹12 L/yr - ₹45 L/yr

Product Engineer
24 salaries
unlock blur

₹18.6 L/yr - ₹65 L/yr

Product Manager
24 salaries
unlock blur

₹27.9 L/yr - ₹64 L/yr

Explore more salaries
Compare Go-Jek with

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

Citicorp

3.7
Compare

Morningstar

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