One question regarding Leveshin Distance and another question regarding heap.
Member Technical Staff Interview Questions
4,152 member technical staff interview questions shared by candidates
Tree-related questions.
First round was based on our solution we submitted during first round and some classic DSA questions but the following round was on the knowledge of subjects.
You are given an array of zeros and ones representing an email inbox, where a 1 represents an unread email and a 0 a read one. Possible actions are open any email from the inbox view, move to the adjacent email from the one you’re reading, or back out from an email to the inbox view. Given this, return the smallest number of operations necessary to read all unread emails.
In a hardware virtualization environment, when a pagefault is generated from the virtual machine, what the hypervisor needs to do ?
Interview questions were good, according to the job description. They were oriented to performance validation as well as Kubernetes basic concepts
Given an array of numbers, find the maximum sum that can be obtained from the array such that no two adjacent elements are added in order to maximize the sum, optimize the solution to have linear time complexity and constant space. Input: array = [1, 2, 3] Output: 4
it was normal SDET related questions
How do you deal with requests for more work when you are swamped?
Provided some data summaries and asked how you would improve the visualizations to present to a DoD official with minimal math background.
Viewing 501 - 510 interview questions