Amazon Interview Experience for Fresher SDE - Intern,
Dec 2020
Amazon Interview Experience for Fresher SDE - Intern,
Dec 2020
Posted: 13 Apr 2021
0
Selected
Interview Rounds
Application Process
Round 1
Round 2
Round 3
Interview Process
Online Coding Interview
Easy
Duration:
60 Minutes
Interview-Date:
8 Dec 2020
Problems:
3
3 coding questions and the duration of the test was 90 mins
Merge Two Sorted Linked Lists
You are given two sorted linked lists. You have to merge them to produce a combined sorted linked list. You need to return the head of the final linked list.
You are given an array of integers 'ARR' of length 'N' and an integer Target. Your task is to return all pairs of elements such that they add up to Target.