Assume that you are given the head and tail pointers of a doubly linked list where each node can also have a single child pointer to another similar doubly linked list. There are no cycles in this structure outside of the traditional double links. Write a procedure in C++ that flattens this structure into a single list.
Microsoft Software Engineer Interview Questions
94 microsoft software engineer interview questions shared by candidates
Basic concepts in Java, HTML/CSS/JavaScript, and SQL
4. Write an sql query to display employee name and manager name from Employee Table
2. write a code to print first n even numbers
Write a procedure in C that reverses the letters of a null-terminated string. Then write another procedure in C that reverses the words of a null-terminated sentence.
<Behavioral Questions> Q: When was the time that you had to work with a person that you did not like?
<Whiteboard Question> Q: Implement a stack or a queue (It can be done using an array or a linked list).
They asked about my experience of CRM development
7.how many primary keys allowed on 1 table and why?
It was a general interview so there was not proper question
Viewing 1 - 10 interview questions