/Job-Preparation

Some useful resources for job preparation (Tech role and Quant)

Apache License 2.0Apache-2.0

Job-Preparation

Some useful resources for job preparation (Tech role and Quant)

First some sections contains resources or hacks for preparing algorithmic coding part of hiring process. Next section include probability and quant resources needed for Quant/Strategist roles. Lastly some sections on data science required for data scientist role

Competetive coding

C++ STL functions

Some STL functions can help to write the solution of a problem in a single line. EX- Finding the next greater string is a classic problem asked in Job tests. This can be done just by using the next_permutation function of STL

  1. multiset
  2. lower_bound, upper_bound
  3. accumulate
  4. deque
  5. nth_element
  6. greater()
  7. rotate
  8. rbegin()
  9. next_permutation()
  10. __builtin_popcount()
  11. merge()
  12. __gcd()
  13. isdigit()
  14. isalnum()
  15. isalpha()

Important Codeforces blogs

Tutorials on board topics

Geeksforgeeks (Everything in one place)

Even though there is no concept of company specific questions that will be asked. Everything is universal. Company wise sorted data might give a prespective how a firm can focus more on some topics so that can be useful

Probability theory

Math and mental ability

Many sources are there, top 3 are very important. Rest are not that popular among students.

Data science

System design

SPOJ

Overall prep

Quant blogs