Upload Button Icon Add office photos

SpotDraft

Compare button icon Compare button icon Compare

Filter interviews by

SpotDraft QA Engineer Interview Questions and Answers for Experienced

Updated 30 Jul 2023

SpotDraft QA Engineer Interview Experiences for Experienced

1 interview found

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2023

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

I applied via Job Portal and was interviewed in Jun 2023. There were 3 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 - Assignment 

Gave a scenario to automation assignment

Round 3 - One-on-one 

(2 Questions)

  • Q1. They will ask about the code which is written in the assignment and working.
  • Q2. Some basic automation Questions

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about SpotDraft?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Automation, Manual Testing, Payment Gateway

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared

QA Engineer Interview Questions Asked at Other Companies for Experienced

Q1. Suppose your manager gave you a task to complete in one week, but ... read more
Q2. how to access amazon page directly directly with out using driver ... read more
Q3. How do you drive your data in automation, and how do you validate ... read more
Q4. Which bug tracking and test management tools are used in your org ... read more
Q5. What debugging process do you follow when your automation script ... read more

QA Engineer Interview Questions & Answers

Paisabazaar.com user image Rupayan Chakraborty

posted on 29 May 2025

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

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

  • Q1. What is the difference between cache and cookies?
  • Ans. 

    Cache stores temporary data for faster access, while cookies store user-specific data for tracking and personalization.

    • Cache is used to speed up web page loading by storing static resources like images and scripts.

    • Cookies are small text files stored on the user's device to remember user preferences and sessions.

    • Example of cache: A web browser caching images so they don't need to be downloaded again.

    • Example of cookies: ...

  • Answered by AI
  • Q2. Will deleting cookies impact the device?
  • Ans. 

    Deleting cookies primarily affects web browsing experience, not the device itself.

    • Cookies store user preferences and session information, so deleting them may log you out of websites.

    • For example, if you delete cookies from an e-commerce site, you may lose your shopping cart items.

    • Cookies can also store tracking information, so deleting them may reset targeted ads.

    • However, deleting cookies does not affect device perform...

  • Answered by AI
  • Q3. What is the difference between severity and priority, and can you provide an example of a high-severity issue that has low priority?
  • Ans. 

    Severity refers to the impact of a defect, while priority indicates its urgency for fixing.

    • Severity is about the impact on the system; for example, a crash is high severity.

    • Priority is about the urgency of fixing the issue; for example, a typo in a non-critical report.

    • A high-severity issue with low priority could be a crash in a rarely used feature.

    • Another example is a security vulnerability in a feature that is not cu...

  • Answered by AI
  • Q4. What are the differences between PUT, POST, and PATCH methods in API testing?
  • Ans. 

    PUT, POST, and PATCH are HTTP methods used for sending data to APIs, each serving different purposes in resource management.

    • PUT: Used to update or replace a resource at a specific URI. Example: PUT /users/1 updates user with ID 1.

    • POST: Used to create a new resource. Example: POST /users creates a new user.

    • PATCH: Used to apply partial modifications to a resource. Example: PATCH /users/1 updates only the email of user wi...

  • Answered by AI
  • Q5. What do HTTP status codes 201 and 500 signify?
  • Ans. 

    HTTP status code 201 indicates successful resource creation, while 500 signifies a server error.

    • 201 Created: Indicates that a request has been fulfilled and a new resource has been created.

    • Example of 201: When a user registers on a website, the server responds with 201 if the account is successfully created.

    • 500 Internal Server Error: Indicates that the server encountered an unexpected condition that prevented it from f...

  • Answered by AI
  • Q6. Difference between Authentication and Authorization?
  • Ans. 

    Authentication verifies identity; authorization determines access rights.

    • Authentication is the process of verifying who a user is.

    • Authorization is the process of determining what a user can do.

    • Example of authentication: Logging in with a username and password.

    • Example of authorization: A user with admin rights can access all files, while a regular user cannot.

  • Answered by AI
  • Q7. What are the different types of locators available in Selenium? Please list them.
  • Ans. 

    Selenium provides various locators to identify web elements for automation testing.

    • 1. ID: Locates elements by their unique ID attribute. Example: driver.findElement(By.id('username'));

    • 2. Name: Locates elements by their name attribute. Example: driver.findElement(By.name('password'));

    • 3. Class Name: Locates elements by their class attribute. Example: driver.findElement(By.className('btn-submit'));

    • 4. Tag Name: Locates ele...

  • Answered by AI
  • Q8. What is the difference between Web.driver.close() and Web.driver.quit()?
  • Ans. 

    Web.driver.close() closes the current browser window, while Web.driver.quit() closes all browser windows and ends the WebDriver session.

    • Web.driver.close() only closes the active window, leaving other windows open.

    • Example: If you have multiple tabs open, close() will only close the tab in focus.

    • Web.driver.quit() terminates the entire WebDriver session, closing all windows.

    • Example: After running tests, quit() ensures all...

  • Answered by AI
  • Q9. Different types of applications in Mobiles?
  • Ans. 

    Mobile applications can be categorized into various types based on their functionality and technology.

    • Native Apps: Built for specific platforms (e.g., iOS, Android) using platform-specific languages (e.g., Swift, Kotlin).

    • Web Apps: Accessed via browsers, responsive to different screen sizes (e.g., Google Docs, Facebook).

    • Hybrid Apps: Combine elements of both native and web apps, using frameworks like Ionic or React Nativ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The Technical 1 interview was really easy and basic. You have to be very sharp in your basics. I was not well prepared.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. How do you perform regression testing in complex feature
  • Ans. 

    Regression testing in complex features involves identifying critical test cases, automating tests, and executing them regularly.

    • Identify critical test cases that cover the main functionalities of the complex feature

    • Automate these test cases to ensure efficient and consistent testing

    • Execute regression tests regularly to catch any potential issues or regressions

    • Use tools like Selenium, JUnit, or TestNG for automation and...

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

CARS24 user image baikunth shukla

posted on 14 Feb 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Dont remember
  • Q2. Asked me about agile, which is mindset. She thinks, its a book. Bit funny.
Round 2 - One-on-one 

(1 Question)

  • Q1. Dont remember
Round 3 - HR 

(1 Question)

  • Q1. HR no question -HR was very bad.
Round 4 - One-on-one 

(1 Question)

  • Q1. It suppose to me, it must be CTO round but he never conducted that round.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Smog Testing
  • Ans. 

    Smog testing is a process to measure the amount of pollutants emitted by vehicles to ensure they meet environmental standards.

    • Smog testing is also known as emissions testing or vehicle inspection.

    • It is typically required by law to ensure vehicles are not emitting excessive pollutants into the air.

    • The testing process usually involves measuring the levels of pollutants such as carbon monoxide, hydrocarbons, and nitrogen ...

  • Answered by AI
  • Q2. What is SDLC lifecycle
  • Ans. 

    SDLC lifecycle is the process of planning, creating, testing, and deploying software.

    • SDLC stands for Software Development Life Cycle

    • It includes phases like planning, analysis, design, implementation, testing, and maintenance

    • Each phase has specific goals and deliverables

    • Examples of SDLC models include Waterfall, Agile, and DevOps

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Given was a case study of lift, need to make test cases regarding that.
  • Ans. 

    Test cases for a lift system to ensure functionality, safety, and user experience.

    • Verify lift responds to button presses (e.g., pressing 'up' should call the lift).

    • Check lift doors open and close properly (e.g., doors should not close if someone is in the way).

    • Test lift capacity (e.g., ensure it does not allow more than the maximum weight).

    • Validate emergency features (e.g., test the emergency stop button and alarm func...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your marital status, family and current job.
  • Ans. 

    Married with two children, currently working as a QA Engineer.

    • Married with two children

    • Currently working as a QA Engineer

  • Answered by AI

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Mar 2022. 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 SQL, Manual concepts, test cases, Automation
Round 3 - Technical 

(1 Question)

  • Q1. SQL queries, Real-time scenarios, Manual and automation concepts, Java concepts
Round 4 - HR 

(1 Question)

  • Q1. About company and salary

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident while answering, prepare for real-time scenarios.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. Write an SQL query to find the 2nd largest salary
  • Ans. 

    SQL query to find the 2nd largest salary

    • Use the ORDER BY clause to sort salaries in descending order

    • Use the LIMIT clause to get the second row

  • Answered by AI
  • Q2. Write test cases of Login API
  • Ans. 

    Test cases for Login API

    • Verify valid credentials login successfully

    • Verify invalid credentials show error message

    • Verify login with empty username or password

    • Verify login with special characters in username or password

    • Verify login with long username or password

  • Answered by AI
  • Q3. In Jmeter, what is Rampup period
  • Ans. 

    Rampup period in JMeter is the time taken for all virtual users to start executing the test plan.

    • Rampup period is specified in seconds in JMeter test plan settings.

    • During the rampup period, JMeter gradually starts all virtual users to avoid overwhelming the server.

    • For example, if rampup period is set to 60 seconds and number of threads is 100, JMeter will start 1 thread every 0.6 seconds.

  • Answered by AI
  • Q4. Difference between cookie and cache
  • Ans. 

    Cookies are small pieces of data stored on the client side, while cache is temporary storage of web documents on the server or client side.

    • Cookies are used to store user-specific information like login credentials, preferences, etc.

    • Cache is used to store frequently accessed web documents to reduce loading times.

    • Cookies are sent with every HTTP request, while cache is used to store resources locally to reduce server loa...

  • Answered by AI
  • Q5. API vs Webservice
  • Ans. 

    API is a general term for any set of rules that allow different software applications to communicate with each other. A web service is a type of API that is accessed over a network.

    • API is a set of rules and protocols that allow different software applications to communicate with each other.

    • Web service is a type of API that is accessed over a network, typically using HTTP.

    • API can be used for various purposes like access...

  • Answered by AI
  • Q6. Write a program to find a prime number
  • Ans. 

    Program to find a prime number

    • Iterate through numbers starting from 2 up to the given number

    • Check if the number is divisible by any number other than 1 and itself

    • If not divisible, then it is a prime number

  • Answered by AI
  • Q7. Write a program to find the factorial
  • Ans. 

    Program to find the factorial of a number

    • Use a loop to multiply numbers from 1 to the given number

    • Handle edge cases like 0 and negative numbers

    • Example: For input 5, factorial is 5*4*3*2*1 = 120

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic question of API
  • Q2. BE testing questions
Round 2 - HR 

(2 Questions)

  • Q1. Sallary discussion
  • Q2. Notice period discussion

QA Engineer Interview Questions & Answers

Swiggy user image Kumar Mayank

posted on 25 Jul 2023

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Binary Search questions were asked

Round 3 - Coding Test 

Peak in a mountain array question were asked

Round 4 - HR 

(2 Questions)

  • Q1. Salary Questions were asked
  • Q2. Salaryyy questions were asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont loose hope at last you will get success

SpotDraft Interview FAQs

How many rounds are there in SpotDraft QA Engineer interview for experienced candidates?
SpotDraft interview process for experienced candidates usually has 3 rounds. The most common rounds in the SpotDraft interview process for experienced candidates are Resume Shortlist, Assignment and One-on-one Round.
How to prepare for SpotDraft QA Engineer interview for experienced candidates?
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 SpotDraft. The most common topics and skills that interviewers at SpotDraft expect are API Testing, Agile Coaching, Automation Testing, BDD and Cds.
What are the top questions asked in SpotDraft QA Engineer interview for experienced candidates?

Some of the top questions asked at the SpotDraft QA Engineer interview for experienced candidates -

  1. They will ask about the code which is written in the assignment and worki...read more
  2. Some basic automation Questi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 100%
View more
SpotDraft QA Engineer Salary
based on 7 salaries
₹10 L/yr - ₹14 L/yr
98% more than the average QA Engineer Salary in India
View more details

SpotDraft QA Engineer Reviews and Ratings

based on 1 review

3.0/5

Rating in categories

1.0

Skill development

4.0

Work-life balance

3.0

Salary

3.0

Job security

4.0

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Associate Product Manager
29 salaries
unlock blur

₹16.5 L/yr - ₹25 L/yr

Software Engineer
13 salaries
unlock blur

₹10 L/yr - ₹26 L/yr

Senior Software Engineer
11 salaries
unlock blur

₹26 L/yr - ₹40 L/yr

QA Engineer
7 salaries
unlock blur

₹10 L/yr - ₹14 L/yr

Legal Associate
7 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Explore more salaries
Compare SpotDraft with

Udaan

3.9
Compare

Swiggy

3.7
Compare

CARS24

3.5
Compare

BlackBuck

3.7
Compare
write
Share an Interview