You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/website/contents/coding-interview-cheatsheet.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,7 @@ This discussion can range from a few minutes to up to 5-10 minutes depending on
122
122
123
123
- ✅ If you get stuck on the approach or optimization, use [this structured way](./coding-interview-techniques.md) to jog your memory / find a good approach
124
124
- ✅ Explain a few approaches that you could take at a high level (don't go too much into implementation details). Discuss the tradeoffs of each approach with your interviewer as if the interviewer was your coworker and you all are collaborating on a problem.
125
+
125
126
> For algorithmic questions, space/time is a common tradeoff. Let's take the famous [Two Sum](https://leetcode.com/problems/two-sum/) question for example. There are two common solutions
126
127
>
127
128
> 1. Use nested for loops. This would be O(n<sup>2</sup>) in terms of time complexity and O(1) in terms of space.
Copy file name to clipboardExpand all lines: apps/website/contents/mock-interviews.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -54,4 +54,3 @@ What makes Meetapro stand out?
54
54
- Expert interviewers: Veterans from FAANG and top-tier companies bring years of experience, offering priceless feedback that truly makes a difference.
55
55
- Direct communication: Job seekers can directly message interviewers to address any questions or concerns, such as experience sharing or rescheduling, ensuring better preparation for both parties.
56
56
- All-in-one tools: Meetapro equips you with the essential tools for an effective interview session, including recording options for post-session review.
Copy file name to clipboardExpand all lines: apps/website/contents/resume.md
+4-11Lines changed: 4 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -356,7 +356,6 @@ The cover letter should **highlight the resume, rather than duplicate the conten
356
356
357
357
:::
358
358
359
-
360
359
Here's a structure to transform your cover letter into a compelling narrative:
361
360
362
361
- Capture Attention: In your opening paragraph, succinctly present the primary reasons you are an ideal candidate for the job.
@@ -380,30 +379,24 @@ Here's a structure to transform your cover letter into a compelling narrative:
380
379
381
380
Example of an ML Engineer Cover Letter:
382
381
383
-
1.*Paragraph 1: The Hook and personal touch*
384
-
<br></br>
382
+
1._Paragraph 1: The Hook and personal touch_ <br></br>
385
383
386
384
> Growing up in Argentina, questions about economics are part of everyday life long before you become an Economics student. While many developing countries suffer the consequences of natural disasters or geopolitical conflicts, most - generations of Argentines have spent their entire lives avoiding the consequences of the crisis caused by macroeconomic imbalances in our country. Possibly due to this history, it is practically impossible to spend a day of your life without listening to a friend or family member make predictions about what the exchange rate between the peso and the dollar should be, or their opinion about what should be done by the Central Bank to lower inflation.
387
385
388
386
<br></br>
389
387
390
-
2.*Paragraph 2: Motivation, background and growth story*
391
-
<br></br>
392
-
388
+
2._Paragraph 2: Motivation, background and growth story_ <br></br>
393
389
394
390
> Curiosity to find an answer to these daily questions was what motivated me to start my Degree in Economics at the University of Buenos Aires. I did my entire university career while working at the [BANK], experience that was exhausting and challenging in similar proportions. During my eight years working in a financial institution, I have seen first-hand how new technologies and Big Data tools have been transforming the way in which corporate decisions are made. That aroused my curiosity in the different Machine Learning techniques and for that reason I moved to Madrid to perform my Master in Big Data. After that, I was approached by a recruiter that gave me the opportunity to unleash my skills in the gaming industry in London.
395
391
396
-
3.*Paragraph 3: Showcase achievements, impact and stakeholder management*
397
-
<br></br>
392
+
3._Paragraph 3: Showcase achievements, impact and stakeholder management_ <br></br>
398
393
399
394
> [GAMING COMPANY] gave me an incredible opportunity. For the first time in my career, I was able to connect my childhood memories as a gamer with my professional skills. The capable leadership at [GAMING COMPANY] quickly identified my project management and analytical skills and they gave me huge responsibilities. I worked closely with the Chief Strategy Officer and the Head of External Developer Relations to identify potential publishing and M&A opportunities. During my watch we closed two strategic deals that are now contributing with more than 10% of the portfolio revenue. After that incredible experience, I was invited to join a start-smaller SaaS mobile data company called [SAAS COMPANY]. It was a hard decision but the challenge of joining a start-up and helping they grow and expand globally was an opportunity that I could not decline.
400
395
401
-
4.*Paragraph 4: Motivation to join the company aligned with personal values*
402
-
<br></br>
396
+
4._Paragraph 4: Motivation to join the company aligned with personal values_ <br></br>
403
397
404
398
> After [SAAS COMPANY] I had the opportunity to apply my skills in the Fintech industry. Coming from Argentina, where the population suffer the consequences of the absence of good credit, I was extremely excited about [BNLP FINTECH]’s mission of democratizing free-credit in the UK and the U.S.
Copy file name to clipboardExpand all lines: apps/website/contents/system-design.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ System design content is still work-in-progress, but the following are some reso
50
50
-[System Design Primer](https://github.com/donnemartin/system-design-primer) - Most comprehensive resource on system design out there. Recommended only if you have a ton of time to spare.
51
51
-[System Design Interview](https://github.com/checkcheckzz/system-design-interview) - Contains many links to tips about system design, system design-related topics and engineering blogs of famous companies.
52
52
-[System Design Cheatsheet](https://gist.github.com/vasanthk/485d1c25737e8e72759f) - Brief and concise content. Serves as a good revision right before your system design interview.
53
-
-[System Design Roadmap](https://roadmap.sh/system-design) - Step-by-step guide that includes links to articles and videos on learning essential topics.
53
+
-[System Design Roadmap](https://roadmap.sh/system-design) - Step-by-step guide that includes links to articles and videos on learning essential topics.
0 commit comments