All Medium Articles
Given an array arr[] consisting of N integers, the task is to find the maximum index K such that the product of subarrays {arr[0], arr[K]}… Read More
Raja Software Labs visited our college for campus hiring. The selection process included aptitude tests, coding tests, and 3 technical interviews. Aptitude Test: Test duration… Read More
Given two numbers x and y. We have to write a Java Program to Swap the contents of two numbers using Bitwise XOR Operation. Input… Read More
Lets Build a Java Program, to represent ATM Transaction, where a User has to choose input from the options displayed on the Screen. The available… Read More
1. Basic Service Set (BSS) : Basic Service Set (BSS), as name suggests, is a group or set of all stations that communicate with each… Read More
Cable Television was introduced to provide better reception to people living in rural or mountainous areas. Initially, the system consisted of a big antenna on… Read More
PHP language : The name PHP stands for Hypertext Preprocessor and denotes a server-side scripting language, which suggests that applications are written thereon run on web… Read More
Given an array, arr[] of size N, the task is to find the median of sums of all possible subsets of the given array. Examples:… Read More
Given a sorted array, arr[] of size N representing the positions of the ith point on X-axis and an integer K, the task is to… Read More
Given a matrix mat[][] of N * M dimensions, the task is to print the elements of the matrix using a single for loop. Examples:… Read More
Given a square matrix mat[][] and an integer N, the task is to print the matrix after multiplying the matrix N times. Examples:  Input: mat[][]… Read More
Given two integers A and B, the task is to find the maximum of two numbers using Bitwise Operators. Examples: Input: A = 40, B… Read More
Flipkart visited my college for the role of SDE1 in the month of October 2020. There were a total of 4 rounds. Round 1(Online coding… Read More
Google Forms are one of the most famous online platform developed and supported by Google. One can create and customize the created forms and can… Read More
Line is a straight one-dimensional figure that has no thickness. In geometry, a line extends endlessly in both directions. It is described as the shortest… Read More
Round1: The first round consisted of 30 MCQ questions including basic aptitude questions and programming questions. The test duration was 1 hour. Programming questions were… Read More
JavaScript does not allow one to close a window opened by the user, using the window.close() method due to security issues. However, we can close… Read More
The Network Information Service, or NIS (initially called YP or yellow pages), is a mainframe-client index service convention for circulating server configuration information, for example,… Read More
There’s no doubt that Artificial Intelligence is very popular with it being a hot topic in tech circles! Many companies already use it in their… Read More
Given an array arr[] consisting of N positive integers and the integers X and M, where 0 <= X < M, the task is to… Read More