10 Important Paytm Coding Interview Questions
Red Section Separator
1. Given an integer number, convert it to a roman numeral.
Red Section Separator
Arrow
2. Given a string s, reverse the order of words.
Red Section Separator
Arrow
3. Sort an array of 0s, 1s and 2s
Red Section Separator
Arrow
4. Convert a Binary Tree into its Mirror Tree
Red Section Separator
Arrow
5. Remove duplicates from an unsorted linked list
Red Section Separator
Arrow
6. Write a function to get the Nth node in a Linked List
Red Section Separator
Arrow
7. Delete a node in a Doubly Linked List
Red Section Separator
Arrow
8. Delete all the nodes from the doubly linked list that are greater than a given value
Red Section Separator
Arrow
9. Interchange elements of the first and last rows in the matrix
Red Section Separator
Arrow
10. Write a function to print the ZigZag order traversal of a binary tree.
Red Section Separator
Red Section Separator
Full Article