Interview Experience At Morgan Stanley Mumbai For SDET – Sep – 2020

As part of the Interview Experience series, in this post, we will see an interview experience in Morgan Stanley shared by a candidate.

Shared By:– Sumit
Company Name:- Morgan Stanley
Experience Level: – 5+ Years
Location:– Mumbai
Mode:– Virtual
Date:- Sep – 2020

1. Difference between SinglyLink List and Doubly Link list2. Comparator vs Comparable3. Give Indexes of array elements which has sum=10    Array arr={1,2,3,4,5,6,7,8,9} eg. 1+9=10 so print index 0 and 9

    2+8=10 so print index 1 and 8