DEV Community

Coder
Coder

Posted on

Amaze Wow (2 Month internship ) interview experience

Online assessment Round 1 -

At first one online assessment took place where I was asked everything under different sections like data structures, algorithms, pseudocode, software engineering, computer networks ,dbms, linux, and one coding question which was something like you are given n matchsticks along with the cost. Either you can increase the value by one or decrease the value by one. So had to find the min cost of operations to make them all equal. 

Online assessment Round 2 -

After this round the shortlisted candidates had to give one more OA where our logical ability, aptitude plus coding skills were tested along with some basic personality judging questions. 2 coding questions were given one of them was 

  • item 1 You are given an array of boxes and array of unit of items present in the boxes . You are required to find the max unit of items to be loaded in the truck if truck size ( max number of boxes which can be accommodated ) was given.

  • item 2 The next ques was you are given number of computers and an array of hard disk spaces and segment length. You are required to cut the hard disk into contiguous segments and find max of minimum of the segments.

Final Interview Round -

After that I was shortlisted for the final interview round which was a 1 hour interview where the interviewer asked one dp question. 
Link
Took most of the time in this question only. Got rejected but happy to learn a lot.

Top comments (0)