All Medium Articles
Problem Description Dr. Vishnu is opening a new world-class hospital in a small town designed to be the first preference of the patients in the… Read More
Given a string str, the task is to find the substring of length K which occurs the maximum number of times. If more than one… Read More
Given two integers X and Y, the task is to find the total number of ways to generate a pair of integers A and B… Read More
Given an integer N, the task is to count the total number of unimodal and non-unimodal permutations of integers [1, N] possible. An unimodal permutation… Read More
Given a two-dimensional array arr[][] of dimensions N * 2 which contains the starting and ending time for N meetings on a given day. The… Read More
Given a matrix, mat[][] of size N * M, where N and M is always even, and two integers X and Y, the task is… Read More
1st round: MCQ Test Round(online) There were no coding questions to my surprise. The whole test was divided into 4 sections. Aptitude: Mathematics(probability, equation based), Reasoning(basic puzzles),Observation(You… Read More
Round 1 (Coding round) : This round was held on HackerEarth. There were 10 MCQ questions on DSA, OS, DBMS, OOP, CN concepts for 4… Read More
Round 1( Coding Test): 2 coding questions on hackerrank platform: The questions were similar to i.e., a) Count Vowels Permutation (https://www.geeksforgeeks.org/count-all-possible-n-length-vowel-permutations-that-can-be-generated-based-on-the-given-conditions/), b)Check if any permutation… Read More
Online Round: Around 800 candidates appeared for this round The online round comprised of 4 sections: Debugging(C,C++,Java,Python You have to choose one among them 20mins… Read More
American Express came to my college in the month of August 2020 for 2 Roles: Technical and EDA/CFR. They offered only an internship in the… Read More
Recently, I have been through the interview experience of PayPal India and I would like to share my experience with everyone. Position: SDE- 1 Totally… Read More
Round 1: This was an online coding round conducted on the Hackerrank platform and consisted of  4 questions. Easy (50 Marks): Length of the longest… Read More
An online coding round was held on CoCubes consisting of 3 problems. All the questions had their main functions written, and we only had to… Read More
There exist special variables and functions in solidity which exist in the global namespace and are mainly used to provide information about the blockchain or… Read More
Given an array, arr[] of size N consisting of elements from the range [1, N], that represents the order, in which the elements are inserted… Read More
Given an undirected graph with N vertices and K edges, the task is to check if for every combination of three vertices in the graph,… Read More
The data in a relational database is stored in form of a table. A table makes the data look organized. Yet in some cases we… Read More