I applied through an employee referral. The process took 4 weeks. I interviewed at Capgemini Engineering (Blagnac)
Interview
1° entretien avec un Account Manager et un RH : Dialogue positif et constructif sur la structure et le process de recrutement.
2° entretien avec un Team Manager : entretien fermé avec un profil ingénieur n'ayant pas préparé l'interview. Peu d'attention de la part du Team Manager (profil ingénieur) pour le profil & compétences du candidat, dialogue de sourds.
Feedback négatif quelques jours plus tard par téléphone par le RH, mentionnant un manque d'expérience dans un domaine qui aurait pu être identifié dès le premier RDV.
Interview questions [1]
Question 1
Quelle est votre conception du métier de consultant ?
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 through college or university. The process took 2 days. I interviewed at Capgemini Engineering (Sivakasi) in Sep 2015
Interview
Got Placed in campus - 1st round in AMCAT pattern , 2nd round 2 hrs technical round -- full of your domain basics
Final HR Round
HR round id jus for Name Sake -- If you clear the technical round , its fine you will be selected for sure
Interview questions [1]
Question 1
DDDD inside each D a alphabet was written as W E S T together called as WEST in D's (West Indies)