Interview Guide (https://arunsridher.github.io/interview-guide)
A list of technical interview questions to help you crack your next technical interview.
For making any changes (from your local system), just following the following steps
- fork this repository into your github account (create one if you don't have it yet)
- clone it to your system (git clone )
- in the terminal run
git remote add upstream https://github.com/arunsridher/interview-guide.git
(this is for taking a fresh update of the code anytime in the future) - create a new branch from the Branch Types below
- IMPORTANT STEP: get the updated code, run command
git pull upstream main
in terminal - make the changes, commit and push them to your forked repository
- create a pull request (mark an issue if it resolves one)
- doc-branch name (Changes to documentation)
- newq-branch name (For adding a new question)
- correction-branch name (Making a correction to an answer/question)
- upvote-branch name (Once you upvote a question)
- hotfix-branch name (fixing something if it doesn't work)
- struct-branch name (for structural additions/changes)
- Download Git setup for your operating system and install it.
- To check whether Git is installed on your system, open
cmd
on Windows /terminal
on Mac. - Run command
git --version
and it should display the version of Git installed.
- Open VS Code.
- Go to View > Terminal.
- To clone the repo to your desktop, change the directory to desktop by running the command
cd desktop
. - In the terminal, run
git clone https://github.com/arunsridher/interview-guide
. - A folder/directory should be created on your desktop.
- Open that folder in VS Code, go to File > Open.
- Now you're good to go!
- For support, please create an issue regarding the same. We will help you out there.
- To create an issue, go to the
Issues
tab, then select New issue.