All Easy Articles
There were a total of 4 Rounds in the interview process. Round 1(Online Round): The first round basically comprised of 1 coding question and 25… Read More
SAP labs came to our campus and the interview was held virtually due to the COVID-19 situation, there were six rounds and all they have… Read More
Written Round: The time duration for this round was 1.5 hours, Platform was HirePro. After clearing this round there are 3 sections. Round 1: This… Read More
Given a sorted array arr[] of N integers, The task is to find the multiple missing elements in the array between the ranges [arr[0], arr[N-1]].… Read More
Given a regular polygon with N sides. The task is to find the count of polygons that can be drawn from the given polygon by… Read More
The Opacity widget that makes its child partially transparent. This class colors its child into an intermediate buffer and then merges the child back into… Read More
Given a String, convert to vertical if horizontal and vice-versa. Input : test_str = ‘geeksforgeeks’  Output : g e e k s  Explanation : Horizontal… Read More
Given a mapping of characters to be replaced with corresponding values, perform all replacements at one, in one-liner. Input : test_str = 'geeksforgeeks is best',… Read More
Given two integers N and K, the task is to generate all positive integers with length N having an absolute difference of adjacent digits equal… Read More
In this article, custom tabs are added in android. TabLayout provides a horizontal layout to display tabs. TabLayouts can be added using viewPager also, check… Read More
Understanding input and output operations is fundamental to Python programming. With the print() function, you can display output in various formats, while the input() function… Read More
The NamedTuple class of the typing module added in Python 3.6 is the younger sibling of the namedtuple class in the collections module. The main… Read More
You can manage connectivity in your active I/O configurations through I/O operations, which offers a centralized point of control. In addition to allowing you to… Read More
Gradient Boosting is a popular boosting algorithm in machine learning used for classification and regression tasks. Boosting is one kind of ensemble Learning method which… Read More
In today’s world, technologies are just revolutionary changes and a huge impact on every aspect. In this blog, we are going to cover how you can… Read More
Redirection will take the user to the desired page or section of the website that the user wants to visit. We will do it using… Read More
RecyclerView forms a very crucial part of the UI in Android App development. It is especially important to optimize memory consumption during the display of… Read More
Accurately the Earth has 365.24 days per year, to correct the approximation and keep track of the Solar Calendar the idea of leap year has… Read More
The Mind Reading devices take the mental state of a person as input. This is similar to the input by a mouse or a keyboard.… Read More
1. Decision Support System (DSS) : It’s a computer based system that aids the process of decision making. It is an interactive, flexible and adaptable… Read More