Jobs
Interviews
Interview Questions for DP World

1. Clone a Linked List with Random Pointers You are provided with a linked list where each node has two pointers. The first pointer directs to the next node, and the second one, known as the 'random' pointer, can point to any node in the list or be null. Your task is to create a deep copy of this linked list, and return the head of the copied list. We will validate if the copied linked list is a true deep copy of the original. Example: Input: T = 11 2 2 0 3 4 4 4 5 1 -1 Output: True Explanation: For the given list, each node contains a value and a random index indicating which node the random pointer directs to. If the random pointer is null, it is represented as -1. For instance, the input indicates that the node with value 1 has its random pointer pointed to the node at index 2. Constraints: 1 ≤ T ≤ 10 0 ≤ N ≤ 5 * 104 -105 ≤ data ≤ 105 and data ≠ -1 -1 ≤ random index < N Note: You are not required to print anything; it has already been handled. Implement the function as directed.

2. Explain in detail how a PLC works.

3. What is a computer network?

4. What is the difference between a computer operator and a computer engineer?

5. Design a system that checks for inventory when a user clicks checkout on an E-commerce App.

DP World logo

DP World

|

Logistics & Transportation

Dubai

50,000+ Employees

457 Jobs

cta

Start Your Job Search Today

Browse through a variety of job opportunities tailored to your skills and preferences. Filter by location, experience, salary, and more to find your perfect fit.

Job Application AI Bot

Job Application AI Bot

Apply to 20+ Portals in one click

Download Now

Download the Mobile App

Instantly access job listings, apply easily, and track applications.

Job Titles Overview