Skip to content

Commit

Permalink
Update CODING_EXERCISES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc authored Mar 22, 2022
1 parent 32ba05d commit 3f88d75
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CODING_EXERCISES.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,16 @@ function findDuplicateTransactions (transactions = []) {
}
```

## Credits:
## Remember
Key points to be successful in the coding exercise:
* Drive the interview; communication is more important than anything so If you need to be quiet to think, that’s great – just let the interviewer know.
* Explored the problem; Talk about what you are doing throughout the interview.
* Reason about your decisions and share your reasoning.
* Think about trade-offs; Find and fix the bugs by yourself.
* Practice under time pressure; Put yourself under time constraints and If possible, have a mock interview with a friend to simulate the interview experience.
* Manage Your Time Effectively; start writing a working solution, then iterate and improve it as you go.

## Credits
- [Jackson Gabbard’s Youtube channel](https://www.youtube.com/channel/UCcdCkJKXlRoXVD03eo-q8mQ)
- [Power set](https://en.wikipedia.org/wiki/Power_set)
- [The HackerRank Interview Preparation Kit](https://www.hackerrank.com/interview/interview-preparation-kit)
Expand Down

0 comments on commit 3f88d75

Please sign in to comment.