# "Ridiculous Resume Rule"

As a part of our job, we analyzed thousands of resumes of engineers. We noticed that candidates often don’t properly mention very important details in their resumes. This means unless you went to a famous college, or worked at a famous company, your resume is less likely to get you an interview.

For example, candidates forget to include accomplishments, or they choose wording that is too general. To debug these problems we came up with a mental tool we called the Ridiculous Resume Rule:

> "Look at each statement in your resume and imagine its worst possible interpretation. Make sure the interpretation is not just bad, but ridiculously bad".

Once you see the delta between the original statement and the ridiculous interpretation, it should be easier to recall and add important details.

And we think this exercise is not just useful, but also fun! :)

Let’s take a look at some examples!

**Example 1**

Original statement: “Developed a high-load service for internal purposes”

Ridiculous interpretation: “Wrote a two-line script, tested how it will perform with high-load on one machine, reached no practical result”

Improved statement: “Designed and developed a service that served up to 5,000 concurrent internal users, speeding up daily employee workflow by approximately 5x”<br>

**Example 2**

Original statement: “Sputnik Systems, Software Engineer 2020–01 to 2020–07”

Ridiculous interpretation: “Sputnik Systems has only 1 other employee who just came up with a company name without registering it anywhere. They don’t have a proper business idea, did not make anything, and don’t have any customers.”

Improved statement: “Sputnik Systems, Software Engineer 2020–01 to 2020–07. Sputnik Systems is a telecom operator that serves 55+ mln active subscribers in Europe, Asia, and Africa”

**Example 3**

Original statement: ”2018 International Collegiate Programming Contest Semifinal” (as a phrase mentioned in the Awards section).

Ridiculous interpretation: “The candidate participated in the Semifinal, but was ranked last.”

Improved statement: “27th out of 250 in the 2018 International Collegiate Programming Contest Semifinal.”

**Example 4**

Original statement: “National Cotton University of Uzbekistan”.

Ridiculous interpretation: “In Uzbekistan, you go to this university if nothing else worked.”

Improved statement: “National Cotton University of Uzbekistan. Forbes ranked NCUU #90 in science and engineering in Eastern Europe and Central Asia”

**Example 5**

Original statement: “Developed an app”.

Ridiculous interpretation: “The app wasn’t launched. It has no users, and doesn’t work.”

Improved statement: “Developed an app that reached 50,000 downloads in the first 7 days.”

We hope these examples illustrate the Ridiculous Resume Rule well.

We found this exercise very useful in helping us improve the resumes of tens of engineers and make sure most of them get invited to interviews by companies like Google, Facebook, Amazon, Microsoft, Uber, Spotify, Stripe, and Flexport.

Now, we hope it will help you too!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.outtalent.com/guides/resume-and-linkedin-guide/ridiculous-resume-rule.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
