Mostly about spring and core java
Senior Development Engineer Interview Questions
1,534 senior development engineer interview questions shared by candidates
Java, SQL, Selenium, Situational questions
1. Given an string , and an integer k , Just output all the duplicate substrings of length k. Nothing mentioned about the time ,space complexity . 2. Given the hierarchy as below: 1: 3,4,5,6 . //employees who reports to 1 are with id as 3,4,5,6 3:12,10, 9 5: 100,23 Now you have given an id and tell all the direct as well as indirect reportees for that id employee. i.e: id: 1 Output: [3,4,5,6,12,10,9,100,23]
keep track of max in stack for all the elements inserted and then popped later
Coding round : Finding if a String is an anagram of another.
Managerial round : Write a program which will last the test of time. Meaning the requirement might change in future but the code should only minimally change.
Design problem was very unique. Something which Hotstar is currently working on. All the interview rounds had different flavours of questions nothing to be easily googled or on geeks for geeks
Architectural questions.
Question about products with 5 star reviews and how many 5 star products needed to obtain a certain rating.
Do you know AGILE?
Viewing 201 - 210 interview questions