J'ai postulé via une agence de recrutement. Le processus a pris 1 semaine. J'ai passé un entretien chez BT Group (Bengaluru) en déc. 2016
Entretien
I just gave online test today consist of 55 question 30 from java and 25 from aptitude and cutoff for java is 8 question. java question has negative marking.+3 and -1 system. aptitude mosty question from logical reasoning part where some condition was given based on that question answers were there.
Questions d'entretien [5]
Question 1
java question inheritance,multi threading,core java.
1.
public class Test {
public static void main(String[] args) {
Test test=new Test();
System.out.println("1");
try{
return;
}finally{
System.out.println("2");
}
System.out.println(test instanceof TP1);//line 1
}
public class Test implements TP{
public static void main(String[] args) {
Test test=new Test();
System.out.println(test instanceof TP1);
}
public interface TP extends TP1 {
}
public interface TP1 {
}
public class Test {
public static void main(String[] args) {
Test test=new Test();
}
void call() throws FileNotFoundException{
}
How many ways Child class of test Class can override call method?
public class Test{
public static void main(String[] args) {
try{
wait();
}catch(InterupttedException e){
System.out.println(e);
}
}
output of this code?
This question is from aptitude part.
a 3 digit number is A. if you write it in reverse it will become B. we know that B>A and B-A is perfectly divisible by 7. what could be the value of A
?
options are in equality form (107<A<299)
J'ai passé un entretien chez BT Group (Londres, Angleterre)
Entretien
Was asked why I wanted to join the role standard questions then moved onto a technical Q&A where I was asked about Python specifically and different programming languages that I knew.
Questions d'entretien [1]
Question 1
Explain what an object Oriented programming language is.
Good, the questions were in depth knowledge of Java and Reqct. 1 DSA question each round and LLD and HLD in round 2. The final round was on scalability and manager type questions.
I had 3 Rounds out of which two rounds are technical and last is managerial
1. Core Java, Spring boot, Streams related
2. LLD, Design related questions
3. Last Round was behavioural, scenario/situation based questions
Questions d'entretien [1]
Question 1
1. Java 8 features, Java memory model, sql queries, stream api problems
2. LLD: Design Airline System
3. About project and general discussion