Hi,
Giving back to community.
I had Amazon Phone screen this week.
Format:
20 mins Leadership principles
1) Time when you got some negetive feedback.
2) Most interesting project you worked on.
35 mins coading question
1) Write a function / class which returns the maximum length word from the given matrix.
sample input:
[[A, P, P]
[S, K, L]
[Y, N, E]]
sample output:
"APPLE"
'boolean isWord(String s)' can use this built in function to chek if the word is valid ot not
Waiting to hear back.