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 Interview Questions, Process, and Tips

Updated 10 Mar 2025

Top CGI Group Interview Questions and Answers

View all 365 questions

CGI Group Interview Experiences

Popular Designations

483 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 asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. What is oop concept, difference b/w interface and abstract class
  • Ans. 

    OOP concept focuses on creating objects that interact with each other. Interface is a contract for classes to implement, while abstract class can have some implemented methods.

    • OOP concept involves creating objects that have properties and methods to interact with each other

    • Interface is a contract that defines a set of methods that a class must implement

    • Abstract class can have some implemented methods along with abstrac

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager basic agile related and day today working related stuff

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare basics

Skills evaluated in this interview

Top CGI Group Software Engineer Interview Questions and Answers

Q1. String Compression Problem Statement Ninja needs to perform basic string compression. For any character that repeats consecutively more than once, replace the repeated sequence with the character followed by the count of repetitions. Input:... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
CGI Group Interview Questions and Answers for Freshers
illustration image
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Javascript and React JS interview Questions
  • Q2. Basic Typescript Interview Question
Round 2 - Technical 

(1 Question)

  • Q1. Questions Based on Project
Round 3 - Client Interview 

(1 Question)

  • Q1. Advanced react Interview Questions

Interview Preparation Tips

Topics to prepare for CGI Group React Developer interview:
  • Hooks
  • Redux
  • Routing
  • React.Js
  • Javascript

React Developer Interview Questions asked at other Companies

Q1. Swap Two Numbers Problem Statement Given two integers a and b, your task is to swap these numbers and output the swapped values. Input: The first line contains a single integer 't', representing the number of test cases.Each subsequent line... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java oops questions
  • Q2. Sql and data structure

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci Number Problem Statement Calculate the Nth term in the Fibonacci sequence, where the sequence is defined as follows: F(n) = F(n-1) + F(n-2), with initial conditions F(1) = F(2) = 1. Input: The input consists of a single intege... read more
View answer (1)

CGI Group interview questions for popular designations

 Software Engineer

 (78)

 Associate Software Engineer

 (48)

 Senior Software Engineer

 (45)

 Software Developer

 (21)

 Senior Test Engineer

 (14)

 Test Engineer

 (11)

 Softwaretest Engineer

 (10)

 Automation Test Engineer

 (10)

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

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

Round 1 - Technical 

(4 Questions)

  • Q1. Java and spring boot questions
  • Q2. Sort the array in ascending order
  • Ans. 

    Sorts an array of strings in ascending order.

    • Use a sorting algorithm like bubble sort, insertion sort, or quicksort.

    • Compare adjacent elements and swap them if they are in the wrong order.

    • Repeat the process until the array is sorted.

  • Answered by AI
  • Q3. Java collections questions
  • Q4. Project agile , cicdpipeline
Round 2 - Technical 

(1 Question)

  • Q1. Brush up java and spring and sorting questions

Skills evaluated in this interview

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Get interview-ready with Top CGI Group Interview Questions

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Java Collections Internal working
  • Q2. Spring boot microservices design patterns
Round 2 - HR 

(2 Questions)

  • Q1. Discuss about package, working domain
  • Q2. Company insights

Top CGI Group Senior Software Engineer Interview Questions and Answers

Q1. Why is Java considered platform independent, while the Java Virtual Machine (JVM) is platform dependent?
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Jobs at CGI Group

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

(2 Questions)

  • Q1. Basics of iOS questions
  • Q2. Structs and class difference oops concept GitHub questions
Round 2 - Technical 

(1 Question)

  • Q1. Data structure , min and max of numbers

Top CGI Group Software Developer Interview Questions and Answers

