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)

Sopra Steria

Rated 4 for Job Security by our employees on AmbitionBox

Secure your future with a company that values your job stability.

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 Resume 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 Resume 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

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

I was interviewed before Sep 2020.

Round 1 - Coding Test 

Round duration - 50 minutes
Round difficulty - Medium

Round 2 - Face to Face 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list. Otherwise, add the current element to the hash set.

    • Sort the pairs based on the first element and then the second element to meet the required output form

  • Answered by AI
Round 3 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

Round 4 - Face to Face 

(1 Question)

Round duration - 40 minutes
Round difficulty - Hard

  • Q1. Can you provide an example of how to use pointers in C/C++ and discuss different concepts related to them?
  • Ans. 

    Pointers in C/C++ are variables that store memory addresses. They are used to manipulate memory directly and improve performance.

    • Pointers are declared using an asterisk (*) before the variable name.

    • Pointers can be used to dynamically allocate memory using functions like malloc() and free().

    • Pointers can be used to pass variables by reference to functions.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Development in GurgaonEligibility criteriaAbove 7 CGPA, No backlogsThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures,OOPS, SQL Queries, Normalization,Software Development Life Cycles, PointersTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 1 project
Tip 2 : Practice Data structure programming questions
Tip 3 : Prepare concepts with examples (Coding/Numericals)

Application resume tips for other job seekers

Tip 1 : Mention Projects
Tip 2 : Mention only those technologies which you are confident enough.
Tip 3 : Mention extra curricular activities if have.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

REVIEWS

Zilingo

No Reviews

REVIEWS

Yodlee

No Reviews

REVIEWS

DynPro

No Reviews

SALARIES

ImpactQA

REVIEWS

ImpactQA

No Reviews

REVIEWS

Yodlee

No Reviews

REVIEWS

ImpactQA

No Reviews

REVIEWS

ImpactQA

No Reviews

REVIEWS

Yodlee

No Reviews

REVIEWS

Yodlee

No Reviews

Tell us how to improve this page.

ImpactQA Interview Process

based on 5 interviews

Interview experience

3
  
Average
View more

HCLTech

There's no stopping you

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