i
Capgemini
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
Clear (1)
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Various exceptions can occur in PL/SQL, such as NO_DATA_FOUND, TOO_MANY_ROWS, and INVALID_CURSOR.
NO_DATA_FOUND exception is raised when a SELECT INTO statement returns no rows.
TOO_MANY_ROWS exception is raised when a SELECT INTO statement returns multiple rows.
INVALID_CURSOR exception is raised when an invalid cursor operation is performed.
I applied via Campus Placement and was interviewed in May 2024. There were 2 interview rounds.
The aptitude exam was cracked and was good
To fetch 50% records from a table using SQL query
Use the LIMIT clause to specify the number of records to return
Calculate 50% of the total records in the table to determine the limit value
Order the records in a specific way if needed before applying the LIMIT clause
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
An assessment to measure a candidate's mental aptitude/mental ability
Review the basics and practice
What people are saying about Capgemini
I applied via Campus Placement and was interviewed in Dec 2023. There were 4 interview rounds.
Basic Aptitude test but questions was really good
Quite Intermediate level coding questions Asked
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot.
List uses square brackets [], tuple uses parentheses ().
List is used for collections of items that may change, tuple for fixed collections.
Example: list - [1, 2, 3], tuple - (1, 2, 3)
String is immutable, String Buffer is mutable
String is immutable, meaning its value cannot be changed once it is created
String Buffer is mutable, meaning its value can be changed after it is created
String is faster and more memory efficient than String Buffer
String Buffer is synchronized, making it thread-safe for multiple operations
Capgemini interview questions for designations
I applied via Naukri.com and was interviewed in Mar 2024. There were 3 interview rounds.
Asking 3 to 4 Coding Test
1. Remove duplicate 'i' from input string 'india' using Java8. 2. Find second highest number from array {10,20,30,25} using Java8.
For the first question, you can use Java8 streams to filter out the duplicate 'i' from the input string.
For the second question, you can use Java8 streams to sort the array in descending order and then get the second element.
Get interview-ready with Top Capgemini Interview Questions
Filter in Java 8 is a method used to iterate through a collection and filter out elements based on a specified condition.
Filter is a method in the Stream interface in Java 8.
It takes a Predicate as an argument to specify the condition for filtering.
Example: List
Cs fundamentals que ask for test
Dsa questions based test it is
A class is a blueprint for creating objects in object-oriented programming. It defines the properties and behaviors of objects.
Classes are used to create objects with specific attributes and methods.
They help in organizing code by grouping related data and functions together.
Inheritance allows classes to inherit properties and methods from other classes.
Encapsulation ensures that data is kept private within a class.
Pol...
Object is a collection of data and methods, while encapsulation is the concept of bundling data and methods within a single unit.
Object is an instance of a class that encapsulates data and behavior.
Encapsulation hides the internal state of an object and only allows access through methods.
Encapsulation helps in achieving data hiding, abstraction, and modularity.
Example: A car object can have data like color and speed, a...
I applied via Campus Placement
Good interview very good...went well
I applied via Company Website and was interviewed in Dec 2023. There was 1 interview round.
String is immutable because it ensures data integrity, thread safety, and allows for efficient memory management.
Immutable strings prevent accidental modification of data.
Immutable strings can be safely shared across multiple threads.
Immutable strings allow for efficient memory management by reusing existing string instances.
Immutable strings enable the use of string interning for better performance.
Immutable strings f...
Find the number closest to 100 in an array.
Iterate through the array and calculate the absolute difference between each number and 100.
Keep track of the minimum difference and the corresponding number.
Return the number with the minimum difference.
The answer to the question is the string with the longest length in an array of strings.
Iterate through the array of strings and keep track of the string with the longest length.
Compare the length of each string with the current longest string and update it if necessary.
Return the string with the longest length.
The question is about the output of a string concatenation operation.
The output of a string concatenation operation is a new string that combines the original strings.
The order of the strings in the concatenation operation determines the order in the output.
The concatenation operator in most programming languages is the plus sign (+).
Code to call a method from an interface
Create a class that implements the interface
Override the method in the class
Create an object of the class and assign it to the interface type
Call the method using the interface reference
Some of the top questions asked at the Capgemini Software Developer interview -
The duration of Capgemini Software Developer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 137 interviews
4 Interview rounds
based on 399 reviews
Rating in categories
Consultant
55.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Consultant
50.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Consultant
46.1k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Analyst
20.7k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
20.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Wipro
Accenture
Cognizant
TCS