Giter Club home page Giter Club logo

job-preparation's Introduction

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

job-preparation's People

Contributors

swapnil96 avatar

Stargazers

 avatar Sagar Chandra Karmaker Babu avatar Shubham Chaudhari avatar  avatar  avatar  avatar Hui San Chiam avatar  avatar Arjun Shah avatar Hugh avatar Jatin Saini avatar Rishav Jain avatar  avatar Akshat kumar avatar  avatar Pranav Baurasia avatar Shantanu Verma avatar Pratyush Pandey avatar Manas Joshi avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.