Back to Blog

What Hiring Managers Actually Look For

I've been in the room for thousands of hiring decisions at Google, Meta, and Amazon. Here's what we actually care about - and what we don't.

By SIA14 min readUpdated Jan 2024

Let me save you years of guessing: hiring managers aren't looking for what you think they're looking for. Most career advice is written by people who've never sat in a hiring meeting. I've been in thousands of them. This is what really happens behind closed doors.

The First 15 Seconds: Resume Screening

Your resume gets 15 seconds. Maybe 20 if there's something interesting. That's not hyperbole - we're screening 200+ resumes for a single role. Here's exactly what I'm looking for in those 15 seconds:

1. Does the level match?

If we're hiring a Senior engineer, I'm checking: Years of experience (typically 5+), scope of impact (team-level or larger), and technical depth. Applying as a Senior with 2 years of experience? Instant no, unless you've done something extraordinary.

2. Can they do the job?

I'm scanning for relevant technical skills and similar problem domains. If we're hiring for distributed systems work, I need to see distributed systems on your resume. "Backend engineer" isn't enough - what kind of backend? What scale? What challenges?

3. Have they done anything impressive?

I'm looking for numbers, scale, or notable achievements. "Built a recommendation engine" is okay. "Built a recommendation engine serving 10M users that increased engagement by 30%" gets you moved to the yes pile.

4. Will they stay?

I check job tenure. If every role is 8-12 months, that's a red flag. Hiring is expensive. Training is expensive. I need someone who'll stick around for at least 2 years.

Pass these four checks in 15 seconds, and I'll actually read your resume. Fail any of them, and you're in the reject pile before I finish my coffee.

What We Actually Care About (Ranked)

1

Can you actually do the work?

This is 40% of the decision. Technical competence is non-negotiable. Do you understand the fundamentals? Can you architect systems? Can you debug production issues at 2 AM?

We'll test this through coding interviews, system design, and deep-diving into your past projects. Vague answers don't work. We want specifics: What trade-offs did you make? Why? What would you do differently now?

2

Will you raise the bar?

This is 30% of the decision. We're not hiring to fill a seat. We're hiring to make the team better. Are you better than 50% of people at your level? If not, why would we hire you?

"Raise the bar" means: deeper technical expertise in some area, better code quality, stronger mentorship, clearer communication, or unique problem-solving approaches. You need to be exceptional at something.

3

Can you work with others?

This is 20% of the decision. Brilliant jerks don't last at top companies anymore. We need people who can collaborate, give/receive feedback, and make their teammates better.

This gets evaluated through behavioral questions and reference checks. How do you handle disagreements? How do you communicate technical decisions to non-technical stakeholders? Have you mentored anyone?

4

Do you give a damn?

This is 10% of the decision, but it's the tiebreaker. Do you actually care about the problem we're solving? Did you research the company? Do you have thoughtful questions?

Candidates who ask "What's the tech stack?" get filtered out. Candidates who ask "What's the biggest technical challenge you're facing and why hasn't it been solved yet?" get offers.

The Debrief: How We Actually Decide

After your interviews, we have a hiring committee meeting. Here's what really happens:

Round 1: The Instant Rejects

Any "Strong No" from an interviewer is usually a rejection. If someone bombed the coding round or couldn't design a basic system, we're moving on. No amount of "but they seemed nice" saves you.

Exception: If it's a normally great interviewer who gives a "Strong No" to almost everyone, we might discount it. Yes, we track interviewer patterns.

Round 2: The Evidence Review

For everyone else, we go interviewer by interviewer. Each person presents their evidence - not feelings, evidence. "They struggled with the medium LeetCode" beats "I got a bad vibe."

We're calibrating: Is this a "hire" or a "strong hire"? For senior+ roles, we need at least two "strong hire" signals. For junior roles, we're more forgiving but still need clear technical competence.

Round 3: The Bar Check

Someone asks: "Would this person raise the bar for our team?" If there's hesitation, that's a no. We're looking for enthusiasm.

This is where "good but not great" candidates get rejected. You don't need to be the best ever, but you need to be clearly better than our median engineer at that level.

Round 4: The Final Call

For borderline cases, the hiring manager makes the final call. Sometimes they push through a candidate because of specific expertise. Sometimes they reject despite good interviews because of team fit concerns.

This is also where competing candidates get ranked. If we have 2 open headcount and 3 strong candidates, someone's getting rejected not because they're bad, but because others were better.

The Unspoken Biases (That We Try to Fight)

Here's the uncomfortable truth: hiring isn't perfectly meritocratic. There are biases. Good companies try to mitigate them. Here are the big ones:

Pedigree Bias

"Ex-Google" or "Ex-Meta" on a resume gets you looked at differently. It shouldn't, but it does. We assume you've been vetted by a tough hiring process already. You can overcome this with a strong portfolio, but be aware it exists.

Recency Bias

The last interview of the day influences the decision more than it should. If you crushed the final system design round, that's what we'll remember. If you struggled with the last coding problem, that overshadows the three you solved perfectly.

Similarity Bias

Interviewers unconsciously favor candidates who remind them of themselves - similar background, similar communication style, similar interests. Structured interviews help fight this, but it still creeps in.

Charisma Bias

