• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4251 shaares
1 / 4
Filters
68 results tagged interviewing

The Amazon Leadership Principles - A Complete Interview Guide

QRCode

A summary on how to pass the Amazon leadership principles behavioral interviews, and get a job at Amazon.

It’s somewhat shocking how often people buried in large companies don’t mentally identify their customer as the final external customer. Their customer is their boss, sales, marketing, etc. They are so focused on doing what they’re told, so focused on building what they’re asked, without taking a big step back to understand who uses their product.

https://www.scarletink.com/interviewing-at-amazon-leadership-principles/
August 9, 2023 at 10:23:48 AM EDT *
interviewing career
FILLER

Interview the interviewer · GitHub

QRCode

Five questions to look under the hood of the interview

  1. How will I fail?
  2. How do you incentivise your team?
  3. Can you share an example of something the team did that didn’t go well, and what did you do to course correct?
  4. What does the shipping look like internall`,
  5. How much attention do you pay to reducing friction for the engineering team?
https://github.com/readme/guides/technical-interviews
May 22, 2023 at 3:26:39 PM EDT *
interviewing career
FILLER

Hire a UX Designer: The 2022 Recruitment Guide | Adam Fard Studio

QRCode

Use this complete guide to hire a UX designer. Learn how to find, interview and recruit a designer with this step by step guide.

https://adamfard.com/blog/hire-ux-designer
February 28, 2023 at 10:13:38 AM EST *
interviewing career
FILLER

Because of AoC : adventofcode - Algorithms books

QRCode

As a former student of his I can recommend Jeff Erickson’s free online algorithms textbook if you’re looking for more sources. :)

https://jeffe.cs.illinois.edu/teaching/algorithms/

very good books. I also recommend Sedgewick's course on coursera

https://www.redblobgames.com/pathfinding/a-star/introduction.html

Would also strongly recommend the Algorithm Design Manual by Skiena
Used this book during AoC and for prepping for interviews.

https://www.reddit.com/r/adventofcode/comments/103bjv7/because_of_aoc/
January 5, 2023 at 9:46:40 AM EST *
algorithms programming interviewing
FILLER

My Google Coding Interview Question | by William Wen | CodeX | May, 2022 | Medium

QRCode

Given a positive sorted array a = [ 3, 4, 6, 9, 10, 12, 14, 15, 17, 19, 21 ];
Define a function f(a, x) that returns x, the next smallest number, or -1 for errors.
i.e.
f(a, 12) = 12
f(a, 13) = 12

Why Binary Search?

Binary search is one of the most difficult “simple” coding problems. The algorithm looks trivial, but it’s a devil to implement. Jon Bentley, a former CMU professor, wrote in his book Programming Pearls that only 10% of professional programmers are able to implement it correctly, including PhD students.

https://medium.com/codex/my-google-coding-interview-question-166f2922b548
May 11, 2022 at 8:58:40 AM EDT *
interviewing programming career
FILLER

Create Your Job-winning Resume - (Free) Resume maker · Resume.io

QRCode

Free online resume builder, allows you to create a perfect resume minutes. See how easy it is to create an amazing resume and apply for jobs today!

https://resume.io/
December 29, 2021 at 10:07:11 AM EST *
resume career interviewing
FILLER

How I Learned to Onboard Effectively in an Engineer Manager Role

QRCode

As a software engineer manager, I’ve reflected on the unique behaviors I prioritize. This post will cover the gestalt of my successful onboarding experiences within the first 90 days.

Starting with Having Good Tact

Good tact is the ability to deal with others to maintain good relations and avoid offense. To say and do the right things at the right time, to behave in a way that promotes cooperation and reciprocity.

My go-to’s are to make myself available, never criticize a previous decision, and avoid being standoff-ish.

Be Explicit About Change

I have been known to repeat an expectation numerous times in front of the team. In a room of ten people, I say the “thing” ten times for one person to “get it.” Being specific about change means being explicit. One of the lessons I’ve learned as an engineer manager is being implicit or nuanced is considered cruel to the team.

Change Means Documenting

https://itnext.io/how-i-learned-to-onboard-effectively-in-an-engineer-manager-role-8ea76627e36c
November 17, 2021 at 11:51:50 AM EST *
career interviewing management
FILLER

Big-O Algorithm Complexity Cheat Sheet (Know Thy Complexities!) @ericdrowell

QRCode
https://www.bigocheatsheet.com/
October 21, 2021 at 11:34:50 AM EDT *
interviewing programming
FILLER

Why Senior Developers Are Leading the Great Resignation Movement | by Pen Magnet | CodeX | Sep, 2021 | Medium

QRCode

Around 4 million employees left their jobs in July 2021. Most of them are senior developers. If pandemic didn't cause it, who did?

One reason is the ridiculous entry barriers put by tech companies — even in the smaller and mid-sized firms.

  • All companies (regardless of size and paycheck) make competent developers go through grueling 4–7 rounds of interviews.
  • A verifiable track record is overlooked, while CVs filled with adjectives top the stack.
  • The whiteboard interviews test reproducibility of the solutions, not the actual understanding.
  • The verbal interviews (+personality tests) are formulaic, and one can rarely get past them without lying about their careers.
  • Instead of one competent developer, companies hire 3 inexperienced programmers who are ready to jump the ship within 2 years, leaving huge tech debt for the next troubleshooter (mostly senior) guy.
    There is also rampant ageism in tech. And age-discriminated programmers are those without any representation. Their only way to raise their voice is to revolt, and quit.

As a result, senior and competent developers (age group 30–45) no longer want to join another company. They want to roll out their own business.

https://medium.com/codex/why-senior-developers-are-leading-the-great-resignation-movement-37b93ab9a634
October 21, 2021 at 10:26:37 AM EDT *
career interviewing
FILLER

50 JavaScript Interview Questions You Must Prepare in 2021

QRCode

JavaScript interview questions that will provide you with in-depth knowledge and help you prepare for your interviews.

https://javascript.plainenglish.io/50-javascript-interview-questions-you-must-prepare-in-2021-92fbfb370ed3
September 20, 2021 at 8:21:45 AM EDT *
javascript interviewing
FILLER

Questions to ask in a job interview that reveal company culture

QRCode
  • Tell me about a time a team member changed your mind?
  • Tell me about someone you are proud of.
  • Do you fully disconnect during holidays and vacations?
  • Describe a recent success or win.
  • Tell me about a disagreement or conflict on the team.
  • How did you start your last team meeting?
  • What is your ideal person for this role?
  • Who have you promoted and why?
  • Tell me about the last person you recognized.
  • How do you focus on your own growth and development?
https://www.fastcompany.com/90622890/10-questions-to-ask-in-a-job-interview-that-will-really-expose-a-companys-culture
April 13, 2021 at 1:33:26 PM EDT *
interviewing career
FILLER

Improve Your JavaScript Level With These 4 Questions | by bitfish | JavaScript In Plain English | Sep, 2020 | Medium

QRCode

JavaScript is now a very popular programming language, based on which a large number of libraries and frameworks have been derived. But no matter how the upper ecosystem evolves, it can’t do without vanilla JavaScript. Here I’ve selected 4 JavaScript interview questions to test a programmer’s skill of vanilla JavaScript.

https://medium.com/javascript-in-plain-english/i-use-these-4-questions-to-find-outstanding-javascript-developers-4a468ea17155
October 1, 2020 at 10:54:13 AM EDT *
javascript interviewing
FILLER

HackerRank

QRCode

I started preparing for Google interviews using HackerRank and its Interview Preparation Kit. I highly recommend it -- it's really close to what happened at the interview.

https://www.hackerrank.com/
March 22, 2020 at 9:40:24 AM EDT *
interviewing programming
FILLER

40 Favorite Interview Questions from Some of the Sharpest Folks We Know

QRCode

What’s your favorite interview question and why?

https://firstround.com/review/40-favorite-interview-questions-from-some-of-the-sharpest-folks-we-know/
March 21, 2020 at 10:53:52 AM EDT *
interviewing career
FILLER

Interviewing at Microsoft— JavaScript Assessment Questions

QRCode

Below are 3 questions from Microsoft’s Online Assessment 2019 for developers

https://medium.com/javascript-in-plain-english/microsoft-online-assessment-questions-js-f68ecdb6e927
January 20, 2020 at 3:14:17 PM EST *
javascript interviewing
FILLER

What Happened When I Recorded Myself Speaking Every Single Day

QRCode

Give yourself a 30-day challenge. As you watch your recordings, look for areas where your body language, facial gestures, and tone can improve. Find spots in your responses where you can slow down or pause in order to drive a point home. The difference between the first take and your 20th will astound you.

https://forge.medium.com/what-happened-when-i-recorded-myself-speaking-every-single-day-95155fbc0e0e
January 20, 2020 at 3:04:23 PM EST *
interviewing voice
FILLER

GitHub - lydiahallie/javascript-questions: A long list of (advanced) JavaScript questions, and their explanations

QRCode

I post multiple choice JavaScript questions on my Instagram stories, which I'll also post here! Last updated: December 24th

From basic to advanced: test how well you know JavaScript, refresh your knowledge a bit, or prepare for your coding interview! muscle rocket I update this repo regularly with new questions. I added the answers in the collapsed sections below the questions, simply click on them to expand it. It's just for fun, good luck! heart

https://github.com/lydiahallie/javascript-questions
January 1, 2020 at 7:12:08 PM EST *
programming javascript interviewing
FILLER

50 Things You Should Know Before Going to a JavaScript Developer Job Interview

QRCode
https://medium.com/better-programming/50-thingsyou-should-know-before-going-to-a-javascript-developer-job-interview-b1f1dfbf945c
July 23, 2019 at 12:26:33 PM EDT *
javascript interviewing programming
FILLER

28 Relevant Javascript Interview Questions Part I - The first 4

QRCode

For the past 12 years, I have been on both sides of the Front End Interview table. Sadly though, the emphasis is always put on Javascript during those rounds and the two other important languages - HTML and CSS - are not usually given the same weight.

https://dev.to/adyngom/28-relevant-javascript-interview-questions-part-i-the-first-4-2a16
April 26, 2019 at 2:00:24 PM EDT *
javascript programming interviewing
FILLER

The battle between hiring managers and UX designers

QRCode

Through experience and research, I have a few theories about why this is occurring in the design industry.

  1. Ability is limited
    When hiring a designer, I look for a balance of solid skills, style and strategic thinking. For the majority, strategic thinking is the weakness, and in all honesty, businesses want this.
  2. Expectations are too high
  3. The false vision of ‘a dream job.’
  4. Unable to adapt processes
  5. Companies don’t know what they want
https://medium.com/@togetherincred/the-battle-between-hiring-managers-and-ux-designers-d242283390ae
April 26, 2019 at 9:08:35 AM EDT *
career interviewing
FILLER
1 / 4
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community