All Medium Articles
Resource Reservation Protocol (RSVP) is used in real-time systems for an efficient quality band transmission to a particular receiver. It is generally used by the… Read More
Given an integer X, the task is to find two integers A and B such that LCM(A, B) = X and the difference between the… Read More
Given an expression as a string str consisting of numbers and basic arithmetic operators(+, -, *, /), the task is to solve the expression. Note… Read More
I applied to GoIbibo through LinkedIn. The process took about a month. I received a call from the HR regarding the same to schedule an… Read More
I applied online on their job portal, and filled the Google form. Then after 2 days, I got a mail that my CV has been… Read More
Facial Recognition Technique is rapid, agile and advantageous too in airports, venues, shopping centers and even by law enforcement, but it’s not reliable. As we… Read More
Given an integer N which is the number of rows, the task is to draw the number pattern in the shape of a double headed… Read More
Given a sentence as a string str and a word word, the task is to check if the word is present in str or not.… Read More
Map in STL Maps are associative containers that store elements in a mapped fashion. Each element has a key value and a mapped value. No… Read More
In this article, we will see what is the problem in comparing floating-point numbers and we will discuss the correct way to compare two floating-point… Read More
Information System Security or INFOSEC refers to the process of providing protection to the computers, networks and the associated data. With the advent of technology,… Read More
A distributed system is a system in which components are situated in distinct places, these distinct places refer to networked computers which can easily communicate… Read More
The format() method of java.text.MessageFormat class is used to get the formatted array of object appended into the string buffer object. formatted array will contain… Read More
Location: Noida Round 1: Asked about current project design. explained in detail. After that few DS and also questions followed-> a)-> implement LRU caching technique (solved… Read More
Round 1:  It was an online test. It consisted of two programming questions hosted on hackerrank platform. First was simple buy and sell. But there… Read More
I recently interviewed at Media.net for the role of SDE. Since it was an off-campus process, the entire interview process was conducted on Google Hangouts… Read More
What is SendGrid API? SendGrid is a platform for sending transactional and marketing emails to the customers. It provides scalability, reliability, and deliverability which is an… Read More
File uploading involves a user requesting to upload a file from their client machine to the server. For instance, on platforms like Facebook or Instagram,… Read More
Are you a technical geek? Do you love reading about the latest technologies like Quantum Computing or Data Science and then writing articles about them?… Read More
Given the leaf nodes of a perfect binary tree, the task is to construct the XOR tree and print the root node of this tree. An… Read More