All Medium Articles
A trackball is an input device that consists of a protruding exposed ball held by a socket with sensors that detect the rotation of the… Read More
Generate Turing Machine for L = {w w |- w | w∈ {a, b}}. In general, we have to double the data. For example, if… Read More
An ordinary pipe is one of the methods Inter-Process Communication(IPC). Ordinary pipe allows two processes to communicate with each other (mainly parent and child) in… Read More
I was interviewed for the Amazon SDE 2 role. Round 1 (Online Test, Hackerrank): I don’t remember the exact question but it was based on… Read More
In Java, Environment variables are widely used by operating systems to deliver configuration data to applications. Environment variables are key/value pairs with both the key… Read More
Given an array A[] of length N, we can change the value of exactly one element of the array to any integer greater than 0,… Read More
You have a network of individuals, each labeled with a number from 0 to n – 1. Some individuals cannot be friends due to specific… Read More
The Cookie is a small message from a web server passed to the user’s browser when you visit a website. In other words, Cookies are… Read More
Interview Experience and TimelineInterview Process Duration: two rounds of online interviews.Application: for positions on August 1, 2023, through the company’s job portal.Initial Response: On August… Read More
It started with Code with Cisco, after giving OA for code with Cisco my team was not selected for further off-campus hackathons, but after some… Read More
Given an array key of size n, instruction count representing the number of keys a hijacker can test per second, during a total validity period… Read More
Applications are packaged, distributed, and run via Docker within Docker containers throughout the process of “dockerizing”. The exact environment and dependencies must be installed in… Read More
There is a road which denotes the x-axis. Geek is at the start of the road (at origin). He has N magical balls. The balls… Read More
IBM visited our campus at the end of September for the role of Software Developer. (Internship + Fulltime) There were a total of 3 rounds.… Read More
There are N Players in a Game and you have given M pieces of information about their superiority. The ith information ( infromation[i] = {Ai,… Read More
IntroductionTornado and Django are both powerful Python web frameworks used for web development. However, they serve different purposes and have distinct features. This article aims… Read More
HP’s first step in the interview process would be WRITTEN TEST It consists of Aptitudes like reasoning, quants, and verbal other than technical questions one… Read More
DXC conducted its virtual hiring drive on our campus in the month of August for the 2024 passing out batch (final year students) . Its… Read More
ION Group visited our campus in August last week. It was a pool campus drive. The eligibility Criteria were 7.5+ CGPA and CSE, and ECE… Read More
FastAPI is a Python web framework that makes it easy to build APIs quickly and efficiently. Returning an image is a common requirement in web… Read More