All Medium Articles
Given an array A[] consisting of N integers, the task is to find the maximum possible value of K, such that K * |i –… Read More
In this article, we will learn how to send mail using Simple Mail Transfer Protocol which is a free JavaScript library. It is basically used… Read More
Prerequisite – Cache Memory Cache coherence : In a multiprocessor system, data inconsistency may occur among adjacent levels or within the same level of the… Read More
Actions on Google is the developer platform for the Google Assistant. By creating actions, brands are able to bring their services to the Google Assistant.… Read More
In R Programming Language, subsetting allows the user to access elements from an object. It takes out a portion from the object based on the… Read More
Machine learning is a subset of Artificial Intelligence that provides a machine with the ability to learn automatically without being explicitly programmed. The machine in… Read More
To obtain the line number from the file where the given word is present, create a list in which each index contains the content of… Read More
Blockchain is a time-stamped decentralized series of fixed records that contains data of any size is controlled by a large network of computers that are… Read More
High-Level Data Link Control (HDLC) is basically bit-oriented protocol for communication that means it uses bit stuffing to achieve data transparency over very point-to-point and… Read More
Error Detection Codes : The binary information is transferred from one location to another location through some communication medium. The external noise can change bits… Read More
I had applied to DotPe off campus for Software Developer by contacting HR through Linkedin . Firstly HR Contacted me and discussed some basic things… Read More
Given two integers N and K, the task is to find the total count of N-digit number such that the sum of every K consecutive… Read More
Given a binary array arr[] of length N, and an integer K, the task is to find the maximum number of consecutive ones after flipping… Read More
Given an array arr[] of N elements and an integer K, the task is to perform at most K operation on the array. In the… Read More
Given one of the Sides S, Diagonal D, or Perimeter P of the square, the task is to find the area of the square with… Read More
For the role of Software Engineer Test.Online round: 3 coding questions and few MCQ. (Platform? -> Hackerrank).1 question on finding duplicates. – easy using sets… Read More
MySQL Collation has always been a mystifying topic for beginners of  MySQL learners. A MySQL collation is a well-defined set of rules which are used… Read More
In this article we will see how we can apply speed effect on the video file clip in MoviePy. MoviePy is a Python module for… Read More
EC2 Instance storage is the temporary block storage service provided by AWS. EC2 instance storage, in itself, is not a storage service, but essentially it… Read More
Given an array arr[] consisting of integers and queries Q of the form (L, R), the task is to check whether any non-repeating element is… Read More