Upload Button Icon Add office photos
Engaged Employer

i

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

HashedIn by Deloitte Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

HashedIn by Deloitte Sdet Interview Questions and Answers

Updated 1 Dec 2024

HashedIn by Deloitte Sdet Interview Experiences

3 interviews found

Sdet Interview Questions & Answers

user image Anonymous

posted on 4 Sep 2023

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

I applied via Campus Placement and was interviewed before Sep 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 

They asked total 3 questions which needed to be solved in 1:30 hours. Coding questions were medium to difficult from leetcode.

Round 3 - Technical 

(1 Question)

  • Q1. In next round they tested live DSA problem solving skills and some DBMS and OS questions
Round 4 - Technical 

(1 Question)

  • Q1. In this round they generally go with System Design Question alongwith some DBMS questions.
Round 5 - HR 

(2 Questions)

  • Q1. This was final round in which general HR questions were asked.
  • Q2. 1. family background 2. why should we hire you. 3. what is your goals in next 5 years.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to solve as many DSA problems as you can on online coding plateforms...

Sdet Interview Questions & Answers

user image Anonymous

posted on 1 Dec 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Arya College of Engineeringg, Jaipur and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

3 coding question 1 easy 2 med, 1 hard have to do in 90 mins

Round 2 - Technical 

(2 Questions)

  • Q1. Asked about benefits of linked list, tree, graph
  • Q2. Questions on SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be very confident and prepare well!

Sdet Interview Questions Asked at Other Companies

