Skip to content

Commit 8e70930

Browse files
committed
update interview page
1 parent de4d300 commit 8e70930

1 file changed

Lines changed: 20 additions & 15 deletions

File tree

interview.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ layout: page
33
title: Interviewing Bhupesh
44
description: Wanna interview me? I help you ask questions that matter!
55
permalink: /interview/
6-
last_modified_at: 2025-12-18
6+
last_modified_at: 2025-02-20
77
---
88

9-
I help you interview me better. Here's a list of questions that matter, with my answers, saving you the time to analyze how I think or preceive my work domain.
9+
I help you interview me better. Here's a list of questions that matter, with my answers, saving you the time to analyze how I think or preceive my primary work domain, software engineering.
1010

1111
<!-- omit from toc -->
1212
## Disclaimers
@@ -20,9 +20,9 @@ I help you interview me better. Here's a list of questions that matter, with my
2020
- [What makes you who you are today?](#what-makes-you-who-you-are-today)
2121
- [What's the best thing you've made without anybody asking?](#whats-the-best-thing-youve-made-without-anybody-asking)
2222
- [What's the first thing you built? When and Why did you build it?](#whats-the-first-thing-you-built-when-and-why-did-you-build-it)
23-
- [Can you build scalable systems or system design INSERT\_FAMOUS\_LIVE\_PRODUCT?](#can-you-build-scalable-systems-or-system-design-insert_famous_live_product)
24-
- [Do you prefer working on projects alone or with a team?](#do-you-prefer-working-on-projects-alone-or-with-a-team)
25-
- [What sets you apart from other applicants for ABC position?](#what-sets-you-apart-from-other-applicants-for-abc-position)
23+
- [Can you build scalable systems or system design FAMOUS\_LIVE\_PRODUCT?](#can-you-build-scalable-systems-or-system-design-famous_live_product)
24+
- [Are you a team player?](#are-you-a-team-player)
25+
- [What sets you apart from other and more experienced folks?](#what-sets-you-apart-from-other-and-more-experienced-folks)
2626
- [Do you know how to use INSERT\_DEVTOOL?](#do-you-know-how-to-use-insert_devtool)
2727
- [Do you know about INSERT\_PRACTICE or INSERT\_PRINCIPLE?](#do-you-know-about-insert_practice-or-insert_principle)
2828
- [How does an ideal codebase look like?](#how-does-an-ideal-codebase-look-like)
@@ -36,9 +36,9 @@ I help you interview me better. Here's a list of questions that matter, with my
3636

3737
### What makes you who you are today?
3838

39-
Reading & Writing, at least from a career POV. Both have had a huge impact on how I think and approach problems. I have been reading since I was a high-school kid, mostly fiction and non-fiction. I have been writing [since 2019](/archive/), mostly technical stuff.
39+
Reading & Writing. Both have had a huge impact on how I think and approach life and problems. I have been reading since I was a high-school kid, mostly fiction and non-fiction. I have been writing [since 2019](/archive/), mostly technical stuff.
4040

41-
I have a dedicated digital bookshelf, head over to [bookshelf.bhupesh.me](https://bookshelf.bhupesh.me/) to see what I am reading at the moment & some of my personal recommendations.
41+
I have a dedicated [digital bookshelf](https://bookshelf.bhupesh.me/), in case you are interested in what I'm reading and how I critique books.
4242

4343
<!-- ### Tell us about a really difficult technical problem you solved. What was it, and what did you build?
4444
@@ -55,29 +55,33 @@ Now that I look back at it, it wasn't a full-fledged search engine but more of a
5555

5656
However, it did have indexing like capabilities, given a webpage URL it could detect whether it was a tutorial or not. It was built using Python and SQLite.
5757

58-
### Can you build scalable systems or system design INSERT_FAMOUS_LIVE_PRODUCT?
58+
### Can you build scalable systems or system design FAMOUS_LIVE_PRODUCT?
5959

60-
No. "Scalable" for me means the "Potential Business" & "Team" is changing (in upwards direction), so we need to account for that in the engineering decisions we make. It's not an exercise to put a bunch of boxes and arrows on a whiteboard.
60+
<!-- Rethink this answer -->
61+
62+
No. "Scalable" for me means that the "Potential Business" & the "Team" is changing (in upwards direction), so we need to account for that in the engineering decisions being made. It's not an exercise to put a bunch of boxes and arrows on a whiteboard.
6163

6264
Let's talk about scalability once the product you work for is going through an exponential growth. However, I am eager to build _stable_ systems.
6365

6466
So no, I cannot design a system for a product that scales to million magical MAU from day one. If you see me doing (or talk about) this, **don't trust me**.
6567

66-
### Do you prefer working on projects alone or with a team?
68+
### Are you a team player?
69+
70+
I require alone time to be productive solo, and I need a team to get things done faster. I am very much open to brainstorming sessions, pair programming, etc.
6771

68-
Both, both is good. I require alone time to be productive solo, and I need a team to get things done faster. I am very much open to brainstorming sessions, pair programming, etc.
72+
### What sets you apart from other and more experienced folks?
6973

70-
### What sets you apart from other applicants for ABC position?
74+
Nothing, honestly. I consider myself as an average human with average skills. I am not going to sit here gloat about things that can change your perspective. A lot of public stuff that I have, like my [blog](https://bhupesh.me/), [digital garden](https://til.bhupesh.me/) and [github](https://github.com/bhupesh-V/) justifies my skills & knowledge.
7175

72-
Nothing, honestly. I consider myself as an average human with average skills. I am not going to sit here gloat about things that can change your perspective. A lot of public stuff that I have, like my [blog](https://bhupesh.me/), [digital garden](https://til.bhupesh.me/), [github](https://github.com/bhupesh-V/) justifies my skills & knowledge. If you disagree, you are free to reject. At the end of the day, hiring humans is basically a trust exercise.
76+
If you disagree, you are free to reject. At the end of the day, hiring humans is basically a trust exercise and I honestly consider it as a highly opinionated & stupid exercise to pass before I'm "eligible" to get paid to work.
7377

7478
<!-- ### Talk to me, in a free form back & forth way about software development -->
7579

7680
### Do you know how to use INSERT_DEVTOOL?
7781

7882
Probably not, I use tools to the extent it helps me get the job done. As much us devs cherish our devtools, I believe that we create problems for ourselves with each new tool we add to our stack.
7983

80-
If the tool you are talking about is something that is absolutely necessary for the job (like shit will go down if this tool didn't exist), you can assume that I will learn to use it or adapt to it to a point where we can discuss it.
84+
If the tool you are talking about is something that is absolutely necessary for the job (like shit will go down if this tool didn't exist), you can assume that I will learn to use it or adapt to it.
8185

8286
### Do you know about INSERT_PRACTICE or INSERT_PRINCIPLE?
8387

@@ -111,7 +115,7 @@ It's possible that **I may voluntarily contribute if I somehow agree with the au
111115

112116
We are talking business. All crucial (big or small) dependencies, main-stream frameworks, and languages fit into this.
113117

114-
For this category, I am not going to spend any time contributing unless I have a strong motivation to do so, and that motivation is _responsibility_, **if you ask me, hey bhupesh we can't move forward unless we fix this upstream, I would be the first person to volunteer, I would put a ticket on the board & get to working**.
118+
For this category, I am not going to spend any time contributing unless I have a strong motivation to do so, and that motivation is _responsibility_, **if you ask me, hey bhupesh we can't move forward unless we fix this upstream, I would be the first person to step-up, I would put a ticket on the board & get to working**.
115119

116120
Learning is subjective, toiling through millions of lines of code from Kubernetes is not worth my time if I clearly don't see an end goal.
117121

@@ -146,6 +150,7 @@ Hopefully,
146150

147151
This is documented on my [now page](https://bhupesh.me/now/).
148152

153+
---
149154
<!-- omit from toc -->
150155
## More about me
151156

0 commit comments

Comments
 (0)