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 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

CGI Group Software Developer Interview Questions and Answers

Updated 23 Mar 2025

14 Interview questions

A Software Developer was asked 8mo ago
Q. Are you willing to relocate?
Ans. 

Yes, I am open to relocating for the right opportunity.

  • I am open to relocating for the right job opportunity

  • I am willing to move to a new location for career growth

  • I am flexible and adaptable to new environments

A Software Developer was asked 10mo ago
Q. What are the OOP concepts in Java?
Ans. 

OOP (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOP in Java involves creating classes and objects, encapsulation, inheritance, and polymorphism.

  • Classes are blueprints for objects, defining their properties and behaviors.

  • Encapsulation involves bundling data (attributes) and methods (functions) that operate on the data within a single unit.

  • ...

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Rakuten
Q2. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Amazon
Q3. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
A Software Developer was asked 10mo ago
Q. What is exception handling in Java?
Ans. 

Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

  • Exceptions are objects that are thrown at runtime when an error occurs.

  • Try block is used to enclose the code that might throw an exception.

  • Catch block is used to handle the exception and provide a specific response.

  • Finally block is used to execute code regardless of whether an exception is thrown or not.

  • Example: try { //...

A Software Developer was asked
Q. What are the steps to create the task?
Ans. 

Creating a task involves defining requirements, designing a solution, coding, testing, and deploying.

  • Define requirements for the task

  • Design a solution based on requirements

  • Code the task using appropriate programming languages

  • Test the task to ensure it functions correctly

  • Deploy the task for use by end users

A Software Developer was asked
Q. What are classes and objects?
Ans. 

A class is a blueprint for creating objects, while an object is an instance of a class.

  • A class defines the properties and behaviors of objects.

  • An object is a specific instance of a class.

  • Classes can be used to create multiple objects with similar characteristics.

  • Objects can interact with each other by calling methods defined in their class.

  • Example: Class 'Car' defines properties like 'color' and behaviors like 'dr...

A Software Developer was asked
Q. What are the OOPS concepts in C++?
Ans. 

Oops concept in C++ refers to Object-Oriented Programming principles like inheritance, polymorphism, encapsulation, and abstraction.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

  • Encapsulation hides the internal state of an object and only exposes necessary functionality.

  • Abstraction fo...

A Software Developer was asked
Q. Tell me about a Java project you worked on previously.
Ans. 

Developed a Java project for a banking application

  • Used Java to create backend logic for customer transactions

  • Implemented security features to protect sensitive data

  • Integrated with external APIs for currency exchange rates

Are these interview questions helpful?
A Software Developer was asked
Q. Explain SQL.
Ans. 

SQL is a programming language used for managing and manipulating relational databases.

  • SQL stands for Structured Query Language

  • It is used to create, modify, and retrieve data from databases

  • SQL is a declarative language, meaning you specify what you want to achieve rather than how to achieve it

  • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

  • SQL is used in various database management systems like MySQL,...

A Software Developer was asked
Q. What is the order of execution in Salesforce?
Ans. 

The order of execution in Salesforce refers to the sequence in which various operations are performed during the processing of a record.

  • The order of execution includes triggers, validation rules, workflow rules, processes, assignment rules, and more.

  • Triggers are executed before validation rules, and workflow rules are executed after triggers.

  • The order of execution can be controlled using the 'Order of Execution' s...

A Software Developer was asked
Q. What is a signature violation error?
Ans. 

Signature violation error occurs when a digital signature is invalid or corrupted.

  • It happens when a digital signature is not properly verified.

  • It can occur due to tampering with the signed data.

  • It can also happen if the certificate used to sign the data is expired or revoked.

  • Examples include SSL certificate errors and code signing errors.

CGI Group Software Developer Interview Experiences

23 interviews found

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

(2 Questions)

  • Q1. BASIC DDIC AND REPORTS
  • Q2. What is domian? what are data element? how to create database table?
  • Ans. 

    Domain is the area of expertise or knowledge, data elements are individual pieces of data, and database tables are structures to store data.

    • Domain refers to a specific area of expertise or knowledge, such as healthcare, finance, or education.

    • Data elements are individual pieces of data that make up a larger dataset, such as name, age, address, etc.

    • To create a database table, you need to define the table's structure incl...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Coding Test 

It was good it was good

Round 2 - Technical 

(2 Questions)

  • Q1. What is oop concept in java
  • Ans. 

    OOP (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

    • OOP in Java involves creating classes and objects, encapsulation, inheritance, and polymorphism.

    • Classes are blueprints for objects, defining their properties and behaviors.

    • Encapsulation involves bundling data (attributes) and methods (functions) that operate on the data within a single unit.

    • Inher...

  • Answered by AI
  • Q2. What is exception handling in java
  • Ans. 

    Exception handling in Java is a mechanism to handle runtime errors and prevent program crashes.

    • Exceptions are objects that are thrown at runtime when an error occurs.

    • Try block is used to enclose the code that might throw an exception.

    • Catch block is used to handle the exception and provide a specific response.

    • Finally block is used to execute code regardless of whether an exception is thrown or not.

    • Example: try { // code...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well

Skills evaluated in this interview

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via eLitmus and was interviewed in Dec 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

Logical thinking was important for preparation

Round 2 - Technical 

(2 Questions)

  • Q1. About the field u chose provide with examples
  • Q2. Explain about sql
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to create, modify, and retrieve data from databases

    • SQL is a declarative language, meaning you specify what you want to achieve rather than how to achieve it

    • Common SQL commands include SELECT, INSERT, UPDATE, and DELETE

    • SQL is used in various database management systems like MySQL, Orac...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. The second round was also on techincal and the deep dicussion on field u chose
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Covered on all aspects and personality

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I appeared for an interview in Jul 2024.

Round 1 - Aptitude Test 

The assessment was conducted online and included communication and verbal questions, along with SQL and basic coding 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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. What ur expecting salary
  • Ans. 

    I am expecting a competitive salary based on my experience, skills, and the market rate for Software Developers.

    • I am looking for a salary that reflects my expertise in software development.

    • I have researched the average salary range for Software Developers in this region.

    • I am open to negotiation based on the overall compensation package offered by the company.

  • Answered by AI
  • Q2. Ru ready to relocate
  • Ans. 

    Yes, I am open to relocating for the right opportunity.

    • I am open to relocating for the right job opportunity

    • I am willing to move to a new location for career growth

    • I am flexible and adaptable to new environments

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the product
  • Q2. The steps to createthetask
  • Ans. 

    Creating a task involves defining requirements, designing a solution, coding, testing, and deploying.

    • Define requirements for the task

    • Design a solution based on requirements

    • Code the task using appropriate programming languages

    • Test the task to ensure it functions correctly

    • Deploy the task for use by end users

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Basic java questions

Round 2 - Technical 

(2 Questions)

  • Q1. Previous experience
  • Q2. Java project you worked previously
  • Ans. 

    Developed a Java project for a banking application

    • Used Java to create backend logic for customer transactions

    • Implemented security features to protect sensitive data

    • Integrated with external APIs for currency exchange rates

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. About salary and relocation

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude and reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Oops concept in c++
  • Ans. 

    Oops concept in C++ refers to Object-Oriented Programming principles like inheritance, polymorphism, encapsulation, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Encapsulation hides the internal state of an object and only exposes necessary functionality.

    • Abstraction focuses...

  • Answered by AI
  • Q2. Stack and Queue linked list

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about CGI Group?
Ask anonymously on communities.

CGI Group Interview FAQs

How many rounds are there in CGI Group Software Developer interview?
CGI Group interview process usually has 1-2 rounds. The most common rounds in the CGI Group interview process are Technical, Aptitude Test and HR.
How to prepare for CGI Group Software Developer 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, Oracle, PLSQL, Integration Testing and JIRA.
What are the top questions asked in CGI Group Software Developer interview?

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

  1. How can a person create value by looking at a percent...read more
  2. What is null What is String is used and and char index What is pass by referenc...read more
  3. what is domian? what are data element? how to create database tab...read more
How long is the CGI Group Software Developer interview process?

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

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 22 interview experiences

Difficulty level

Easy 18%
Moderate 82%

Duration

Less than 2 weeks 75%
2-4 weeks 25%
View more
CGI Group Software Developer Salary
based on 903 salaries
₹5.6 L/yr - ₹13.9 L/yr
7% less than the average Software Developer Salary in India
View more details

CGI Group Software Developer Reviews and Ratings

based on 89 reviews

4.3/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.1

Salary

4.3

Job security

4.4

Company culture

3.7

Promotions

4.2

Work satisfaction

Explore 89 Reviews and Ratings
Software Engineer
8.4k salaries
unlock blur

₹5 L/yr - ₹12 L/yr

Senior Software Engineer
7.7k salaries
unlock blur

₹9 L/yr - ₹18.7 L/yr

Lead Analyst
3.3k salaries
unlock blur

₹15.2 L/yr - ₹26.3 L/yr

Associate Software Engineer
1.9k salaries
unlock blur

₹2.5 L/yr - ₹7 L/yr

Senior Test Engineer
1.3k salaries
unlock blur

₹9.7 L/yr - ₹17.7 L/yr

Explore more salaries
Compare CGI Group with

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
write
Share an Interview