i
Capgemini
Filter interviews by
I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.
To predict output for an interface program in C#
Understand the input parameters and expected output of the interface program
Analyze the logic and algorithms used in the program
Consider edge cases and potential errors in the program
Use debugging tools and test cases to validate the output prediction
C# program to reverse a string of text
Use the ToCharArray method to convert the string to a char array
Use a for loop to iterate through the array and reverse the characters
Use the String constructor to create a new string from the reversed char array
Using LINQ to manipulate string arrays in C#
Use LINQ methods like Where, Select, OrderBy, etc. to filter, transform, or sort string arrays
Example: string[] names = {"Alice", "Bob", "Charlie"}; var result = names.Where(name => name.Length > 4);
Example: string[] fruits = {"apple", "banana", "cherry"}; var sortedFruits = fruits.OrderBy(fruit => fruit);
About basic test of knowledge on english & general knowledge
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
Flows can be invoked using other flows and Apex. Apex classes can be invoked from a flow by using invocable methods and passing variables as input parameters.
To invoke a flow from another flow, use the 'Launch Flow' element in the Flow Designer.
To invoke an Apex class from a flow, create an invocable method in the Apex class and annotate it with @InvocableMethod.
Pass variables from a flow to an Apex class by defining i...
Master-detail relationship on Contact as child object is not allowed due to data integrity concerns.
Contact is a standard object and cannot be a child object in a master-detail relationship
Master-detail relationships require the child object to have a lookup to the parent object
Contacts are often used as the primary object in many relationships, making it unsuitable as a child object
Child to parent communication in LWC allows a child component to communicate with its parent component.
Child components can dispatch custom events to communicate with parent components.
Parent components can listen for these custom events and handle them accordingly.
This communication pattern helps in passing data and triggering actions between components.
Write triggers to update user email from contact emails
Create a trigger on the User object
Query for related Contact records
Update User email field with Contact email
LWC ensures data refresh by using Lightning Data Service and @wire decorator.
LWC uses Lightning Data Service to ensure data refresh without needing to write Apex code.
The @wire decorator in LWC allows for declarative data binding and automatic refresh when data changes.
LWC components can also manually refresh data using imperative Apex calls or by calling the refreshApex() method.
What people are saying about Capgemini
I am a dedicated and detail-oriented individual with experience in data entry and process management.
Experienced in data entry and process management
Detail-oriented and dedicated
Strong organizational skills
Proficient in Microsoft Office suite
Capgemini interview questions for popular designations
I applied via LinkedIn and was interviewed in Nov 2024. There were 3 interview rounds.
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses an array of buckets to store key-value pairs.
Keys are hashed to determine the index where the value will be stored.
In case of hash collisions, a linked list or balanced tree is used to store multiple entries in the same bucket.
HashMap allows one null key and multiple null values.
Example: HashMap&...
Get interview-ready with Top Capgemini Interview Questions
I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.
Developed a web-based project management tool for tracking tasks and deadlines.
Used React.js for front-end development
Implemented RESTful APIs using Node.js and Express
Utilized MongoDB for database management
Incorporated authentication and authorization features for user security
Microservice architecture is an architectural style that structures an application as a collection of loosely coupled services.
Each service is self-contained and can be developed, deployed, and scaled independently.
Services communicate with each other over lightweight protocols like HTTP or messaging queues.
Microservices allow for better scalability, flexibility, and resilience compared to monolithic architectures.
Exam...
Basic aptitude test mine was for cloud infrastructure so questions on cloud
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
The @BeforeMethod annotation is used to run a method before each test method in a class, while @BeforeTest is used to run a method before any test method in a test tag.
The @BeforeMethod annotation is specific to TestNG framework and is used to initialize test data before each test method.
@BeforeTest annotation is also specific to TestNG and is used to initialize test data before any test method in a test tag.
If a class...
Some of the top questions asked at the Capgemini interview -
The duration of Capgemini interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 3.7k interviews
Interview experience
based on 41.7k reviews
Rating in categories
Consultant
55.2k
salaries
| ₹5.2 L/yr - ₹17.5 L/yr |
Associate Consultant
50.8k
salaries
| ₹3 L/yr - ₹10 L/yr |
Senior Consultant
46.1k
salaries
| ₹7.5 L/yr - ₹24.5 L/yr |
Senior Analyst
20.6k
salaries
| ₹2 L/yr - ₹7.5 L/yr |
Senior Software Engineer
20.2k
salaries
| ₹3.5 L/yr - ₹12.1 L/yr |
Wipro
Accenture
Cognizant
TCS