The interviewer was so proud, as if only he knew the concepts of Java and Selenium. The answers that I gave in the context of Selenium and Java questions, he was just nullifying them and did not want to listen to the concepts I told him.
Fun part is that he himself is not aware of the basic concept of memory allocation and value assignment to a variable and an object. I gave the correct answer to the question he asked me in Java, but he acted like I don't know the basics of Java.
Ultimately, he has not agreed to a single answer I have given him and asked me to leave for the day. It is so sad that a company with such brand value asks such employees to take the interview who even don't know the basics of Java and argue with the candidate based on their own wrong analysis.
The question is from string.
java class Test { public static void main(String args[]) { String t1 = "Auto"; String t2 = "Auto";
System.out.println(t1==t2); //Line1
String x1=new String("Java"); String x2 =new String("Java");
System.out.println(x1==x2); //Line 2 } }
What is the output of Line 1 and Line 2?
The following metrics were computed from 1 interview experience for the Fidelity Investments QA Automation Engineer role in India.
Fidelity Investments's interview process for their QA Automation Engineer roles in India is extremely selective, failing the vast majority of engineers.
Candidates reported having very negative feelings for Fidelity Investments's QA Automation Engineer interview process in India.