I applied online. The process took 2 months. I interviewed at BT Group (Londres, Inglaterra) in Jan 2017
Interview
Submitted CV, completed online test and had a Skype interview. Online test consisted of reviewing actions in terms of priority in given situations. Skype interview asked many questions about my knowledge of BT itself and a few situational questions.
Interview questions [1]
Question 1
Q: Name a recent development in BT that interests you.
I applied in-person. The process took 3 weeks. I interviewed at BT Group (Bengaluru) in Jan 2017
Interview
I went three days in BT first for online test then 1st technical then 2nd technical, my second technical went awesome, they asked easy question only and I answered all the question correctly, but they rejected don't know why. They are just passing the time any day you go there, you will find 50 of people came for interview and 100 for online test even on saturday also. They are doing this for company advertisement. if you have more time to waste then go. I went three days but never saw any one who cleared all the round. I think they are selecting 1 after taking 1000 interview. One more thing, when I was going out from that company I found my interviewer at ground floor then he also saw me and then he hide himself beside some people, what a junk guy he is.
Interview questions [1]
Question 1
easy java question like run time polymorphism and second highest salary from table in sql
I applied through a staffing agency. The process took 1 week. I interviewed at BT Group (Bengaluru) in Dec 2016
Interview
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.
Interview questions [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)