How would you handle a situation if a stakeholder wanted to change the process?
Software Engineer 2 Interview Questions
2,525 software engineer 2 interview questions shared by candidates
Array/Stack based question on frequency on numbers
Related to topics related to profile
1. Given string s and integer k. Find max number of vowels in substring of size k. a,e,i,o,u s = "abciiidef", k = 3 Output: 3 ("iii") s = "aeiou", k = 2 Output: 2 s = "abhishek", k = 4 Output : 2 2. You have N bags of candy. The ith bag contains arr[i] pieces of candy. It takes you 1 minute to eat all of the pieces of candy in the bag , and as soon as you finish, the bag refills with x/2 pieces of candies. You have k minutes to eat as much candy as possible. How many pieces of candy can you eat? N = 5 k = 3 arr = [2, 1, 7, 4, 2] output = 14
When did you take customer feedback and used it to innovate the application
LP questions and 1 Leetcode question
Coding round -> Graph problem that required BFS System Design -> Design Pastebin
1. Duplicate in a string, unique character in a string, and keeping all similar character together in a string.. PS: All above requirement are applicable to single question
System Design: Design a google doc-type service Coding Question: Leetcode-like questions that require you to solve problems mostly with hashmaps (think two-sum but with an object) Watch out for questions that are not looking for exact results but coding styles as if you don't expect them you can waste a lot of time making assumptions.
Leadership principle questions coding - Sliding Window DS - LRU Cache, Low Level Design - Design Parking Lot System Design - Chat application
Viewing 1501 - 1510 interview questions