Envié una solicitud electrónica. El proceso duró 2 días. Acudí a una entrevista en Unilog Content Solutions (Bengaluru) en abr 2021
Entrevista
Recruiter approached via Linkedin and scheduled an interview.
Duration was 30 minutes and the areas tested were whichever I mentioned on my resume related to backend - SQL , Struts, Java, JS
Preguntas de entrevista [1]
Pregunta 1
Java questions:
What is bytecode?
Explain singleton class. Can we achieve singleton without private constructor?
Explain wrapper class in Java?
What is Just in time compiler?
String s ="nfs" vs String s = new String()?
JS questions:
Difference between "==" and "===" in JS
What are Data types in Javascript?
JS vs JQuery
Struts questions:
Significance of properties file in Struts.
Struts explain flow.
Filters vs interceptors in struts
redirect vs redirectAction in struts
Explain what Value stack is
SQL:
Sql query to get col values that start with ‘a’
What is right join?