Category: interviews
I have attended a Facebook interview last year – although I didn’t get the job offer, but here is a few tips and guidance that might help you if …
Coding Exercises Practice do make a huge difference! Make sure you’re prepared for your interview by practicing coding exercises in different categories. Coding Interview Tips and Guidance Make sure …
Big4 refers to Google, Amazon, Facebook and Microsoft. They are the top internet/software companies that most Software Engineers dream for. The technical interviews consist of Big4 are quite similar: …
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: …
Leetcode has become a de-facto standard for preparing your coding interview. The leetcode has a very useful feature – which is mocking interview. You can mock coding interviews for …