This blog contains all the Amazon Online Coding questions asked in on-campus and off-campus Placements 2020. Question-1: Amazon warehouses have a complex line of machines which enable very quick item selection, packaging and delivery. These machines ...
Hello World 👋 In this article, we will walk over through a complete guide to learn Recursion. Recursion is one of the major concepts for competitive coding as well as for placement. After completing this article and the resources shared in this arti...
Hello World 👋 In this article, we will see how bit manipulation could be a real lifesaver for competitive coding as well as for a technical interview. So what is Bit manipulation? Bit manipulation is the act of algorithmically manipulating bits or o...
This blog is to provide all the aptitude questions asked in Amazon in year 2020 placements including both on-campus and off-campus. Question-1: FASTER: HCUVGT:: SLOWER: __ Ans: UNQYGT Question-2: From the given options, three are similar to each othe...
Data structures and Algorithms are always a hot topic in the computer science field, old and gold, no matter how many buzz words come in this field but data structures are the base of all the things in the IT field. Also, when it comes to placement s...
Hello World 👋 In this blog, we will be covering a complete roadmap to learn CPP (C++). C++ is a programming language developed by Bjarne Stroustrup in 1979 at Bell Labs. C++ is regarded as a middle-level language, as it comprises a combination of bo...