All Medium Articles
The resize() method of p5.Image in p5.js is used to resize the image to the given width and height. The image can be scaled proportionally… Read More
Online Coding Round: Q.1- A person have N items in his bag with different IDs. The IDs of two items may or may not be… Read More
Given an array arr[] of N positive integers and an integer K, the task is to find the maximum distinct prime factors in a subarray… Read More
Given an array arr[] of size N, the task is to find the minimum moves to the beginning or end of the array required to… Read More
Given an integer N and a set of all non-negative powers of N as S = {N0, N1, N2, N3, … }, arrange all non-empty… Read More
Given an array, arr[] of size N, the task is to split the array into the maximum number of subarrays such that the first and… Read More
Given an array, arr[] of size N, two positive integers K and S, the task is to find the length of the smallest subarray of… Read More
Given two integers L and W representing the dimensions of a grid, and two arrays X[] and Y[] of length N denoting the number of… Read More
Round 1 : Aptitude test It was an aptitude test including 10 MCQs (4 marks each) and 2 coding questions (25 marks each). Time Duration… Read More
1. Scrum: It is a combination of both iterative and incremental approach that offers a noticeably prescriptive way in which the assigned task gets completed… Read More
Samsung R&D Bangalore (SRIB) visited our campus NIT Jalandhar for virtual on-boarding for Internship Opportunities. There were 3 rounds in total. 1) Online Coding Skill… Read More
MSCI conducted a virtual campus hiring at our college VJTI in September 2020 for FTE. Whole process was virtual because of the covid situation. ROUND… Read More
Oracle visited our college on 11 September 2020. It offered two profiles : i) Application Developer ii) Server Technology. ONLINE TEST : The Online test… Read More
Online TestHosted on AMCAT Platform.It had 3 sections : English – Had quite simple questions (12 questions in 15 mins) Business Aptitude – Had several… Read More
Price Waterhouse Coopers (PwC) came to our college for B Tech Students of All CS and Circuit Branches with an Eligibility of 7 CGPA in… Read More
Morgan Stanley visited our college on 2nd September 2020. Since this was done in the covid era, everything was virtual. First Round – Online Test:… Read More
Prerequisite – Socket programming in Python In this solution, we use the concept of Socket Programming for establishing communication between two computers.  Socket Programming in… Read More
Sometimes we need to combine 1-D and 2-D arrays and display their elements. Numpy has a function named as numpy.nditer(), which provides this facility. Syntax:… Read More
In this article, we will learn how can we get Instagram profile details using web scraping. Python provides powerful tools for web scraping, we will… Read More
Plotly is a Python library that is used to design graphs, especially interactive graphs. It can plot various graphs and charts like histogram, barplot, boxplot,… Read More