Dont remember but the problem solving was several ones
Junior Software Interview Questions
12,128 junior software interview questions shared by candidates
- Python questions on fundementals - Generic questions
you're given an array you need to return a promise if the array is empty then return the array elements.
Employee table was given Need to find out the total employees in each department. [ group by]
API related Quesitons , Difference between GET and POST Why we can not update with GET ?
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
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
Data Structure, Database, Language of your choice, Operating system
Viewing 2701 - 2710 interview questions