PayU Intern Interview Experience
test
Summary
AI Powered
The interview process at PayU consisted of two main questions focused on Data Structures and Algorithms. Candidates can expect questions related to linked lists and trees, emphasizing the understanding of common operations and traversals. Overall, the technical nature of the questions suggests a moderate difficulty level, providing a good assessment of fundamental skills at PayU.
1
#1Data Structures and Algorithms Question on Linked List
Medium
data-structures
linked-list
algorithms
Explain your approach to solving problems related to linked lists. What are the common operations you can perform on a linked list and their time complexities?
#1
Data Structures and Algorithms Question on Linked List
Explain your approach to solving problems related to linked lists. What are the common operations you can perform on a linked list and their time complexities?
data-structures
linked-list
algorithms
Medium
#2Data Structures and Algorithms Question on Trees
Medium
data-structures
binary-tree
traversal
Discuss the various ways to traverse a binary tree. Additionally, explain the differences between depth-first search (DFS) and breadth-first search (BFS).
#2
Data Structures and Algorithms Question on Trees
Discuss the various ways to traverse a binary tree. Additionally, explain the differences between depth-first search (DFS) and breadth-first search (BFS).
data-structures
binary-tree
traversal
Medium
A
Anonymous
Anonymous User