All Medium Articles
Nutanix conducted a virtual interview process for our campus, for the role of Systems Reliability Engineer. This is a noncoding role, hence the interview process… Read More
Novartis came for conducting the recruitment drive for our campus (KIIT UNIVERSITY) and conducted the online test followed by an interview round (Technical+ HR) one… Read More
Round 1: It was an on-campus hiring event. Around 700 students appeared for the first round i.e the Coding Round on Hackerrank. The coding round… Read More
Given an array arr[] and an integer K, the task is to print the maximum number of non-overlapping subarrays with a sum equal to K.… Read More
Given a matrix arr[][] of size N * 3 such that each row consists of 3 properties defining an element, i.e. (x-coordinate, y-coordinate, speed), and… Read More
Round 1: Round 1 was an online MCQ round consisting of aptitude, verbals, reasoning, and technical questions. The round was divided into many sections with… Read More
I saw a job posting on Google’s career page so I applied for the Google internship but without any hope, as I am from a… Read More
Asynchronous programming is very important and it’s now a common part of modern application. It increases the amount of work that your app can perform… Read More
Let us see how to create a white image using NumPy and cv2. A white image has all its pixels as 255. Method 1: Using… Read More
Map size() method in Java is used to get the total number entries i.e, key-value pair. So this method is useful when you want total… Read More
In this article,  WaveLineView is implemented in android. WaveLineView provides us with a very beautiful UI. It can be used when the user has to… Read More
The validation set approach is a cross-validation technique in Machine learning. Cross-validation techniques are often used to judge the performance and accuracy of a machine… Read More
Android DatePicker is a user interface control that is used to select the date by day, month, and year in the android application. DatePicker is… Read More
NumPy Or numeric python is a popular library for array manipulation. Since images are just an array of pixels carrying various color codes. NumPy can… Read More
The results of the regression problems are continuous or real values. Some commonly used regression algorithms are Linear Regression and Decision Trees. There are several… Read More
Machine Learning: A computer is able to learn from experience without being explicitly programmed. Machine Learning is one of the top fields to enter currently… Read More
Given an array arr[] of size N, the task is to check if the array contains only one distinct element or not. If it contains… Read More
C++17 enables writing simple, clearer, and more expressive code. Some of the features introduced in C++17 are:  Nested Namespaces Variable declaration in if and switch… Read More
C++
In this article, ProtractorView is added to android. ProtractorView is a semicircular Seekbar view for selecting an angle from 0° to 180. Seek bar is… Read More
In this article, ElasticView is added in android. The ElasticView is a regular CardView, which can flex from user touches. OnClickListener and other various important… Read More