All Medium Articles
Given two integers N and M and the task is to convert N to M with the following operations:  Multiply N by 2 i.e. N… Read More
Instagram is a photo and video-sharing social networking service owned by Facebook, Python provides powerful tools for web scraping of Instagram.  Modules required and Installation: … Read More
Given an integer N, the task is to reduce N to 1 with the following two operations:   1 can be subtracted from each of the… Read More
Given an integer N, the task is to count the number of binary strings possible of length N such that they don’t contain “111” as… Read More
Coding Round had 4 sections and time duration was 2 hours:  Section 1: 2 coding questions.  Question 1 was to find lexicographically smallest sub-sequence of… Read More
An operating system provides a method to prevent tampering with both logical and physical resources. Security and protection rank among them as two. Protection and… Read More
Below are the various methods to convert an Array to String in Java: Arrays.toString() method: Arrays.toString() method is used to return a string representation of… Read More
Angle Bracket in Java is used to define Generics. It means that the angle bracket takes a generic type, say T, in the definition and… Read More
HTML bgcolor attribute is used to set the background color of an HTML element. Bgcolor is one of those attributes that has become deprecated with… Read More
A number, represented as monetary value, creates an impact and becomes much more readable, and that’s the reason behind formatting a number as currency. For… Read More
Suppose you want to search for Machine Learning on Google. Well, the results you will see are carefully curated and ranked by Google using Machine… Read More
Round 1:Online Technical Coding Round  (2.5-3 hours)- The coding round was held on hackerearth platform . It comprises of 3 questions, (mostly mathematical one’s)  in… Read More
Python is a widely-used general-purpose, high-level programming language. This article will serve as a complete tutorial on How to download and install Python latest version… Read More
What would you see in your Chrome browser when there is no internet connection? Yes, everybody knows that dinosaur game that comes on screen. So,… Read More
Round 1: It was a coding round. A gentle lady came from the Salesforce team and told that from this year onwards, Salesforce has decided… Read More
Introduction: Simple Object Access Protocol(SOAP) is a network protocol for exchanging structured data between nodes. It uses XML format to transfer messages. It works on… Read More
In HTML, the anchor tag is used to open URLs in a new tab in an elementary and straightforward manner. However, sometimes there’s a need… Read More
There are a lot of ways in which we can show a loading div but we have figured out the most optimal solution for you… Read More
Pathlib module in Python provides various classes representing file system paths with semantics appropriate for different operating systems. This module comes under Python’s standard utility… Read More
Sometimes, while working with Python, we can a problem in which we need to pad strings in lists at trailing or leading position. This kind… Read More