Skip to content

Instantly share code, notes, and snippets.

@ryan-jr
Last active August 9, 2024 03:44
Show Gist options
  • Save ryan-jr/d0e797f9da6939301cf942e4e0cb1069 to your computer and use it in GitHub Desktop.
Save ryan-jr/d0e797f9da6939301cf942e4e0cb1069 to your computer and use it in GitHub Desktop.
Based around the idea of the missing semester, meant to provide useful information for recent grads.

Useful Things to Know and Where to Find Them

This is loosely based around MIT's idea of the missing CS Semester: https://missing.csail.mit.edu/ as well as the Stanford Problem Solving for the CS Technical Interview https://web.stanford.edu/class/cs9/ and here you'll find links to things that I've found useful in my job search over the last month or so.

Need to Know

General

Some of my ideas are based on this (Hacking your Interviews): https://www.youtube.com/watch?v=O6nFJzW-SDg

Some good ideas can also be found here (How to Get a Job at Google - Amazon - Facebook - or Microsoft in 2019): https://www.youtube.com/watch?v=6nODOtyHSBc

Most of the other stuff is lessons I've learned.

Useful to have is an application tracking system, if companies are investing time and resources into an Applicant Tracking System https://en.wikipedia.org/wiki/Applicant_tracking_system

So too should you invest a few minutes into an application tracking system.

Mine is a simple spreadsheet that has the name of the company, a link to the job posting, where the job is located (City, State or REMOTE), and the date applied. From there I go through and check it on a regular basis or when I have a few minutes, and update it with companies that have rejected me, companies that have reached out to me, and companies I haven't heard back from yet.

  • Recruiters, outreach, and cover letters

You should know going in that it's not uncommon to get ghosted, get lowballed, have recruiters be shady and try and force you into a position you don't want (I can't count how many times I've been told that it's a backend position only for the next interview to be frontend focused) so know what you want going in and be willing to stick to your guns.

That being said, I'll often try and reach a recruiter on Linkedin and will sometimes connect with a note like this:

Hey <RECRUITER NAME>, I'm currently a software developer at <COMPANY> with 3+ years experience 
looking to change roles and <COMPANY NAME> is one of my top companies.  I'm interested in a few positions and 
would love to hear more about the roles and company culture.  Feel free to reach me here or at <EMAIL HERE>

For applications that require a cover letter I'll use something like:

Hello,

I'm writing in response to the recently posted opening.

I can offer <NUMBER OF YEARS> years of experience as a software developer <AT ORG/AS A STUDENT> 
<ACCOMPLISHMENT/PROJECT THAT WAS SUCCESSFUL FOR YOU>  

<STATEMENT THAT REINFORCES AREAS THAT YOU'RE STRONG IN> which should make 
me an ideal candidate for this opening.  

I have attached my résumé for to review and look forward to hearing from you.

<YOUR NAME HERE>

You can also structure your cover letter in a bullet point format such as:

Hello,

I'm writing in response to the recently posted opening.

I can offer <NUMBER OF YEARS> years of experience as a software developer 
<AT ORG/AS A STUDENT> <ACCOMPLISHMENT/PROJECT THAT WAS SUCCESSFUL FOR YOU>  

Additionally there are several qualities that make me an ideal candidate 
for this position including:

- Bullet point 1
- Bullet point 2
- Bullet point 3

I have attached my résumé for to review and look forward to hearing from you.

<YOUR NAME HERE>

If you feel like tailoring your cover letter, go for it.

  • Salary Negotiating:

Answering, "What are your Salary Expectations": https://www.youtube.com/watch?v=WChxbBSlWnQ

Negotiating Tech Salary: https://www.youtube.com/watch?v=u9BoG1n1948

  • Interview loops and (kind of) what to expect:

In general I've found that most interview loops follow the format of:

Intial interview with recruiter going over background, the position, expectations (salary, location, etc...)

Behaviorial/Business interview with another recruiter that's more of the same from the first, possibly some techncial questions here.

Technical interview(s) the more FAANG the company is usually the more interviews it is and the harder the questions. Most companies I've found though are on the Medium to hard end of the spectrum of Leetcode questions.

  • Odds and Ends:
  • I HAVE to set an alarm and calendar reminder 10 minutes before I'm scheduled to have a recruiting call so that I can have a few minutes to look up the company and so I don't miss the call (yes, I've missed recruiting calls before)

Git and Github

Data Structures and Algorithms

Standard Questions

If/when they ask you to describe yourself, have an elevator pitch that is AT MOST 30 seconds, but ideally around 15 seconds that summarizes you, your work, and your ambitions/what you want to do.

Code and Interview Practice


Nice to Know

CI/CD AKA: Devops

Docker/Containers

Kubernetes

AWS

Design Patterns

Unit Testing

Debugging

Interview Questions I've come across

  • FizzBuzz

https://www.geeksforgeeks.org/fizz-buzz-implementation/#:~:text=Fizz%20Buzz%20is%20a%20very,5'%20print%20%E2%80%9CBuzz%E2%80%9D.

  • Palindrome checker

https://www.geeksforgeeks.org/python-program-check-string-palindrome-not/

  • Write a data structure that represents a node in a tree

https://www.tutorialspoint.com/data_structures_algorithms/tree_data_structure.htm

  • TwoSum

https://www.tutorialspoint.com/two-sum-in-python


Interview Questions Asked

Interview Questions Asked in Interview on 07/16/2021 with :

  • How do you learn new things
  • How do you deal with conflict
  • What kind of role do you take on a team that you're on
  • What do you do better than anyone else on your team
  • What do you know about
  • What experience do you have with technologies such as Python, Puppet, Chef, Jenkins, Terraform
  • Why are you moving companies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment