I applied online. The process took 1 day. I interviewed at Capgemini Engineering (Gurgaon, Haryana) in May 2018
Interview
It was a walk in drive.They conducted direct interview.There were around 15 applicants.The interviewer asked 5-6 questions to test basic logic and core java concepts.Interview started at 9 : 30 am went till 12 :30 .The offered job location was Faridabad.
Interview questions [7]
Question 1
What is the output of the below program?
package com.aricent.interview;
class C
{
static int a=3;
void m1() {}
void m2() {}
void m3() {}
static void m4() {System.out.println("--Parent class--static--method---");}
}
class B extends C
{
void m1() {}
void m2() {}
void m3() {}
static void m4() {System.out.println("---Child class ---static method---");}
void m5() {}
}
public class A {
public static void main(String[] args) {
C c=new B();
c.m1();
c.m2();
c.m3();
c.m4();
c=null;
c.a=8;
System.out.println(c.a);
c.m5();
}
}
I applied in-person. The process took 2 weeks. I interviewed at Capgemini Engineering (Bengaluru) in Jul 2023
Interview
Nice experience I have only attended first round of interview . The interview was online they first focus on the basic then go to the advance level to clear this you must have good knowledge of the basics concept and coding.
Interview questions [1]
Question 1
Tell me about yourself OOPS Basic concepts of java Coding question : To sort an array or collection without using inbuilt function
The process took 6 days. I interviewed at Capgemini Engineering
Interview
Interview was smooth, asked cultural questions and few technical questions. It did not feel like an interview. They asked about my day to day life at work, techs I use, questions around my CV
One technical and one HR, It is video interview in Teams. Technical round is around 30 minutes for me and 10 minutes of HR round where the package will be discussed.