Skip to content

Instantly share code, notes, and snippets.

@viecode09
Forked from skyjia/general_interview_questions
Created February 6, 2017 08:55
Show Gist options
  • Save viecode09/74a58a3b10b3c38490dead3c8167026d to your computer and use it in GitHub Desktop.
Save viecode09/74a58a3b10b3c38490dead3c8167026d to your computer and use it in GitHub Desktop.

Revisions

  1. @skyjia skyjia created this gist Sep 3, 2014.
    13 changes: 13 additions & 0 deletions general_interview_questions
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    - What projects are you working on at home?
    - What beta toys are you playing with?
    - What source control do you use?
    - How do you approach your documentation?
    - Which tools do you use for keeping track of requirements?
    - Give me an example of a project that completely failed?
    - How do you design scalable applications?
    - What language to you prefer for writing complex algorithms?
    - Which tools are needed for testing the quality of your code?
    - How to debug a web application from client, frontend, to backend?
    - How to design a web api?
    - What is the closure of JavaScript? When need it?
    - Describe an architecture design approach you know about a well-known internet service.