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.)
Member Technical Staff Interview Questions
4,081 member technical staff interview questions shared by candidates
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
Topological sorting, depth first search, JavaScript.
System design questions from Algoexpert Performance and scalability STAR behavioral questions
- General computer programming and problem solving - Data Structures and Algorithms - Web Development Deep Dive - System Design and Architecture - Behavioral and Cultural Fitment questions - Questions about past work experience, challenges and outcomes
Viewing 3911 - 3920 interview questions