All Basic Articles
In computer programming, Instructions that are frequently used in the program are termed Subroutines. This article will provide a detailed discussion on Subroutines, Subroutine Nesting,… Read More
An Operating System acts as a communication bridge (interface) between the user and computer hardware. The purpose of an operating system is to provide a… Read More
Given a Pandas DataFrame, let’s see how to rename columns in Pandas with examples. Here, we will discuss 5 different ways to rename column names… Read More
The get() method of List interface in Java is used to get the element present in this list at a given specific index. Syntax :… Read More
The placeholder attribute specifies a short hint that describes the expected value of an input field/text area. The short hint is displayed in the field… Read More
The size() method of the List interface in Java is used to get the number of elements in this list. That is, the list size()… Read More
YARN stands for “Yet Another Resource Negotiator“. It was introduced in Hadoop 2.0 to remove the bottleneck on Job Tracker which was present in Hadoop… Read More
The readyState property in HTML is used to return the loading status of the current document. This property is used for read-only.  Syntax: document.readyState Return… Read More
The <param> tag in HTML is used to define a parameter for plug-ins that are associated with <object> element. It does not contain the end… Read More
Prime factor is the factor of the given number which is a prime number. Factors are the numbers you multiply together to get another number.… Read More
A sequence of numbers is called an Arithmetic progression if the difference between any two consecutive terms is always the same. In simple terms, it… Read More
Round 1: This was the first technical round. I was interviewing for the software role for mbrdi Bangalore office. They started off with Object Oriented… Read More
Given a list of strings, the task is to sort that list based on given requirement. There are multiple scenarios possible while sorting a list… Read More
The difference between is and as operators are as follows: The is operator is used to check if the run-time type of an object is… Read More
Let’s discuss how to drop one or multiple columns in Pandas Dataframe. To Delete a column from a Pandas DataFrame or Drop one or multiple… Read More
Here, we will discuss Statements in Python, Indentation in Python, and Comments in Python. We will also discuss different rules and examples for Python Statement,… Read More
The <figure> tag is used to insert self-contained content such as illustrations, diagrams, photos, or code listings in a document. It can be placed at… Read More
The <figurecaption> tag in HTML is used to set a caption to the figure element in a document. The <figcaption> element can be placed as the first… Read More
Mahindra Comviva : Software Developer Round 1: Coding + Aptitude + CS fundamentals The first round comprised of 20 MCQ questions including aptitude, logical, C… Read More
REST stands for REpresentational State Transfer and API stands for Application Program Interface. REST is a software architectural style that defines the set of rules… Read More