Describe the top 3 factors that are important to you in a company
Member Technical Staff Interview Questions
4,283 member technical staff interview questions shared by candidates
What are you looking for in a job? Tell me about the projects you've done. Fortunately, I had a number of projects that I could talk about.
How experienced am I at rock climbing?
One of the key questions was: “Design a distributed caching system like Memcached. How would you ensure consistency and fault tolerance?”
Telephonic Interview : Given a string S, check if the letters can be rearranged so that two characters that are adjacent to each other are not the same. If possible, output any possible result. If not possible, return the empty string. Example 1: Input: S = "aab" Output: "aba" Example 2: Input: S = "aaab" Output: "" Note: S will consist of lowercase letters and have length in range [1, 500].
1. Please describe your previous experience? 2. Why Salesforce? 3. Basics about Java, C++ 4. Leetcode medium-level questions 5. System design
Print the left view of a tree
Ich wurde gefragt, an welchen speziellen Ecommerce-Fachthemem ich schon entwicklungsseitigt beteiligt war.
You're given a list of installation dependencies. Then you're given a sequence of install/remove/list program commands, and you're supposed to output what programs get installed such that all dependencies are satisfied, and what programs are removed when nothing depends on them. Kind of like a very bare bones version of Linux's APT tool.
find missing element if n-1 number is given from 1 to n
Viewing 871 - 880 interview questions