Had an interviewer ask me to write a linked list implementation on whiteboard. I asked when was the last time they ever had to do that on the job. They said never.
2024-04-16 15:53:40
3895
overtimeseb :
she said reverse binary tree and I got flashbacks from college💀
2024-04-17 14:52:45
2575
Sean Murphy :
I had one job ask me to build them a literal app in a week to prove I knew how to code. one specifically for them, and only them, they'd also get to keep it??
2024-04-16 23:03:30
615
Robert :
Interviewed for a staff level role for SRE. Got asked “can you find the anagrams in this list and then can you optimize the time complexity to O(n^2) and I’m like dude… are you hiring for an SRE or…
2024-04-16 01:38:16
495
Sanzauca :
The time complexity is 0 because we’re just not gonna do it 💀 hehe
2024-04-17 00:42:10
801
Crash :
Not much different in tech sales. Interview to lead a $20M+ org and get asked to role play an initial sales call on an interview.
2024-04-16 15:54:11
15
Jor322 :
was interviewing for a QA position and they be asking me leetcode 💀💀💀
2024-04-19 15:59:26
26
westin bye :
lol I just had to take a test yesterday that had me do literal calculus! I am in sales... that said I am good at calculus but it made me mad.
2024-04-16 15:12:18
63
ilya :
Imma drop the interview as soon as they mention time complexity🙏
2024-04-16 19:54:00
26
ortho4xp11 :
Recruiter probably doesn't know what she is even asking.
2024-05-07 21:39:58
78
molly :
Not even in Software Engineering but this is deadass how it goes 😭😭😭
2024-05-14 13:49:48
1
Ichi Pravda :
I applied for Backend Developer, they ask me to create AI model for the test :')
2024-04-16 15:22:01
1886
Varun Rana :
HR got no chill
2024-04-16 04:46:45
863
Teresa Alisha :
Imagine someone aces the interview and can’t do the job 😂😂😂😂😂
2024-04-16 20:00:54
538
OC :
Interviews are harder than the jobs mostly because the vacancies aren’t available
2024-04-17 16:33:11
277
︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ ︎ :
Time to start asking how this relates to the role. Linked lists? React? Yeah right recruiter
2024-04-16 04:43:49
192
Adam :
Currently going through this exact scenario... 😅
2024-04-15 23:02:02
155
martourez039 :
There is a saying in Software Engineering that “dont reinvents the wheel” but trust me you gonna reinvent that wheel during these interviews....like they won't even allow you use even the already....
2024-04-16 21:58:59
148
Polimnia90 :
yo siempre les digo que mi trabajo es mejor que mis entrevistas
2024-04-30 03:43:17
95
Geo :
“How would you like to solve a problem that has been answered for the last 25 years?”
2024-04-16 19:07:43
57
Goshhka :
For reaaaaal
2024-04-18 11:23:56
54
NicholasRage :
sounded like AI in the first 5 seconds
2024-04-17 07:31:06
53
santick94 :
Programador, el único trabajo donde la entrevista es más dificil que tu día a día 😅
2024-06-19 01:08:42
53
Jake :
“We’re just gonna ask a few simple questions, so first off how would you solve the conflicts happening in the Middle East and why haven’t you done it yet?”
2024-04-16 19:03:54
41
Markintoch :
In Mexico, the interview turn around basics concepts (objects, lists, polymorphism, etc) and examples that never will you apply in the job...
2024-04-17 19:25:25
37
Arturo Fierro :
a mí me hicieron clonar un login con conexión a base de datos en una hora
2024-05-20 03:45:48
37
Tremo :
The interview is for them to see if you can occupy an added role because there short staffed so they need someone really smart to exploit or they have a candidate and they trying to throw you off
2024-04-17 18:53:01
28
Dazai :
the worst thing is that you prob have more experience than the interviewer or even the one who sets the questions
2024-04-16 07:24:33
28
DF PRODUCTIONS :
She sounded artificial...😳
2024-04-15 23:32:37
25
Dumdum :
“React dev” lmao
2024-04-16 03:56:56
23
noot :
They'll ask you to traverse a binary tree for the interview but get you to create a form with validation in the job 😭😭😭
2024-04-19 21:26:11
22
Whodd :
Applied for devops, they sent a java assessment
2024-04-17 13:42:06
21
Jorge :
soy
2024-04-17 15:32:37
17
aloayzab :
since when the front end tests became this hard?
2024-04-16 19:00:59
16
Dragon Knight :
interviewers want someone with the kbowledge of someone who just left uni with the experience of a 10 years.
if i need something i google it
2024-04-17 08:36:16
15
Mpho :
Got similar questions interviewing with AWS. worst experience ever
2024-04-16 20:31:12
14
Amr ❣️ :
Ok i agree, but you still need to know data structures and differences between them, meanwhile such cases could be handled offline tho 👐🏽
2024-04-16 13:26:52
14
Raydawg6699 :
Well if you’re reversing a sorted list in a binary tree just use Hash and the complexity becomes like O(1) or something
2024-04-16 18:33:03
14
Thet :
This is so real, at this point I just refuse lol if they can’t bother to come up with relevant questions it’s not a place I want to work at
2024-04-18 12:46:38
14
Kevin :
Once I was asked: how to split a cake on 8 equal slices with 3 cuts.
2024-04-16 19:00:45
13
GoldenKiwi :
def invert(root):
if root is None:
return None
#Recursively reverse the left and right children
root.left = invert(root.left)
root.right = invert(root.right)
2024-06-06 08:57:26
12
Kyriakos Zantis :
getting the job eventually and they make you looping arrays and serializing objects of databases
2024-04-17 04:30:45
11
Outrage Oriented Programmer :
Yeah, most companies have no clue how to interview.
2024-05-10 19:41:38
9
serhii :
Thanks god algorithmic coding tasks is not popular in Ukraine during hiring process. I hate them and don’t want to spend time on leatcode. It has almost zero impact on work.
2024-04-16 15:44:54
7
bruhatmenexttime :
dev student rn and this makes me feel like the most prepared I'll be for an interview will be immediately after college and never again
2024-05-02 16:23:48
7
Muizz :
Tbh, if you're not prepared for what's probably the easiest part of the job, then that's a really bad signal. Everything else we do is much harder...
2024-04-17 14:06:39
6
Maximilian Of Atlantis 🌊 :
senior front end huh
tell us then how to center a div
2024-04-16 15:28:53
6
Niko 🍓 :
@Luis Adan tu, definitivamentw tu trabajo es mejor que tu entrevista xD
2024-05-30 01:14:56
6
Mr. G :
I been declining these interviews. Not relevant or effective.
2024-04-16 14:54:32
5
Oliver_Taco :
If they pull random leet code exercises then you do not want that position. Ask them how it has been used in a recent project that was assigned to the team you are being interviewed for.
2024-04-16 18:31:04
5
To see more videos from user @anthonysistilli, please go to the Tikwm
homepage.