All Easy Articles
Three-layer architecture is dividing the project into three layers that are User interface layer, business layer and data(database) layer where we separate UI, logic, and… Read More
The idea behind language detection is based on the detection of the character among the expression and words in the text. The main principle is… Read More
Robot Operating System or simply ROS is a framework which is used by hundreds of Companies and techies of various fields all across the globe… Read More
Given an array arr[], the task is to find the number of pairs (arr[i], arr[j]) in the array such that arr[i] + arr[j] = arr[i]… Read More
Round 1:  Online Coding Test 4 problems ( 20+30+50+100) marks They are standard questions. 1. Chocolate Distribution Problem 2. LIS revisited. 3. Graph Colouring 4.… Read More
Given a range [L, R], the task is to find the count of numbers from the range whose last digit is either 2, 3 or… Read More
As we know the Data encryption standard (DES) uses 56 bit key to encrypt any plain text which can be easily be cracked by using… Read More
Prerequisite – Network Devices Bridge: Bridge operates at the second layer i.e. data link layer of the ISO-OSI model. It connects the two networks together… Read More
MaterialApp Class: MaterialApp is a predefined class or widget in a flutter. It is likely the main or core component of a flutter app. The… Read More
Do you know enough javascript before jumping into React??Do you know how to use the map() method to loop through an array in javascript or… Read More
Round 1(Online Test): It was an online test on hackerrank consists of 15 MCQ’s from C++, Java, SQL, Data structures and 2 coding questions from… Read More
Location: Pune RIA-Advisory came to our college in the Month of September 2019.There were only 3 rounds. One Mcq round and two technical interviews. Round… Read More
You will learn how to create a simple and responsive “Meet the Team” page using HTML and CSS. We will use HTML to structure the… Read More
Star Schema: Star schema is a multidimensional model type that uses simple queries in order to access data from the database. A star schema depicts… Read More
The task is to get the random N options from the select element. Below are few of the approaches: Approach 1: First get the all… Read More
In this article, the task is to check if the passed URL is absolute or relative. Below are a few approaches:  Approaches to Check if… Read More
A probability distribution determines the probability of all the outcomes a random variable takes. The distribution can either be continuous or discrete distribution depending upon… Read More
I applied for the 6 months internship through referral at the end of November. I thought if you apply through a referral it takes only… Read More
Duck Typing is a type system used in dynamic languages. For example, Python, Perl, Ruby, PHP, Javascript, etc. where the type or the class of… Read More
Laravel is an MVC based PHP framework. In MVC architecture, V stands for View. The View is data that is going to be displayed to… Read More