check if an expression with 3 different kind of parenthesis is valid
Junior Software Engineer Interview Questions
7,249 junior software engineer interview questions shared by candidates
Java threads and difference between runnable and thread sleep method schema normalization sdlc cycle project related questions
oops ,overloading ,overriding, programs, basic questions about java
Discuss on a given topic as part of Group Discussion
Just asked about linked list, string reverse, hashset and linked hashset.
Refactor the payment process method in the codebase
Simple algorithm questions, java basics, tech stack questions
Mostly culture fit type questions.
what do you do in your free time
Codility Questions -> LeetCode Style. 1. you are given a message (String) and K (number), and you need to return an edited message (String) to be displayed at some app that can display at most K chars for this message. for this you need to edit the message only between words and add " ..." in the end. for example: "this is an example message", K = 10 : return "this ,,, " because "this is ,,," length is 11 and you need to omit "is" as well. 2. you are given a string representing moves of a robot "<><>v^" in a 2D plane. you are starting at (0,0) and need to return True or False if the robot path after the moves creats a rectangle. 3. https://leetcode.com/discuss/interview-question/4309863/Microsoft-OA-Historical-Max-Profit-of-a-Stock/ I though I was doing great, and I passed all the example tests. I think I fell on "performance" tests. LESSON LEARNED : AVOID RECURSION IF THE INPUT CAN BE LARGE! :(
Viewing 1811 - 1820 interview questions