All Easy Articles
Platform is hardware and software architecture that acts as foundation or base upon which other applications, processes, or technologies are developed. In computing, platform refers… Read More
Paragraph A paragraph refers to a self-sufficient writing unit that is being created for multiple types of sentences. All the sentences are to be arranged… Read More
1. Malware : Malware is an umbrella term that is used to cover all types of malicious software. Malware is designed to attack on organizations,… Read More
Given a matrix mat[][] of dimensions N * M, the task is to find the path from the top-left cell (0, 0) to the bottom-right… Read More
Given an array arr[] and an integer K, the task is to find a subarray of length K having a sum which is a perfect… Read More
Puzzle: Your friend thinks of an N bit string that will refer to it as a code. The task is to guess the code by… Read More
C++ is a general-purpose programming language that was developed as an enhancement of the C language to include an object-oriented paradigm. It is an imperative… Read More
We can create full width container using “container-fluid” class of bootstrap Containers are the most basic layout element in Bootstrap and are required when using… Read More
Bootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes. A progress bar is used… Read More
Find the output of the following program:  Python3 list1 = [1, 2, 3, 4, 5] list2 = list1 list2[0] = 0;   print( list1) (A)… Read More
Find the output of the following program:  Python3 check1 = ['Learn', 'Quiz', 'Practice', 'Contribute'] check2 = check1 check3 = check1[:]   check2[0] = 'Code' check3[1]… Read More
Question 1: Find the output of the following program: nameList = ['Harsh', 'Pratik', 'Bob', 'Dhruv']     pos = nameList.index("GeeksforGeeks")     print (pos * 3) (A)… Read More
Given two numbers N and M which denotes the count of ones and zeros respectively, the task is to maximize the count of binary strings… Read More
PHP was created by Rasmus Lerdorf in 1995 and these days it is one of the most utilized scripting language. It is likewise broadly utilized… Read More
Coder’s journey covers the experience of programming experts across the globe. With coder’s journey, GeeksforGeeks aims to deliver practical guidance to all young programmers and… Read More
The process consisted of 4 rounds. Aptitude test Technical round 1 Technical round 2 HR round First-round Aptitude test (2 Coding questions + 20 MCQs):… Read More
Hi geeks, I appeared for the amazon’s interview for SDE 1, and here is my experience Round 1: This round was online assessment and questions… Read More
The field of Ethical Hacking has faced a colossal growth with the advent of industry tools for penetration testing and bug bounty hunting. When we… Read More
Oracle visited our campus NIT Nagpur on 28 Aug 2020 everything happened virtually due to pandemic. Online Round: The online round had 3 sections one… Read More