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
4.0

based on 4.3k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Automation Test Engineer Interview Questions, Process, and Tips

Updated 13 Dec 2024

Top CGI Group Automation Test Engineer Interview Questions and Answers

CGI Group Automation Test Engineer Interview Experiences

9 interviews found

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

I applied via Job Portal and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Explain selenium framework
  • Ans. 

    Selenium framework is a test automation tool used for web applications.

    • Selenium framework allows for automated testing of web applications.

    • It supports multiple programming languages like Java, Python, C#, etc.

    • Selenium WebDriver is a key component for interacting with web elements.

    • Test scripts can be written using Selenium IDE, WebDriver, or Grid.

    • Selenium framework can be integrated with tools like TestNG, JUnit, etc.,

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Naukri.com

Round 1 - One-on-one 

(2 Questions)

  • Q1. Program to print vowels in the string
  • Ans. 

    Program to print vowels in a string

    • Iterate through each character in the string

    • Check if the character is a vowel (a, e, i, o, u)

    • Print the vowel if it is found

  • Answered by AI
  • Q2. Program to verify given word is anagram
  • Ans. 

    Program to verify if a given word is an anagram

    • Create a function that takes in two strings as input

    • Sort the characters of both strings

    • Compare the sorted strings to check if they are equal

    • Return true if they are anagrams, false otherwise

  • Answered by AI

Skills evaluated in this interview

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Write pojo class for given api request
  • Ans. 

    Create a POJO class for a given API request

    • Define a class with fields corresponding to the request parameters

    • Add getters and setters for each field

    • Implement toString method for easy debugging

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Coding Test 

Reversing string "I am Rahul"

Interview Preparation Tips

Topics to prepare for CGI Group Automation Test Engineer interview:
  • Java
  • Core Java
  • Selenium
  • SQL

CGI Group interview questions for designations

 Senior Automation Test Engineer

 (2)

 Sdet Automation Test Engineer

 (1)

 Test Engineer

 (11)

 Automation Engineer

 (3)

 Senior Test Engineer

 (14)

 Test Engineer - II

 (1)

 Associate Test Engineer

 (1)

 Performance Test Engineer

 (1)

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

I applied via Naukri.com

Round 1 - Technical 

(1 Question)

  • Q1. Basics of selenium, OOPS Java
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Aug 2022. 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 - Coding Test 

One coding question with java implementation and difficulty level is easy to moderate

Round 3 - Technical 

(2 Questions)

  • Q1. Database queries and selenium java concepts code snippets along with java concepts theory and coding question and jdbc implementation
  • Q2. Sql query to test sql knowledge and java coding skills

Interview Preparation Tips

Interview preparation tips for other job seekers - I donno what happened with the interviewer,he didnt even care to look at the code snippets and tasks I have written and despite answering almost all the questions ,the interviewer rejected without any feedback and explaination
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 - Aptitude Test 

Awesome experience with different types of questions and responses

Round 3 - HR 

(2 Questions)

  • Q1. Hr asked me generally about my experience and asked some questions in domain
  • Q2. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Great company where u can learn more and explore more knowledge about the industry

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Testng, frames, api, java, exception handling
Round 2 - Behavioral 

(2 Questions)

  • Q1. New tools karate, jasmine
  • Q2. Not selected as per customer requirement

Interview Preparation Tips

