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 Senior Quality Analyst Interview Questions and Answers

Updated 19 Sep 2021

ImpactQA Senior Quality Analyst Interview Experiences

1 interview found

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

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Mainly about framework and protractor details.

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 3 rounds of technical interview. One HR interview. Processing was very nice and fast. I got the offer within a week. Client interview round was very nice. If you have indepth knowledge and understanding then you definitely crack the interview.

I applied via Naukri.com and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. All about functional testing
  • Q2. All about basic SQL, and testing methodologies
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager round. al about the management queries,
Round 3 - HR 

(1 Question)

  • Q1. Behavoural and CTC discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Cigini is good organization for the new learners, if you want to learn cigniti is best plotform to work.
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 

Pattern program, selenium,core java basics

Round 3 - Technical 

(1 Question)

  • Q1. Core java, selenium, project and tools used
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Java Program and given Enough time to solve

Round 2 - Technical 

(2 Questions)

  • Q1. Sterilization and Deserialization
  • Q2. Set and List difference
  • Ans. 

    Sets do not allow duplicate elements, while lists allow duplicate elements.

    • Sets do not maintain insertion order, while lists maintain insertion order.

    • Sets are implemented using HashSet, TreeSet, or LinkedHashSet in Java, while lists are implemented using ArrayList or LinkedList.

    • Sets are used when you want to ensure uniqueness of elements, while lists are used when you want to allow duplicates.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - There will be 2 rounds once you cleared there will be HR round. HR was very supportive and she referred me to another project

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. How to print numbers 1-100 using two go routines sequentially
  • Ans. 

    Use two go routines to print numbers 1-100 sequentially

    • Create two go routines, one for printing odd numbers and one for printing even numbers

    • Use channels to synchronize the two go routines and ensure sequential printing

    • Start the odd number go routine first, then start the even number go routine

  • Answered by AI
  • Q2. How to write generator functions using go language
  • Ans. 

    Generator functions in Go language allow for efficient iteration over a sequence of values.

    • Use the 'yield' keyword to return values one at a time from the generator function.

    • Generator functions are defined with a 'func' keyword followed by the function name and 'chan' keyword.

    • Example: func myGenerator() chan int { }

    • Use a 'for' loop to iterate over the values returned by the generator function.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Why do we use sync.Cond and sync.once
  • Ans. 

    sync.Cond is used for signaling between goroutines and sync.Once is used for running initialization code only once.

    • sync.Cond is used for goroutines to wait for or signal each other when a certain condition is met

    • sync.Once is used to ensure a function is only executed once, typically used for initialization tasks

    • Example: Using sync.Cond to coordinate multiple goroutines accessing a shared resource

    • Example: Using sync.Onc...

  • Answered by AI
  • Q2. Understanding about reflect package
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical round
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - As for the salary as per the market norms atleast 18 lpa if having more than 5 years of experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. API Testing related questions
  • Q2. Selenium related questions
Round 2 - HR 

(2 Questions)

  • Q1. Exploring projects worked on
  • Q2. Why Am I looking for change
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Self intruduction
  • Q2. Project exaplaination
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2023. 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. Technology related question on basics if API
Round 3 - Technical 

(1 Question)

  • Q1. Manager level discussion - Technologies and Frameworks
  • Ans. Framework Structure overview and Technologies usage over the experience
  • Answered Anonymously
Round 4 - Technical 

(2 Questions)

  • Q1. Client Interview - Technologies and Frameworks
  • Q2. Framework explanation and Technologies usage
  • Ans. 

    Frameworks are tools that provide structure and guidelines for developing software applications. Technologies are the specific tools and languages used in development.

    • Frameworks like Angular, React, and Spring provide pre-built components and architecture for web development.

    • Technologies like HTML, CSS, JavaScript, Java, and SQL are commonly used in software development.

    • Choosing the right framework and technologies dep...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cigniti Technologies Senior Engineer interview:
  • QA Testing
  • Automation Testing
  • API

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

Indium Software Interview Questions
4.0
 • 162 Interviews
Qualitest Interview Questions
3.6
 • 79 Interviews
Magic Edtech Interview Questions
3.0
 • 50 Interviews
Affine Interview Questions
3.3
 • 48 Interviews
TestingXperts Interview Questions
4.0
 • 40 Interviews
View all
ImpactQA Senior Quality Analyst Salary
based on 82 salaries
₹5.5 L/yr - ₹17 L/yr
51% more than the average Senior Quality Analyst Salary in India
View more details

ImpactQA Senior Quality Analyst Reviews and Ratings

based on 7 reviews

2.5/5

Rating in categories

1.8

Skill development

2.0

Work-life balance

2.8

Salary

2.0

Job security

1.6

Company culture

2.2

Promotions

1.8

Work satisfaction

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