Was basic level. Topics: DSA, OS, Project Sudo code was asked for all questions. Leetcode medium kind of questions. Not very difficult. We can choose preferred language of our choice
I applied online. The process took 3 days. I interviewed at Dell Technologies in Aug 2022
Interview
I had two 45 mins technical interviews and one 30 minutes with hiring manager. For the most part those who conducted the technical interviews were nice. The hiring manager on the other hand came off very unpleasant.
Interview questions [1]
Question 1
OOP Java questions.
Spring Boot Question.
Design authentication and role management system
How will you fix a 500 error?
A time you pushed a bug to production and what you did?
A time you made a mistake in your code.
Evaluate software package and present to stakeholders.
How you handled negative feedback from manager
Describe a time you disagreed with a colleague on a technical implementation.
I applied through a staffing agency. The process took 2 weeks. I interviewed at Dell Technologies (Bengaluru) in Feb 2022
Interview
- 2 rounds of technical interview followed by MR & HR round
- mix of coding conceptual questions, easy medium & hard
- focused a lot on basics
- covered coding, optimization was the key
- design an app in angular
Interview questions [1]
Question 1
1) pipes & async pipes
2) different types of directives in angular
3) @Input on change
4) all lifecycle hooks
5) project external content
6) how does call stack works
7) setTimeout in js how does it work
8) browser APIs
9) lots of tricky output questions
10) give an array of strings, filter out the ones which are not palindrome of any other string in the the given array
11) flatten a nested array, optimized solution.
12) Design a simple component which takes certain input and gives out certain output (don't remember the exact problem)
13) prototypes, inheritance, create own prototype
14) let const
15) Temporal dead zone
16) closures in depth
17) debounce & throttling in JS
18) how does method executes in js
19) how does call stack handles setTimeout & http together