Upload Button Icon Add office photos
Engaged Employer

i

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

Coforge Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 4.7k Reviews

Filter interviews by

Coforge Senior QA Engineer Interview Questions, Process, and Tips

Updated 4 Jun 2024

Top Coforge Senior QA Engineer Interview Questions and Answers

  • Q1. 1. infotest INFOTEST info How to do correlation that INFOTEST should print. 2. Knowledge in AWS 3. Difference between parametrization and correlation 4. Challanges in cor ...read more
  • Q2. program to handle js script callback function
  • Q3. exception handling in JS and cypress

Coforge Senior QA Engineer Interview Experiences

3 interviews found

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

(2 Questions)

  • Q1. Java question to remove duplicates values
  • Q2. Java question to reverse string in alphabetically order
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2023. There were 2 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 

(3 Questions)

  • Q1. To create a counter using JS
  • Ans. 

    Create a counter using JavaScript

    • Declare a variable to store the count

    • Create a function to increment the count

    • Display the count on the webpage

  • Answered by AI
  • Q2. Exception handling in JS and cypress
  • Ans. 

    Exception handling in JS and Cypress involves using try-catch blocks to handle errors and prevent test failures.

    • Use try-catch blocks to handle exceptions in JavaScript and Cypress tests

    • Catch specific errors to handle them appropriately

    • Use assertions to check for expected errors in Cypress tests

  • Answered by AI
  • Q3. Program to handle js script callback function
  • Ans. 

    Use a program to handle JavaScript callback functions.

    • Create a function that takes a callback function as a parameter

    • Invoke the callback function within the main function

    • Pass arguments to the callback function if needed

  • Answered by AI

Skills evaluated in this interview

Senior QA Engineer Interview Questions Asked at Other Companies

asked in MakeMyTrip
Q1. Combination Sum Problem Statement Given an array of distinct posi ... read more
asked in MakeMyTrip
Q2. Next Greater Number Problem Statement Given a string S which repr ... read more
Q3. How do you get data from a file in selenium
Q4. if 2 threads are given and one burns in 30 minutes, how you can c ... read more
Q5. How can you execute a test case number of times?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is workload model
  • Ans. 

    Workload model is a representation of the workload that a system or application is expected to handle.

    • It includes information on the types of tasks, frequency of tasks, and the resources required to complete the tasks.

    • Workload models help in performance testing by simulating real-world scenarios and predicting system behavior under different workloads.

    • Examples of workload models include steady state, ramp-up, and spike

  • Answered by AI
  • Q2. 1. infotest INFOTEST info How to do correlation that INFOTEST should print. 2. Knowledge in AWS 3. Difference between parametrization and correlation 4. Challanges in correlation in your previous projects...
  • Ans. 

    Correlation in performance testing, AWS knowledge, parametrization vs correlation, challenges in correlation, motivating new customers for performance testing, using perfmon, rampup/rampdown/steady state, concurrent vs simultaneous users, matrices in HTML report

    • Correlation in performance testing ensures that the response time of different components in a system are correlated to each other

    • AWS knowledge is important for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not selected

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Parallel test in cucumber
  • Ans. 

    Parallel test execution in Cucumber allows running multiple test scenarios simultaneously for faster results.

    • Use tools like TestNG or JUnit to run Cucumber tests in parallel

    • Configure the test runner to specify the number of threads to use for parallel execution

    • Ensure that the tests are independent and do not interfere with each other

    • Consider using a parallel plugin like Cucumber-JVM-Parallel to manage parallel executio

  • Answered by AI
  • Q2. How to handle browser history
  • Ans. 

    Browser history can be handled by clearing cache, cookies, and browsing data regularly.

    • Regularly clear cache, cookies, and browsing history to improve browser performance

    • Use incognito mode for private browsing to prevent history from being saved

    • Disable browser history tracking if needed for privacy reasons

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Implicit Wait and Explicit Wait
  • Q2. How to handle browser history
  • Ans. 

    Browser history can be managed by clearing cache, cookies, and browsing history regularly.

    • Regularly clear cache, cookies, and browsing history to improve browser performance

    • Use private browsing mode to prevent saving browsing history

    • Disable browser history tracking in browser settings

    • Use browser extensions or plugins to manage and delete browsing history

    • Consider using a VPN for additional privacy and security

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

