Upload Button Icon Add office photos
Engaged Employer

i

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

ImpactQA Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ImpactQA Interview Questions and Answers

Updated 7 Nov 2024

ImpactQA Interview Experiences

Popular Designations

7 interviews found

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions previous expereince

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 7 Nov 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in May 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Interview was good covered all bsic design pattern questin

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

SQA Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Oct 2024

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

I applied via LinkedIn and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. It was mostly about the basics of testing
Round 2 - One-on-one 

(1 Question)

  • Q1. It was about the previous projects i have worked on

SQA Engineer Interview Questions asked at other Companies

Q1. How you justify customer if any bug is reproduced in production?
View answer (1)

I applied via LinkedIn and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. 1. Rest Assured serialization deserialization, pojos, request and response specification 2. design patterns in selenium, page factory, builder pattern [ code writing by sharing screen] 3. parallel executio...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared, for all basic to advance

Automation Lead Interview Questions asked at other Companies

Q1. What are some of the code words in the test runner file in cucumber?
View answer (1)

ImpactQA interview questions for popular designations

 Associate QA Lead

 (1)

 SQA Engineer

 (1)

 Security Engineer

 (1)

 Automation Lead

 (1)

 Business Development Executive

 (1)

 QA Engineer

 (1)

 Senior Quality Analyst

 (1)

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Difference between PUT,POST,DELETE,PATCH
  • Ans. 

    PUT updates an existing resource, POST creates a new resource, DELETE removes a resource, PATCH updates a part of a resource.

    • PUT: Used to update an existing resource with the new data provided in the request body.

    • POST: Used to create a new resource with the data provided in the request body.

    • DELETE: Used to remove a resource identified by the URL.

    • PATCH: Used to update a part of a resource identified by the URL with the ...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Questions on API Testing

Skills evaluated in this interview

Associate QA Lead Interview Questions asked at other Companies

Q1. Difference between PUT,POST,DELETE,PATCH
View answer (1)

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

Interview Questionnaire 

1 Question

  • Q1. I was interviewed for Accessibility and Fuctional Testing both. I was basic questions against both kind of testing like CCA tool, 2.1 Wcag guidelines, JIRA.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and sure about your answer. Also be loyal as they give importance to the candidate who is genuinely wiling to join

Senior Quality Analyst Interview Questions asked at other Companies

Q1. - Difference Between Verification and Vakudation -Difference between Microprocessor and Microcontroller -Test levels - Difference between Smoke and Regression - Who does Verification of software and Validation of Software - If a functionali... read more
View answer (1)

I applied via Company Website and was interviewed before Sep 2021. 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 - Technical 

(1 Question)

  • Q1. Tell me about yourself Basic vapt question and practical demo for live site test How to Approch for vapt target Owasp top 10 Some recent vulnerability Network enumeration Cloud security Session managem...
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself Why u leave last organization Why we hire Whats your goal for future

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck just prepare your self with basics

Security Engineer Interview Questions asked at other Companies

Q1. 1. What is Cryptography? Cryptography is the practice and study of techniques for securing information and communication mainly to protect the data from third parties that the data is not intended for. 2. What is the difference between Symm... read more
View answer (25)

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What are the important HTTP methods in postman ?
  • Ans. 

    Important HTTP methods in Postman include GET, POST, PUT, PATCH, and DELETE.

    • GET: Used to retrieve data from a server. Example: GET request to fetch user details.

    • POST: Used to submit data to a server. Example: POST request to create a new user.

    • PUT: Used to update data on a server. Example: PUT request to update existing user details.

    • PATCH: Used to partially update data on a server. Example: PATCH request to update user'...

  • Answered by AI
  • Q2. Explain the difference between functional and non-functional testing
  • Ans. 

    Functional testing focuses on testing the functionality of the software, while non-functional testing focuses on testing the performance, usability, and other non-functional aspects.

    • Functional testing ensures that the software functions as expected based on the requirements.

    • Non-functional testing evaluates aspects such as performance, usability, reliability, and scalability.

    • Examples of functional testing include unit t...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. What is the assertions in postman and its importance
  • Ans. 

    Assertions in Postman are validation points to ensure the expected response from an API

    • Assertions in Postman are used to validate the response of an API request

    • They help ensure that the response meets the expected criteria

    • Common types of assertions include status code, response body content, response time, etc.

    • Examples of assertions in Postman: checking if status code is 200, verifying specific data in response body

  • Answered by AI
  • Q2. What are the seven principles of testing
  • Ans. 

    The seven principles of testing are guidelines that help testers in their testing activities.

    • Testing shows the presence of defects, not their absence.

    • Exhaustive testing is impossible.

    • Early testing saves time and money.

    • Defect clustering occurs.

    • Pesticide paradox - if the same tests are repeated over and over, eventually the same set of test cases will no longer find any new bugs.

    • Testing is context dependent.

    • Absence-of-er...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Common HR discussion

Skills evaluated in this interview

Intern Interview Questions & Answers

ZenQ user image Anonymous

posted on 11 Oct 2020

I applied via Campus Placement and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Related to oops concepts
  • Q2. Logical questions
  • Q3. Why do we want to hire you
  • Q4. And many such questions are asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and attend interview and you will never fail

I applied via LinkedIn and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Testing basics turnaround questions
  • Q2. Python basics and team building questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for basics tharowly rest will fall in place

ImpactQA Interview FAQs

How many rounds are there in ImpactQA interview?
ImpactQA interview process usually has 1-2 rounds. The most common rounds in the ImpactQA interview process are One-on-one Round, Technical and Resume Shortlist.
How to prepare for ImpactQA 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 ImpactQA. The most common topics and skills that interviewers at ImpactQA expect are Agile, Automation Testing, Automation, Manual Testing and API Testing.
What are the top questions asked in ImpactQA interview?

Some of the top questions asked at the ImpactQA interview -

  1. Difference between PUT,POST,DELETE,PA...read more
  2. 1. Rest Assured serialization deserialization, pojos, request and response spec...read more
  3. Tell me about yourself Basic vapt question and practical demo for live site tes...read more

Tell us how to improve this page.

ImpactQA Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Indium Software Interview Questions
4.0
 • 162 Interviews
Qualitest Interview Questions
3.6
 • 79 Interviews
TestingXperts Interview Questions
4.0
 • 40 Interviews
ZenQ Interview Questions
4.2
 • 18 Interviews
TestVagrant Interview Questions
3.4
 • 13 Interviews
View all

ImpactQA Reviews and Ratings

based on 87 reviews

3.1/5

Rating in categories

2.9

Skill development

3.1

Work-life balance

3.2

Salary

2.7

Job security

3.0

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 87 Reviews and Ratings
Senior Quality Analyst
82 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Quality Analyst
37 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ImpactQA with

Cigniti Technologies

3.7
Compare

QASource

3.2
Compare

Indium Software

4.0
Compare

Think Future Technologies

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