given an array of integers, shift all the 0s to the right most (in place solution)
Lead Software Engineer Interview Questions
3,729 lead software engineer interview questions shared by candidates
Min no of claas rooms required given the start time and end time of the classes as an array
Data structure question, two pointer technique question
c++ coding problem domain knowledge
Linkedlist reverse question in hackerrank need to submit
What technical challenges did you face where the solution was not so straight forward, and how did you address it?
your technology stack that you use
3 Round 1) HR round - simple 2) With the Director - Talk about you and your experience 3) Panel interview with technical team - Live coding and 15-minute Technical question answer, Coding question - a)Binary Search Tree - Find a K from the tree b) input: nums[], r = 0, w = 1, b = 2 output: sorted nums[] (in-place) nums = [0,2,1,2,1,0] return [0,0,1,1,2,2] withut new array
Coding question on sorted rotated array, recursion, arrays, binary search, time complexity, JWT token. Difference between encoding , encryption and hashing. Design parking lot SQL query based in joins. Normalization
Viewing 981 - 990 interview questions