All Easy Articles
What is a Raspberry Pi? Raspberry pi is the name of the “credit card-sized computer board” developed by the Raspberry pi foundation, based in the… Read More
Real Time System is a system that is put through real time which means response is obtained within a specified timing constraint or system meets… Read More
1. Cursor in PL/SQL : A cursor can be basically referred to as a pointer to the context area.Context area is a memory area that… Read More
A magnetic Disk is a type of secondary memory that is a flat disc covered with a magnetic coating to hold information. It is used… Read More
Sometimes, while working with Python dictionaries, we can have problem in which we need to reform the dictionary, in the form in which all the… Read More
The skeleton screens are used to indicate that the content is loading. They are also called splash screens. This is a part of the modern… Read More
Digital Image Processing means processing digital images by means of a digital computer. We can also say that it is the use of computer algorithms,… Read More
According to IEEE standard, floating-point number is represented in two ways: Precision Base Sign Exponent Significand Single precision 2 1 8 23+1 Double precision 2… Read More
Given a Number N. The task is to unset the rightmost set bit of N.Examples:   Input: N = 5 Output: 4 Explanation: 101(5) -> 100(4)… Read More
Given a set of strings of the same length, we need to find the length of the longest string, which is a prefix string of… Read More
Given an array arr[] of n elements, we have to swap an index i with another index i + k any number of times and… Read More
Given two positive integers A and B where A is greater than B. In one move one can decrease A by 1 which implies that… Read More
LRU (Least Recently Used) Cache discards the least recently used items first. This algorithm requires keeping track of what was used when, which is expensive… Read More
Given is an array Arr of integers. The task is to determine if the array has any subsequence of at least length 3 that is… Read More
Round 1: First Round was a Coding round which included 2 coding Questions both medium type and 40 Aptitude Questions which were really hard to… Read More
I had applied to Amazon Hyderabad off-campus for a Programmer Analyst role. The first round was conducted on HackerEarth.  First Round – I don’t remember… Read More
Given a SOP function and a multiplexer is also given. We will need to implement the given SOP function using the given MUX. There are… Read More
Magnetic drums, magnetic tape and magnetic disks are types of magnetic memory. These memories use property for magnetic memory. Here, we have explained about magnetic… Read More
Program Control Instructions are the machine code that are used by machine or in assembly language by user to command the processor act accordingly. These… Read More
Total there are four rounds in the interview process. 3 rounds data structures & algorithms and one round is about system design. I was asked… Read More