Candidatei-me online. O processo levou 1 dia. Fui entrevistado pela Capgemini Engineering (Gurgaon, Haryana) em mai. de 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.
Perguntas de entrevista [7]
Pergunta 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();
}
}
Candidatei-me pessoalmente. O processo levou 2 semanas. Fui entrevistado pela Capgemini Engineering (Bengaluru) em jul. de 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.
Perguntas de entrevista [1]
Pergunta 1
Tell me about yourself OOPS Basic concepts of java Coding question : To sort an array or collection without using inbuilt function
O processo levou 6 dias. Fiz uma entrevista na empresa 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
Fiz uma entrevista na empresa Capgemini Engineering.
Entrevista
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.