Me postulé en línea. El proceso tomó 1 día. Acudí a una entrevista en Capgemini Engineering (Gurgaon, Haryana) en may 2018
Entrevista
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.
Preguntas de entrevista [7]
Pregunta 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();
}
}
Me postulé en persona. El proceso tomó 2 semanas. Acudí a una entrevista en Capgemini Engineering (Bengaluru) en jul 2023
Entrevista
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.
Preguntas de entrevista [1]
Pregunta 1
Tell me about yourself OOPS Basic concepts of java Coding question : To sort an array or collection without using inbuilt function
El proceso tomó 6 días. Acudí a una entrevista en Capgemini Engineering
Entrevista
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.