All Easy Articles
I am Yeshu Garg sharing my Interview Experience which happened during the pandemic period. This was new and different to all 2021 Pass-Out Batches as… Read More
In this guide, we’ll explore a range of Python projects suitable for beginners to advanced programmers. These Python projects are designed to help you gain… Read More
Basic String Programs Python program to check whether the string is Symmetrical or Palindrome Reverse words in a given String in Python Ways to remove… Read More
Basic Dictionary Programs Python | Sort Python Dictionaries by Key or Value Handling missing keys in Python dictionaries Python dictionary with keys having multiple inputs… Read More
Basic Tuple Programs Python program to Find the size of a Tuple Python – Maximum and Minimum K elements in Tuple Create a list of… Read More
In Infosys Certification 2020, there were a total of 3 rounds. All the rounds are elimination rounds. The allowed languages are Python or Java only.… Read More
The jQuery fancyTable plugin helps the developers to design HTML tables that are searchable and sortable with pagination feature. This plugin is totally based on… Read More
The Indian Financial System Code (IFSC) is an 11-digit alpha-numeric code used to uniquely classify bank branches within the National Electronic Fund Transfer (NEFT) network… Read More
In this article, we are given a range of years, the task is to find the year having Sunday on 1st January. Approach: We can… Read More
Project Introduction: In this article, we will discuss how to design a transparent login webpage using HTML and CSS. Project Structure: index.html style.css index.html  … Read More
An API (Application Programming Interface) key is a unique identifier used to authenticate a user, developer, or calling program to an API. However, they are… Read More
HDFS is a distributed file system that stores data over a network of commodity machines. HDFS works on the streaming data access pattern means it… Read More
INSERT() : This function in MySQL is used for inserting a string within a string, removing a number of characters from the original string. Syntax… Read More
Sometimes, while working with files in Python, a problem arises with how to get all files in a directory. In this article, we will cover… Read More
1. Hardware : Hardware, as name suggest, is simply a machine, wiring or other physical component of computer that can be seen and touched consists of… Read More
It is seen that many Android apps require to use of high-quality images that will not get blur while zooming. So we have to use… Read More
Prerequisite – Integration Testing  1. Top Down Integration Testing : Top Down Integration testing which is also known as Incremental integration testing. In this Top… Read More
Given an array of equal-length strings, arr[] of size N, the task is to check if all the strings can be made equal by repeatedly… Read More
Given a matrix of dimensions N * M and a 2D array Queries[][] with each query of the form {k, r1, c1, r2, c2}, the… Read More
1. Software : Software, as name suggest, is simply a collection of data or set of instructions that are especially designed to perform well defined… Read More