Upload Button Icon Add office photos

Filter interviews by

Nexthink Sdet Interview Questions and Answers

Updated 13 Nov 2024

Interview questions from similar companies

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

MY aptitude round was on naukrii.com , which I cleared.

Round 2 - Technical 

(2 Questions)

  • Q1. Questions were asked on OOPS Concept, Make sure you should have a strong command on oops.
  • Q2. 1 DSA Question and they told me to write the code on whiteboard
Round 3 - Technical 

(2 Questions)

  • Q1. It was technical interview, she asked me about my project and asked me to tell test cases on my project.
  • Q2. 1 dsa question, 2 strings anagram, and other pattern question
Round 4 - Technical 

(2 Questions)

  • Q1. It was with qa lead of infoedge company. she told me to tell test cases of chair.
  • Q2. She asked me about testing and all.
Round 5 - HR 

(1 Question)

  • Q1. AAbhi hua nhi hai, jab hoga toh bata dungi.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

There were 2 questions in coding one with array and in string releated

Round 2 - One-on-one 

(3 Questions)

  • Q1. About Selenium questions
  • Q2. Other basic questions related to testing
  • Q3. Management related question
Round 3 - HM 

(2 Questions)

  • Q1. One program to solve
  • Q2. Other questions in selenium

Sdet Interview Questions & Answers

Zepto user image Anonymous

posted on 11 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Portal

Round 1 - Coding Test 

First round was DSA and Projects you worked on.

Round 2 - Coding Test 

Second round was DSA, Java and projects worked on

Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join us?
  • Q2. Why you are leaving your current org?
  • Ans. 

    Seeking new challenges and growth opportunities.

    • Looking for new challenges and opportunities for growth

    • Interested in exploring different technologies and industries

    • Seeking a better work-life balance

    • Want to work in a more collaborative team environment

  • Answered by AI

Sdet Interview Questions & Answers

Amazon user image Anonymous

posted on 18 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - One-on-one 

(1 Question)

  • Q1. First and last occurrence of an element in an array
  • Ans. 

    Find the first and last occurrence of a specific element in an array of strings.

    • Iterate through the array and keep track of the index of the first and last occurrence of the element.

    • Return the index of the first and last occurrence of the element.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

8 Questions

  • Q1. Program to find the angle between the hands of a clock. Input- the time. Expected output- Angle in degrees
  • Ans. 

    Program to find the angle between the hands of a clock given the time.

    • Calculate the angle of the hour hand from 12 o'clock position

    • Calculate the angle of the minute hand from 12 o'clock position

    • Calculate the absolute difference between the two angles

    • If the difference is greater than 180 degrees, subtract it from 360 degrees

    • Return the absolute value of the difference as the angle between the hands

  • Answered by AI
  • Q2. How do you find if given two linked lists intersect or not
  • Ans. 

    To find if two linked lists intersect, traverse both lists and compare their tail nodes.

    • Traverse both linked lists and find their lengths

    • If the lengths are different, move the longer list's head pointer to the difference in length

    • Now traverse both lists and compare their nodes until a common node is found

    • If no common node is found, the lists do not intersect

  • Answered by AI
  • Q3. Explain basic concept of JOINS in sql
  • Ans. 

    JOINS are used to combine rows from two or more tables based on a related column between them.

    • JOINS are used to retrieve data from multiple tables in a single query

    • There are different types of JOINS - INNER, LEFT, RIGHT, FULL OUTER

    • JOINS are based on a related column between the tables

    • Syntax: SELECT * FROM table1 JOIN table2 ON table1.column = table2.column

  • Answered by AI
  • Q4. If in a given table, consisting of student name and grade, Output a table containing each grade and its frequency in descending order
  • Q5. Questions regarding my final year project
  • Q6. SQL queries
  • Q7. If you are given a sorted array of size 7 but only 4 elements in it and a sorted array of 3 elements. How would to combine the elements into the first array in such a way that array is sorted
  • Ans. 

    Combine 4 elements of a sorted array of size 7 and a sorted array of 3 elements to make a sorted array.

    • Insert the 3 elements of the smaller array into the larger array

    • Sort the larger array using any sorting algorithm

  • Answered by AI
  • Q8. How do you find if a string is a palindrome or not?
  • Ans. 

    To check if a string is a palindrome, compare the first and last characters, then move towards the center.

    • Remove all non-alphanumeric characters and convert to lowercase

    • Use two pointers, one starting from the beginning and the other from the end

    • Compare the characters at both pointers, move towards the center until they meet

    • If all characters match, the string is a palindrome

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: online test from HackerEarth. It had 3 programming questions, out of which we had to program any two. The questions were: 1) To reverse the words in a given string2) I don’t remember this question properly but was something similar to this…. Finding all the factors of a given number and finding if the one’s position of the factorial and the number were same..

