All Easy Articles
In this article, we are going to discuss the usage of let and const in JavaScript with the help of certain theoretical explanations along with… Read More
Given an array arr[] of even size, the task is to find the count of pairs after partitioning arr[] into pairs, such that: each element… Read More
One of my most friendly and amazing interview experience. I will detail out the different rounds involved in the process .  Round 1: Online test… Read More
Each distinct day gives an opportunity to learn, progress, and do the things that push you towards your goals or that make you satisfied at… Read More
Round 1(Written Test): Students were shortlisted on the basis of written tests that consists of Section 1(30 Aptitude Question-30 minutes): Topics:- Profit& Loss, Ratios, Probability,… Read More
Given an array arr[] of integers of size N, the task is to count the number of elements whose value is greater than all the… Read More
Pre-requisite: Structures in C A nested structure in C is a structure within structure. One structure can be declared inside another structure in the same… Read More
MinGW is a native C/C++ compiler(GCC) which have free distributable import libraries and header files for building native Windows applications. In this tutorial, we are… Read More
Pre-requisite:Bitwise Operators in C/ C++Bitwise Operators in Java The bitwise complement operator is a unary operator (works on only one operand). It takes one number… Read More
Walmart Global Tech visited our campus for hiring students for the role of SDE 2. There were a total of 4 rounds. Round 1 (Coding… Read More
Given an array arr[] of size N and an integer K., The task is to count the number of subarrays with unique sum with sum… Read More
Round 1(Online Test – Duration: 1hr): Platform – Codesignal. The first round comprised of 10 MCQs and 2 coding questions (medium to hard difficulty level)… Read More
Given two integers N and M denoting the number of vertices and edges in the graph and array edges[][] of size M, denoting an edge… Read More
There was a total of 3 rounds of interviews. Round 1(Online Test): I got a Hacker earth test link. There were 3 questions of easy… Read More
Here, we will discuss inheriting a constructor function in JavaScript. Constructor functions define the prototype of the properties an object will contain. Using the constructor… Read More
A Class in programming is the blueprint or template for creating an object, and each object represents a distinguishable real-world entity. In other words, also… Read More
Given a string str, the task is to find the minimum number of moves required to reach lexicographically largest and smallest characters. In one move,… Read More
Given a positive integer K and a matrix grid of dimensions N * M consisting of characters ‘.’ and ‘#’, where ‘.’ represents the unblocked… Read More
Bit Stuffing is a process of inserting an extra bit as 0, once the frame sequence encountered 5 consecutive 1’s. Given an array, arr[] of… Read More
Given an array of integers. Write a program to find the K-th largest sum of contiguous subarray within the array of numbers which has negative… Read More