All Medium Articles
Online Test: There were 28 MCQs mostly based on stacks, queues, predict the output, Sorting, and Binary Trees and 2 coding questions. 1) Given a… Read More
For regularization and feature selection, Lasso Regression, also known as the Least Absolute Shrinkage and Selection Operator, is a linear regression technique. The cost function… Read More
Given an undirected graph G, with V vertices and E edges, the task is to check whether the graph is 2-edge connected or not. A… Read More
Given a string str and two integers X and Y, the task is to find the maximum cost required to remove all the substrings “pr”… Read More
Given string str, the task is to reverse the string by considering each word of the string, str as a single unit. Examples: Input: str… Read More
Given an integer N, the task is to check if N can be expressed as a sum of integers having 9 as the last digit… Read More
Defect Triage, also known as Bug Triage, is basically used in software testing. It is required to explain the severity and priority of the defects.… Read More
Given a list of strings. The task is to find the index of the character position for the word, which lies at the Kth index… Read More
I would like to share my Microsoft interview experience in this post so that it can be helpful for the students preparing for the upcoming… Read More
Functions in Python are first-class objects. First-class objects in a language are handled uniformly throughout. They may be stored in data structures, passed as arguments,… Read More
I applied for the job, at Google’s Career Portal. There was a resume shortlisting round first. I received the link for the test 4 days… Read More
Python’s behavior is greatly influenced by its environment variables. One of those variables is PYTHONPATH. It is used to set the path for the user-defined… Read More
We can access the member of one class inside a class using these 2 concepts:  By Composition(Has-A Relation)By Inheritance(Is-A Relation) Here we will study how… Read More
psutil is a cross-platform library for retrieving information on running processes and system utilization(CPU, memory, disks, networks, sensors) in Python. The Python script below can… Read More
In this article, we will discuss QR decomposition of a matrix. QR factorization of a matrix is the decomposition of a matrix say ‘A’ into… Read More
While troubleshooting with Internet speed. We need to first check internet bandwidth speed. So, pyspeedtest module test network bandwidth using Speedtest.net servers. So, before starting… Read More
Introduction and Overview:  The project is based on identifying the personality of an individual using machine learning algorithms and big 5 models. The personality of… Read More
This article aims to share some PyTorch functions that will help you a lot in your deep learning and data science journey. Each function will… Read More
Oracle had come to our college on 21/08/2020. It had offered 2 roles- Application development and Server technology. The first round was an online test… Read More