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 Engineer Interview Questions and Answers for Experienced

Updated 6 May 2025

19 Interview questions

A Software Engineer was asked 2mo ago
Q. Are you willing to relocate to Bangalore?
Ans. 

Yes, I am open to relocating to Bangalore for this opportunity, as it aligns with my career goals and personal growth.

  • Bangalore is a major tech hub, offering numerous opportunities for networking and professional development.

  • Relocating would allow me to work closely with industry leaders and innovative companies.

  • I have researched the cost of living and found it manageable, making the move feasible.

  • I am excited abo...

A Software Engineer was asked 9mo ago
Q. What are the different scopes of Spring beans?
Ans. 

Spring beans can have different scopes like singleton, prototype, request, session, and application.

  • Singleton scope: Bean is created only once per Spring IoC container

  • Prototype scope: Bean is created each time it is requested

  • Request scope: Bean is created once per HTTP request

  • Session scope: Bean is created once per HTTP session

  • Application scope: Bean is created once per ServletContext

Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in HCLTech
Q3. Reverse Array Elements Given an array containing 'N' elements, th ... read more
Q4. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more
A Software Engineer was asked 9mo ago
Q. How can you improve the performance of your Spring Boot application?
Ans. 

To improve performance of a Spring Boot application, consider optimizing database queries, caching, using asynchronous processing, and monitoring performance metrics.

  • Optimize database queries by using indexes, avoiding N+1 queries, and limiting the amount of data fetched.

  • Implement caching to store frequently accessed data in memory, reducing the need to fetch data from the database repeatedly.

  • Use asynchronous proc...

A Software Engineer was asked 9mo ago
Q. How did you implement logging in your Spring Boot application?
Ans. 

Implemented logging in Spring Boot application using SLF4J and Logback

  • Added dependencies for SLF4J and Logback in pom.xml

  • Configured logback.xml for logging levels and appenders

  • Injected Logger instances using @Autowired annotation in classes

  • Used logger.debug(), logger.info(), logger.error() methods for logging

A Software Engineer was asked 9mo ago
Q. Name two design patterns used in the project.
Ans. 

Two common design patterns used in projects are Singleton and Observer patterns.

  • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

  • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.

A Software Engineer was asked 9mo ago
Q. What is the time complexity of a hashmap?
Ans. 

Time complexity of hashmap operations is O(1) on average, but can be O(n) in worst case.

  • HashMap operations like get, put, remove have constant time complexity O(1) on average due to hashing

  • In worst case scenario, all keys hash to the same bucket resulting in linear search O(n)

  • Rehashing occurs when load factor exceeds a threshold, increasing time complexity temporarily

A Software Engineer was asked 9mo ago
Q. What are the types of marker interfaces?
Ans. 

Marker interfaces are used to indicate a specific property or behavior of a class without defining any methods.

  • Marker interfaces do not contain any methods or fields.

  • They are used to provide metadata about a class.

  • Common examples include Serializable and Cloneable in Java.

  • They help in implementing design patterns like Singleton.

Are these interview questions helpful?
A Software Engineer was asked 12mo ago
Q. What tools have you used?
Ans. 

I have utilized various tools for software development, project management, and collaboration to enhance productivity and code quality.

  • Version Control: Git for tracking changes and collaborating on code with platforms like GitHub and GitLab.

  • Integrated Development Environments (IDEs): Visual Studio Code and IntelliJ IDEA for efficient coding and debugging.

  • Project Management: Jira and Trello for task tracking and ag...

A Software Engineer was asked
Q. When a function is passed as an argument to another function, it is called a callback function. Can you explain this concept further?
Ans. 

A callback function is a function passed as an argument to another function, executed after a certain event or condition.

  • Callbacks allow for asynchronous programming, enabling functions to run after others complete.

  • Example: In JavaScript, `setTimeout(() => { console.log('Hello'); }, 1000);` uses a callback to execute after 1 second.

  • Callbacks can be synchronous or asynchronous, affecting how code execution flows...

A Software Engineer was asked
Q. What is a callback?
Ans. 

A callback is a function passed as an argument to another function, executed after a certain event or condition is met.

  • Callbacks are commonly used in asynchronous programming to handle operations like API requests.

  • Example: In JavaScript, you can pass a function to setTimeout, which will be called after a specified delay.

  • Callbacks help in managing code execution order, especially in event-driven environments.

  • Exampl...

CGI Group Software Engineer Interview Experiences for Experienced

33 interviews found

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

I appeared for an interview 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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contained 2 coding questions 1 easy and 1 medium along with some aptitude questions

Round 2 - Technical 

(1 Question)

  • Q1. A little difficult technical round containing questions related to projects and DSA
Round 3 - Technical 

(2 Questions)

  • Q1. Relatively easy technical round containing theoretical questions from DSA
  • Q2. What is a vector how is it different from array

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What are tools you used
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Aug 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Easy, basic java language questions
  • Q2. String , java features, basic coding questions on streams
