Zeta(Directi) Interview Experience

TheCuriousProgrammer
1 min readMay 31, 2021

--

I applied on LinkedIn for the SDE2 role. After a couple of weeks, I received a call from the recruiter that my profile has been shortlisted for the interviews.

Interview 1: DS & Algo

Q1: https://www.geeksforgeeks.org/find-distinct-subsets-given-set/

Q2: https://www.geeksforgeeks.org/find-a-pair-with-given-sum-in-bst/

Interview 2: System Design

Design a vending machine.

  • select item and get the price
  • to accept bills/coins
  • dispense items purchased and return change
  • refund when canceling the request

We have to handle exceptions. The code should be implemented with proper OOPs concepts.

Interview 3

This involved basic java questions with my project discussions.

Q1. https://www.geeksforgeeks.org/polymorphism-in-java/

Q2. https://www.geeksforgeeks.org/association-composition-aggregation-java/

--

--

No responses yet