Member Technical Staff Interview Questions

4,044 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.

Viewing 3871 - 3880 interview questions

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