Q1. How can a person create value by looking at a percentage
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL Order of execution
  • Ans. 

    SQL statements are executed in a specific order to ensure accurate results.

    • SQL statements are executed in the following order: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • The FROM clause specifies the tables involved in the query.

    • The WHERE clause filters the rows based on specified conditions.

    • The GROUP BY clause groups the rows based on specified columns.

    • The HAVING clause filters the groups based on specified condi...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. How to identify the root-cause if an executor is taking longer time compared to others
  • Ans. 

    Identifying root cause of slow executor compared to others

    • Check resource utilization of the slow executor (CPU, memory, disk)

    • Look for any specific tasks or stages that are taking longer on the slow executor

    • Check for network latency or communication issues affecting the slow executor

    • Monitor garbage collection and JVM metrics for potential bottlenecks

    • Consider data skew or unbalanced data distribution causing slow perform

  • Answered by AI

Skills evaluated in this interview

Senior Data Engineer Interview Questions asked at other Companies

Q1. Write a query to get the customer with the highest total order value for each year, month. [Note: Order table is different and Customer table is different. Order_ID and Customer_ID are the PK of the table with Oid from Customer table being ... read more
View answer (2)

Software Engineer Interview Questions & Answers

user image Anudeep Rokade

posted on 8 Oct 2024

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

Basis coding question

Round 2 - Coding Test 

DSA coding question manily leetcode qustions

Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion and why this company
  • Q2. What was previous organization role
  • Ans. 

    I was a Software Developer at XYZ Company

    • Developed and maintained software applications

    • Collaborated with team members to design and implement new features

    • Participated in code reviews and testing processes

  • Answered by AI

Top CGI Group Software Engineer Interview Questions and Answers

Q1. String Compression Problem Statement Ninja needs to perform basic string compression. For any character that repeats consecutively more than once, replace the repeated sequence with the character followed by the count of repetitions. Input:... read more
View answer (2)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (203)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Advance networking BGP dmvpn flexvpn firewall

Senior Systems Engineer Interview Questions asked at other Companies

Q1. 2. Explain COMP, COMP-2, COMP-3 and Display. What are the difference between Continue and Next Sentence? Why does SOC7 occur?
View answer (4)
Contribute & help others!
anonymous
You can choose to be anonymous

CGI Group Interview FAQs

How many rounds are there in CGI Group interview?
CGI Group interview process usually has 2-3 rounds. The most common rounds in the CGI Group interview process are Technical, HR and Resume Shortlist.
How to prepare for CGI Group 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, SQL, Business Consulting, Python and Agile.
What are the top questions asked in CGI Group interview?

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

  1. What is the difference between emergency and urgent change? Emergency change ...read more
  2. What happens when a change is unsuccessful? When a change fails a PIR call ne...read more
  3. Coding question - 1. Create a immutable class of orders. What happens when two ...read more
How long is the CGI Group interview process?

The duration of CGI Group interview process can vary, but typically it takes about less than 2 weeks to complete.

Recently Viewed

LIST OF COMPANIES

Discover companies

Find best workplace

COMPANY BENEFITS

Novac Technology Solutions

No Benefits

COMPANY BENEFITS

Swipewire Technologies

No Benefits

SALARIES

Swipewire Technologies

No Salaries

JOBS

Yalamanchili Software Exports

No Jobs

INTERVIEWS

Gannett

No Interviews

JOBS

Novac Technology Solutions

No Jobs

JOBS

Browse jobs

Discover jobs you love

REVIEWS

Swipewire Technologies

No Reviews

Tell us how to improve this page.

CGI Group Interview Process

based on 425 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
KPIT Technologies Interview Questions
3.4
 • 281 Interviews
View all

CGI Group Reviews and Ratings

based on 4.6k reviews

4.0/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.4

Salary

4.1

Job security

4.0

Company culture

3.2

Promotions

3.7

Work satisfaction

Explore 4.6k Reviews and Ratings
Java Developer

Chennai

2-10 Yrs

Not Disclosed

Power BI Developer

Bangalore / Bengaluru

8-10 Yrs

Not Disclosed

Developer - GCP & Data Engineer

Bangalore / Bengaluru

6-7 Yrs

₹ 11.6-15.6 LPA

Explore more jobs
Software Engineer
8.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
7.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
1.8k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
1.2k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CGI Group with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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