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

Filter interviews by

HashedIn by Deloitte Quality Engineer Interview Questions and Answers

Updated 29 Oct 2021

HashedIn by Deloitte Quality Engineer Interview Experiences

1 interview found

I applied via Inhyre and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Postman headers ?
  • Ans. 

    Postman headers are key-value pairs sent with HTTP requests to provide additional context and control over the request.

    • Headers can include authentication tokens, e.g., 'Authorization: Bearer <token>'.

    • Content-Type header specifies the media type, e.g., 'Content-Type: application/json'.

    • Custom headers can be added for specific needs, e.g., 'X-Custom-Header: value'.

    • User-Agent header identifies the client software, e....

  • Answered by AI
  • Q2. API SECURITY TESTING?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be original during interview and answer the questions with confidence.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Everything on java spring sql
  • Q2. Don’t waste your time as i did

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not waste your precious time because they will not give you offer more than your current ctc.

Quality Engineer Interview Questions Asked at Other Companies

asked in MM AUTO
Q1. What is MSA and addition of msa version, type of msa ,what differ ... read more
asked in MM AUTO
Q2. What is 7 QC tool,parito analysis,xchart and r chart explain ,why ... read more
asked in S&P Global
Q3. If you have a very short time to release a product, but a team me ... read more
Q4. A monkey eats 6 more apples each day than the previous day and fi ... read more
Q5. What are the physical and chemical tests for steel reinforcement?

Interview Questionnaire 

1 Question

  • Q1. All about oops,rest web services, multithreading,Microservices etc

Interview Questionnaire 

1 Question

  • Q1. Technical questions and more scenario based questions. Performance related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a quick process which took just 6 days to complete the interviews and to get offer.

What people are saying about HashedIn by Deloitte

View All
a senior product master
2w
J.P. Morgan VP - Product role: Salary insights?
Looking at a VP – Product role at J.P. Morgan (CCB, Hyderabad) with 13 years of experience. Currently at 52.5 LPA (45 fixed + 7.5 variable) + 3L signing bonus. Need insights on: • Typical fixed vs variable salary split • Bonus structure and consistency • ESOPs/RSUs at this level? • Realistic total comp? Any recent or firsthand info is appreciated!
Got a question about HashedIn by Deloitte?
Ask anonymously on communities.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Questions from past projects
  • Q2. Questions from Process
Interview experience
5
Excellent
Difficulty level
-
Process Duration
4-6 weeks
Result
Not Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. HTML coding question
  • Q2. Can you describe your past experiences related to Quality Assurance (QA)?
  • Ans. 

    Experienced Quality Engineer with a strong background in QA methodologies and process improvements across various industries.

    • Implemented automated testing frameworks, reducing manual testing time by 30%.

    • Conducted root cause analysis for defects, leading to a 25% decrease in recurring issues.

    • Collaborated with cross-functional teams to enhance product quality and compliance with industry standards.

    • Developed and executed ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - go through the interview process it is goog
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

3 coding question and some sptutude

Round 2 - Technical 

(2 Questions)

  • Q1. 4 pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in Java

    • Inheritance: Ability of a class to inherit properties and behavior from another class. Example: Subclass extending a superclass

    • Polymorphism: Ability to present the same interface for different data types. Example: Method overloading in...

  • Answered by AI
  • Q2. Dsa questions and complexity
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. Selenium Webdriver
  • Q2. Api automation using rest assured
  • Ans. 

    REST Assured is a powerful Java library for testing RESTful APIs, enabling easy automation of API testing.

    • REST Assured simplifies API testing with a fluent interface.

    • You can send GET requests using: `given().when().get('/api/resource')`.

    • Assertions can be made using methods like `then().statusCode(200)`.

    • Support for JSON and XML response validation is built-in.

    • Example: `given().param('id', 1).when().get('/api/resource')....

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. ?What is difference between PUT and PATCH in RestAssured?
  • Ans. 

    PUT replaces an entire resource, while PATCH updates only specific fields of a resource in RESTful APIs.

    • PUT: Used to update or replace an entire resource. Example: PUT /users/1 with a complete user object.

    • PATCH: Used to update partial fields of a resource. Example: PATCH /users/1 with only the fields that need to be updated.

    • Idempotency: PUT is idempotent, meaning multiple identical requests have the same effect as a si...

  • Answered by AI
  • Q2. How do you test performance of a telecom system?
  • Ans. 

    Testing telecom system performance involves assessing speed, reliability, and capacity under various conditions.

    • Conduct load testing to evaluate system behavior under peak traffic conditions, e.g., simulating thousands of simultaneous calls.

    • Perform stress testing to determine the system's breaking point, such as pushing beyond maximum user capacity.

    • Use benchmarking tools to compare performance metrics against industry ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for NFT concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. What is smoke testing in software development?
  • Ans. 

    Smoke testing is a preliminary test to check the basic functionality of a software build before further testing.

    • Smoke testing is often referred to as 'build verification testing'.

    • It checks critical functionalities to ensure the build is stable.

    • For example, in a web application, smoke tests might verify that the homepage loads and login works.

    • Smoke tests are usually automated to save time and ensure consistency.

    • If smoke...

  • Answered by AI
  • Q2. What is the Software Development Life Cycle (SDLC)?
  • Ans. 

    The Software Development Life Cycle (SDLC) is a structured process for developing software applications efficiently and effectively.

    • 1. Requirement Analysis: Gathering and analyzing user requirements, e.g., conducting surveys.

    • 2. Design: Creating architecture and design specifications, e.g., UML diagrams.

    • 3. Implementation: Writing code based on design, e.g., using programming languages like Java or Python.

    • 4. Testing: Ver...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - keeping learning

HashedIn by Deloitte Interview FAQs

How to prepare for HashedIn by Deloitte Quality 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 HashedIn by Deloitte. The most common topics and skills that interviewers at HashedIn by Deloitte expect are Functional Testing.
What are the top questions asked in HashedIn by Deloitte Quality Engineer interview?

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

  1. Postman header...read more
  2. API SECURITY TESTI...read more

Tell us how to improve this page.

HashedIn by Deloitte Quality Engineer Salary
based on 53 salaries
₹5.9 L/yr - ₹13.7 L/yr
161% more than the average Quality Engineer Salary in India
View more details

HashedIn by Deloitte Quality Engineer Reviews and Ratings

based on 6 reviews

4.3/5

Rating in categories

4.9

Skill development

4.7

Work-life balance

4.1

Salary

4.6

Job security

4.6

Company culture

4.3

Promotions

4.6

Work satisfaction

Explore 6 Reviews and Ratings
Quality Engineer

Hyderabad / Secunderabad,

Pune

+2

1-5 Yrs

₹ 5-14.8 LPA

Explore more jobs
Software Engineer
483 salaries
unlock blur

₹8 L/yr - ₹14.4 L/yr

Software Engineer2
460 salaries
unlock blur

₹12 L/yr - ₹21 L/yr

Software Developer
221 salaries
unlock blur

₹8.1 L/yr - ₹17.4 L/yr

Senior Software Engineer
219 salaries
unlock blur

₹13 L/yr - ₹21.4 L/yr

Software Engineer II
209 salaries
unlock blur

₹11.5 L/yr - ₹19 L/yr

Explore more salaries
Compare HashedIn by Deloitte with

ITC Infotech

3.7
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

4.1
Compare
write
Share an Interview