All Medium Articles
A Geometric series is a series with a constant ratio between successive terms. The first term of the series is denoted by a and the… Read More
We are given an array arr of n element. We need to count number of non-empty subsequences such that these individual subsequences have same values… Read More
Optical memory is a type of electronic storage medium that stores and retrieves data using a laser beam. If we categorize memory systems, optical memory… Read More
Many times while solving problems, we face issues like time limit exceeds, wrong solution, runtime error, and memory limit exceeds because after designing algorithm we… Read More
Online Test: The first round contain easy to medium questions. The online test consists of 28 MCQs in which there were general aptitude questions, OOPS,… Read More
Position: SDE Intern Location: Bangalore Online Assessment: The test was conducted on mettl platform. It was divided into two parts: First section consisted of gate… Read More
I applied for SDE Intern at Innovaccer through their website around November 2019. The Intern hiring programme was named “Summergeeks”. There were 2 rounds. Round… Read More
I was interviewed at Amazon Hyderabad for SDE 2 role. Round 1 (Online Test, Hackerrank): [Medium] A big problem statement, it was very similar to Rotten… Read More
Given an array arr[] of length n and a positive integer K, we have to find a subarray of length K which has maximum peak… Read More
Given an array arr[], the task is to count the number of pairs (arr[i], arr[j]) on the right of every element with any custom comparator. … Read More
Given an integer N, the task is to find the largest number smaller than N having the maximum number of set bits.Examples:  Input : N… Read More
Given a string P consisting of small English letters and a 26-digit bit string Q, where 1 represents the special character and 0 represents a… Read More
Given a string S of size N consisting of lower case alphabets and an integer Q which represents the number of queries for S. Our… Read More
Given two positive integers dividend and divisor, our task is to find quotient and remainder. The use of division or mod operator is not allowed.… Read More
Given an integer N and two players, A and B are playing a game. On each player’s turn, that player makes a move by subtracting… Read More
Sometimes, while working with Python dictionaries, we can have a problem in which we need to compare dictionaries for equality on bases in selected keys.… Read More
Sometimes, while working with data records, we can have a problem in which we need to perform the sorting of nested keys of dictionary by… Read More
JSON Web Token is an open standard for securely transferring data within parties using a JSON object. JWT is used for stateless authentication mechanisms for… Read More
Prerequisite- HTTP Protocol, GET and POST requests using Python Introduction: PRG is one of many design patterns used in web development. It is used to… Read More