VR Mock Coding Interview – Nearly Sorted Array – Fail

Check out a VR Mock Coding Interview HERE and see below for a breakdown. Watching other mock interviews is a good way to familiarize yourself with technical interviews. If you are looking for mock interviews, feel free to join our discord and I can mat…


This content originally appeared on DEV Community and was authored by Daniel

Check out a VR Mock Coding Interview HERE and see below for a breakdown. Watching other mock interviews is a good way to familiarize yourself with technical interviews. If you are looking for mock interviews, feel free to join our discord and I can match you with someone within 24 hours!

Overall: 3/5
Breakdown

  • Coding - 4
  • Communication - 4
  • Problem Solving - 2
  • Inspection - 2
  • Review - 3

What they did well

  • Started asking clarifying questions
  • Wrote out his inputs
  • Asked clarifying questions about K
  • Wrote out an example
  • Had good intuition around using K to only look at sub arrays
  • Thoughts all made sense and was easy to follow along
  • Able to get to a runtime of O(NK)
  • Able to confidently speak about his code
  • Able to intelligently code
  • Worked through your example, you can do this more explicitly
  • Questions were good.

What could be better

  • Missed the nearly sorted requirement
  • Asks am I on the right track?
  • Didn’t mention a simple brute force solution
  • Got quite when thinking through solutions
  • Needed a hint to get to thinking about it correctly
  • Hint: Needed a hint to think about what would go in the first position
  • Didnt register the hint well
  • Quietly thinking
  • Spending too much time on thinking
  • Had issue identifying that he needed the min even after hint
  • “do you want me to code it” without defining runtime, without defining space and
  • Never mentioned space time
  • Specifed an incorrect runtime, multiply times, First said N, then said N^2. Lack of confidence when speaking about runtime.
  • DIdnt know the runtime of mergesort
  • Frustrated gasp (Never do this)
  • Hint: How can you quickly find the smallest element of the subset
  • Wasn’t grasping a heap, or the ideas around it
  • Got quiet when coding
  • Keep getting quiet even when asking
  • Got lost in his own code for a few seconds
  • No way I could read the code

Other Mock Interview Resoures:

How to get value out of your mock interviews

Why mock coding interviews are important

Join the Community

Hackpack is the most hyperactive community of engineers studying for programming interviews. Apply today

Interview Tips Newsletter


This content originally appeared on DEV Community and was authored by Daniel


Print Share Comment Cite Upload Translate Updates
APA

Daniel | Sciencx (2022-05-10T21:11:41+00:00) VR Mock Coding Interview – Nearly Sorted Array – Fail. Retrieved from https://www.scien.cx/2022/05/10/vr-mock-coding-interview-nearly-sorted-array-fail/

MLA
" » VR Mock Coding Interview – Nearly Sorted Array – Fail." Daniel | Sciencx - Tuesday May 10, 2022, https://www.scien.cx/2022/05/10/vr-mock-coding-interview-nearly-sorted-array-fail/
HARVARD
Daniel | Sciencx Tuesday May 10, 2022 » VR Mock Coding Interview – Nearly Sorted Array – Fail., viewed ,<https://www.scien.cx/2022/05/10/vr-mock-coding-interview-nearly-sorted-array-fail/>
VANCOUVER
Daniel | Sciencx - » VR Mock Coding Interview – Nearly Sorted Array – Fail. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/05/10/vr-mock-coding-interview-nearly-sorted-array-fail/
CHICAGO
" » VR Mock Coding Interview – Nearly Sorted Array – Fail." Daniel | Sciencx - Accessed . https://www.scien.cx/2022/05/10/vr-mock-coding-interview-nearly-sorted-array-fail/
IEEE
" » VR Mock Coding Interview – Nearly Sorted Array – Fail." Daniel | Sciencx [Online]. Available: https://www.scien.cx/2022/05/10/vr-mock-coding-interview-nearly-sorted-array-fail/. [Accessed: ]
rf:citation
» VR Mock Coding Interview – Nearly Sorted Array – Fail | Daniel | Sciencx | https://www.scien.cx/2022/05/10/vr-mock-coding-interview-nearly-sorted-array-fail/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.