J'ai postulé en ligne. Le processus a pris 1 jour. J'ai passé un entretien chez Capgemini Engineering (Gurgaon, Haryana) en mai 2018
Entretien
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.
Questions d'entretien [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();
}
}
J'ai postulé en personne. Le processus a pris 2 semaines. J'ai passé un entretien chez Capgemini Engineering (Bengaluru) en juill. 2023
Entretien
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.
Questions d'entretien [1]
Question 1
Tell me about yourself OOPS Basic concepts of java Coding question : To sort an array or collection without using inbuilt function
Le processus a pris 6 jours. J'ai passé un entretien chez Capgemini Engineering
Entretien
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
J'ai passé un entretien chez Capgemini Engineering
Entretien
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.