All Medium Articles
Factless tables simply mean the key available in the fact that no remedies are available. Factless fact tables are only used to establish relationships between… Read More
Overview :In this article, we will discuss the Producer-Consumer Problem and its Implementation with C++. The Producer-Consumer problem is a classical two-process synchronization problem. Let’s… Read More
LRU uses the concept of paging for memory management, a page replacement algorithm is needed to decide which page needs to be replaced when the… Read More
Need for designing the micro-instruction sequencing technique : The first purpose is to minimize the size of control memory because control memory is present inside the… Read More
You can use the Distraction Free Mode of Android Studio to remove the editor tabs and tool-windows buttons. By doing that, your eagle eyes could… Read More
SEQUEL widely known as SQL (Structured Query Language), is the most popular standard language to work on databases. It is a domain-specific language that is… Read More
PostgreSQL is the most advanced general purpose open source database in the world. pgAdmin is the most popular management tool or development platform for PostgreSQL.… Read More
RANDOM( ) in SQL is generally used to return a random row from a table present in the database. It has many applications in real… Read More
Keys are an important part of any Relational Database. There are various types of keys and among one of these is the Alternate Key. The… Read More
Sometimes, it’s very useful to show the message when a certain action takes place in our app. Let’s suppose, we have a list of items… Read More
Infineon Technologies visited our campus in April 2021(virtually) for software and hardware interns. I applied for a software role. They conducted 1 online round +… Read More
I applied on LinkedIn and was contacted by a recruiter. Following that, I was sent an online test link with three questions. I’ve solved all… Read More
On 3rd April 2021, I got a mail that I have been referred by some employee and so they are sending me a test link… Read More
Cyware Labs is a product-based Cyber Security startup based in the US with its Indian head office in Bangalore. I applied through an employee at… Read More
A number is essentially a sequence of digits stacked together to form an integer or string. A number can begin with leading zeros. A number… Read More
Given an undirected graph consisting of N vertices and M edges and an array edges[][], with each row representing two vertices connected by an edge,… Read More
Given string S consists of lowercase and uppercase letters, the task is to find the number of substrings having an equal number of lowercase and… Read More
Here given a list of numbers, our task is to find the odd position from the given number. Example: Input: 123456 Output: 135 Explanation: 1,… Read More
Given two arrays arr1[] and arr2[] consisting of N and M integers respectively, the task is to print the Bitwise XOR of Bitwise AND of… Read More