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

Updated 14 Jan 2025

Top CGI Group Software Developer Interview Questions and Answers for Experienced

View all 6 questions

CGI Group Software Developer Interview Experiences for Experienced

7 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

Software Developer Interview Questions Asked at Other Companies for undefined

asked in Amazon
Q1. Fenwick Tree Problem Statement You are provided with an array/lis ... read more
asked in Infosys
Q2. 1. what is the difference between exception and error. How did u ... read more
asked in Amazon
Q3. Fire in the Cells Problem Statement Given a matrix MAT of size N ... read more
asked in Amazon
Q4. Find All Pairs Adding Up to Target Given an array of integers ARR ... read more
Q5. Is the Sentence a Pangram? Ninja is relocating to a place called ... read more
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

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

CGI Group interview questions for designations

 Associate Software Developer

 (2)

 Senior Software Developer

 (2)

 Junior Software Developer

 (1)

 Full Stack Software Developer

 (1)

 Python Software Developer

 (1)

 Software Engineer

 (78)

 Software Tester

 (1)

 Software Testing

 (1)

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

Get interview-ready with Top CGI Group Interview Questions

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

Interview Questionnaire 

4 Questions

  • Q1. All questions about java only. 1. Different between interface and abstract class . 2.questions on rest Threads 3.java object on hashcode 4. Previous company projects
  • Q2. All about java 1. Explain collection hierarchy 2.Explain exception hierarchy 3.how many of classes in java 4.what are problem u faced while deploying the project and etc on deployment
  • Ans. 

    Collection hierarchy in Java includes interfaces like Collection, List, Set, Queue, and Map with their respective implementations.

    • Collection interface is the root interface in the collection hierarchy

    • List interface extends Collection and allows duplicate elements, with implementations like ArrayList and LinkedList

    • Set interface extends Collection and does not allow duplicate elements, with implementations like HashSet a...

  • Answered by AI
  • Q3. What will be work if hire . And
  • Q4. All about package and joining date

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

Interview Questionnaire 

2 Questions

  • Q1. They asked me on java and I have joined as a fresher they not much questions as I got selected as fresher on oops concepts and collections
  • Q2. Please be confident while facing interview and they will check your communication skills

I was interviewed in Mar 2021.

Interview Questionnaire 

1 Question

  • Q1. .net core , mvc basics and some scripting language

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basics , know about your current project . If interviewer asks you if you have to ask anything , do ask . For my case I asked for his advice where I need to improve. He answered genuinely and even came to know about my other technical skills .

CGI Group Interview FAQs

How many rounds are there in CGI Group Software Developer interview for experienced candidates?
CGI Group interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the CGI Group interview process for experienced candidates are Technical, Aptitude Test and HR.
How to prepare for CGI Group Software Developer interview for experienced candidates?
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 for experienced candidates?

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

  1. what is domian? what are data element? how to create database tab...read more
  2. what is exception handling in j...read more
  3. what is oop concept in j...read more

Tell us how to improve this page.

CGI Group Software Developer Interview Process for Experienced

based on 6 interviews

2 Interview rounds

  • Aptitude Test Round
  • Technical Round
View more
CGI Group Software Developer Salary
based on 831 salaries
₹3.8 L/yr - ₹14.5 L/yr
At par with the average Software Developer Salary in India
View more details

CGI Group Software Developer Reviews and Ratings

based on 85 reviews

4.2/5

Rating in categories

4.2

Skill development

4.4

Work-life balance

4.1

Salary

4.3

Job security

4.3

Company culture

3.7

Promotions

4.1

Work satisfaction

Explore 85 Reviews and Ratings
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.9k 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