There were 30 other MCQs from aptitude, programming, data structures and algorithms.

After the online test, there were 3 rounds

Round: Technical Interview
Experience: I was given two scenarios to write test cases(apart from UItesting). One was the flipkart coupon textbox from checkout page and the other was the gmail application. He also asked me sql query to remove all duplicates from a table having multiple duplicates.

College Name: NA

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Jun 2023. There were 4 interview rounds.

Round 1 - Coding Test 

1 easy coding question and 1 medium coding questions and 20 Multiple choice questions were there

Round 2 - Technical 

(1 Question)

  • Q1. Very interactive and greatful experience
Round 3 - Technical 

(1 Question)

  • Q1. Interactive and greatful experience
Round 4 - HR 

(1 Question)

  • Q1. Discussed about the company.

Sdet Interview Questions & Answers

Swiggy user image Anonymous

posted on 23 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Strings, Arrays , Hashmaps were asked

Round 2 - Technical 

(2 Questions)

  • Q1. Architecture of your product
  • Ans. 

    Our product follows a microservices architecture, utilizing Docker containers and Kubernetes for scalability and reliability.

    • Microservices architecture

    • Utilization of Docker containers

    • Scalability and reliability through Kubernetes

  • Answered by AI
  • Q2. Diff between SQL /DBMS
  • Ans. 

    SQL is a language used to query databases, while DBMS is a software system that manages databases.

    • SQL is a language used to interact with databases, allowing users to retrieve, update, and manipulate data.

    • DBMS is a software system that manages databases, providing functionalities like data storage, retrieval, and security.

    • Examples of SQL include SELECT, INSERT, UPDATE, DELETE statements, while examples of DBMS include

  • Answered by AI

Sdet Interview Questions & Answers

Amazon user image Anonymous

posted on 26 Nov 2021

I applied via Company Website and was interviewed in Oct 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were total 6 rounds: 3 were Technical Coding rounds(Data Structure Based), Expect questions at least LeetCode medium level. 4th round was a Manager Round, he asked mostly managerial questions with so...

Interview Preparation Tips

Interview preparation tips for other job seekers - Complete experience was good. Interviewers were helpful. Be prepared for Bar Raiser round, this was the round where I faced difficulty to answer questions. And don't expect much questions related to automation. Amazon consider there SDETs equivalent to SDEs.

I applied via Naukri.com and was interviewed in Aug 2021. There were 4 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. Questions related to selenium, java, TestNG, manual testing
Round 3 - Behavioral 

(1 Question)

  • Q1. Questions related to manual testing and puzzles
Round 4 - HR 

(5 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why should we hire you?
  • Q4. Why are you looking for a change?
  • Q5. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Info Edge Sdet interview:
  • Core Java
  • Manual Testing
  • Functional Testing
  • Selenium
  • Testng
  • Framework
  • Automation Testing
  • Collections
Interview preparation tips for other job seekers - Work on hypothetical situations related to automation and test cases creation... Work on basic code syntax and coding problem in Java... Watch videos related to puzzles.

Nexthink Interview FAQs

How many rounds are there in Nexthink Sdet interview?
Nexthink interview process usually has 1 rounds. The most common rounds in the Nexthink interview process are Technical.

Tell us how to improve this page.

Nexthink Sdet Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sdet Interview Questions from Similar Companies

Amazon Sdet Interview Questions
4.1
 • 5 Interviews
TCS Sdet Interview Questions
3.7
 • 4 Interviews
Info Edge Sdet Interview Questions
3.9
 • 3 Interviews
Infosys Sdet Interview Questions
3.6
 • 2 Interviews
Swiggy Sdet Interview Questions
3.8
 • 2 Interviews
View all
Senior Software Engineer
11 salaries
unlock blur

₹45 L/yr - ₹65 L/yr

Software Engineer
10 salaries
unlock blur

₹31 L/yr - ₹54 L/yr

Software Development Engineer 3
5 salaries
unlock blur

₹55 L/yr - ₹59 L/yr

Delivery Consultant
5 salaries
unlock blur

₹13.6 L/yr - ₹27 L/yr

Consultant
5 salaries
unlock blur

₹11.5 L/yr - ₹27.5 L/yr

Explore more salaries
Compare Nexthink with

Freshworks

3.5
Compare

Zoho

4.3
Compare

LTIMindtree

3.8
Compare

TCS

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