Nothing about my assigned project or anything about my prior experience. Just wanted me to write some simple JS functions.
Senior Software Developer Interview Questions
7,038 senior software developer interview questions shared by candidates
Java, Spring Boot, Maven, Jenkins, AWS
Given an array A positive integers, sort the array in ascending order such that element at index K in unsorted array stays unmoved and all other elements are sorted. Input : arr[] = {10, 4, 11, 7, 6, 20} k = 2; Output : arr[] = {4, 6, 11, 7, 10, 20} Input : arr[] = {30, 20, 10} k = 0 Output : arr[] = {30, 10, 20}
OOPS
Architecture level question asked mostly
Spring boot notations ,Kubenertes
Vector implementation in C++ and it should compile
Poorely framed questions
Questions are about data structure and algorithms.
How many constructor? Abstract class and interface difference ? Intermediate questions about SQL Server
Viewing 1841 - 1850 interview questions