The Wayback Machine - https://web.archive.org/web/20221129085035/https://www.geeksforgeeks.org/basic/6/
Skip to content
All Basic Articles
Given a string S of length N, find the pattern of the strings as shown below in the examples. Examples:  Input: S = “Geek”Output: Geek,… Read More
If you’re someone who is keen on finding the nitty-gritty details and diving deep into the core technicalities of things, then research is your field… Read More
Irfan and Albert visited the tallest building in the world Burj Khalifa in Dubai. Irfan rides up after getting on one of the elevators on… Read More
Given a binary tree and a node start that is initially infected. For every second, neighbours of an infected node get infected. The task is… Read More
Material-UI (MUI) is an open-source library that provides predefined and customizable React UI components for faster web development. All the Material-UI components follow Google’s guidelines… Read More
This was an on-campus opportunity open to 2023 graduates for SDE and FE roles. It consisted of three rounds, all taking place on the same… Read More
What is json-server? json-server is an npm(Node Package Manager) module, used for creating a mock REST API effortlessly. Data is transferred in JSON(JavaScript Object Notation)… Read More
In this article, we will see How to create Stopwatch  We can create StopWatch in ReactJS using HTML CSS, and JavaScript. Our StopWatch will have… Read More
What is DevRel Engineer has always been a topic of interest among the tech community. But the solution to this question is not clear. So,… Read More
In this article, we cover the reference error that is “Prompt is not defined”. It’s important to understand the tools you are using. I know,… Read More
Given an array of strings arr[] of length N, the task is to sort the strings in Lexicographical order. Examples: Input: arr[] = {“batman”, “bat”,… Read More
A Queue is a linear structure that follows a particular order in which the operations are performed. The order is First In First Out (FIFO).… Read More
There were 3 panels of interviewers, in my panel, there was a VICE PRESIDENT OF MASTERCARD, RAHUL NAIK sir. Questions asked were: About my java… Read More
Round-1 (API-based question ) The first round was an API-based round which was fairly straightforward. They provided us with a post API wherein we had… Read More
In 2019, Facebook went through the biggest crisis when its user data was breached. Data stemming from the Cultura Colectiva breach was 145GB. It consisted… Read More
Round 1: Technical interview: Duration: approx. 30 min, Difficulty level: MediumQuestions/Topics asked in Detail:  Introduce yourself Project explain  Copy constructors Programming question: Write a SQL… Read More
Following we are presenting a List Of The Most Important Questions on Medieval History Literature. In every exam of the Staff Selection Commission Combined Graduate… Read More
A Pseudocode is defined as a step-by-step description of an algorithm. Pseudocode does not use any programming language in its representation instead it uses the… Read More
NAND and NOR gates are universal logic gates, which means any Boolean expression can be implemented without using any other gate. Using only NOR gates… Read More
Undoubtedly, Python has become one of the most dominant programming languages today. As per stats by major survey sites, Python has ranked among the top… Read More

Start Your Coding Journey Now!