good interns relations with great vibes great healthcare and understanding employers and they provided great info on the process of work and they also provided me with work laptops and a gift box
I applied through other source. I interviewed at Microsoft in Jun 2022
Interview
Interview started with basic introduction then went directly to two coding question. I was chance to give this interview after my successful participation as a microsoft engage mentee. Write a function to check whether two given strings are Permutation of each other or not. A Permutation of a string is another string that contains same characters, only the order of characters can be different. For example, “abcd” and “dabc” are Permutation of each other.
Interview questions [1]
Question 1
Write a function to check whether two given strings are Permutation of each other or not. A Permutation of a string is another string that contains same characters, only the order of characters can be different. For example, “abcd” and “dabc” are Permutation of each other.