Upload Button Icon Add office photos
Engaged Employer

i

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

CGI Group Verified Tick

Compare button icon Compare button icon Compare

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Senior Test Engineer Interview Questions, Process, and Tips for Experienced

Updated 18 Dec 2024

Top CGI Group Senior Test Engineer Interview Questions and Answers for Experienced

  • Q1. What are different keywords in gherkin?,write a script for given scenario, what is backend testing, java basic questions
  • Q2. OOPS concept and how it is used in your project
  • Q3. Explain framework used in your project
View all 11 questions

CGI Group Senior Test Engineer Interview Experiences for Experienced

10 interviews found

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

(2 Questions)

  • Q1. Types of testing?
  • Ans. 

    Types of testing include functional testing, non-functional testing, manual testing, automated testing, regression testing, and performance testing.

    • Functional testing: Testing the functionality of the software against the requirements.

    • Non-functional testing: Testing aspects like performance, usability, and security.

    • Manual testing: Testing performed manually by testers.

    • Automated testing: Testing using automated tools an...

  • Answered by AI
  • Q2. Defect tracking
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Nov 2022. 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 - Technical 

(1 Question)

  • Q1. Basic questions
Round 3 - Technical 

(1 Question)

  • Q1. Basic and all rounder questions from different topics
Round 4 - Client Interview 

(1 Question)

  • Q1. Related to more about working process
Round 5 - HR 

(1 Question)

  • Q1. Salary and notice period discussion

Senior Test Engineer Interview Questions Asked at Other Companies for Experienced

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
asked in LTIMindtree
Q3. How do you performed incrimental load in your project?
asked in LTIMindtree
Q4. What is meant by regression and retesting?
asked in LTIMindtree
Q5. When do we do the regression testing and why?
Round 1 - Technical 

(2 Questions)

  • Q1. Implicit wait and explicit wait
  • Q2. How to reproduce a bug
  • Ans. 

    To reproduce a bug, follow these steps:

    • Identify the steps that led to the bug

    • Record the exact inputs and conditions

    • Recreate the bug using the recorded steps and inputs

    • Document any error messages or unexpected behavior

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Hash map java. List and set
  • Q2. Talk about jira like how to raise a bug and all that

Interview Preparation Tips

Interview preparation tips for other job seekers - They took interview for the client "Shell"

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Sep 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. Explain framework used in your project
  • Ans. 

    The framework used in my project is a custom-built automation framework.

    • The framework is designed to support end-to-end testing of the application.

    • It follows a modular approach, allowing easy maintenance and scalability.

    • The framework supports various testing types such as functional, regression, and performance testing.

    • It integrates with popular testing tools like Selenium and JUnit.

    • The framework includes features like...

  • Answered by AI
  • Q2. OOPS concept and how it is used in your project
  • Ans. 

    OOPS is used extensively in our project for creating modular and reusable code.

    • We use inheritance to create a base class for common functionalities and derive child classes for specific functionalities.

    • We use encapsulation to hide the implementation details of a class and provide a clean interface for other modules to interact with it.

    • We use polymorphism to allow objects of different classes to be treated as if they ar...

  • Answered by AI
  • Q3. SQL query syntax for update and insert
  • Ans. 

    SQL syntax for update and insert queries

    • UPDATE table_name SET column1 = value1, column2 = value2 WHERE condition;

    • INSERT INTO table_name (column1, column2, column3) VALUES (value1, value2, value3);

  • Answered by AI
  • Q4. SQL query for 2nd maximum
  • Ans. 

    SQL query to find the 2nd maximum value.

    • Use the ORDER BY clause to sort the values in descending order.

    • Use the LIMIT clause to limit the result to the second row.

    • Use a subquery to exclude the maximum value from the result set.

  • Answered by AI
  • Q5. Static keyword and static block in C#
  • Ans. 

    Static keyword is used to define class-level variables and methods. Static block is used to initialize static variables.

    • Static keyword is used to define variables and methods that belong to the class rather than instances of the class.

    • Static variables are initialized only once, when the class is loaded into memory.

    • Static methods can be called without creating an instance of the class.

    • Static block is a block of code tha...

  • Answered by AI
  • Q6. Basics of BDD framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good in OOPS concept and framework.

Skills evaluated in this interview

CGI Group interview questions for designations

 Test Engineer

 (12)

 Senior Software Test Engineer

 (3)

 Senior Automation Test Engineer

 (2)

 Automation Test Engineer

 (10)

 Performance Test Engineer

 (1)

 Associate Test Engineer

 (1)

 Test Engineer - II

 (1)

 Test Lead

 (2)

I applied via Referral and was interviewed in Oct 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of software testing Basics of API testing Experience in robot framework automation
Round 2 - Behavioral 

(1 Question)

  • Q1. * About yourself * Manager was explaining about the company and project and then ctc discussion

Interview Preparation Tips

Topics to prepare for CGI Group Senior Test Engineer interview:
  • Http methods api
  • Regression and retest
  • Authorization in api
  • Keywords in robot framework
Interview preparation tips for other job seekers - Basics should be strong
Be confident
Should be able to explain the current project properly

Get interview-ready with Top CGI Group Interview Questions

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before May 2022.

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. How do you calculate pacing
  • Ans. 

    Pacing is calculated by dividing the total time available by the number of questions or tasks to be completed.

    • Determine the total time available for the test

    • Count the number of questions or tasks to be completed

    • Divide the total time by the number of questions or tasks

    • This will give you the pacing time per question or task

  • Answered by AI
  • Q2. What are all other tools you worked on
  • Ans. 

    I have worked on various testing tools such as Selenium, JMeter, SoapUI, TestNG, and Appium.

    • Proficient in Selenium for web application testing

    • Experience in load testing using JMeter

    • Familiarity with API testing using SoapUI

    • Expertise in TestNG for test case management

    • Knowledge of Appium for mobile application testing

  • Answered by AI
  • Q3. What are the challenges you faced

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Uft versions ,child objects , webtable , recovery scenario , shell scripting

Interview Preparation Tips

Interview preparation tips for other job seekers - it was a very smooth and streamlined process .

I applied via Naukri.com and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Asked about my experience
  • Q2. Details of the projects worked.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions on technical stuff
  • Q2. Personal details & package finalization.

Interview Preparation Tips

Interview preparation tips for other job seekers - Totally conducted 3 rounds & quickly responded with the feedback.

Interview Questionnaire 

1 Question

  • Q1. What are different keywords in gherkin?,write a script for given scenario, what is backend testing, java basic questions
  • Ans. 

    Answering questions related to Senior Test Engineer interview

    • Different keywords in Gherkin include Given, When, Then, And, But

    • Example script for scenario: Given I am on the login page, When I enter valid credentials, Then I should be redirected to the dashboard

    • Backend testing involves testing the server-side components of an application

    • Java basic questions may include concepts like OOPs, exception handling, and data st

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. 1. Types of facts and dimensions, ETL process, report validation,
  • Ans. 

    The question covers topics related to data warehousing and reporting.

    • Facts are measurable data points, dimensions are descriptive attributes

    • ETL process involves extracting data from various sources, transforming it and loading it into a target system

    • Report validation involves verifying the accuracy and completeness of reports

  • Answered by AI

Skills evaluated in this interview

CGI Group Interview FAQs

How many rounds are there in CGI Group Senior Test Engineer interview for experienced candidates?
CGI Group interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the CGI Group interview process for experienced candidates are Technical, HR and Resume Shortlist.
How to prepare for CGI Group Senior Test Engineer interview for experienced candidates?
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 CGI Group. The most common topics and skills that interviewers at CGI Group expect are Selenium, SQL, CGI, Automation and JIRA.
What are the top questions asked in CGI Group Senior Test Engineer interview for experienced candidates?

Some of the top questions asked at the CGI Group Senior Test Engineer interview for experienced candidates -

  1. What are different keywords in gherkin?,write a script for given scenario, what...read more
  2. OOPS concept and how it is used in your proj...read more
  3. Explain framework used in your proj...read more

Tell us how to improve this page.

CGI Group Senior Test Engineer Interview Process for Experienced

based on 3 interviews

2 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
View more
CGI Group Senior Test Engineer Salary
based on 1.2k salaries
₹6 L/yr - ₹21.3 L/yr
9% more than the average Senior Test Engineer Salary in India
View more details

CGI Group Senior Test Engineer Reviews and Ratings

based on 113 reviews

4.0/5

Rating in categories

3.7

Skill development

4.2

Work-life balance

3.3

Salary

4.4

Job security

3.9

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 113 Reviews and Ratings
Software Engineer
8.1k salaries
unlock blur

₹3.8 L/yr - ₹14 L/yr

Senior Software Engineer
7.3k salaries
unlock blur

₹6.1 L/yr - ₹22.5 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹10 L/yr - ₹31.5 L/yr

Associate Software Engineer
1.9k salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Senior Test Engineer
1.2k salaries
unlock blur

₹6 L/yr - ₹21.3 L/yr

Explore more salaries
Compare CGI Group with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

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