let a = {num: 1} let b = a a.num += 1 console.log(b.num) what will be printed to the console
Junior Developer Interview Questions
14,281 junior developer interview questions shared by candidates
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.
the basic, about experience, skills, part of interview was in english also
Viewing 3271 - 3280 interview questions