All Basic Articles
The Nehru Report proceeded with the primary aim of assigning Dominion status to India, situated under the British Commonwealth. The major components of the Nehru… Read More
Capgemini visited our campus in September 2022 for the role of Senior Analyst. You need to register on the superset portal the link will be… Read More
Round 1: Online HackerRank test Time: 90 Min Aptitude (Time ,speed Distance ,Boats and Stream,clock,percentage,average) Java coding question based on regex operation Mysql Query to… Read More
Event-Driven Programming in Node.js: Node.js makes extensive use of events which is one of the reasons behind its speed when compared to other similar technologies.… Read More
Bootstrap’s Grid System: The bootstrap grid system is useful in designing the responsive application or website in which the column will rearrange depend upon the… Read More
React Router is a standard library for routing in React. It enables the navigation among views of various components in a React Application, allows changing… Read More
Bootstrap 4 supports 10 different color utility classes that can be used for text and background colors. Each of these colors has a name that… Read More
Express serves as a routing and Middleware framework for handling the different routing of the webpage and it works between the request and response cycle.… Read More
This is basically a variation of bubble-sort. This algorithm is divided into two phases- Odd and Even Phases. In the odd phase, we perform a… Read More
Array An Array is a collection of data and a data structure that is stored in a sequence of memory locations. One can access the… Read More
Node.js is a JavaScript-based platform that is mainly used to create I/O-intensive web applications such as chat apps, multimedia streaming sites, etc. It is built… Read More
Hello everyone who’s reading this  article I want to share my experience with you  of my TCS interview : ME: “Good morning sir” Interviewer: “Good… Read More
Internet Protocols are a set of rules that governs the communication and exchange of data over the internet. Both the sender and receiver should follow… Read More
Derivatives are used to find rate of change of a function with respect to variables. To find rate of change of function with respect to… Read More
Round 1: Online Test So First of all Round 1 was scheduled from11:00 am, 24th July 2021, UTC +05:30, IST (New Delhi) to 11:00 am… Read More
SSH client is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to provide secure… Read More
In this article, we will learn how to Convert Char to String in Java. If we have a char value like ‘G’ and we want… Read More
Tombstone Diagrams or generally referred to as T- Diagrams are basically fragments used to denote compilers and language processing like some puzzle pieces. They demonstrate… Read More
Java Database Connectivity is a standard API or we can say an application interface present between the Java programming language and the various databases like… Read More
Given two binary matrices A[] and B[] of dimension N * M and a positive integer K, the task is to find the minimum number… Read More