How to test Lightning Components?
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.
Went over my solution to the timed programming test and how to improve it. Walked through various workload deployment and scaling scenarios.
Why salesforce?
About architectural design
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.
How can your ideas fit to the team area of research?
REST APIs designing
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.)
Viewing 591 - 600 interview questions