Tip 1 : Revise top data structure and algorithms topics
Tip 2 : Prepare the operating system in detail
Tip 3 : Preparation should include coding practice from any online platform
Tip 1 : Resume should include your code experience via project
Tip 2 : Only write the truth in your Resume, the tech stack you actually worked on.
The interviewer was professional and well dressed and noticed the candidate's body posture, just to know if the candidate is confident or not, rest was checked about the basic data structures and object-oriented concepts.


Input: [1,2,3,4,5]
Output: [5,4,3,2,1]

Tip 1 : Data structures revision
Tip 2 : Enough coding practice
The interviewer directly asked for a coding problem, no introductions nothing formal happened in this round, the interviewer was very specifically looking out for the solution and more questions regarding that particular problem only, and he straight away rejects a few candidates who were not able to code.



Assume that the Indexing for the linked list always starts from 0.
If the position is greater than or equal to the length of the linked list, you should return the same linked list without any change.
The following images depict how the deletion has been performed.


Tip 1 : Coding practice specifically for linked list
Tip 2 : Basics of linked list should be clear
Asked usual HR questions.
1. Tell me about yourself.
2. What are your greatest strengths and weaknesses?
3. What is your biggest achievement so far?
4. What do you know about the work ethics here in Publicis Sapient?
Tip 1 : Read basics about the company
Tip 2 : Be confident and look formal

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?