Ik heb via een werknemersdoorverwijzing gesolliciteerd. De procedure duurde 1 week. Ik heb gesolliciteerd bij Oracle (Bengaluru) in mrt 2024
Sollicitatiegesprek
3 rounds - first two are technical, third is managerial
There are 1 to 2 days gap between interviews.
Role was full stack - TypeScript + C# + SQL
They asked questions based on the technologies they used and what you match with those tech. So for me it was C# 95% of the time and SQL.
Questions are of basic level but they ask in depth and we must be able to explain WHY we need or use something as we code.
Sollicitatievragen [1]
Vraag 1
Round 1:
- explain OOP concepts - write basic code and explain
- linked list - print alternate nodes using recursion
- exception handling
-- try catch
-- finally
-- exception handling abuse
- aptitude - clock time at 3:15 what is angle between hands?
- difference between struct and class
- explain multithreading concepts
-- process, threads
-- inter thread communication
Round 2: (assuming you are new to javascript and SQL)
- how to show alert in javascript
- C# -- given words in sentence, reverse each word within the sentence
- SQL -- explain any join concept
Round 3:
- non technical questions
-- tell me about yourself
-- why this role & what you expect here?
- C#
-- calculate difference between current and given date
-- using statement,
-- reference to another assembly
-- debug and release folders after compilation are for what?
decent amount of DSA and System design were asked, and behavioral questions. so prepare leetcode level questions and good amount knowledge in sql, java and also mostly oracle sql. overall it was good
First online assessment. Then 2 interview rounds + 1 hr round. This was during campus placement. In interviews they mainly asked about dsa, os concepts, logical questions and some system design questions also.
Ik heb via een andere bron gesolliciteerd. Ik heb gesolliciteerd bij Oracle (Seattle, WA)
Sollicitatiegesprek
i got a return offer from internship, and I had to do one additional technical interview because I was switching branch. He first asked me a OOP question, and then leetcode medium level question.
Sollicitatievragen [1]
Vraag 1
What is BST? Write a function that verifies if it is a BST.