Round 2 - HR 

(1 Question)

  • Q1. Basic questions on current project
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is callback?
  • Q2. When a function is passed as an argument to another function. Then it is a callback function
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Dec 2020, where I was asked the following questions.

  • Q1. Technical questions
  • Q2. Are you willing to relocate to Bangalore?
  • Ans. 

    Yes, I am open to relocating to Bangalore for this opportunity, as it aligns with my career goals and personal growth.

    • Bangalore is a major tech hub, offering numerous opportunities for networking and professional development.

    • Relocating would allow me to work closely with industry leaders and innovative companies.

    • I have researched the cost of living and found it manageable, making the move feasible.

    • I am excited about th...

  • Answered by AI
  • Q3. What is your expected Cost to Company (CTC)?
  • Q4. What do you typically do in your spare time?
  • Q5. How many times do you plan your day?

Software Engineer Interview Questions & Answers

user image Kanika Gupta

posted on 13 Apr 2024

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

(1 Question)

  • Q1. What are your strengths ?
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Feb 2023. There were 5 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java questions were pretty easy
Round 2 - Technical 

(1 Question)

  • Q1. Same java questions
Round 3 - Technical 

(1 Question)

  • Q1. Client interview
Round 4 - Technical 

(1 Question)

  • Q1. Client interview
Round 5 - Technical 

(1 Question)

  • Q1. Client discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Type of marker interface
  • Q2. Name two design pattern used in project
  • Ans. 

    Two common design patterns used in projects are Singleton and Observer patterns.

    • Singleton pattern ensures a class has only one instance and provides a global point of access to it.

    • Observer pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically.

  • Answered by AI
  • Q3. Time complexity of hashmap
  • Ans. 

    Time complexity of hashmap operations is O(1) on average, but can be O(n) in worst case.

    • HashMap operations like get, put, remove have constant time complexity O(1) on average due to hashing

    • In worst case scenario, all keys hash to the same bucket resulting in linear search O(n)

    • Rehashing occurs when load factor exceeds a threshold, increasing time complexity temporarily

  • Answered by AI
  • Q4. Types of spring beans scopes
Round 2 - Technical 

(2 Questions)

  • Q1. How can you improve performance of your spring boot application
  • Ans. 

    To improve performance of a Spring Boot application, consider optimizing database queries, caching, using asynchronous processing, and monitoring performance metrics.

    • Optimize database queries by using indexes, avoiding N+1 queries, and limiting the amount of data fetched.

    • Implement caching to store frequently accessed data in memory, reducing the need to fetch data from the database repeatedly.

    • Use asynchronous processin...

  • Answered by AI
  • Q2. How did you implement logging in your springboot application
  • Ans. 

    Implemented logging in Spring Boot application using SLF4J and Logback

    • Added dependencies for SLF4J and Logback in pom.xml

    • Configured logback.xml for logging levels and appenders

    • Injected Logger instances using @Autowired annotation in classes

    • Used logger.debug(), logger.info(), logger.error() methods for logging

  • Answered by AI

Interview Preparation Tips

Topics to prepare for CGI Group Software Engineer interview:
  • java collection
  • OOPS
  • springboot
  • Microservices
  • Design Patterns
Interview preparation tips for other job seekers - Prepare core java very well and focus on collection concepts and well known design patterns, Solid principles and scenario based spring boot questions bit under standing of these concepts would be enough.

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. OOPs concept, asp.net life cycles, sql quries
  • Q2. React lifecycles

Top trending discussions

View All
Interview Tips & Stories
6d (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 Engineer 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, Coding Test and HR.
How to prepare for CGI Group Software Engineer 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, SQL, Javascript, PLSQL and Agile.
What are the top questions asked in CGI Group Software Engineer interview for experienced candidates?

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

  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
What are the most common questions asked in CGI Group Software Engineer HR round for experienced candidates?

The most common HR questions asked in CGI Group Software Engineer interview are for experienced candidates -

  1. Where do you see yourself in 5 yea...read more
  2. What are your salary expectatio...read more
  3. Why should we hire y...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.

Overall Interview Experience Rating

4.2/5

based on 17 interview experiences

Difficulty level

Easy 31%
Moderate 69%

Duration

Less than 2 weeks 69%
2-4 weeks 15%
4-6 weeks 8%
6-8 weeks 8%
View more
CGI Group Software Engineer Salary
based on 8.4k salaries
₹5 L/yr - ₹12 L/yr
11% less than the average Software Engineer Salary in India
View more details

CGI Group Software Engineer Reviews and Ratings

based on 1k reviews

4.1/5

Rating in categories

3.8

Skill development

4.2

Work-life balance

3.4

Salary

4.2

Job security

4.2

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 1k 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