All Hard Articles
The price of a stock on each day is given in an array arr[] for N days, the task is to find the maximum profit… Read More
The express.static() function is a built-in middleware function in Express. It serves static files and is based on serve-static.  Syntax: express.static(root, [options]) Parameters: The root… Read More
Given an array arr[] consisting of N integers and an integer K, the task is to find the length of the longest subsequence with a… Read More
RFID or Radio Frequency Identification is an automatic identification method that uses wireless non-contact radio frequency waves in which data is digitally encoded in RFID… Read More
Given an array arr[] consisting of N non-negative integers, the task is to find an integer K for every index such that at least K… Read More
Sometimes, while working with Python dictionaries, we can have a problem in which we need to convert nested dictionaries to mapped tuple. This kind of… Read More
Round 1: Online Round on AMCAT Platform  The first round primarily consisted of Aptitude,Logical Reasoning,Verbal and Technical Multi Choice Questions.The Technical MCQs mostly contained OOPS,Data… Read More
The Oracle Server is a relational database management system that provides an open, complete, and integrated approach to information management. An Oracle Server consists of… Read More
Nowadays smartphones are among the most essential gadgets for users. Over 60% of people sleep with their phones by their side and check it first… Read More
Given two arrays A[] and B[], each of size N, and two integers X and Y denoting the maximum number of elements that can be… Read More
Given an array arr[] of N positive integers and the number of queries Q, each query contains two numbers L and R. The task is… Read More
Given N number of people, the task is to count the number of ways to form groups of size? N where, in each group, the… Read More
Given a binary tree of N nodes, the task is to print level order traversal in a spiral form. In spiral form, nodes at the… Read More
Wallets are just like your bank account, through which we can receive money, send money, and can check the balance. Important terms:uint- unsigned integer.address- It… Read More
While analyzing the real datasets which are often very huge in size, we might need to get the rows or index names and columns names… Read More
Given two arrays X[] and Y[] of positive integers, find the number of pairs such that x^y > y^x where x is an element from… Read More
Convolutional neural networks are very powerful in image classification and recognition tasks. CNN models learn features of the training images with various filters applied at… Read More
There were 4 rounds. Each of them was an elimination round. Round 1(Online test on Hackerrank platform – 90 mins): An easy Tree-based question. (straightforward… Read More
Given a matrix A[][] of dimension N*M, the task is to find the minimum number of moves required to traverse the entire matrix starting from… Read More
Random Forest approach is a supervised learning algorithm. It builds the multiple decision trees which are known as forest and glue them together to urge… Read More