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

Updated 21 Jan 2025

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 s ...read more
  • Q2. How many types of memory areas are allocated by the JVM?
  • Q3. 1,Diff bwn aggregation and composition? 2,w a p to print fibnoci sries? with recursion? 3,Diff bwn interface and abstract? 4,w ap to print * patteren? * ** *** **** 5,Exp ...read more
View all 42 questions

CGI Group Software Engineer Interview Experiences

78 interviews found

Interview Questionnaire 

3 Questions

  • Q1. 1,Diff bwn aggregation and composition? 2,w a p to print fibnoci sries? with recursion? 3,Diff bwn interface and abstract? 4,w ap to print * patteren? * ** *** **** 5,Explain custom immutable class? ...
  • Ans. 

    This JSON contains answers to interview questions for a Software Engineer position.

    • Aggregation and composition are both forms of association in object-oriented programming.

    • Aggregation represents a 'has-a' relationship, where one object contains another object as a part.

    • Composition is a stronger form of aggregation, where the lifetime of the contained object is controlled by the container object.

    • Fibonacci series can be ...

  • Answered by AI
  • Q2. 1,tell me about u r self? 2,what r the technologies ur worked on? 3,explain roles and responsiblities? 4,diff bwn final,finally nd finalize? 5,diff bwn bean factor ,xml bean factory and classpath bean fac...
  • Ans. 

    The interview questions cover a wide range of topics related to software engineering, including technologies worked on, roles and responsibilities, Java concepts, debugging, code review, project architecture, and more.

    • Discussing technologies worked on and roles/responsibilities showcases experience and skills.

    • Differentiating between final, finally, and finalize in Java demonstrates understanding of language nuances.

    • Exp...

  • Answered by AI
  • Q3. Salary Discussion only

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Praveen Tyagi

posted on 18 Nov 2024

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

(2 Questions)

  • Q1. Oops concept,extension method ,constructors,arrays
  • Q2. Multithreading ,singleton,extension method,middleware

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in May 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Core Java Based, Exception handling
  • Q2. Sql related- DML,DDL,SQL and Related to Joins, Views, etc
Round 2 - Technical 

(1 Question)

  • Q1. More of project related with hiring manager
Round 3 - Technical 

(1 Question)

  • Q1. Onsite people interviewed me, more Related to current project and experience
Round 4 - HR 

(1 Question)

  • Q1. Discussion regarding compensation and other benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and focus, Presence of mind is important to tackle their questions effectively.
All the best!
You're the best!
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - One-on-one 

(1 Question)

  • Q1. Sort the list of car model in reverse order
  • Ans. 

    Sort the list of car models in reverse order

    • Use a sorting algorithm like bubble sort or quicksort to rearrange the array in reverse order

    • Alternatively, use built-in functions like sort() with a custom comparator function to achieve the same result

  • Answered by AI

CGI Group interview questions for designations

 Associate Software Engineer

 (48)

 Senior Software Engineer

 (44)

 Software Testing Engineer

 (2)

 Software Engineer Trainee

 (1)

 Lead Software Engineer

 (1)

 System Software Engineer

 (1)

 Senior Software Test Engineer

 (3)

 Senior Software Development Engineer

 (2)

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Singleton can be broken by cloning, how to prevent it?
  • Ans. 

    To prevent Singleton from being broken by cloning, we can override the clone method and throw an exception.

    • Override the clone method in the Singleton class and throw an exception to prevent cloning.

    • Alternatively, you can return the same instance in the clone method instead of creating a new instance.

    • Use serialization and deserialization to create a new instance of the Singleton class.

  • Answered by AI
  • Q2. Remove repeating letters in a string using streams
  • Ans. 

    Use streams to remove repeating letters in a string

    • Convert the string to a character array

    • Use a stream to filter out repeating characters

    • Collect the characters back into a string

  • Answered by AI

Skills evaluated in this interview

Get interview-ready with Top CGI Group Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Basic Qns related to c# , angular and sql
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based complex coding question Advanced questions on c#
Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial Round
Round 4 - HR 

(2 Questions)

  • Q1. Relocation and other formalities
  • Q2. Basic HR questions

Software Engineer Interview Questions & Answers

user image Bhavya Pasupu

posted on 2 May 2024

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

(1 Question)

  • Q1. Oops concepts like Abstraction and Interface
Round 2 - Technical 

(2 Questions)

  • Q1. Visual studio project creation steps
  • Ans. 

    Visual Studio project creation involves several steps to set up a new project.

    • Open Visual Studio IDE

    • Click on 'File' > 'New' > 'Project'

    • Select the project type (e.g. Console Application, Web Application)

    • Choose the programming language (e.g. C#, VB.NET)

    • Specify project name, location, and solution name

    • Click 'Create' to generate the project files

  • Answered by AI
  • Q2. Visual studio > file > new > project name
  • Ans. 

    Creating a new project in Visual Studio involves navigating to File > New > Project and providing a name for the project.

    • Navigate to File menu in Visual Studio

    • Select New option

    • Choose Project option

    • Enter a name for the project

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Challenge faced
  • Q2. Explained challenge faced
  • Ans. 

    Developing a real-time chat application with WebSocket technology

    • Implemented WebSocket protocol for real-time communication

    • Faced challenges with handling large volumes of concurrent connections

    • Optimized code for efficient message delivery and latency reduction

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Lambda function, dictionary in python
  • Q2. Traverse json. Args and kwargs
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basics on all the core concepts of pega
  • Q2. Scenario based questions which are easy to answer if we have good practical o
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with basic questions about java , c languages
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

CGI Group Interview FAQs

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

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

  1. 1,Diff bwn aggregation and composition? 2,w a p to print fibnoci sries? with re...read more
  2. how can you improve performance of your spring boot applicat...read more
  3. how did you implement logging in your springboot applicat...read more
How long is the CGI Group Software Engineer interview process?

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

Tell us how to improve this page.

CGI Group Software Engineer Interview Process

based on 68 interviews

5 Interview rounds

  • Technical Round - 1
  • Technical Round - 2
  • Technical Round - 3
  • HR Round - 1
  • HR Round - 2
View more
CGI Group Software Engineer Salary
based on 8.1k salaries
₹3.9 L/yr - ₹12 L/yr
8% less than the average Software Engineer Salary in India
View more details

CGI Group Software Engineer Reviews and Ratings

based on 937 reviews

4.0/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.4

Salary

4.2

Job security

4.1

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 937 Reviews and Ratings
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