Web scrapping
Member Technical Staff Interview Questions
4,044 member technical staff interview questions shared by candidates
Shortest distance bw source and destination in a 2d array?
Find the pivot element in a rotated sorted array?
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.)
No particularly difficult questions.
How would you test ios app?
Data structure, algorithm questions. Object-oriented design. Behavior problems.
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.
Tell me about your previous projects.
Trees, Graphs, Arrays, LinkedList,Stacks Inventory Management
Viewing 3871 - 3880 interview questions