All Easy Articles
Local Broadcast Address: Local Broadcast Address is used to communicate with all the devices on a local network. It is represented by 255.255.255.255 or 11111111.11111111.11111111.11111111… Read More
The IntlChar::foldCase() function is an inbuilt function in PHP which is used to perform case folding on a code point. Case folding means the given… Read More
Online test: The were 10 MCQs on computer science concepts (data structures, Java, c++) and one coding question on DP which is https://www.geeksforgeeks.org/longest-increasing-subsequence-dp-3/ 21 students were… Read More
Given a large positive integer represented as a string str. The task is to round this number to the nearest multiple of 10.  Examples: Input:… Read More
I recently interviewed at Accolite when the company had visited IIITD for recruitment. There were in all a total of 5-6 rounds. Each round was… Read More
Round 1: Algo round Given a sorted array, find two values a and b which sum up to x. I told use binary search, he… Read More
As explained in the article Permissions in Linux, Linux uses a combination of bits to store the permissions of a file. We can change the… Read More
A Website without visitors is like a ship lost in the horizon! And it is the combination of both Front-End and Back-End Web Development that… Read More
Mathematics has been the bane of many students’ lives (including mine!!!) since arguably it’s inception. On the other hand, Computer Science is quite interesting and… Read More
Round 1: First round comprises of communication test as there are many students attending the interview so rather than keeping GD they decided to keep… Read More
Write a function to check whether two given strings are an Anagram of each other or not. An anagram of a string is another string… Read More
Expression: An expression is a combination of operators, constants and variables. An expression may consist of one or more operands, and zero or more operators… Read More
Consider the following payoff matrix with respect to player A and solve it optimally. Solution: If a game has no saddle point then the game… Read More
The task is to print a pattern as shown in the example for a given integer value.The goal is not to print just this one… Read More
Groovy is powerful, optionally typed and dynamic language to develop an application on Java Platform where its syntax is Java-like. Its typing discipline is strong,… Read More
Hi, I am Manish. I attended the Infosys Certification exam on 25 July 2019. About the Exam This is a certification exam organised by Infosys… Read More
An entity type should have a key attribute which uniquely identifies each entity in the entity set, but there exists some entity type for which… Read More
Given an unsorted array with both positive and negative elements. The task is to find the smallest positive number missing from the array. Examples:  Input:… Read More
INTRODUCTION: Internet of things and Blockchain are two technologies which are gaining popularity since the time of their creation. In the near future, IoT is… Read More
Given an array a of size N. The task is to find the sum of the sums of all possible subsets. Examples:   Input: a[] = {3,… Read More