Senior Member Technical Staff Interview Questions

623 senior member technical staff interview questions shared by candidates

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.

Nothing was difficult in terms of the interview questions as such. The rpt test could have been better where the interviewer ran over the problem first with me and then started the clock. I lost time in understanding the question myself. A 10-20 extra minutes would have helped me produce cleaner code. In fact, I spent an extra hour after the interview and completed it incl testing with the given inputs and conditions.
avatar

Senior Member of Technical Staff

Interviewed at Salesforce

4
Apr 11, 2016

Nothing was difficult in terms of the interview questions as such. The rpt test could have been better where the interviewer ran over the problem first with me and then started the clock. I lost time in understanding the question myself. A 10-20 extra minutes would have helped me produce cleaner code. In fact, I spent an extra hour after the interview and completed it incl testing with the given inputs and conditions.

Sorry cant share exact interview question but in general, Its all depends how deeply u know salesforce concept. SMTS position do require extensive salesforce development knowledge + you should understand salesforce the way it works. Its in and out. After that it depends on the work you are doing on ur past project/company. Whatever you will say you need to make sure that you have done it and u know it. SMTS interview position will also cover salesforce config area , ur solution consulting skill and ur ability to work in a team and handle junior developer as well.
avatar

Senior Member of Technical Staff

Interviewed at Salesforce

4
Nov 26, 2019

Sorry cant share exact interview question but in general, Its all depends how deeply u know salesforce concept. SMTS position do require extensive salesforce development knowledge + you should understand salesforce the way it works. Its in and out. After that it depends on the work you are doing on ur past project/company. Whatever you will say you need to make sure that you have done it and u know it. SMTS interview position will also cover salesforce config area , ur solution consulting skill and ur ability to work in a team and handle junior developer as well.

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

Viewing 591 - 600 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 623 interview questions and reports from Senior member technical staff interviews. Prepare for your interview. Get hired. Love your job.