Panda Guru LogoPanda
Guru

Oracle | Associate SDE (6M Internship + Full time) | Bangalore/Hyderabad/NCR | Sep 2024 [Selected]

Online Assessment

Questions:

Candidate's Approach

The candidate utilized a 1D dynamic programming approach to solve the DSA question, focusing on maximizing the sum of the product of indices and values in the array.

Interviewer's Feedback

No feedback provided.


Technical Round 1

Questions:

Candidate's Approach
  • For sorting the array of 0s and 1s, the candidate used a two-pointer approach, achieving O(n) time and O(1) space complexity.
  • The nth node from the end was found using a two-pointer technique, also O(n) time and O(1) space.
  • For inserting a node before a given node, the candidate added a node after and swapped values, maintaining O(1) time and space complexity.
  • To remove duplicates from a singly linked list, a hashset was utilized, resulting in O(n) time and O(n) space complexity.
  • The puzzle was solved using concepts of relative motion.
  • The candidate answered multiple OOPs questions regarding class initialization.
Interviewer's Feedback

No feedback provided.


Technical Round 2

Questions:

Candidate's Approach
  • The candidate discussed various data structures and provided a BFS solution for finding the shortest path, achieving O(n) time and O(n) space complexity.
  • For weighted graphs, the candidate explained the Dijkstra approach, achieving O(n log n) time and O(n) space complexity.
  • The candidate also discussed multi-language support and provided a flowchart for a project.
Interviewer's Feedback

No feedback provided.


Technical Round 3

Questions:

Candidate's Approach

The candidate answered all questions related to CI/CD, API testing, web accessibility, performance tracking, lazy loading, and responsiveness. They also discussed their project involving OpenVPN and WireGuard, explaining the differences and advantages of each.

Interviewer's Feedback

No feedback provided.


HR Round

Questions:

Candidate's Approach

The candidate answered basic HR questions regarding relocation and future studies.

Interviewer's Feedback

No feedback provided.