i
CGI
Group
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
Inheritance in object-oriented programming allows a class to inherit properties and behaviors from another class.
Inheritance allows for code reusability and promotes a hierarchical structure in classes.
Subclasses can access and modify the properties and methods of their parent class.
Example: class Animal { ... } class Dog extends Animal { ... }
Example: class Shape { ... } class Circle extends Shape { ... }
Reverse a string using array manipulation
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
The time taken for the clock to tick from 8'o clock to 11'o clock is 105 seconds.
Each tick represents 1/8th of an hour (45 minutes) on the clock.
From 8'o clock to 11'o clock, there are 3 hours, so the total time taken is 3 * 45 = 135 minutes = 135 * 60 = 8100 seconds.
The time taken for the clock to tick from 8'o clock to 11'o clock is 8100 - 35 = 8065 seconds.
Use SQL query to select a particular column from a table and get the count of entries.
Use SELECT statement to specify the column you want to retrieve.
Use COUNT() function to get the count of entries in that column.
Combine both in a single query to achieve the desired result.
Developed a web-based application for managing project tasks and team collaboration.
Utilized React for the front-end to create a responsive user interface.
Implemented Node.js and Express for the back-end API to handle data requests.
Integrated MongoDB for database management to store user and project data.
Employed RESTful services for seamless communication between front-end and back-end.
Implemented user authentica...
To sell remaining items at original price, the salesman can create urgency or highlight value to attract buyers.
1. Create a sense of urgency: Use phrases like 'limited stock' or 'last chance' to encourage quick purchases.
2. Highlight the value: Emphasize the quality or benefits of the item to justify the original price.
3. Bundle offers: Consider bundling the item with another product to increase perceived value.
4....
Inheritance in Java allows a class to inherit properties and methods from another class.
Inheritance is a fundamental concept in object-oriented programming.
It promotes code reusability and allows for the creation of hierarchical relationships between classes.
The class that is being inherited from is called the superclass or parent class, while the class that inherits is called the subclass or child class.
The subcl...
Encapsulation is a mechanism in Java that binds data and methods together, hiding the internal details of an object.
Encapsulation helps in achieving data hiding and abstraction.
It allows the object to control its own state and behavior.
Data members are made private and accessed through public methods (getters and setters).
Encapsulation provides better maintainability, flexibility, and security.
Example: Class with ...
Retrieve the second highest salary from a database table
Use a SQL query with ORDER BY and LIMIT to retrieve the second highest salary
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1, 1
You are given three non-zero numbers 'A', 'B', and 'C'. Your task is to determine the number created by concatenating the largest digit found in each number, in the se...
Concatenate the largest digit from three numbers to form a new number.
Find the largest digit in each number 'A', 'B', and 'C'.
Concatenate the largest digits in the order 'A', 'B', and 'C' to form the new number.
Return the final concatenated number as the output.
I appeared for an interview in Feb 2025.
Around 120 minutes. Had Different sections for coding, verbal, CS fundamentals.
I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.
Basically communication and sql 12 question and progaming mcq 12q and 2 coding question
Developed a web-based application for managing project tasks and team collaboration.
Utilized React for the front-end to create a responsive user interface.
Implemented Node.js and Express for the back-end API to handle data requests.
Integrated MongoDB for database management to store user and project data.
Employed RESTful services for seamless communication between front-end and back-end.
Implemented user authentication ...
Inheritance is a concept in object-oriented programming where a class inherits attributes and methods from another class.
Allows a class to inherit properties and behaviors from another class
Promotes code reusability and reduces redundancy
Derived class can add its own unique attributes and methods
Example: Class 'Car' can inherit from class 'Vehicle' and gain attributes like 'color' and methods like 'drive'
Inheritance in object-oriented programming allows a class to inherit properties and behaviors from another class.
Inheritance allows for code reusability and promotes a hierarchical structure in classes.
Subclasses can access and modify the properties and methods of their parent class.
Example: class Animal { ... } class Dog extends Animal { ... }
Example: class Shape { ... } class Circle extends Shape { ... }
Reverse a string using array manipulation
Create an array of characters from the input string
Iterate through the array in reverse order and append each character to a new string
Return the reversed string
Use SQL query to select a particular column from a table and get the count of entries.
Use SELECT statement to specify the column you want to retrieve.
Use COUNT() function to get the count of entries in that column.
Combine both in a single query to achieve the desired result.
To sell remaining items at original price, the salesman can create urgency or highlight value to attract buyers.
1. Create a sense of urgency: Use phrases like 'limited stock' or 'last chance' to encourage quick purchases.
2. Highlight the value: Emphasize the quality or benefits of the item to justify the original price.
3. Bundle offers: Consider bundling the item with another product to increase perceived value.
4. Targ...
The time taken for the clock to tick from 8'o clock to 11'o clock is 105 seconds.
Each tick represents 1/8th of an hour (45 minutes) on the clock.
From 8'o clock to 11'o clock, there are 3 hours, so the total time taken is 3 * 45 = 135 minutes = 135 * 60 = 8100 seconds.
The time taken for the clock to tick from 8'o clock to 11'o clock is 8100 - 35 = 8065 seconds.
Encapsulation is a mechanism in Java that binds data and methods together, hiding the internal details of an object.
Encapsulation helps in achieving data hiding and abstraction.
It allows the object to control its own state and behavior.
Data members are made private and accessed through public methods (getters and setters).
Encapsulation provides better maintainability, flexibility, and security.
Example: Class with priva...
Inheritance in Java allows a class to inherit properties and methods from another class.
Inheritance is a fundamental concept in object-oriented programming.
It promotes code reusability and allows for the creation of hierarchical relationships between classes.
The class that is being inherited from is called the superclass or parent class, while the class that inherits is called the subclass or child class.
The subclass c...
I applied via Campus Placement and was interviewed in Jan 2023. There were 3 interview rounds.
It was combination of aptitude, coding, subjects which you studied during your semesters. It was MCQ type questions but one coding question.
I applied via Campus Placement and was interviewed in Jul 2022. There were 4 interview rounds.
Some of the fundamental aptitude will be there .
It contains two questions try to solve at least one without error, it will be considered as good
I appeared for an interview before May 2024, where I was asked the following questions.
I applied via Naukri.com and was interviewed before Jul 2022. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Mar 2022. There were 5 interview rounds.
It's a combination of coding , networking, aptitude and reasoning
All together have to perform GD, where the topic is decided by all the members who are participating in that GD.
Some people should talk about advantages and some disadvantages
Finally it went very well.
I applied via Company Website and was interviewed in Mar 2021. There were 5 interview rounds.
Top trending discussions
Some of the top questions asked at the CGI Group Associate Software Engineer interview for freshers -
The duration of CGI Group Associate Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 8 interview experiences
Difficulty level
Duration
based on 350 reviews
Rating in categories
Software Engineer
8.4k
salaries
| ₹5 L/yr - ₹12 L/yr |
Senior Software Engineer
7.6k
salaries
| ₹7.8 L/yr - ₹18.6 L/yr |
Lead Analyst
3.3k
salaries
| ₹15.1 L/yr - ₹26.2 L/yr |
Associate Software Engineer
1.9k
salaries
| ₹2.5 L/yr - ₹7 L/yr |
Senior Test Engineer
1.3k
salaries
| ₹9.4 L/yr - ₹17.5 L/yr |
Accenture
Wipro
Cognizant
Capgemini