All Easy Articles
Wipro Limited is an Indian multinational corporation that provides information technology, consulting, and provide services. It is the 9th ranked employer in India. The founder… Read More
Infosys is an Indian MNC information technology company that provides business consulting, providing services. It was founded in Pune on 2 July 1981. N.r… Narayana… Read More
Bulma is a free and open-source CSS framework based on Flexbox. It is component-rich, compatible, and well documented. It is highly responsive in nature. It… Read More
Cascading Style Sheets referred to as CSS, is a stylesheet language used to design and describe the presentation of the webpage to make it attractive.… Read More
Round 1: Online Aptitude Test. AMCAT Assessment test.  5 sections  Technical M C Q’s: related to OOPS, loop statements, basics of programming and computer science… Read More
I recently got an off-campus opportunity for the position of Trainee Software Engineer at HSBC. It consisted of 4 rounds and all were elimination rounds.… Read More
In ES5 when we declare a variable with the var keyword, the scope of the variable is either global or local.  Global variable: When we… Read More
ES6 introduces a new concept called Generator (or Generator function). It gives you a new way to work with iterators and functions. The ES6 generator… Read More
You are given an array of 0s and 1s in random order. Segregate 0s on left side and 1s on right side of the array.… Read More
Write a function that searches a given key ‘x’ in a given singly linked list. The function should return true if x is present in… Read More
Write a function to count the number of nodes in a given singly linked list. For example, the function should return 5 for linked list… Read More
Spring is one of the most popular Java EE frameworks. It is an open-source lightweight framework that allows Java EE 7 developers to build simple,… Read More
The available() method of FileInputStream class is used to return the estimated number of remaining bytes that can be read from the input stream without… Read More
Packages in Java are a mechanism to encapsulate a group of classes, interfaces, and sub-packages. In Java, it is used for making search/locating and usage… Read More
In mathematics or in daily lives geometry and geometrical shapes always play an essential role. Starting from a simple tray to a big building, we… Read More
Number System is a systematic way of representation of numbers of the number line. These numbers are depicted using a set of symbols and rules.… Read More
Given an unsorted array of integers, sort the array into a wave-like array. An array ‘arr[0..n-1]’ is sorted in wave form if arr[0] >= arr[1]… Read More
java.net.FileNameMap is a Java Interface. FileNameMap interface is a part of the java.net package. FileNameMap provides a mechanism to map between a file name and… Read More