regular data structures and algorithms questions, mostly arrays and stacks, queues.
Staff Engineer Interview Questions
5,885 staff engineer interview questions shared by candidates
What makes you want to move to this area (it was a job I would need to relocate to). What experience do you have with site assessments and field work.
1. How to get child records of a Parent record if given with it's sys_id. Child may contain more child records to it and should return all child records to the last level. 2. array has 'n' number of elements in it and you should print multiplication of those numbers excluding the number in first position in first iteration and second number in second iteration and so on.. ex: array has 1,2,3,4,5 it should print result in following way 2*3*4*5 1*3*4*5 1*2*4*5 1*2*3*4 3. create a text box with 0 as input by default on UI and create two buttons below as '+' , '-'. When + is clicked, 0 in the text input should become 1 and keep on increasing upon multiple clicks. When - is clicked, 0 should be decremented and so on..
As mentioned in the description.
LC medium question , easy one
The prior experience, the problem we faced and whats the solution , why do we choose that solution.
Asked Datas Structure and algorithms.
I was asked to design 2 systems with different use cases.
Remote work Vs in office preference.
find the number of times a given small string appears in an another big string
Viewing 4671 - 4680 interview questions