Oracle Healthcare (Consulting MTS) Virtual Onsite
Anonymous User
397

After Phone screen
https://leetcode.com/discuss/interview-question/5593395/oracle-healthcare-consulting-mts-phone-screen/2587244

Had a vitual onsite with Healthcare team.

  1. Coding + system design: Asked job scheduling system and had a discussion for about 35-mins, then asked a coding question (Merge K sorted list)
  2. Behavioral
  3. 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
  4. It was bar raiser round mostly behavioral
  5. System Design + behavioral (asked a system to scan millions of resources for vulnerability detections)

Still waiting result.

Comments (2)