All Medium Articles
Given an array arr[] consisting of N elements, the task is to minimize the array length by replacing any two coprime array elements with 1.Examples:… Read More
Time series forecast can be used in a wide variety of applications such as Budget Forecasting, Stock Market Analysis, etc. But as useful it is… Read More
Statistics is an important part of Data science projects. We use statical tools whenever we want to make any inference about the population of the… Read More
In Javascript, the blink() method is a string method that is used to display a string inside the blink tag. Syntax: string.blink() Note: This method… Read More
Android is an operating system which is built basically for Mobile phones. It is based on the Linux Kernel and other open-source software and is… Read More
Typing Indicator has been seen on various apps like Instagram, Facebook Messenger, and many more. To build a chat app Typing Indicator will help to… Read More
The Node.js HTTP API is low-level so that it could support the HTTP applications. In order to access and use the HTTP server and client,… Read More
Given a URL as a string, the task is to extract username, password, profile, role, and key from the URL in a GET Method. Examples:… Read More
BNY Mellon, VJTI Mumbai, August 2020. BNY Mellon Visited our campus Recently for the hiring of FTE for the Role of Sr.Application developer. Online Assessment(1.5… Read More
I applied for Amazon SDE Internship through college.  Online Round: There was an online round that had technical MCQs and 2 coding questions. The coding… Read More
Given an Undirected Connected Graph in the form of a tree consisting of N nodes and (N – 1) edges, the task for each edge… Read More
Online Coding Round | Time: 70 minutes | 3 Coding Questions Was based on Number System.Counting the number of minimum currency required for given amount.To… Read More
Amadeus Labs visited the Vellore Institute of Technology (VIT) on 9th August 2020.  The hiring process took place virtually considering the COVID-19 pandemic.  The recruitment… Read More
Given a String Matrix, perform column-wise concatenation of strings, handling variable lists lengths. Input : [[“Gfg”, “good”], [“is”, “for”]] Output : [‘Gfgis’, ‘goodfor’] Explanation : Column wise… Read More
Random numbers are the numbers that cannot be predicted logically and in Numpy we are provided with the module called random module that allows us… Read More
This is about Goldman Sachs experience when it came on campus CODING ROUND (Comprised of 5 sections): Section 1: 2 Simple coding questions Determine whether… Read More
The Google online challenge 2020 for new graduate 2021 was held on August 22. It was a 60-minute online test having 2 questions to code.… Read More
Morgan Stanley visited VJTI, Mumbai for On-Campus FTE hiring in July 2020 This was my Interview Experience 1. ONLINE TEST (AMCAT) [28 July] [2 hrs]… Read More
Give an integer N, the task is to find the minimum number of moves to reduce N to 0 by one of the following operations:… Read More
Given a binary string S of 0s and 1s. The task is to make the given string a sequence of alternate characters by using the… Read More