All Medium Articles
Round 1: Online Test: Round 1 is an online test that contained MCQs from networks, DBMS, oops, and c/c++.  My college syllabus covered these topics… Read More
I recently applied to Cisco Internship for the role: Software Engineer – Network/Embedded/Application Development. It consisted of the following rounds: Round 1 (Online Assessment): This… Read More
Bootstrap 5 Table nesting is used to make a table inside of a table. Nesting is an important feature that is used in all the… Read More
I am sharing my interview experience with Sopra Banking Software for the designation of SDE-1(earlier known as Engineer Trainee). The eligibility for the drive was… Read More
At SymsTech they resolve the problem of people and focus on developing a user-centric software solution that will help them to solve their real-life issues,… Read More
This was an on-campus opportunity that was presented for 3 roles : SDE Product Engineer Technical Product Analyst  ROUND 1: ONLINE CODING ROUND There were… Read More
Fanatics visited my college for a Software Engineer full-time role in November 2022. Round 1 (Online Assessment-1hr 30 min): 60 students were shortlisted for this… Read More
Spring Boot is used to develop REST web services and Microservices. Spring Boot reduces the configuration and setup time required for spring projects. Hibernate (Java… Read More
In this article, we will know about Graceful Degradation, along with understanding why it matters for websites to solve capability issues of old browsers and… Read More
In this article, we will see how to find the Username & Password of PhpMyAdmin in Windows. PhpMyAdmin is a free and open-source administration database… Read More
Termux is a Free and Open-source Terminal Emulator which allows you to work under a Linux environment on Android or IOS Phones. It contains a… Read More
What is an API?API stands for (Application Programming Interfaces) and is a way to build applications using off-the-shelf components, not just web development and scripting… Read More
Dogecoin is a cryptocurrency, like Ethereum or Bitcoin — despite the fact that it’s totally different than both of these famous coins. Dogecoin was initially… Read More
The term “artificial neural network” (ANN) refers to a hardware or software system in information technology (IT) that copies the functioning of neurons in the… Read More
Bootstrap 5 Typography Blockquotes is used to display the long quotations (a section that is quoted from another source). It changes the alignment to make… Read More
We need to initialize the arrays before using them up and once the arrays are initialized various other operations can be performed on them. To… Read More
In bootstrap 5, Interactions is a utility class that controls how elements of a website are interacted with (how the user interacts with them). Pointer… Read More
Bootstrap Alerts help inform users about particular events or give acknowledgment. But most of the time, only simple text alerts aren’t enough to convey the… Read More
Stack is a linear data structure that works in a model of LIFO ( last in first out ). In which, the element pushed at… Read More
What is a circular Queue? A circular queue is a non-primitive, linear data structure. It is an extended version of a linear queue. It is… Read More