After Phone screen
https://leetcode.com/discuss/interview-question/5593395/oracle-healthcare-consulting-mts-phone-screen/2587244
Had a vitual onsite with Healthcare team.
- Coding + system design: Asked job scheduling system and had a discussion for about 35-mins, then asked a coding question (Merge K sorted list)
- Behavioral
- Coding: It was basically implementing File editor with 4 functions (add, backspace, del, cursor_left, cursor_right) (It was a question in hacker rank): Basically this problem I solved using Stack and Queue.
Every add operation will add characters in a stack. cursor_left operation will remove characters from stack and add to queue. Cursor_right will be opposite. backspace will remove chars from stack. del will remove chars from queue
- It was bar raiser round mostly behavioral
- System Design + behavioral (asked a system to scan millions of resources for vulnerability detections)
Still waiting result.