Confident, articulate candidates get rated higher even if their technical answers are the same quality as quieter candidates. It's why we use rubrics and look for concrete evidence, but personality still matters more than it should.

Red Flags That Kill Your Chances

These are the things that make hiring managers immediately skeptical:

🚩

Can't explain your own projects

If you can't articulate what you built and why, we assume you didn't actually build it. This is instant death in interviews. Know your own work cold.

🚩

Blaming others for failures

"My manager didn't support me" or "The team wasn't technical enough" - this screams low ownership. Even if true, we need to hear what YOU did to improve the situation.

🚩

Arrogance without substance

Confidence is great. Claiming you're "the best engineer" at your company while struggling with basic system design questions is not. Your skills need to match your ego.

🚩

No questions for us

"No, I'm good" when we ask if you have questions signals you don't care about the role. Always have 3-4 thoughtful questions prepared. Always.

🚩

Inconsistent stories

If your resume says you "led a team of 5" but in the interview you say you "collaborated with teammates," that's a credibility issue. Keep your story straight.

🚩

Bad-mouthing current company

"My company is a dumpster fire" might be true, but it makes us wonder what you'll say about us. Keep it professional: "Looking for new challenges in [area]" works better.

Green Flags That Make Us Want You

On the flip side, these things make hiring managers excited:

Concrete examples with numbers

"I reduced database query time from 500ms to 50ms by implementing Redis caching and optimizing our indexes" is music to our ears. Specifics beat generalities every time.

Thoughtful questions about the role

"What would success look like in this role after 6 months?" or "What's the biggest technical challenge the team is facing?" shows you're thinking strategically.

Evidence of continuous learning

Side projects, contributions to open source, blog posts, or even just "I've been learning Rust on weekends" shows curiosity and initiative. Tech changes fast - we need people who keep up.

Talking about trade-offs

"We chose PostgreSQL over MongoDB because we needed strong consistency for financial transactions" shows mature engineering judgment. There's no perfect solution, only trade-offs.

Admitting what you don't know

"I haven't used Kubernetes in production, but I've been studying it and understand the core concepts" is way better than faking expertise. We can smell BS from a mile away.

Showing impact beyond code

"I created documentation that reduced onboarding time by 50%" or "I mentored two junior engineers who both got promoted" signals leadership potential, even for IC roles.

The Uncomfortable Truth About Referrals

Referrals aren't just helpful - they're game-changing. Here's why:

Your resume gets actually read

200 applications come in. 5 are referrals. Those 5 get reviewed first and more carefully. It's not fair, but it's reality.

You get context

The referrer can tell you what the team actually needs, what the interview will focus on, and what the hiring manager cares about. That's invaluable.

You're partially pre-vetted

When a trusted engineer says "this person is solid," we take that seriously. It doesn't guarantee an offer, but it gets you past the first filter with goodwill.

Don't have referrals? Build your network. Contribute to open source. Write technical blog posts. Go to meetups. A strong network is the best career investment you can make.

What This All Means For You

Hiring is messy, imperfect, and sometimes frustrating. But understanding what's actually happening gives you an edge.

The Bottom Line:

  • Make your resume scannable - we're reading it in 15 seconds
  • Use numbers and specifics - vague descriptions don't cut it
  • Prepare concrete examples - we'll dig into your projects
  • Show your thinking - we care about how you solve problems
  • Be honest about gaps - we respect self-awareness
  • Ask good questions - they reveal how you think
  • Get referrals when possible - they're the ultimate shortcut

Most candidates fail not because they're not good enough, but because they don't understand the game they're playing. Now you do.

Frequently Asked Questions

Do hiring managers really read cover letters?

For tech roles? Rarely. Maybe 10% of hiring managers read them. Your resume and portfolio matter infinitely more. If you do write one, keep it to 3 short paragraphs max - why this company, why this role, one standout achievement. Anything longer goes unread.

How important are university rankings when hiring engineers?

For new grads, it matters more than people admit - top schools get more first-round interviews. But after 2-3 years of experience, what you've shipped matters way more than your degree. I've hired bootcamp grads over MIT grads based on their portfolio. Show real impact and the pedigree fades.

What's the biggest red flag on a resume?

Job hopping every 6-12 months with no clear progression. One or two short stints? Fine. Five in three years? That's a pattern. Second biggest: vague descriptions with no measurable impact. 'Worked on the backend' tells me nothing. 'Reduced API latency by 60%' tells me everything.

Should I apply even if I don't meet all the requirements?

Yes, if you meet 60-70% of the core technical requirements. Job descriptions are wishlists, not checklists. If a Senior role asks for 5+ years but you have 3 years with exceptional impact, apply. Lack of specific framework experience? Learnable. Lack of the core competency (backend vs frontend)? Don't waste everyone's time.

How much does the interview matter vs the resume?

Resume gets you in the door. Interview gets you the offer. I've seen perfect resumes fail because the candidate couldn't communicate their thought process. And I've seen mediocre resumes land offers because the person crushed the interview. The resume is 30% of the decision, the interview is 70%.

Want to Know Where You Actually Stand?

Talk to SIA for an honest assessment of your candidacy. Get the truth about your level, your gaps, and exactly what you need to do to land the role you want.

Get Your Career Assessment

Free forever. No BS. Just real talk.