Upload Button Icon Add office photos

Filter interviews by

SentinelOne Sdet Engineer Interview Questions and Answers

Updated 23 Jun 2023

SentinelOne Sdet Engineer Interview Experiences

1 interview found

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

I applied via LinkedIn and was interviewed before Jun 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 

Basic Python syntax, networking and linux basics in MCQs along with two coding questions with Leetcode easy difficulty.

Round 3 - One-on-one 

(1 Question)

  • Q1. Programming interview with 2 Leetcode medium level questions and then discussion on internship.
Round 4 - One-on-one 

(1 Question)

  • Q1. Multiple deep-level questions on OS, DBMS and Computer Networking concepts. One basic programming question on regex.
Round 5 - One-on-one 

(1 Question)

  • Q1. More of a discussion than Interview. Discussion about my projects and internship experience. Then some more questions on Linux this time little advanced about VI editors and Shell programming.

Interview Preparation Tips

Interview preparation tips for other job seekers - Strong Linux and Networking concepts will fetch a job.

Interview questions from similar companies

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

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Severity, Priority and criticality?
  • Ans. 

    Severity, Priority, and Criticality are different aspects of issue management in software testing.

    • Severity refers to the impact of a defect on the system's functionality.

    • Priority indicates the order in which defects should be fixed based on business needs.

    • Criticality combines severity and priority to determine the overall importance of a defect.

    • For example, a defect causing a system crash would have high severity, high...

  • Answered by AI
  • Q2. What id Equivalence partitioning?
  • Ans. 

    Equivalence partitioning is a software testing technique where input data is divided into partitions and only one value from each partition is tested.

    • Input data is divided into groups or partitions based on similar characteristics

    • One value from each partition is selected as a representative for testing

    • Helps in reducing the number of test cases while ensuring maximum coverage

    • Example: Testing a login form with valid, inv

  • Answered by AI
  • Q3. What id BackWord Compatibility?
  • Ans. 

    Backward compatibility refers to the ability of a system to accept input intended for an older version of the system.

    • Allows newer versions of software to work with data or systems from older versions

    • Ensures that changes in the software do not break compatibility with existing data or systems

    • Helps in smooth transition and adoption of new versions without disrupting existing processes

  • Answered by AI
  • Q4. What is Paradox in testing ?
  • Ans. 

    A paradox in testing refers to a situation where a test case both passes and fails at the same time.

    • Paradox in testing can occur when a test case has conflicting requirements or conditions.

    • It can also happen when there are errors in the test setup or execution that lead to unexpected results.

    • For example, a test case may pass when run individually but fail when run as part of a test suite due to dependencies.

    • Identifying...

  • Answered by AI
  • Q5. What id post put and patch?
  • Ans. 

    PUT and PATCH are HTTP methods used for updating resources in RESTful APIs.

    • PUT is used to update or replace an existing resource entirely

    • PATCH is used to partially update an existing resource

    • PUT is idempotent, meaning multiple identical requests will have the same effect as a single request

    • PATCH is not idempotent, meaning multiple identical requests may have different effects

  • Answered by AI

Skills evaluated in this interview

I applied via Recruitment Consulltant and was interviewed in Aug 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Concurrency related general question

Interview Preparation Tips

Interview preparation tips for other job seekers - Concurrency related questions, prepare well on multithreading, locks.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

DSA medium leetcode questions - easy to solve

Round 2 - Coding Test 

DSA medium 2 questions and core questions 1.5 hrs

Round 3 - HR 

(5 Questions)

  • Q1. Managerial round and company fit check
  • Q2. Tell about company
  • Q3. Why should we hire you?
  • Q4. Tell something not in your resume
  • Q5. How would you handle deadlines?
  • Ans. 

    I prioritize tasks, communicate with stakeholders, and adjust resources as needed to meet deadlines.

    • Prioritize tasks based on importance and urgency

    • Regularly communicate with stakeholders to provide updates and address any issues that may impact deadlines

    • Adjust resources or seek help from team members if necessary to meet deadlines

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on DSA and core concepts and be confident

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

Interview Questionnaire 

3 Questions

  • Q1. Ds algo questions
  • Q2. Js basics
  • Q3. React.js

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good you should mainly focus on Ds algo part and basics of Js or other technology for which you are applying .

Interview Questionnaire 

1 Question

  • Q1. Three 2d matrix questions in first round from leetcode. One was simple dp question. Two questions in second round one questions was on trees. One questions was of strings. In third round which was engineer...
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Increasing triple subsequence, rest is easy hashmap

Interview Questionnaire 

2 Questions

  • Q1. Design Facebook
  • Ans. 

    Designing Facebook involves creating a social networking platform with features like user profiles, news feed, messaging, and more.

    • Create a user registration and login system

    • Develop a news feed algorithm to display relevant content

    • Implement a messaging system for users to communicate

    • Design a user profile page with customizable options

    • Incorporate features like groups, events, and pages

    • Ensure scalability and security of

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

    Reverse a linked list

    • Iterative approach using three pointers

    • Recursive approach with base case and recursive call

    • In-place reversal using stack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare system design fhf rhf rhd r rhrhf rhfbt rhrif jdbtj djht jdbbtb fjjt

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. 2 question on Data structure and algorithms (easy-medium and medium level questions)
  • Q2. Related to array and matrix
Round 2 - Technical 

(2 Questions)

  • Q1. This also contained discussion on last company project and some basic question regarding different tech stack used. Then asked 2 questions on Data structure and algorithms (both medium level questions)
  • Q2. Related to stack and linked list
Round 3 - One-on-one 

(2 Questions)

  • Q1. This was the Hiring Manager round. He asked different questions related to general programming like - Rest, Http, Websockets, TCP. Asked some questions from past company projects. Then asked one easy-mediu...
  • Q2. Programming and Math related topics

Interview Preparation Tips

Topics to prepare for Tokopedia Software Engineer interview:
  • Data Structures
  • Algorithms
  • Programming
  • Operating Systems
Interview preparation tips for other job seekers - Should be well prepared for Data structure and Algorithm questions
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. 2 DSA leetcode (1 medium , 1 hard)
Round 2 - Technical 

(1 Question)

  • Q1. Same round 1 2 DSA leetcode questions (1 hard , 1 medium)
Round 3 - Technical 

(1 Question)

  • Q1. It was the hiring manager round, it started with the LRU cache algorithm and went deep in the system design

SentinelOne Interview FAQs

How many rounds are there in SentinelOne Sdet Engineer interview?
SentinelOne interview process usually has 5 rounds. The most common rounds in the SentinelOne interview process are One-on-one Round, Resume Shortlist and Coding Test.
How to prepare for SentinelOne Sdet Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at SentinelOne. The most common topics and skills that interviewers at SentinelOne expect are Automation Testing, Network Testing, Python, SDET and Testing.
What are the top questions asked in SentinelOne Sdet Engineer interview?

Some of the top questions asked at the SentinelOne Sdet Engineer interview -

  1. Multiple deep-level questions on OS, DBMS and Computer Networking concepts. One...read more
  2. Programming interview with 2 Leetcode medium level questions and then discussio...read more

Tell us how to improve this page.

SentinelOne Sdet Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 434 Interviews
CARS24 Interview Questions
3.5
 • 336 Interviews
Udaan Interview Questions
3.9
 • 334 Interviews
Tokopedia Interview Questions
4.1
 • 25 Interviews
Nestaway Interview Questions
3.8
 • 18 Interviews
Xome Interview Questions
4.2
 • 13 Interviews
Confluent Interview Questions
3.7
 • 13 Interviews
Logo Infosoft Interview Questions
4.2
 • 12 Interviews
Synaptics Interview Questions
3.9
 • 10 Interviews
Sysmex Interview Questions
3.8
 • 8 Interviews
View all
Software Engineer
17 salaries
unlock blur

₹10.8 L/yr - ₹25 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹22 L/yr - ₹42 L/yr

Software Developer
5 salaries
unlock blur

₹6.6 L/yr - ₹36.3 L/yr

Staff Software Engineer
5 salaries
unlock blur

₹50 L/yr - ₹85 L/yr

Staff Engineer
5 salaries
unlock blur

₹38 L/yr - ₹50 L/yr

Explore more salaries
Compare SentinelOne with

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare

Nestaway

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