Member Technical Staff Interview Questions

4,081 member technical staff interview questions shared by candidates

Online Assessment on HackerRank: Given a non-empty string check if it can be constructed by taking a substring of it and appending multiple copies of the substring together. You may assume the given string consists of lowercase English letters only and its length will not exceed 10000. Example 1: Input: "abab" Output: True Explanation: It's the substring "ab" twice. Example 2: Input: "aba" Output: False Example 3: Input: "abcabcabcabc" Output: True Explanation: It's the substring "abc" four times. (And the substring "abcabc" twice.)
avatar

Senior Member of Technical Staff

Interviewed at Salesforce

4
May 27, 2020

Online Assessment on HackerRank: Given a non-empty string check if it can be constructed by taking a substring of it and appending multiple copies of the substring together. You may assume the given string consists of lowercase English letters only and its length will not exceed 10000. Example 1: Input: "abab" Output: True Explanation: It's the substring "ab" twice. Example 2: Input: "aba" Output: False Example 3: Input: "abcabcabcabc" Output: True Explanation: It's the substring "abc" four times. (And the substring "abcabc" twice.)

Q: A row and column wise sorted matrix given. Print it in sorted order. Q: Maximal Sum Path in a matrix (DP). Q: Trapping Rain Water (O(n) solution). Q: Some question on computing an expression. (Solved using stacks). Q: Design questions.
avatar

Senior Member of Technical Staff

Interviewed at Salesforce

4
Aug 15, 2019

Q: A row and column wise sorted matrix given. Print it in sorted order. Q: Maximal Sum Path in a matrix (DP). Q: Trapping Rain Water (O(n) solution). Q: Some question on computing an expression. (Solved using stacks). Q: Design questions.

- General computer programming and problem solving - Data Structures and Algorithms - Web Development Deep Dive - System Design and Architecture - Behavioral and Cultural Fitment questions - Questions about past work experience, challenges and outcomes
avatar

SMTS - Senior Member of Technical Staff

Interviewed at Salesforce

4
May 19, 2021

- General computer programming and problem solving - Data Structures and Algorithms - Web Development Deep Dive - System Design and Architecture - Behavioral and Cultural Fitment questions - Questions about past work experience, challenges and outcomes

Viewing 3911 - 3920 interview questions

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