Tag: interview
At the beginning of 2025, I got a one-hour coding interview experience with Jane Street. Market Position: Jane Street is a globally leading quantitative trading firm and liquidity provider, …
In a Facebook/Meta interview (Software Engineering Roles including Site Reliability Engineers and Enterprise Engineers), the Product Design and System Design interviews serve distinct purposes and require different approaches: Usually, …
August 31, 2020
algorithms, Binary Tree, c / c++, C/C++, code, data structure, interviews, Java, programming languages, Python
A Binary Search Tree (BST) is a commonly used data structure that can be used to search for an item in O(LogN) time. A BST has the following characteristics: …
Even if you are not changing your job, it is still a good idea to attend at least 1 interview every year. This is to: Know your current market …
The question is: how many bits are required to change if we want to convert a integer to another? The problem is from . This may seem complicated at …