Upload Button Icon Add office photos

Filter interviews by

Cogniwize QA Engineer Interview Questions and Answers

Updated 2 Jan 2025

Cogniwize QA Engineer Interview Experiences

2 interviews found

QA Engineer Interview Questions & Answers

user image sagar lingot

posted on 2 Jan 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Automation basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Reverse string problem
  • Ans. 

    Reverse a string in an array of strings

    • Iterate through each string in the array

    • Reverse each string using built-in functions or loops

    • Store the reversed strings back in the array

  • Answered by AI

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2024

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

I applied via Recruitment Consulltant and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is SDLC and STLC
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software products. STLC stands for Software Testing Life Cycle, which is a subset of SDLC focused on testing activities.

    • SDLC involves planning, designing, coding, testing, and deployment stages.

    • STLC involves test planning, test design, test execution, and test closure stages.

    • S...

  • Answered by AI
  • Q2. What is smoke sanity how they differ from each other
  • Ans. 

    Smoke testing is a quick test to check if the build is stable, while sanity testing is a more thorough test to check specific functionalities.

    • Smoke testing is a preliminary test to ensure the build is stable enough for further testing.

    • Sanity testing is a more focused and thorough test to check specific functionalities or areas of the application.

    • Smoke testing is usually done before sanity testing.

    • Smoke testing is a sub...

  • Answered by AI
  • Q3. Explain how u work on agile

Skills evaluated in this interview

QA Engineer Interview Questions Asked at Other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many mi ... read more
Q2. Suppose your manager gave you one task which has to be complete i ... read more
Q3. how to access amazon page directly directly with out using driver ... read more
Q4. 100 apples in 5 consecutive days, each day 6 more than the previo ... read more
Q5. 7)how do you drive your data in automation , how do you validate ... read more

Interview questions from similar companies

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Manual and automation relatated question
Round 2 - Technical 

(1 Question)

  • Q1. More about Manual and automation Api testing
Round 3 - One-on-one 

(1 Question)

  • Q1. PDM round mostly general interaction

QA Engineer Interview Questions & Answers

Wipro user image Vinay Devendra

posted on 10 Oct 2024

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. WAP to run same test case 100 times
  • Ans. 

    Write a program to run the same test case 100 times

    • Use a loop to iterate 100 times

    • Call the test case function inside the loop

    • Track the results of each iteration if needed

  • Answered by AI
  • Q2. WAP to get duplicate char count
  • Ans. 

    A program to count the number of duplicate characters in an array of strings.

    • Iterate through each string in the array

    • For each string, iterate through each character and count the occurrences

    • Store the count of each character in a map or dictionary

    • Return the characters with count greater than 1

  • Answered by AI

QA Engineer Interview Questions & Answers

Deloitte user image Fazila Mujawar

posted on 15 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Explain Framework
  • Ans. 

    Framework is a structured set of guidelines, libraries, and tools used to develop software applications.

    • Framework provides a foundation for developers to build upon

    • It includes pre-written code, libraries, and APIs

    • Frameworks help in organizing code and promoting best practices

    • Examples: Selenium for automated testing, Angular for web development

  • Answered by AI
  • Q2. Git flow and conflict resolution
  • Q3. WAP to find the odd numbers from given array using collection
  • Ans. 

    Program to find odd numbers from array using collection

    • Create a list to store odd numbers

    • Iterate through the array and check if each element is odd

    • Add odd numbers to the list

    • Return the list of odd numbers

  • Answered by AI
  • Q4. How to locate a link and perform click on all the links
  • Ans. 

    Locate and click on links using Selenium WebDriver

    • Use Selenium WebDriver to locate elements on the webpage

    • Identify the links using locators like ID, class name, xpath, etc.

    • Iterate through the list of links and perform a click action on each link

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Introduced yourself in details
  • Q2. Asked me about selenium framework, Basic questions on selenium
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Remove duplicates from a given string?

Round 2 - HR 

(2 Questions)

  • Q1. Salary demands?
  • Q2. Strengths and Weakness?
  • Ans. 

    My strength is attention to detail and problem-solving skills. My weakness is sometimes being too critical of my own work.

    • Strength: Attention to detail - I always ensure that every aspect of the project is thoroughly checked and accurate.

    • Strength: Problem-solving skills - I enjoy tackling complex issues and finding effective solutions.

    • Weakness: Being too critical of my own work - I strive for perfection which can somet

  • Answered by AI

QA Engineer Interview Questions & Answers

Genpact user image Skumar test user4

posted on 5 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table in the SELECT statement

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL query with join
  • Ans. 

    SQL query with join

    • Use JOIN keyword to combine rows from two or more tables based on a related column between them

    • Specify the columns to select from each table

    • Use ON keyword to specify the join condition

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR Round for Company review & offer

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude Reasoning more practice need for this

Round 2 - Coding Test 

Data structures main and good understanding and problem solving

Round 3 - Technical 

(2 Questions)

  • Q1. About data structures
  • Q2. Basic coding questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a program for prime number.
  • Ans. 

    Program to check if a number is prime or not.

    • Create a function to check if a number is prime by iterating from 2 to the square root of the number.

    • If the number is divisible by any number in that range, it is not prime.

    • Return true if the number is prime, false otherwise.

  • Answered by AI
  • Q2. What is polymorphism and overriding in Java?
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data. Overriding is when a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Overriding occurs when a subclass provides a specific implementation of a method that is already provided b...

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. How much salary do you expect?

Skills evaluated in this interview

Cogniwize Interview FAQs

How many rounds are there in Cogniwize QA Engineer interview?
Cogniwize interview process usually has 1-2 rounds. The most common rounds in the Cogniwize interview process are Technical and One-on-one Round.
How to prepare for Cogniwize QA 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 Cogniwize. The most common topics and skills that interviewers at Cogniwize expect are API Testing, Automation Testing, Continuous Integration, Customer Service and Field Work.
What are the top questions asked in Cogniwize QA Engineer interview?

Some of the top questions asked at the Cogniwize QA Engineer interview -

  1. What is smoke sanity how they differ from each ot...read more
  2. What is SDLC and S...read more
  3. Reverse string prob...read more

Tell us how to improve this page.

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 43 Interviews
IBM QA Engineer Interview Questions
4.1
 • 11 Interviews
View all
Cogniwize QA Engineer Salary
based on 6 salaries
₹2.3 L/yr - ₹4.2 L/yr
43% less than the average QA Engineer Salary in India
View more details
RPA Developer
20 salaries
unlock blur

₹2.2 L/yr - ₹6 L/yr

Engineer
15 salaries
unlock blur

₹2.5 L/yr - ₹6.5 L/yr

Automation Test Engineer
9 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

QA Engineer
6 salaries
unlock blur

₹2.3 L/yr - ₹4.2 L/yr

Senior Engineer
5 salaries
unlock blur

₹6.2 L/yr - ₹11 L/yr

Explore more salaries
Compare Cogniwize with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview