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 QA Engineer Interview Questions and Answers

Updated 8 Apr 2024

CGI Group QA Engineer Interview Experiences

4 interviews found

QA Engineer Interview Questions & Answers

user image Bharat Mane

posted on 8 Apr 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Technical java selenium, BDD
  • Q2. Technical java, selenium, framework
  • Q3. Framework design knowledge

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Mar 2024

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

(1 Question)

  • Q1. Static Blocks Java Programs, even odd, fabonicci series, prime

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

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 14 Mar 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Feb 2023. 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Two sum problem of leet code
  • Ans. 

    Two Sum problem is a LeetCode problem where we need to find two numbers in an array that add up to a target value.

    • We can use a hash table to store the difference between the target value and each element in the array.

    • We can then check if the difference exists in the hash table.

    • If it does, we have found our two numbers.

    • If it doesn't, we add the current element to the hash table and continue.

    • Time complexity: O(n)

  • Answered by AI
  • Q2. Basic questions of selenium and related to your framework
Round 3 - Technical 

(3 Questions)

  • Q1. Word reverse problem from a sentence
  • Ans. 

    The word reverse problem from a sentence

    • Split the sentence into words

    • Reverse each word

    • Join the reversed words to form a new sentence

  • Answered by AI
  • Q2. Expectations salary etc it was techno manageral round
  • Q3. Are you ready to relocate
  • Ans. 

    Yes, I am ready to relocate for the QA Engineer position.

    • I am open to moving to a new location for the job.

    • I understand that relocation may be required for the role.

    • I am willing to adapt to a new environment and make the necessary arrangements.

    • I have previous experience of relocating for work.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would say just go through basics of dsa and the projects you have done in past.

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

user image Rajeev Tiwari

posted on 6 Jul 2017

Interview Questionnaire 

3 Questions

  • Q1. Technical of Testing
  • Q2. Based on managerial round
  • Q3. Formal questions

Interview Preparation Tips

Round: Test
Duration: 30 minutes
Total Questions: 20

Round: Group Discussion
Duration: 20 minutes

College Name: Oriental College of technology bhopal

CGI Group interview questions for designations

 Senior QA Lead

 (1)

 Qa Automation Testing Engineer

 (2)

 Engineer Trainee

 (1)

 Service Engineer

 (1)

 Software Engineer

 (78)

 Test Engineer

 (11)

 Softwaretest Engineer

 (10)

 Data Engineer

 (3)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About sdlc and stlc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare good from guru99

I applied via Naukri.com and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Wait in Selenium. type of waits.
  • Ans. 

    Types of waits in Selenium include implicit, explicit, and fluent waits.

    • Implicit waits wait for a certain amount of time before throwing an exception if an element is not found.

    • Explicit waits wait for a certain condition to be met before proceeding with the next step.

    • Fluent waits wait for a certain condition to be met within a specified time frame.

    • Examples of conditions include element visibility, element clickability,...

  • Answered by AI
  • Q2. Dynamic element how to search
  • Ans. 

    Dynamic elements can be searched using unique attributes like ID, class, name, or XPath.

    • Use ID attribute if it's unique and static

    • Use class attribute if it's unique and dynamic

    • Use name attribute if it's unique and static

    • Use XPath if other attributes are not unique or not available

  • Answered by AI
  • Q3. Jenkins do u know or not
  • Ans. 

    Jenkins is an open-source automation server that helps to automate parts of the software development process.

    • Jenkins is used for continuous integration and continuous delivery

    • It can be used to build, test, and deploy software

    • Jenkins has a large number of plugins available to extend its functionality

    • Examples of plugins include Git, Maven, and JUnit

    • Jenkins can be configured to run on different operating systems and envir

  • Answered by AI
  • Q4. How to fetch data from xls
  • Ans. 

    To fetch data from xls, use a library like Apache POI or OpenPyXL.

    • Use a library like Apache POI or OpenPyXL to read data from xls files

    • Identify the sheet and cell range to read data from

    • Iterate through the rows and columns to extract the data

    • Handle any formatting or data type conversions as needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare selenium with java testng and appache poi.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and coding question

Round 2 - Technical 

(1 Question)

  • Q1. Types of exception in selenium
  • Ans. 

    Types of exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, StaleElementReferenceException, TimeoutException, and WebDriverException.

    • NoSuchElementException: Thrown when an element could not be found in the DOM.

    • ElementNotVisibleException: Thrown when an element is present in the DOM but not visible.

    • StaleElementReferenceException: Thrown when an element is no longer attached to the DOM.

    • Tim...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Aptitude Test 

Questions related to apptitude, Selenium, TestNG, Java, c++

Round 2 - Technical 

(2 Questions)

  • Q1. On Java Program
  • Q2. On Selenium questions

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

Interview Questionnaire 

2 Questions

  • Q1. Explain framework that you worked on your last company?
  • Q2. I have worked on data driven framework. Mention below points while explaining- The language you used,api ,java utility classes,third party tool if integrated maven based project.

Interview Preparation Tips

Interview preparation tips for other job seekers - I have applied for automation testing the interviewer asked all the questions based on Java and selenium.

QA Engineer Interview Questions & Answers

IBM user image Rishik Bhimavarapu

posted on 11 Oct 2023

Interview experience
3
Average
Difficulty level
Moderate
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 

2 coding ques in 1 hr

Round 3 - Technical 

(5 Questions)

  • Q1. Core java and oops
  • Q2. Use of this keyword in java
  • Ans. 

    The 'this' keyword in Java refers to the current instance of the class.

    • Used to refer to instance variables or methods of the current object

    • Can be used to differentiate between instance variables and local variables with the same name

    • Can be passed as an argument to other methods

  • Answered by AI
  • Q3. Difference between final and finally
  • Ans. 

    final is a keyword used in Java to declare constants, while finally is a block of code used in exception handling to ensure a piece of code is always executed.

    • final is used to declare constants in Java, its value cannot be changed once assigned

    • finally is a block of code used in exception handling to ensure a piece of code is always executed, regardless of whether an exception is thrown or not

    • Example: final int MAX_VALU...

  • Answered by AI
  • Q4. Basic principles of oops
  • Ans. 

    Basic principles of OOP include encapsulation, inheritance, and polymorphism.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability of a class to inherit properties and behavior from another class.

    • Polymorphism: Ability to present the same interface for different data types.

    • Example: A 'Car' class may have properties like 'color' and 'model', and methods like 'st

  • Answered by AI
  • Q5. Method over riding and method overloading

Skills evaluated in this interview

CGI Group Interview FAQs

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

Some of the top questions asked at the CGI Group QA Engineer interview -

  1. Two sum problem of leet c...read more
  2. Word reverse problem from a sente...read more
  3. Basic questions of selenium and related to your framew...read more

Tell us how to improve this page.

CGI Group QA Engineer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more

QA Engineer Interview Questions from Similar Companies

TCS QA Engineer Interview Questions
3.7
 • 44 Interviews
IBM QA Engineer Interview Questions
4.0
 • 12 Interviews
View all
CGI Group QA Engineer Salary
based on 42 salaries
₹3 L/yr - ₹8.5 L/yr
At par with the average QA Engineer Salary in India
View more details

CGI Group QA Engineer Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

4.9

Skill development

5.0

Work-life balance

4.9

Salary

4.9

Job security

4.9

Company culture

4.9

Promotions

4.9

Work satisfaction

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

₹3.8 L/yr - ₹12 L/yr

Senior Software Engineer
7.3k salaries
unlock blur

₹6.2 L/yr - ₹23 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 - ₹18.6 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