Q1. Given a M x N 2D array containing random alphabets and a function ... read more
asked in Amazon
Q2. what happen between, when you enter a URL into a browser address ... read more
asked in InMobi
Q3. In a line where words are separated by spaces, , and capitalize f ... read more
Q4. Given a circular linked list containing sorted elements (int valu ... read more
asked in Amazon
Q5. how will you check that each page of amazon.com is having its log ... read more

Sdet Interview Questions & Answers

user image Anonymous

posted on 11 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Simple problems on arrays, hashmaps and linked lists. A design/OOP problem about a vending machine.

Round 2 - HR 

(1 Question)

  • Q1. Salary expectations

Interview questions from similar companies

Sdet Interview Questions & Answers

Altimetrik user image Varsha Jyotiana

posted on 13 Jan 2025

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

(1 Question)

  • Q1. Questions based on java collections

Sdet Interview Questions & Answers

Incedo user image Vijay Prakash MJ

posted on 26 Apr 2024

Interview experience
3
Average
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 - One-on-one 

(1 Question)

  • Q1. Simple xpath without using Index reverse strings with words separately
  • Ans. 

    Reverse strings with words separately using simple xpath without using index

    • Use XPath function to split the string into words

    • Reverse each word individually using XPath function

    • Concatenate the reversed words back together

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Programming language well

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Is India ready for cashless services

Round 2 - Technical 

(7 Questions)

  • Q1. SOL fundamentals knowledge
  • Q2. DDL DML difference
  • Ans. 

    DDL stands for Data Definition Language and is used to define the structure of database objects. DML stands for Data Manipulation Language and is used to manipulate data within the database.

    • DDL is used to create, modify, and delete database objects like tables, indexes, etc.

    • DML is used to insert, update, delete, and retrieve data from the database.

    • Examples of DDL statements include CREATE TABLE, ALTER TABLE, DROP TABLE...

  • Answered by AI
  • Q3. Join syntax is known
  • Q4. Logic gate knowledge
  • Q5. Universal logic gate
  • Q6. Testing automation
  • Q7. Javascript knowledge
Round 3 - HR 

(4 Questions)

  • Q1. Self introduction
  • Q2. Family background
  • Q3. Native place information
  • Ans. 

    I was born and raised in a small town in the countryside, surrounded by nature and close-knit community.

    • My native place is a peaceful town with a population of around 10,000 people.

    • It is located in the southern part of the country, known for its lush greenery and scenic landscapes.

    • The town has a strong sense of community, with annual festivals and events that bring everyone together.

    • I have fond memories of playing in t...

  • Answered by AI
  • Q4. Relocation to Mumbai

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is easy be confident

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

ITC Infotech user image Mamta Balakrishna

posted on 13 Dec 2024

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

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program to split alpha-numeric values without using the split method
  • Ans. 

    Split alpha-numeric values in Java without using split method

    • Iterate through each character in the input string

    • Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods

    • Create separate strings for digits and letters and store them in an array

  • Answered by AI
  • Q2. SQL query to add a new column to a table and the column value should have a default value and never be null
  • Ans. 

    Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL

    • Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;

    • Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Sql exam - MCQ & write a query

Round 2 - Technical 

(1 Question)

  • Q1. SDLC, STLC & Bug life cycle Where we apply OOPs concept in automation where we apply collection in automation Explain framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Without the documents how will you right the Test cases
  • Ans. 

    I would gather information from stakeholders, previous test cases, and the application itself to write test cases without documents.

    • Consult with stakeholders to gather requirements and functionality details

    • Review previous test cases and test plans for similar features

    • Explore the application to understand its functionality and potential areas for testing

    • Use experience and knowledge of testing best practices to create co

  • Answered by AI
  • Q2. If the customer found the defect in the software what will be your approach
  • Ans. 

    I would analyze the defect, prioritize it based on severity, communicate with the development team, and work on fixing it promptly.

    • Analyze the defect to understand the root cause

    • Prioritize the defect based on severity and impact on the customer

    • Communicate with the development team to discuss the defect and potential solutions

    • Work on fixing the defect promptly to ensure customer satisfaction

  • Answered by AI
  • Q3. How many type of testing you will cover
  • Ans. 

    I will cover various types of testing including functional, non-functional, manual, automated, regression, performance, security, and usability testing.

    • Functional testing - ensuring the software functions correctly according to requirements

    • Non-functional testing - testing aspects like performance, security, and usability

    • Manual testing - testing performed manually by testers

    • Automated testing - using tools to automate te...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Will you relocate to the Hyderabad
  • Ans. 

    Yes, I am willing to relocate to Hyderabad for the Senior Test Engineer position.

    • I am open to relocating for the right career opportunity

    • I have experience relocating for previous job roles

    • I am excited about the prospect of working in Hyderabad

  • Answered by AI
  • Q2. What will be your expectation
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is root cause analysis
  • Ans. 

    Root cause analysis is a systematic process used to identify the underlying cause of a problem or issue.

    • Identify the problem or issue

    • Gather data and evidence related to the problem

    • Analyze the data to determine the root cause

    • Develop solutions to address the root cause

    • Implement and monitor the effectiveness of the solutions

  • Answered by AI
  • Q2. What is scrum agile
  • Ans. 

    Scrum Agile is a framework for managing and completing complex projects in an iterative and incremental manner.

    • Scrum is based on the principles of transparency, inspection, and adaptation.

    • It involves breaking down the project into smaller tasks called user stories.

    • Teams work in short iterations called sprints, usually 2-4 weeks long.

    • Daily stand-up meetings are held to discuss progress and any obstacles.

    • Scrum roles incl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise basic testing methodology

Skills evaluated in this interview

HashedIn by Deloitte Interview FAQs

How many rounds are there in HashedIn by Deloitte Sdet interview?
HashedIn by Deloitte interview process usually has 3 rounds. The most common rounds in the HashedIn by Deloitte interview process are Coding Test, Technical and HR.
How to prepare for HashedIn by Deloitte Sdet 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 HashedIn by Deloitte. The most common topics and skills that interviewers at HashedIn by Deloitte expect are Agile, Front End, Load Testing, Mobile Testing and Python.
What are the top questions asked in HashedIn by Deloitte Sdet interview?

Some of the top questions asked at the HashedIn by Deloitte Sdet interview -

  1. In next round they tested live DSA problem solving skills and some DBMS and OS ...read more
  2. In this round they generally go with System Design Question alongwith some DBMS...read more
  3. Asked about benefits of linked list, tree, gr...read more

Tell us how to improve this page.

HashedIn by Deloitte Sdet Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
CitiusTech Interview Questions
3.4
 • 268 Interviews
View all
HashedIn by Deloitte Sdet Salary
based on 19 salaries
₹6.5 L/yr - ₹10.5 L/yr
33% less than the average Sdet Salary in India
View more details

HashedIn by Deloitte Sdet 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

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
381 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Software Engineer2
375 salaries
unlock blur

₹9.5 L/yr - ₹23.3 L/yr

Senior Software Engineer
205 salaries
unlock blur

₹8 L/yr - ₹26.5 L/yr

Software Engineer II
173 salaries
unlock blur

₹9.7 L/yr - ₹20 L/yr

Software Developer
160 salaries
unlock blur

₹6 L/yr - ₹15.5 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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