All Hard Articles
Given an integer N in the range [0, 109], the task is to find the maximum product of two integers that are formed by dividing… Read More
Eligibility Criteria: No Exam backlog. Not have a gap of more than one year. Round 1(Online Coding Test): The first round comprised 11 MCQ questions,… Read More
In this article, we will discuss how to modify the css class using jQuery. This is one of the major applications of jQuery. We generally… Read More
Given an array arr[] containing N integers and an integer K, the task is to find the maximum value of the product of Bitwise AND… Read More
Database Management System(DBMS) supports Data Manipulation Language statements like Insert, Update and Delete queries. Each database syntactically differs but the functionality remains the same in… Read More
Underscore.js _.debounce() Function in Underscore.js is used to create a debounced function that is used to delay the execution of the given function until after… Read More
Given a list of employees, now we sort the list according to the salary in descending order and whose department is XYZ. So we use… Read More
Mathworks visited our college in November 2021 to hire final year students for internship and full-time roles. The process included 5 rounds in total. Round… Read More
Round 1 (Online Test): The test duration was of 1 hour. There were 4 MCQ questions and 1 coding question.  The coding Question was intermediate… Read More
Given an array of integers arr[], find the subsequence with maximum sum whose elements are first decreasing, then increasing, or vice versa, The subsequence can… Read More
In this article, we will learn to develop a React application, which will fetch the data from a public GraphQL API using Fetch. We will… Read More
Given an array arr[] of size N and two integers X and K, the task is to find the maximum score that can be achieved… Read More
Given a string str[] of N lower case English alphabets, the task is to check if there exists a substring of the given string such… Read More
Online Test Pattern: Multiple choice questions based on CS concepts, output questions etc. 2 medium level DSA coding questions. Interview Rounds: Round 1(Technical): This was… Read More
A disjoint-set data structure is a data structure that keeps track of a set of elements partitioned into a number of disjoint (non-overlapping) subsets. A… Read More
SQL Server is a versatile database and it is the most used Relational Database that is used across many software industries. In this article, we… Read More
Given an array of distinct elements. The task is to find triplets in the array whose sum is zero. Examples :  Input : arr[] =… Read More
In this article, we are going to implement Elias Delta Decoding using python. Peter Elias devised the Elias delta code, which is a universal system… Read More
Round 1(Online Coding Round): It was a 1:30 hour-long contest and we were given two problems to solve in the given time.   https://www.geeksforgeeks.org/find-minimum-possible-size-of-array-with-given-rules-for-removal/ It… Read More
Online Test: Hackerrank Coding test of 60 mins with 2 coding questions. Technical Round 1 (60 mins): Questions on resume like previous experience and projects.… Read More