All Medium Articles
Given two integers A and B, the task is to convert the given two integers to zero at minimal cost by performing the following two… Read More
Round 1: Online Test The first round was an online test comprised of questions from DSA(MCQ), Data Analysis, Debugging, Problem Solving, and two basic coding… Read More
In this article, we will try to understand the details associated with the rest parameter in ES6 which includes the syntax of rest parameters, and… Read More
Given an adjacency matrix graph[][] of a weighted graph consisting of N nodes and positive weights, the task for each connected component of the graph… Read More
I was interviewed with Hexaview Technologies. I asked HR of the company for the referral and after 2 weeks she finally replied after analyzing my… Read More
Wipro conducted a drive in our college recently. Here is brief summary of it. Cut off CGPA: 6 Almost all branches were allowed Round 1:… Read More
Paytm visited our campus on 24th August for Software Engineer Role. Round 1: Coding Round This one happened for 70 mins where we were given… Read More
Amazon arrived for hiring in the last week of Sept 2021 on our campus for the 6 months Software Development Engineer Role. We had a… Read More
Date: 30 September 2021 Preliminary round: Online Test On the HirePro platform with a mix of aptitude and core CS questions. The difficulty was easy… Read More
SRIB visited our campus for hiring summer interns. Students with more than 7.5 CGPA were eligible for the internship. There was one coding round and… Read More
Given a positive integer N, the task is to find the number of unordered pairs of semi-prime numbers in the range [1, N] such that… Read More
Hello Everyone recently I applied for the front-end developer role at Josh Technology Group. The whole process took almost one month. The process started with… Read More
I had 2 technical rounds on Amazon Chime. For all DSA questions, I asked about given data types, corner cases, and return type(s). Technical Round… Read More
Bohr’s Model is an atomic model proposed by Danish Physicist Niels Bohr in 1913. According to this model, in an atom, the electrons revolve around… Read More
Given the marks of the students, now we generate a mark sheet of students by calculating three subject marks of students by entering student names… Read More
Concept of AI goes back to the classical ages. Under greek mythology, the concept of machines and mechanical men were well thought of. In 1950,… Read More
An array in C/C++ or be it in any programming language is a collection of similar data items stored at contiguous memory locations and elements… Read More
Trigonometry is the branch of mathematics that deals with the relationship of sides with angles in a triangle. Trigonometry is based on the principle that… Read More
Motion is described as a change in position over a period of time. In terms of physics and mechanics, this is called velocity. It is… Read More
Cropping an Image is one of the most basic image operations that we perform in our projects. In this article, we will discuss how to… Read More