All Basic Articles
SQL is pronounced as “sequel” by some while “S-Q-L” by others. SQL is an acronym for Structured Query Language, a standard and widely accepted language… Read More
It started by applying on the LinkedIn job posting page for LinkedIn’s SRE Intern position and later got a mail from a recruiter to appear… Read More
There were two rounds in the process. Round 1:  There was an online assessment of 100 minutes. The test pattern is mentioned below. Section 1… Read More
Given an array arr[] of distinct Integers, find the pair with maximum sum such that both elements of the pair are not adjacent in the… Read More
The binary search algorithm is used in many coding problems, and it is usually not very obvious at first sight. However, there is certainly an… Read More
Cookies are the textual information that is stored in key-value pair format to the client’s browser during multiple requests. It is one of the state… Read More
Database Management System is the collection of interrelated data/information or a set of programs that manages controls, and accesses the use of data. Through DBMS,… Read More
When the token pattern does not match the prefix of the remaining input, the lexical analyzer gets stuck and has to recover from this state… Read More
NoSQL is termed non-SQL. We won’t use SQL to write queries in No SQL. It is not relational but it gives us an organized way… Read More
A system failure can occur due to a hardware failure or a serious software problem, causing the system to freeze, reboot, or entirely stop working.… Read More
Programming is a word that rules the world. Most people feel challenged and learning it all by themselves is a tough task to do. Famous… Read More
IntelliJ is an integrated development environment(IDE) written in Java. It is used for developing computer software. This IDE is developed by Jetbrains and is available… Read More
Spring IoC (Inversion of Control) Container is the core of Spring Framework. It creates the objects, configures and assembles their dependencies, manages their entire life… Read More
Spring Boot is built on the top of the spring and contains all the features of spring. And is becoming a favorite of developers these… Read More
Testing is a most important part of a software development lifecycle. Without testing, the software is not ready for deployment. To test Java applications we… Read More
Hey, the much awaited Geeks Premier League – Biggest Content Writing Event 2023 is back with heavy prizes. Check out here: To check out our… Read More
A compiler is system software that translates the source program written in a high-level language into a low-level language. The compilation process of source code… Read More
Given a string S of N characters, the task is to find the smallest lexicographical string after performing each of the following operations N times… Read More
Given a positive integer, N. Find the sum of the first N term of the series- 1, (2+3), (4+5+6),….,till N terms Examples: Input: N =… Read More
French Revolution 1789-1799: The French Revolution of 1789 CE was a significant event in the history of the modern world that began in 1787 and… Read More