All Basic Articles
Prerequisite –1. Microcontroller and Microprocessor2. Basics of ArduinoIn the age of Internet of Things(IoT) we are every day using any IoT device or coming across… Read More
In this article, we will be understanding one of the types of Cross-Site Scripting in-depth i.e DOM-based XSS. Let’s discuss it one by one as… Read More
What is Application Software : It is a type of software application that helps in the automation of the task based on the Users Input.… Read More
1. Database management system (DBMS) :Database management system (DBMS) is a software that manage or organize the data in a database. We can arrange the… Read More
Three-Tier Architecture :The 3-Tier architecture, intermediate servers handle the client request, which coordinates the execution of the client request with subordinate servers. It adds middle… Read More
I had an interview with VeriFone India Bangalore for the Software Development Engineer position (2021 Graduates). It was an off-campus opportunity, I applied through an… Read More
Given two arrays A[] and B[] consisting of N positive integers and an integer K, the task is to find the Kth smallest element in… Read More
Given a stack S, the task is to reverse the stack S using two additional stacks. Example: Input: S={1, 2, 3, 4, 5}Output: 5 4… Read More
The Android Profiler replaces the Android Monitor features in Android Studio 3.0 and higher. The Android Profiler tools give you real-time information on how your… Read More
Earlier to lighten some specific parts of the image, photographers in the darkroom used some specific techniques to enlighten areas of an image, that process… Read More
Computer security is the safeguarding of computer systems and data against theft, and illegal access, or against any disaster. It’s the method of guarding against… Read More
During a job interview, when candidates are asked – “What are your Strengths and Weaknesses”, most of the time they either opt to become too… Read More
1. Binary Search Tree :An acyclic graph is commonly used to illustrate a Binary Search Tree. The tree is made up of nodes. Each node… Read More
I join Infosys as System Engineer in Dec-2019. So here I have explained my full experience regarding the interview. I have done my engineering from… Read More
I appeared for Wipro NLTH (National Level Talent Hunt) 2021 exam in January 2021. This exam consisted of three rounds: Online test, Technical Interview, and… Read More
A framework is a set of classes and interfaces which provide a ready-made architecture. In order to implement a new feature or a class, there… Read More
Quick Solution! Here is a quick and easiest solution for our speedy learners. Follow these steps to clean temporary files from your Windows PC. Automated… Read More
If there are two or more fragments in an activity, they need to communicate and share the data between them. The traditional way of sharing… Read More
Well in Visual Studio Code we get a direct Option for opening Terminal, Unlike Sublime Text editor. Sublime is Simple and free to use, Light… Read More
Given a string, the task is to write a Python program to extract overlapping consecutive string slices from the original string according to size K. … Read More