Member Technical Staff Interview Questions

4,152 member technical staff interview questions shared by candidates

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.
avatar

Member of Technical Staff New Grad

Interviewed at Nutanix

3.8
May 28, 2019

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.

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
avatar

Member of Technical Staff

Interviewed at Nutanix

3.8
Feb 4, 2020

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

Viewing 501 - 510 interview questions

Glassdoor has 4,152 interview questions and reports from Member technical staff interviews. Prepare for your interview. Get hired. Love your job.