in the interview, after the introduction, I was asked about 2 DSA problems 1st based on LL - find the loop 2nd based on Trees - a medium-level leet code problem
Jr Developer Interview Questions
14,283 jr developer interview questions shared by candidates
let a = {num: 1} let b = a a.num += 1 console.log(b.num) what will be printed to the console
let a = {}; let b = {}; console.log(a===b) what will be printed to the console
Write a program to filter the array
home assignment and technical question afterwards
What are OOP principles in Java?
Give an in depth description of how binary trees work
Tell me about yourself and why do you want to join the company
The hardest question they asked was why should they hire me? This was totally unexpected , i hasn't prepared for this level of questions.
Viewing 3271 - 3280 interview questions