Me postulé en línea. Acudí a una entrevista en DNB (Oslo) en nov 2022
Entrevista
Four Rounds 1. Intro 2. Live coding There were two questions. Both are related to String which implements map to get the final result. For example, first non repetitive character in a String. 3. System Design 4. Personality test
Me postulé en persona. El proceso tomó 2 semanas. Acudí a una entrevista en DNB (Oslo) en nov 2018
Entrevista
3 rounds of interview.
1. HR and personality
2. Technical
3. Final and HR
Mostly focused on 2nd round which is technical .
1st round is about the test which applicant has given.
I didn't had 3rd round but I am sure that is related to salary and process with closing interview.
Preguntas de entrevista [1]
Pregunta 1
1st round:
All the questions are asked based on two online tests which applicant needs to take.
Me postulé a través de una recomendación de un empleado. El proceso tomó 1 semana. Acudí a una entrevista en DNB en mar 2018
Entrevista
What are the important features of Java 8 release?
What do you mean by platform independence of Java?
What is JVM and is it platform independent?
What is the difference between JDK and JVM?
What is the difference between JVM and JRE?
Which class is the superclass of all classes?
Why Java doesn’t support multiple inheritance?
Why Java is not pure Object Oriented language?
What is difference between path and classpath variables?
What is the importance of main method in Java?
What is overloading and overriding in java?
Can we overload main method?
Can we have multiple public classes in a java source file?
What is Java Package and which package is imported by default?
What are access modifiers?
What is final keyword?
What is static keyword?
What is finally and finalize in java?
Can we declare a class as static?
What is static import?
What is try-with-resources in java?
What is multi-catch block in java?
What is static block?
What is an interface?
What is an abstract class?
What is the difference between abstract class and interface?
Can an interface implement or extend another interface?
What is Marker interface?
What are Wrapper classes?