All Medium Articles
Prerequisite – How to find Nth highest salary from a table Problem Statement : Write an SQL query to find the nth largest value from the… Read More
My interview took place in October 2020. There are 3 rounds total to get into Digital.  First round: It consists of Aptitude and two coding… Read More
Layered Structure is a type of system structure in which the different services of the operating system are split into various layers, where each layer… Read More
In Synchronous circuits where all the logic elements share the same clock signal, it becomes imperative to design these elements as close to the clock… Read More
Give a square matrix mat[][] of dimensions N * N, the task is to find the maximum sum of elements present in the given matrix… Read More
Prerequisite: How to include graphics.h?, graphics.hThe task is to draw an ellipse that is intersected by a straight line passing through the center of the… Read More
Round 1 (Online coding Round): This round was held on Amcat. There were 2 coding questions. Given the 2D matrix. Each cell has a value… Read More
Some Basic Information: Date Visited – First Week of September Number of Students Applied – 383 Final Selected Students – 11 Internship + Job(Trainee)  Placement… Read More
Arranged by a recruiter. They conduct a total of 3 rounds for SDE2 Round 1: 3 questions on DS-Algo of Medium difficulty Given a binary… Read More
By default, a Docker Container runs as a Root user. This poses a great security threat if you deploy your applications on a large scale… Read More
Stack widget is a built-in widget in flutter SDK which allows us to make a layer of widgets by putting them on top of each… Read More
Given a string, replace all the vowels with character K. Input : test_str = “Geeks for Geeks”; K=’#’Output : “G##ks f#r G##ks” Explanation : All the… Read More
In this article, we are going to write a python script to extract lyrics from the song and bind with its GUI application. We will… Read More
Given a 2D array, board[][] of size 9 × 9, which represents a solution to the Sudoku puzzle, the task is to check if the… Read More
As we know that new is used to create memory dynamically and it is the programmer’s responsibility to delete the memory location explicitly and it… Read More
ServiceNow visited our campus (BITS Pilani) during September for the position of Associate Software Engineer(ASE). There was one online coding round followed by three technical… Read More
Flipkart recently visited our campus, hiring for SDE Internship for summer 2021. They were open only for students in CSE and had no CGPA criteria. … Read More
Deloitte USI came into our college with two profiles:- Business Technology Analyst (BTA) – Consulting A&A Analytics Assistant – Technical Profile We had to give… Read More
In the previous article How to Create a Basic Color Picker Tool in Android, we discussed creating a basic color picker tool. In this article,… Read More
The Expansion Tile Card works similarly to that of the Flutter SDK’s standard expansion tile. But it uses the style used by Google itself in… Read More