All Hard Articles
React Native is an open-source UI software framework created by Meta Platforms, Inc. It is used to develop applications for Android, Android TV, iOS, etc.… Read More
Given an array arr, the task is to replace each array element by the maximum of K next and K previous elements. Example: Input: arr[]… Read More
Given a matrix arr[][] of size M*N, where M is the number of rows and N is the number of columns. The task is to… Read More
Given string str, the task is to repeat every substring of the string X number of times where X is the number composed of the… Read More
Given a connected undirected weighted graph in the form of a 2D array where each row is of the type [start node, end node, weight]… Read More
Mensuration deals with the quantities pertaining to various geometrical shapes and their measurement. It can be classified into two types: mensuration 2D and mensuration 3D.… Read More
Given two linked lists L1 and L2 in which in every node a string is stored. The task is to check whether the strings combining… Read More
Given an integer array arr[]. The task is to minimize the number of removals required such that the maximum element in arr[] becomes less than… Read More
Programming for a website is an art. To provide the view in an eminent manner, numerous steps are getting taken. Usually, a client(A simple JSP… Read More
Given a matrix letter[][] of size N * M, composed of ‘#’ and ‘*’ and another matrix stamp[][] of size X * Y containing only… Read More
Round 1 (Screening Round): This was an MCQ Round of 40 min with 2 sections (core computer science technical questions and aptitude questions) having sectional… Read More
Given an array arr[] and an integer N, the task is to find the maximum number of pairs that can be formed such that ith… Read More
CRUD stands for Create, Read/Retrieve, Update and Delete and these are the four basic operations that we perform on persistence storage. CRUD is data-oriented and… Read More
Given an array A[] of size N, the task is to find the elements in the array which are factors of the sum of the… Read More
Given an array arr[] of size N, the task is to find the minimum number of operations to convert the array into a permutation of… Read More
Given an array arr[] of size N, and integer K. The task is to find the longest subsequence with the difference between adjacent elements as… Read More
Recruiter contacted me through Linkedin and after 2 days I received the OA link. Round 1 (Online Assessment – HackerRank – 90 mins): Two medium… Read More
Round 1(Online Coding – Platform: HackerRank): Date: 12th Oct 2021 20 MCQ’s based on OS, DBMS, Data Structures and Algorithms Two Coding questions based on… Read More
Reform is the engine of development, without which no amount of fuel (money) can make things move forward. Since India is a “Krishi Pradhan Desh“,… Read More
For every node in an undirected tree, find the sum of length of paths from it to all other nodes, using Tree Rerooting technique. Rerooting… Read More