All Medium Articles
I’m a 2020 graduate student with B.Tech in CSE. Cognizant has 3 rounds(i.e online test, technical interview, and HR interview) for recruitment. It was an… Read More
Prerequisite: Power BI – Drilling Down and Up in Hierarchies This article discusses the various important concepts of Power BI along with its implementation. The… Read More
Given an array arr[], consisting of N non-negative integers and an integer S, the task is to find the number of ways to obtain the… Read More
Given an array a[] consisting of N integers, the task is to find the maximum subarray sum that can be obtained by replacing a single… Read More
Recently, Amazon came to our campus for the role of Software Development Engineer. The hiring process consisted of 1 coding test and 4 interview rounds. … Read More
I got to know about Amazewit through the Training and Placement Cell of our college. Check it out here – https://www.amazewit.in/ . They had a… Read More
As Goldman Sachs released the schedule for Engineering Campus Hiring Program under which –  Aptitude Round – 16th January, It’s aptitude round was a proctored exam (Camera… Read More
Round 1(Online test): The round was conducted on Hackerrank.     This round consists of two coding questions and the duration was 75 minutes. Both… Read More
ACMS is Amazon Campus Mentorship Series for women in Tech. Amazon visits a few colleges to select a few students for this program by conducting… Read More
Total 180 students appeared for Sabre onsite recruitment, Out of which 5 were selected. The process involved total four rounds. I will try to walk… Read More
Last week I took the Google Online Challenge. I got this opportunity by enrolling with the Google Cloud Career Readiness track! and successfully completing Coursera… Read More
We are going to collect the data of 12th class in CSV file with the following information: Candidate name Pass or fail status Division Obtain marks… Read More
Kivy is a free and open-source Python library used for developing mobile applications and other multitouch application software with a Natural User Interface. Installation We… Read More
Event Loop: An Event Loop in JavaScript is said to be a constantly running process that keeps a tab on the call stack. Its main… Read More
Secant method is also a recursive method for finding the root for the polynomials by successive approximation. It’s similar to the Regular-falsi method but here… Read More
Given a Directed Acyclic Graph having V vertices and E edges, where each edge {U, V} represents the Jobs U and V such that Job… Read More
Given an array arr[] and a number K, the task to find the maximum distance between two elements whose absolute difference is K. If it… Read More
Given an array arr[] consisting of non-negative integers, the task is to find the number of ways to split the array into three non-empty contiguous… Read More
Given an array arr[], the task is to check if it is possible to rearrange the array in such a way that every even index(1-based… Read More