I applied through college or university. The process took 1 week. I interviewed at Oracle (Bhopal) in Aug 2025
Interview
The interview was conducted by Oracle’s communication unit. Their evaluation mainly focused on artificial intelligence, machine learning, computer networks, operating systems, object-oriented programming concepts, and basic data structures and algorithms. Candidates were expected to demonstrate strong fundamentals and problem-solving abilities across these domains.
Interview questions [1]
Question 1
computer networks : 1> TCP vs UDP (3 way handshaking diagram)
2> port numbers
3> RIP - SIP
4> HTTP
5> Router vs Switch
in OOPs:
1> Polymorphism
2> type of polymorphism
3> explain with code
etc.
I applied through college or university. The process took 1 day. I interviewed at Oracle (Bengaluru) in Aug 2025
Interview
4 or 3 rounds it depends on the company i got 4 round some got 3 round
OA+ tech1 + tech2 + tech3 or hr it was easy but i dont know why i get rejected
Interview questions [1]
Question 1
first round 2 easy dsa question pattern and fibionaaci then os + sql + network then full project at 2nd round dsa question on dp medium level then more about project then i was rejected
I applied through college or university. I interviewed at Oracle in Oct 2024
Interview
"Detect if a directed graph has a cycle." This problem tests understanding of DFS, visited sets, and recursion stacks. This problem is frequently asked in technical interviews to assess a candidate's grasp of graph traversal algorithms, particularly in scenarios involving cycle detection in directed graphs using depth-first search (DFS). Mastery of concepts like maintaining a visited set and a recursion stack is crucial to avoid redundant checks and ensure accurate detection of cycles. Understanding this not only helps in solving LeetCode problems but also builds a strong foundation for more advanced graph-related challenges encountered in real-world applications.