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 3 Mar 2025

Top CGI Group Interview Questions and Answers

View all 362 questions

CGI Group Interview Experiences

Popular Designations

480 interviews found

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

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about your self? How your add values to our organisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard

Software Engineer Level 1 Interview Questions asked at other Companies

Q1. Input a file. Select first 3 lines of the file. Select the longest line and count the number of words in that line. It was easy. I used Java methods to solve the problem. I explained the logic and he accepted it.
View answer (1)
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in

Round 1 - Coding Test 

Print prime number
Print odd numbers greater than 84

Round 2 - One-on-one 

(2 Questions)

  • Q1. Oops concepts with example
  • Ans. 

    Oops concepts are fundamental principles of object-oriented programming.

    • Encapsulation: bundling data and methods together in a class

    • Inheritance: creating new classes from existing ones

    • Polymorphism: objects of different types can be treated as objects of a common superclass

    • Abstraction: hiding unnecessary details and exposing only essential features

    • Encapsulation example: a Car class with private variables for make, model...

  • Answered by AI
  • Q2. Class definition with example
  • Ans. 

    A class is a blueprint for creating objects. It defines the properties and behaviors that an object of that class will have.

    • A class is declared using the 'class' keyword followed by the class name.

    • It can have variables (fields) to store data and methods to perform actions.

    • Objects are created from a class using the 'new' keyword.

    • Classes can be organized into packages to provide a hierarchical structure.

    • Inheritance allow...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Java Oops concepts
Round 2 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. What do you know about our company

Top CGI Group Associate Software Engineer Interview Questions and Answers

Q1. Frog Jump Problem Statement A frog is positioned on the first step of a staircase consisting of N steps. The goal is for the frog to reach the final step, i.e., the Nth step. The height of each step is provided in the array HEIGHT. If the f... read more
Add answer

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic J's and angular qo

CGI Group interview questions for popular designations

 Software Engineer

 (78)

 Associate Software Engineer

 (48)

 Senior Software Engineer

 (44)

 Software Developer

 (21)

 Senior Test Engineer

 (14)

 Test Engineer

 (11)

 Automation Test Engineer

 (10)

 Softwaretest Engineer

 (10)

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

I applied via Company Website and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about yourself?
  • Ans. 

    I am a recent high school graduate with a passion for learning and a strong work ethic.

    • Recent high school graduate

    • Passionate about learning

    • Strong work ethic

  • Answered by AI
  • Q2. What are your skills?
  • Ans. 

    I have strong communication skills, problem-solving abilities, and a willingness to learn.

    • Strong communication skills - able to effectively convey information and ideas

    • Problem-solving abilities - can analyze situations and come up with solutions

    • Willingness to learn - eager to acquire new knowledge and skills

  • Answered by AI

Apprenticeship Trainee Interview Questions asked at other Companies

Q1. What is the circuit breaker.circuit breaker protect by short circuit
View answer (8)

Get interview-ready with Top CGI Group Interview Questions

Software Developer Interview Questions & Answers

user image Shashwat Swaraj

posted on 5 Feb 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Test was easy. the basics questions were asked

Round 2 - Coding Test 

The coding quetions were asked around medium difficulty level

Round 3 - Technical 

(1 Question)

  • Q1. He asked question from Java and SQL. Basics questions from SQL and medium questions from Java
Round 4 - HR 

(1 Question)

  • Q1. Nothing they just ask about you, waht do want to be ...... not more

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 (38)

Jobs at CGI Group

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

I applied via Company Website and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Group Discussion 

Basic GD topics, pros and cons to discuss among candidates

Round 2 - Coding Test 

DSA interview questions on string array maps etc.

Round 3 - Technical 

(1 Question)

  • Q1. Java basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and be confident

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 (1)

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 (181)
Interview experience
5
Excellent
Difficulty level
-
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 - One-on-one 

(3 Questions)

  • Q1. How was my past experience
  • Q2. I have shared my experience clearly
  • Q3. Clearly I cannot share here

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Senior Systems Engineer Interview Questions asked at other Companies

Q1. Nth Prime Number Problem Statement Find the Nth prime number given a number N. Explanation: A prime number is greater than 1 and is not the product of two smaller natural numbers. A prime number has exactly two distinct positive divisors: 1... read more
Add answer

Project Lead Interview Questions & Answers

user image Satyajit Pattnaik

posted on 8 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me abt urself
  • Ans. 

    I am a dedicated and experienced project lead with a strong track record of successful project management.

    • Over 5 years of experience leading cross-functional teams in various industries

    • Proven ability to deliver projects on time and within budget

    • Excellent communication and problem-solving skills

    • Strong leadership qualities and ability to motivate team members

    • Certified in project management methodologies such as PMP or Ag...

  • Answered by AI

Project Lead Interview Questions asked at other Companies

Q1. PowerBuilder 1. How to build app in one click? 2. How to read data from web page? 3. Have you used any PDF tools 4. How to save data from datawindow to XML 5. How to read mail from Outlook 6. How you migrate to new version.net SQL 1. Perfor... read more
View answer (1)

Analyst Lead Interview Questions & Answers

user image Anonymous

posted on 1 Oct 2023

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

I applied via Referral and was interviewed in Sep 2023. There were 4 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 - One-on-one 

(1 Question)

  • Q1. All about my earlier work experience and key expertise
Round 3 - One-on-one 

(1 Question)

  • Q1. Normal Conversation just asban extension of first round
Round 4 - HR 

(1 Question)

  • Q1. Documentations and Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Please use social job media while searching for jobs - pls follow ambition box, glass door and Linkedin - update your resume properly and get ready for interviews

Analyst Lead Interview Questions asked at other Companies

Q1. Brief on various timelines for the rating process and default recognition
View answer (1)

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.

Tell us how to improve this page.

CGI Group Interview Process

based on 416 interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
KPIT Technologies Interview Questions
3.4
 • 294 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

Hyderabad / Secunderabad

4-6 Yrs

Not Disclosed

Cognigy Analyst Developer

Hyderabad / Secunderabad

3-8 Yrs

Not Disclosed

Guidewire Billing Center configuration developer

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
Software Engineer
8.1k salaries
unlock blur

₹3.8 L/yr - ₹12 L/yr

Senior Software Engineer
7.2k salaries
unlock blur

₹6.1 L/yr - ₹22.5 L/yr

Lead Analyst
3.1k salaries
unlock blur

₹9.9 L/yr - ₹29.5 L/yr

Associate Software Engineer
1.9k salaries
unlock blur

₹2.5 L/yr - ₹6.6 L/yr

Senior Test Engineer
1.2k salaries
unlock blur

₹6 L/yr - ₹18.4 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