Amazon Interview | Set 77 (Off-Campus For SDE-1 / 1.5yrs experienced)

Amazon SDE1 Off campus

Written Round

Discussion about my projects (nearly 20 mins)

2nd f2f
Small discussion about my projects

3rd f2f

Discussion about my projects (nearly 20 mins)

2. Given a matrix of characters and a string, find whether the string can be obtained from the matrix. From each character in the matrix, we can move up/down/right/left. for example, if the matrix[3][4] is

o f a s

l l q w

z o w k

and the string is follow, then the function should return true.

4th f2f Hiring Manager

Deep discussion about my current project (nearly 45 mins)

(application architecture, challenges faced and a lot of technical discussion)

5th f2f Bar Raiser

Deep discussion about my current project (challenges faced, etc) nearly 20 mins

Deep discussion on REST api authentications (Hash key vs Encryption & Decryption) nearly 20 mins

1. Given an input string, write a function that returns the compressed string for the input string in INPLACE. (no extra memory) (length of compressed string < = length of input string) For example, if the input string is “aaabcdeeee”, then the function should return “a3b1c1d1e4?. w3wiki helped me a lot in improving my skills in DS and Algorithms.

All Practice Problems for Amazon !

Contact Us