All Hard Articles
Question 1. Given a cylindrical tank, in which situation will you find the surface area and in which situation volume (a) To find how much… Read More
Given a matrix arr[][] of dimensions N * M, consisting of ‘O’ or ‘F’, where ‘O’ denotes obstacles and ‘F’ denotes free spaces, the task… Read More
Round 1 (Duration 1.5 hour): The written test of the two-phase first one is MCQs which contain aptitude, English, and reasoning.  And the second one… Read More
Given two arrays arr1[] and arr2[] of length M and N consisting of digits [0, 9] representing two numbers and an integer K(K ? M… Read More
Program to extract an image from a PDF using Java. The external jar file is required to import in the program. Below is the implementation… Read More
BorderRadius is a built-in widget in flutter. Its main functionality is to add a curve around the border-corner of a widget. There are in total… Read More
Given an array arr[] consisting of N integers, the task is to count the number of ways to split the array into two subarrays of… Read More
I recently appeared for the Accenture recruitment process. This year Accenture is recruiting at the zonal level,and the offer is provided based on the performance… Read More
1. Operation Management :  Operation Management, as name suggests, is a management that mainly focuses on managing operational processes more efficiently that includes conversion of… Read More
A voice dependent email system is an android solution which allows the user to send and receive emails without using any visual features, which means… Read More
CircleAvatar widget comes built-in with the flutter SDK. It is simply a circle in which we can add background color, background image, or just some… Read More
Concept: Arrays are static data structures and do not grow automatically with an increasing number of elements. With arrays, it is important to specify the… Read More
Given list of elements, convert each element to a key-value pair dictionary, dividing digits equally. Input : test_list = [2323, 82, 129388, 234, 95] Output :… Read More
In this article, we will learn how we can download Instagram posts of a profile using Python Selenium module. Requirements: Google Chrome or Firefox Chrome… Read More
Prerequisite: seaborn The Boxplots are used to visualize the distribution of data which is useful when a comparison of data is required. Sometimes, Boxplot is… Read More
Given an array arr[] of length N, the task is to find the Bitwise OR of the sum of all possible subsequences from the given… Read More
anMediaMetadataRetriever class provides a unified interface for retrieving frames and metadata from an input media file. It is located under android.media package. For example: retrieving… Read More
The various other Material design components need special attributes to get implemented. But in this article, the Material design Snackbar is implemented and it doesn’t… Read More