All Easy Articles
It was an off-campus opportunity. Round 1(Online assessment on Hackerrank-90mins) There were two sections comprising MCQs(related to java and dsa) and 2 coding questions.  … Read More
In this article, we are learning about how can we send data to a node server using Ajax without reloading the page from the client-side.… Read More
Mongoose is an Object Data Modeling (ODM) library for MongoDB. It defines a strongly-typed-schema, with default values and schema validations which are later mapped to… Read More
When JavaScript came into the picture of the programming world, the name was chosen for marketing reasons. At that time Java was getting popular all… Read More
Named Entity Recognition (NER) is a technique in natural language processing (NLP) that focuses on identifying and classifying entities. The purpose of NER is to… Read More
In computers, graphics.h can be used to provide direct functions to draw different coordinates, like circles, rectangles, etc. Using these shapes, different objects can be… Read More
Given the head of the linked list representing a positive integer, the task is to print the updated linked list after subtracting 1 from it.… Read More
Computer hardware includes the physical parts of a computer, such as a case, central processing unit (CPU), random access memory (RAM), monitor, and mouse which processes… Read More
Given a string S of size N consisting of unique ID and Domain Name of a unique website, the task is to find the ID… Read More
A variable is a name given to a memory location. It is the basic unit of storage in a program. The value stored in a… Read More
Prerequisite : Knowledge of Groups, Cosets. Introduction :We can say that  “o” is the binary operation on set G if : G is an non-empty… Read More
Western Digital visited IGDTUW to hire interns for the role of Firmware Development. There were a total of 3 rounds. Round 1 (Online Round): It… Read More
Given an array arr[] consisting of N positive integers such that arr[i] represents that the ith bag contains arr[i] diamonds and a positive integer K,… Read More
Given an array arr[] consisting of N positive integers, such that arr[i] represents the number of products the ith supplier has and a positive integer,… Read More
Round 1(Aptitude): Difficulty Level-Moderate It’s a written round with 50 MCQ.There were two parts General Aptitude and Verbal English. Tips: I would like to tell… Read More
TrustStore is used to store certificates from Certified Authorities (CA) that verify the certificate presented by the server in an SSL connection. While Keystore is… Read More
Firebase Storage stands out as a robust cloud-based option for housing and distributing user-created content, ranging from images and videos to various files. Within this… Read More
Imagine a very haphazard world where no categories are divided in order to memorize and classify things separately, a world like this will be full… Read More
Odds (odds of success): It is defined as the chances of success divided by the chances of failure. Say, there is a 90% chance that… Read More
Absolute Maxima and Minima are the maximum and minimum values of the function defined on a fixed interval. A function in general can have high… Read More