All Easy Articles
Citi Bank (Citi CSC) came to our campus to hire Technology Analyst Interns. All pre-final year students from any branch could apply. ROUNDS Online Test… Read More
My Technical interview Done in October 2021. There were two people in interview panel. (Probably TR and MR). Those who get shortlisted from this round… Read More
Tuple – A tuple is an object that can hold a number of elements. The elements can be of different data types. The elements of… Read More
Events are a fundamental construct of the modern web. They are a special set of objects that allow for signaling that something has occurred within… Read More
In this article, we will discuss two very similar CSS Properties which are position: sticky and position: fixed. The Position property in CSS specifies the… Read More
Prerequisite: Search Engine Optimization While React is often lauded for making front-end development more efficient, this popular library can be problematic for search engines if… Read More
Loading screen plays a major role in enhancing UX development. In this article, we are going to learn how we can create a Loading Screen… Read More
In this article, we have created the blog app using react js, First of all, we have created the project name blog by entering the… Read More
Cognizant came to our campus and conducted the hiring process in 2-3 stages, Cognizant is known as one of the prominent and well known service… Read More
The 19th century witnessed innumerable movements, but the ones like the Santhal revolt hold a significant role in India’s struggle for freedom.  The Santhal revolt… Read More
Computers and their structures are tough to approach, and it is made even extra tough while you want to recognize phrases associated with the difficulty… Read More
Given an array of integers, evaluate queries of the form LCM(l, r). There might be many queries, hence evaluate the queries efficiently.   LCM (l, r)… Read More
There was a total of 5 rounds, The eligibility criteria for the hiring process was CGPA 7+ or 70% throughout. Round 1: Coding Round There… Read More
When working with ReactJS, managing state is a fundamental aspect of building dynamic and interactive user interfaces. In some cases, you may encounter situations where… Read More
In this article, we are going to check the credentials (username and password) entered by the user. If credentials are matched from the database entries,… Read More
When you install a virtual machine on your system, it is possible that the machine may not start and you may encounter an error telling… Read More
In this article, we will see, how to update from one table to another table based on ID match. We can update the table using… Read More
Duplicate records in a database can be problematic sometimes as they create confusion or they might generate wrong outputs as well. So, it is better… Read More
DATE is a SQL-defined data type that is used to store dates in a column, different database management systems store dates in different formats. MySQL… Read More
Given an undirected graph with N nodes and two vertices S & T, the task is to check if a cycle between these two vertices… Read More