60 mins aptitude and reasoning questions with Java syntax’s related questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Java program string and array related
  • Q2. Core java questions
Round 2 - Technical 

(2 Questions)

  • Q1. Java program for array
  • Ans. 

    Java program to create and manipulate an array of strings

    • Declare and initialize an array of strings: String[] arrayName = new String[] {"string1", "string2", "string3"};

    • Access elements in the array using index: String element = arrayName[index];

    • Modify elements in the array: arrayName[index] = "newString";

    • Iterate through the array using a loop: for(String element : arrayName) { // do something with element }

  • Answered by AI
  • Q2. Java program for string
  • Ans. 

    Java program to manipulate an array of strings

    • Use a for loop to iterate through the array of strings

    • Use string methods like substring, indexOf, or replace to manipulate the strings

    • Use StringBuilder for efficient string manipulation

  • Answered by AI

Skills evaluated in this interview

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

I was interviewed in Oct 2024.

Round 1 - Coding Test 

Interviewer gave a java program and asked output.

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding assessment in Java and selenium

Round 2 - Technical 

(1 Question)

  • Q1. Technical questions
Round 3 - HR 

(1 Question)

  • Q1. General questions like about your self
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2023. There were 2 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 

(2 Questions)

  • Q1. Some JavaScript based question's
  • Q2. And, client round where will ask some scenario based question's

Interview Preparation Tips

Topics to prepare for GlobalLogic Senior QA Engineer interview:
  • Javascript
  • Automation Testing
  • Cypress
Interview preparation tips for other job seekers - focus on the scenario based question's
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 5 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 - HR 

(1 Question)

  • Q1. It's like screening round
Round 3 - Technical 

(1 Question)

  • Q1. Based on our past experience, projects, and checked for basic knowledge on SQL, API, Postman etc.
Round 4 - Technical 

(1 Question)

  • Q1. This round also completely focused on Technical skills
Round 5 - Technical 

(1 Question)

  • Q1. This round is Client round mostly real time scenario based questions

Interview Preparation Tips

Topics to prepare for Cyient Senior QA Engineer interview:
  • Manual Testing
  • API
  • JIRA
  • Functional Testing
  • Test Cases
  • Test Strategy
Interview preparation tips for other job seekers - Well Versed with your technical skills.

Coforge Interview FAQs

How many rounds are there in Coforge Senior QA Engineer interview?
Coforge interview process usually has 1-2 rounds. The most common rounds in the Coforge interview process are Technical and Resume Shortlist.
How to prepare for Coforge Senior 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 Coforge. The most common topics and skills that interviewers at Coforge expect are Automation Testing, QA, Business Analysis, Selenium and Apex.
What are the top questions asked in Coforge Senior QA Engineer interview?

Some of the top questions asked at the Coforge Senior QA Engineer interview -

  1. 1. infotest INFOTEST info How to do correlation that INFOTEST should print. 2....read more
  2. program to handle js script callback funct...read more
  3. exception handling in JS and cypr...read more

Tell us how to improve this page.

Coforge Senior QA Engineer Interview Process

based on 3 interviews

Interview experience

3
  
Average
View more
Coforge Senior QA Engineer Salary
based on 33 salaries
₹5 L/yr - ₹18 L/yr
At par with the average Senior QA Engineer Salary in India
View more details

Coforge Senior QA Engineer Reviews and Ratings

based on 8 reviews

2.0/5

Rating in categories

2.3

Skill development

2.0

Work-life balance

1.9

Salary

1.5

Job security

1.9

Company culture

1.7

Promotions

1.7

Work satisfaction

Explore 8 Reviews and Ratings
Senior Software Engineer
4.9k salaries
unlock blur

₹6.3 L/yr - ₹26 L/yr

Technical Analyst
2.6k salaries
unlock blur

₹9.4 L/yr - ₹38.4 L/yr

Software Engineer
2k salaries
unlock blur

₹2.2 L/yr - ₹9.5 L/yr

Senior Test Engineer
1.8k salaries
unlock blur

₹4.7 L/yr - ₹19.5 L/yr

Technology Specialist
1.2k salaries
unlock blur

₹11.9 L/yr - ₹42 L/yr

Explore more salaries
Compare Coforge with

Capgemini

3.7
Compare

Cognizant

3.8
Compare

Accenture

3.9
Compare

Infosys

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