Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Coding Plan

26 March 2024 17:53

1. Read C++ STL hackerearth


link: https://www.hackerearth.com/practice/notes/standard-template-library/

2. Do DSA quesns in order as given

3. Make revision documents for each topic , firstly give quesn name and link, then soln/code link, and
then explanation/description/intuition for it .

4. Make resume with this format (https://www.overleaf.com/articles/jaydeeps-cv/vdkxtzrbbyzn) , get it


checked and reviewed.

5. Study CS fundamentals (https://docs.google.com/document/d/1XlU6gHf-


g_N_SChtS4A9zgzIRW6D1fbdpaDs_AiTxPI/edit)

6. Do Dev and make Projects

7. HR + Managerial rounds (https://www.desiqna.in/8362/amazon-behavioural-questions-leadership-


principles-question) , (https://www.desiqna.in/8365/round-questions-behavioural-leadership-
questions-interviews) , (https://www.interviewbit.com/hr-interview-questions/) ,
(https://github.com/ashishps1/awesome-behavioral-interviews)
Coding Interview
26 March 2024 19:41

1. Don't act like robot, add a bit of informal/emotional/personal connect.


2. Keep a smile on face.
3. Don't be silent just ask questions about the question to get cleared with the understanding of
question
4. I will need 1-2 minutes to process my thoughts.
5. Discuss doubts, corner cases and edge cases and all approaches , but will code only the best one
6. Mention ur programming language
1.

When interviewer asks u to ask any quesn from him -


1. How did u join xyz and how is ur journey so far ?
2. What tech stacks/ domain do u work in ?
3. How's the company's culture ?
4. DON'T ASK : how was my interview
Non- Coding
26 March 2024 20:08

1. LinkedIn - connections > 2,000; full technical showOff ; high visibility; linkedin applications(apply more,
in bulk), all sections to be filled and add coding profile links.
2. Top level Resume
3. Communication Skills - Depth and clarity of explanation , Psychological tricks (use explore (eg- Sir, I
have not explored these topics well but i can answer or explain these xyz topics well as i have explored
them well. ), ask in intro's last - would u like me to explain my projects ?)
4. Project- name, how it works, features, summary(pre prepare, including possible cross question,
challenges in project), also prepare top level interview questions on tech stack used
5. Stay healthy
6. Resume trick- prepare two resumes with different phone nos and emails (always apply with one
directly to the link and ask another one for a refferal)
7. Whenever any non-technical quesn is asked divert it to coding. Eg- hard time u faced? Relate ans to
any feature of ur project, like did a lot of brainstorming , reffrered to this-this etc
Coding
26 March 2024 20:45

DSA for Interview


• Popular sheets, striver/love babbar

DSA for OA
• Good in CP
• Topics- Array manipulation, hashing, sliding window, two pointer, greedy BIT, segment tree, general
DP, general DP on tree, graphs, BIT manipulation (ZOR, OR, AND).

Contests -
• Leetcode(weekly , bi-weekly) & Codechef
• Make their rev doc and revise regularly

You might also like