Upload Button Icon Add office photos

Filter interviews by

HackerRank Sdet-I Interview Questions and Answers

Updated 9 Jan 2023

HackerRank Sdet-I Interview Experiences

1 interview found

Sdet-I Interview Questions & Answers

user image Anonymous

posted on 9 Jan 2023

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

I applied via Referral and was interviewed in Jul 2022. There were 5 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 

It consisted 3 questions, first was coding, second was xPath and third was test cases

Round 3 - One-on-one 

(1 Question)

  • Q1. 2 coding questions, 1 selector question, then general questions of Java and testing.
Round 4 - Case Study 

This was regarding testing processes, questions about testing processes, RCA, test cases

Round 5 - HR 

(1 Question)

  • Q1. General HR and behavioral round

Interview Preparation Tips

Interview preparation tips for other job seekers - Work a little on coding and more on testing process and test cases

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2021. There were 7 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 

1 hours - DSA Round and MCQs related to DSA and Automation

Round 3 - One-on-one 

(2 Questions)

  • Q1. 2 DSA Quesions(LC Medium & Medium Hard)
  • Q2. Questions related to Automation
Round 4 - One-on-one 

(2 Questions)

  • Q1. Questions related to Automation
  • Q2. 2 DSA Questions(LC Easy * Medium
Round 5 - One-on-one 

(1 Question)

  • Q1. Situation Based Questions
Round 6 - One-on-one 

(1 Question)

  • Q1. Technical domain questions
Round 7 - HR 

(1 Question)

  • Q1. Normal HR/Technial questions

Interview Preparation Tips

Topics to prepare for HackerEarth Sdet-I interview:
  • DSA
  • Automation Testing
Interview preparation tips for other job seekers - Be honest and ready for instant logical application

Interview Preparation Tips

Round: Test
Experience: PAPER DURATION: 3 hours
NO. OF QUESTIONS: 2 (20 marks each)
MAXIMUM MARKS: 20*2 = 40 marksQUESTION 1:
JSON Prettier:-Write a program which takes JSON as input and gives prettified JSONYou need to read JSON from STDIN. Input gives one line of uglified JSON.Output should be formatted JSON. Check the standard output link.Use 2 white spaces (not‘\t’) for one indentation.SAMPLE INPUT:{“group” : {list : [1,2,3]}, “list” : [“a”,”b”,”c”]}SAMPLE OUTPUT:{“group” : {List : [1,2,3]},“list” : [“a”,”b”,”c”]}EXPLANATION: Input will be uglifiedjson in one line and output will be prettified format of that. QUESTION 2:XML parse plus series computationEvaluate an expression given in XML format. Keys will be Expr- contains the entire expression. Elem – contains the digit, sum, Prod- contains two or more keys whose evaluation needs to be summed or multiplied respectively. Sub will contain 2 keys or more, where the second key onwards will have to be subtracted from the first one. Div- will contain 2 keys in which first key will need to be divided by second. SAMPLE INPUT:4673 SAMPLE OUTPUT:
20EXPLANATION:Input will be xml file through standard input. End of xml file marked by .
Duration: 180 minutes
Total Questions: 2

College Name: NA
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Equation, ratio and proportion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Coding Test 

1 hr test on HackerEarth platform, DSA questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DB Schema Design
Round 2 - Technical 

(1 Question)

  • Q1. REST API, SQL and SOLID Principles
Round 3 - Technical 

(1 Question)

  • Q1. Resume Based Round with Manager
Round 4 - HR 

(1 Question)

  • Q1. It was basically a salary negotiation round.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic DSA questions were asked.

Round 2 - One-on-one 

(1 Question)

  • Q1. Discussion over React fundamentals.
Round 3 - HR 

(1 Question)

  • Q1. Normal HR questions and negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Quite good and smooth
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Round 1 -> Coding interview -> ask 2 Leetcode problems
Round 2-> HR

I applied via Referral and was interviewed before Jul 2021. There were 2 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 

(6 Questions)

  • Q1. Question on anagram whether we can form with given strings
  • Q2. Play random song from list without repetition
  • Ans. 

    Use Fisher-Yates shuffle algorithm to play songs randomly without repetition.

    • Create an array of songs

    • Use Fisher-Yates shuffle algorithm to shuffle the array

    • Play the first song in the shuffled array

    • Remove the first song from the array

    • Repeat steps 3-4 until all songs have been played

  • Answered by AI
  • Q3. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Iterate through the linked list and change the direction of the pointers

    • Keep track of the previous, current, and next nodes

    • Set the head of the linked list to the last node after reversing

  • Answered by AI
  • Q4. Range sum with the queries
  • Q5. Hashing on 2d matrix counting max 1
  • Ans. 

    Hashing algorithm to count maximum number of 1s in a 2D matrix.

    • Create a hash table to store the count of 1s in each row.

    • Traverse through each row and update the count in the hash table.

    • Find the row with the maximum count of 1s in the hash table.

    • Return the count of 1s in that row.

  • Answered by AI
  • Q6. React interviews hooks

Interview Preparation Tips

Interview preparation tips for other job seekers - Data structure is basic and javascript question were also medium

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Explain basics of c#
  • Ans. 

    C# is a programming language developed by Microsoft for building a wide range of applications on the .NET framework.

    • C# is an object-oriented language with features like classes, inheritance, and polymorphism.

    • It is strongly typed, meaning variables must be declared with a specific data type.

    • C# supports modern programming concepts like async/await for asynchronous programming.

    • It is commonly used for developing desktop, w...

  • Answered by AI
  • Q2. C# basics oops sql server

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics

Skills evaluated in this interview

HackerRank Interview FAQs

How many rounds are there in HackerRank Sdet-I interview?
HackerRank interview process usually has 5 rounds. The most common rounds in the HackerRank interview process are Resume Shortlist, Coding Test and One-on-one Round.
What are the top questions asked in HackerRank Sdet-I interview?

Some of the top questions asked at the HackerRank Sdet-I interview -

  1. 2 coding questions, 1 selector question, then general questions of Java and tes...read more
  2. General HR and behavioral ro...read more

Tell us how to improve this page.

HackerRank Sdet-I Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
GeeksForGeeks Interview Questions
3.2
 • 39 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
ZIGRAM Interview Questions
3.9
 • 26 Interviews
RGBSI Interview Questions
3.5
 • 24 Interviews
View all
HackerRank Sdet-I Salary
based on 5 salaries
₹17 L/yr - ₹17.2 L/yr
14% more than the average Sdet-I Salary in India
View more details

HackerRank Sdet-I Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-life balance

5.0

Salary

5.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Development Engineer II
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Program Manager
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare HackerRank with

CodeChef

3.2
Compare

LeetCode

5.0
Compare

GeeksForGeeks

3.2
Compare

InterviewBit

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