Coding Interview Tips

General Rules

  • This Forum Rules:
    1. No asking for course requests or download links.
    2. Don't share links to other websites for downloads or references.
    3. Avoid controversial topics in discussions.

    4. Use an appropriate thread title that matches your content, not just a word.

    Other Forum Rules Can Be Found Here

CEO

Stay Hungry, Stay Foolish
TutFlixer
Sep 10, 2020
369
4,691
52
USA
I would like to share coding tips during interview. If anyone has useful suggestions, please comment.
  1. Have separate functions for separate logic
  2. Give comments// if necessary
  3. Proper variable naming Eg: var IsEligible = true, instead of var a = true
  4. Use inbuilt functions instead of creating own Eg: In JS to sort use, array.sort()and focus on big problem instead of writing sort algorithm. Ofcourse don't use sort() if question itself is sorting.
Hope it helps!
 

octrhiumlofera

Member
TutFlixer
Sep 9, 2020
74
234
21
Indonesia
Very helpful and concise advice. I suggest updating the thread frequently as to make it a more comprehensive guide (especially for beginners) and also a comfortable place for discussion. Course recommendation regarding this topic would also make a great addition.
 
  • Like
Reactions: dislad

CEO

Stay Hungry, Stay Foolish
TutFlixer
Sep 10, 2020
369
4,691
52
USA
Adding few more tips during coding interview,
  1. Showcase the tech stack of your personal projects. Helpful to keep coding round within your strong languages.
  2. Solve problem in at least more than 1 DS and show trade-offs. Any prob can be solved in all DS!
Hope it helps! ;) (y)
 

Meck99

Member
TutFlixer
Sep 11, 2020
29
27
13
India
@CEO Am a UX/UI and Front End Developer ( html,css,js,react.js )

how will be my interview in a product based startup or company
should i practice problem solving in leetcode platform?
will they ask to write code to solve a problem using dsa ?
which is best course for javascript based problem solving?
 

Latest resources