Interview preparation tips for other job seekers - not selected
he asked me as per client requirement
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java programming questions

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(9 Questions)

  • Q1. Difference between absolute and relative Xpath
  • Ans. 

    Absolute Xpath starts from the root element, while relative Xpath starts from any node in the DOM structure.

    • Absolute Xpath starts with a single forward slash (/) and starts selection from the root node.

    • Relative Xpath starts with a double forward slash (//) and starts selection from the current node or any node in the DOM structure.

    • Absolute Xpath is more brittle and prone to breaking if the structure of the page changes...

  • Answered by AI
  • Q2. What would be return if multiple tabs are open
  • Ans. 

    The return would be the number of tabs open in the browser.

    • The return value would be an integer representing the count of open tabs.

    • For example, if there are 5 tabs open, the return value would be 5.

  • Answered by AI
  • Q3. What are the waits in selenium
  • Ans. 

    Types of waits in Selenium include Implicit Wait, Explicit Wait, and Fluent Wait.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent Wait: Waits for a condition to be true with a defined polling frequency.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

  • Answered by AI
  • Q4. Exceptions in selenium
  • Ans. 

    Exceptions in Selenium are errors that occur during test execution, disrupting the flow of the test script.

    • Exceptions are thrown when there is an unexpected behavior in the application under test or in the test script itself.

    • Common exceptions in Selenium include NoSuchElementException, ElementNotVisibleException, TimeoutException, and StaleElementReferenceException.

    • Handling exceptions in Selenium can be done using try-...

  • Answered by AI
  • Q5. What is feature and step definitions in cucumber BDD
  • Ans. 

    Feature files contain high-level description of the functionality to be tested, while step definitions are the implementation of the steps in the feature file using code.

    • Feature files are written in Gherkin syntax and describe the behavior of the application in plain text.

    • Step definitions are written in programming languages like Java, Ruby, etc., and map the steps in the feature file to automation code.

    • Feature files a...

  • Answered by AI
  • Q6. How to input data in cucumber
  • Ans. 

    Data can be input in Cucumber using feature files and step definitions.

    • Data can be input in feature files using scenarios and scenario outlines

    • Step definitions can be used to define the actions to be taken with the input data

    • Data tables can be used in feature files to input structured data

    • Examples keyword can be used in scenario outlines to provide multiple sets of input data

  • Answered by AI
  • Q7. Basic Java questions like access modifiers, method overloading and overriding
  • Q8. What is Test case, Test plan and Test Secenarios
  • Ans. 

    Test case is a set of conditions or variables under which a tester will determine whether a system under test satisfies requirements. Test plan is a document outlining the scope, approach, resources, and schedule of testing activities. Test scenarios are detailed descriptions of possible interactions with the system.

    • Test case: specific conditions to be tested, expected results, steps to execute

    • Test plan: overall strate...

  • Answered by AI
  • Q9. Hooks in Java
  • Ans. 

    Hooks in Java are methods that allow subclasses to override or extend the behavior of a superclass.

    • Hooks are commonly used in frameworks like JUnit and TestNG for test automation.

    • They are often used for setup and teardown operations before and after test methods.

    • Examples include @Before, @After, @BeforeClass, and @AfterClass annotations in JUnit.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The second round interview was quite challenging, with numerous questions focused on core Java topics such as data structures and linked lists. It felt less like a testing interview and more akin to a developer interview.

Skills evaluated in this interview

CGI Group Interview FAQs

How many rounds are there in CGI Group Automation Test Engineer interview?
CGI Group interview process usually has 1-2 rounds. The most common rounds in the CGI Group interview process are Technical, Coding Test and One-on-one Round.
How to prepare for CGI Group Automation Test 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 Selenium, Python, Automation Testing, CGI and JIRA.
What are the top questions asked in CGI Group Automation Test Engineer interview?

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

  1. Program to print vowels in the str...read more
  2. Program to verify given word is anag...read more
  3. Write pojo class for given api requ...read more

Tell us how to improve this page.

CGI Group Automation Test Engineer Interview Process

based on 6 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 7 CGI Group interviews
Job Portal
Referral
86%
14%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
CGI Group Automation Test Engineer Salary
based on 153 salaries
₹3.6 L/yr - ₹13.9 L/yr
15% more than the average Automation Test Engineer Salary in India
View more details

CGI Group Automation Test Engineer Reviews and Ratings

based on 10 reviews

4.4/5

Rating in categories

4.5

Skill development

4.7

Work-Life balance

4.0

Salary & Benefits

5.0

Job Security

4.8

Company culture

4.0

Promotions/Appraisal

4.7

Work Satisfaction

Explore 10 Reviews and Ratings
Software Engineer
8k salaries
unlock blur

₹3.8 L/yr - ₹13.8 L/yr

Senior Software Engineer
7.1k salaries
unlock blur

₹6 L/yr - ₹22 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹9.9 L/yr - ₹29.5 L/yr

Associate Software Engineer
1.8k salaries
unlock blur

₹2.5 L/yr - ₹6.6 L/yr

Senior Test Engineer
1.2k salaries
unlock blur

₹6 L/yr - ₹20.2 L/yr

Explore more salaries
Compare CGI Group 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