Member Technical Staff Interview Questions

11,191 member technical staff interview questions shared by candidates

Questions depend on your prior work-ex, technical domain, problem-solving skills, and programming skills. How logical math problems and asked how can be coded in python, how packet flows in an SDN system, test automation design by giving scenarios, how would you debug a problem, etc.
avatar

Member of Technical Staff, QE

Interviewed at Nutanix

3.8
Feb 19, 2020

Questions depend on your prior work-ex, technical domain, problem-solving skills, and programming skills. How logical math problems and asked how can be coded in python, how packet flows in an SDN system, test automation design by giving scenarios, how would you debug a problem, etc.

1. Given an array that contains distinct integers, find the sum of minimum elements of all subsequences. E.g.- Array is [3, 1, 2] Subsequences will be: [3], [3, 1], [3, 2], [3,1,2], [1], [1, 2] and [2] Minimum elements: 3, 1, 2, 1, 1, 1, 2 Answer: 11 2. Check if a Pythagorean triplet is present in an array with distinct integers. E.g. - array: [3, 10, 8, 6, 7] Pythagorean triplet exists: 6,8,10 3. Given a 2D array containing only 0 and 1. Each row is sorted. Find the maximum number of 0 in a row. E.g.- [[0, 0, 0, 1, 1, 1, 1] [0, 1, 1, 1, 1, 1, 1] [0, 0, 0, 0, 0, 0, 1] [0, 0, 1, 1, 1, 1, 1]] Answer: 6
avatar

Senior Member of Technical Staff

Interviewed at Nutanix

3.8
Jun 7, 2021

1. Given an array that contains distinct integers, find the sum of minimum elements of all subsequences. E.g.- Array is [3, 1, 2] Subsequences will be: [3], [3, 1], [3, 2], [3,1,2], [1], [1, 2] and [2] Minimum elements: 3, 1, 2, 1, 1, 1, 2 Answer: 11 2. Check if a Pythagorean triplet is present in an array with distinct integers. E.g. - array: [3, 10, 8, 6, 7] Pythagorean triplet exists: 6,8,10 3. Given a 2D array containing only 0 and 1. Each row is sorted. Find the maximum number of 0 in a row. E.g.- [[0, 0, 0, 1, 1, 1, 1] [0, 1, 1, 1, 1, 1, 1] [0, 0, 0, 0, 0, 0, 1] [0, 0, 1, 1, 1, 1, 1]] Answer: 6

phone screen - 1. basic string question (make sure to handle all corner cases and null pointer checks if writing in 'C') 2. Basic concepts of Distributed systems and discussion on how to build a fault tolerant distributed metastore Onsite: 1. Distributed systems, Linux Kernel programming concepts, implementing hashtables and LRU caches, C specific questions like writing a strcompare etc. Make sure you know in-depth about the projects listed in your resume, strong C/C++ programming skills a big plus, good understanding of Operating system concepts like process/threads/paging/synchronizations, Distributed system concepts like CAP theorem, fault tolerance, failure detectors, leader elections and be able to apply these concepts in designing a system.
avatar

Member of Technical Staff

Interviewed at Nutanix

3.8
Oct 22, 2015

phone screen - 1. basic string question (make sure to handle all corner cases and null pointer checks if writing in 'C') 2. Basic concepts of Distributed systems and discussion on how to build a fault tolerant distributed metastore Onsite: 1. Distributed systems, Linux Kernel programming concepts, implementing hashtables and LRU caches, C specific questions like writing a strcompare etc. Make sure you know in-depth about the projects listed in your resume, strong C/C++ programming skills a big plus, good understanding of Operating system concepts like process/threads/paging/synchronizations, Distributed system concepts like CAP theorem, fault tolerance, failure detectors, leader elections and be able to apply these concepts in designing a system.

level order traversal with and without recursion and using DP, few other DP based questions, tries, networking and DS questions. Design based questions, one question also on implementing a process table and killing all the child and grandchild processes once a main one was terminated.
avatar

Member of Technical Staff

Interviewed at Nutanix

3.8
Nov 14, 2015

level order traversal with and without recursion and using DP, few other DP based questions, tries, networking and DS questions. Design based questions, one question also on implementing a process table and killing all the child and grandchild processes once a main one was terminated.

Typical Technical Interview on Data Structures and Algorithms. -Arrays -Linked Lists -BST -Dynamic Programming -Multi-Threaded programming -Operating System knowledge processes, threads, paging etc. -Know how to write idiomatic code in C
avatar

Member of Technical Staff

Interviewed at Nutanix

3.8
Dec 2, 2016

Typical Technical Interview on Data Structures and Algorithms. -Arrays -Linked Lists -BST -Dynamic Programming -Multi-Threaded programming -Operating System knowledge processes, threads, paging etc. -Know how to write idiomatic code in C

Viewing 3521 - 3530 interview questions

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