← Back to experiences
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/experiences/…$
Mock Interview: The mock interview was interactive, and the interviewer provided helpful tips.
Phone Screen: The phone screen interviewer was less interactive and did not offer tips.
java public interface DataStructure<T> { void put(T t); void remove(T t); boolean contains(T t); List<T> getItemsInOrderOfInsertion(); } Feedback was received later; I did not advance to the next round.