All Medium Articles
Round 1(Online Round): It consists of around 50 MCQs, 2 SQL queries, and 2 coding questions. MCQs were based on topics like OOPS, OS, DBMS,… Read More
The new virtual process consists of three rounds Round 1 (Written Test}: The written test was conducted in some kind of assessment tool provided by… Read More
The o9 Solutions visited our campus for the job profile of an Associate Software Engineer. There was CGPA cut off 7.5.  Round 1 (Online Round… Read More
Given a Binary Tree and an integer K, the task is to delete nodes from the given Tree such that the sum of all nodes… Read More
Given an array arr[] of N positive integers, the task is to find the sum of the product of elements of all the possible subarrays.… Read More
Given a matrix having m rows and n columns. We have to write a Java program to interchange any two Rows in the given matrix.… Read More
Round 1: Online assessment consisting of 4 sections conducted on the AMCAT platform. Code Debugging: 7 questions C/C++/Java (20 minutes) Coding: 2 questions (70 minutes)… Read More
SAP Labs visited our campus to hire Final year students for Associate Developer Role on 30th Sept. And they allowed CSE, IT, ECE, and EE… Read More
1st Round Details (Online test): The online round was on the HirePro platform. It consisted of 4 sections. Aptitude – 20 questions (30 minutes) Logical… Read More
Given an array arr[] consisting of N positive integers, the task is to find the maximum length of subsequence from the given array such that… Read More
Given an array arr[] consisting of N distinct integers and an integer K, the task is to find the maximum MEX from all subarrays of… Read More
Environment variables are a good way to ensure security of your precious API keys and secret stuff as well as adaptive code. However, setting up… Read More
  Sometimes you want to add custom interactivity to your AMP pages to make your pages look more user-friendly and user calling. Although AMP’s pre-built… Read More
Came to our campus in September 2020 Online Coding Round: Platform: Cocubes Duration: 70 Minutes Minimum characters to be added at front to make string… Read More
In general, cloning means copying one value to another. In JavaScript, we do cloning i.e. copying one value to another using JavaScript. To be more… Read More
We cannot print array elements directly in Java, you need to use Arrays.toString() or Arrays.deepToString() to print array elements. Use toString() method if you want… Read More
Pre-requisite: Inner Class of Java | Primitive Data type in Java | Autoboxing in Java Java is not only a language but it’s a technology.… Read More
Given an integer in Java, your task is to write a Java program to convert this given integer into a binary number. Example:  Input: =… Read More
The aim of this article is to show users how to use internal storage. In this article will be creating an application that can write… Read More
Along with building a UI in Flutter, we can also integrate it with the backend. Most applications use API to display the user data. We… Read More