All Medium Articles
Given a string str representing a number having N digits, the task is to calculate the number of ways to make the given number divisible… Read More
Given a string S, the task is to find the lexicographically shortest string of length less than or equal to K which is not a… Read More
Given a binary string S, the task is to find the maximum length of substrings required to be flipped repeatedly to make all the characters… Read More
Given a matrix mat[][] of dimension N*M, a positive integer K and the source cell (X, Y), the task is to print all possible paths… Read More
Angular applications are modular, and NgModules is Angular’s own modular architecture. NgModules are containers for closely integrated application domains, workflows, or feature sets that comprise… Read More
A dropdown menu offers a list of alternatives when clicked or hovered on, which is a clean method of providing a list of alternatives as… Read More
Cloud Computing is responding well to the changing needs of the current times. Those needs are either be of businesses or educational institutions like colleges,… Read More
Given three integers, C0, C1 and C2 frequencies of 0s, 1s and 2s in a group S. The task is to find the maximum number… Read More
I participated in Codehers ’21 and called for an interview after clearing it. Round 1: All about projects What is multithreading? What is exception handling?… Read More
Round 1(Online Coding Test): Round 1 was an online coding test held on Codility. It had two coding questions as follows: The first question was… Read More
Priority queue is a data structure in which data is stored on basis of its priority. In an Indexed Priority Queue, data is stored just… Read More
Round 1: The interviewer was friendly asked about the project and introduction.  Later asked to write some API in any preferred language. I started in… Read More
R Programming Language is an open-source language mostly used for machine learning, statistics, data visualization, etc. R was developed by Ross Ihaka and Robert Gentleman… Read More
Given an array A[] of N integers where N is even, . the task is to generate an array of medians where the median of… Read More
Tabs are used to navigate and display different content around the website. We use tabs to manage space and to make the website more attractive.… Read More
Round One Coding test of 1.5 Hours: It was an online coding test conducted on HackerRank. A test consisting of 3 coding questions. A medical… Read More
Given two positive integers N and K, the task is to find the number of pairs (a, b) over the range [1, N] such that… Read More
Given an array A[] consisting of N positive integers, the task is to construct an array B[] of size N having maximum possible sum of… Read More
Hyperledger Fabric is an open-source platform for building distributed ledger solutions, with a modular architecture that delivers high degrees of confidentiality, flexibility, resiliency, and scalability.… Read More
Smart contracts are blocks of code that reside on the blockchain. It is like an Ethereum account but there is a critical difference between an… Read More