a
a
aizatto.com
Build.my
GitHub
Linkedin
Notion
Search…
aizatto.com
Table of Contents
Portfolio, Projects, Tools, Toys
Interview Guide
Choosing A Company
Job Boards
Practice
Technical Interview Cheatsheet
Interview Process
FAQ
Engineering Code
Engineering Management
Why GitBook?
Getting into Tech
Personal Goals
Daily Drivers
Contacting Me
Notes
AWS
JavaScript
Node.js
Software Engineering
Technical Due Diligence
Web Development
Archive
More on Notion
Powered By
GitBook
Technical Interview Cheatsheet
The purpose of this page so that it can be used easily when doing a technical interview. These are my own personal notes and reminders.
https://github.com/aizatto/interview-preparation
https://github.com/trekhleb/javascript-algorithms
https://github.com/basarat/algorithms
Soft skills
Maintain composure
Slow down
Control your excitement.
Carefully read the full question
Technical / Tricks
Data structures:
Consider using one of:
Array
Linked Lists / Doubly Linked Lists
Maps / Hashes
Sets
Binary Tree
Algorithms:
Binary Search
Recursive
Previous
Practice
Next
Interview Process
Last modified
3yr ago
Copy link
Contents
Soft skills
Technical / Tricks
Data structures:
Algorithms: