Amazon wow is special recruitment drive for women conducted in May every year Full time roles for final year student Internship for pre-final year students.… Read More
Tag Archives: Amazon
Given a square matrix, turn it by 90 degrees in anti-clockwise direction without using any extra space.Examples : Input: Matrix: 1 2 3 4 5… Read More
Given a Linked List and a number n, write a function that returns the value at the n’th node from the end of the Linked… Read More
Round 1: Online Assessment Amazon Fresh Deliveries: Given all Locations list of co-ordinates (x,y) you have to find the X – closest locations from truck’s… Read More
I had been constantly applying for SDE roles through the amazon jobs portal. Eventually, I got an invite for an Online Assessment in September 2021… Read More
Given two strings, the task is to find if a string can be obtained by rotating another string two places. Examples: Input: string1 = “amazon”,… Read More
An element in a sorted array can be found in O(log n) time via binary search. But suppose we rotate an ascending order sorted array… Read More
Given a singly linked list of characters, write a function that returns true if the given list is a palindrome, else false. Recommended: Please solve… Read More
Write a function to check whether two given strings are anagram of each other or not. An anagram of a string is another string that… Read More
Amazon arrived for hiring in the last week of Sept 2021 on our campus for the 6 months Software Development Engineer Role. We had a… Read More
I had 2 technical rounds on Amazon Chime. For all DSA questions, I asked about given data types, corner cases, and return type(s). Technical Round… Read More
Given a singly linked list, swap kth node from beginning with kth node from end. Swapping of data is not allowed, only pointers should be… Read More
There are two singly linked lists in a system. By some programming error, the end node of one of the linked list got linked to… Read More
Write a program to print all the LEADERS in the array. An element is leader if it is greater than all the elements to its… Read More
Inversion Count for an array indicates – how far (or close) the array is from being sorted. If the array is already sorted, then the… Read More