Zeta | SSE | Offer
Anonymous User
1541

YOE: 3.5 years
Current Org: Reknowned Fintech firm

Round 1(DSA):
https://leetcode.com/problems/wiggle-subsequence/
I was able to solve in O(n^2), he asked me optimize to O(n), I failed to do it in some attempts so we moved to next problem
https://leetcode.com/problems/shortest-subarray-to-be-removed-to-make-array-sorted/
He accepted the approach only, didn't ask me to code completely

Round 2
i expected LLD, but to my surprise the Interviewer asked basic questions related to design and work.
-> CAP Theorem
-> Difference between git merge and git rebase
-> Difference between HTTP and HTTPS and which type of encryption is used in HTTPS
->Design patterns and SOLID Design principles
-> Micro services vs Monolith

Round 3(HM)
Design a payments system, and asked me to consider cases where we might face duplicate payments

Comments (1)