All Basic Articles
Pre-requisite:- S3 and EC2 This article intends to make the readers aware of the data transfer process from S3 to EC2. Before going into the… Read More
Pre-requisites: Penetration Testing and Reverse Engineering  Radare2, or “r2,” is a powerful and versatile open-source reverse engineering toolkit. It can be used to analyze, disassemble,… Read More
Dart Sass is a programming language developed by Google used to build server and desktop applications. Dart is an object-oriented, class-based, language. Sass in Dart… Read More
When building a mobile application with React Native, it is important to provide a responsive and interactive user interface. One way to accomplish this is… Read More
Writing C++ programs yourself is the best way to learn the C++ language. C++ programs are also asked in the interviews. This article covers the… Read More
C++
The linkage Section in COBOL is used to declare the variables and it is used in calling the variable from another program. It is used… Read More
Leadership and Management are wholly different things leadership is not management, and vice versa. Management dates back to Henry Ford, and scientific management to Frederick… Read More
HR Rounds are conducted to identify whether a candidate is a good fit for the role or not and whether the candidate possesses qualities like… Read More
Given an integer N. Return a N x N matrix such that each element (Coordinates(i, j))is having maximum absolute difference possible with the adjacent element… Read More
Hi everyone! Hope all of you have prepared well for this placement season.In the first week of January, Wells Fargo visited our campus for the… Read More
What is Efficient Programming? Efficient programming is programming in a manner that, when the program is executed, uses a low amount of overall resources pertaining… Read More
DSA
In the era of Artificial intelligence, ChatGPT has emerged as a prominent player, revolutionizing the way we interact with machines. With its advanced language capabilities… Read More
Functors in C++ (also known as function objects) are objects that can be treated as if they are functions. They can be called a function,… Read More
Every word is a part of speech playing a specific role in sentences or paragraphs. Parts of speech provide an organized way to align words… Read More
Apache Tomcat which is short for “Tomcat” is a free, open-source Java Servlet, Java Expression Language, JavaServer Pages, and WebSocket implementation. Tomcat is an HTTP… Read More
The C++ Standard Template Library (STL) provides a variety of useful classes and functions for working with data structures, including the  std::string class for manipulating… Read More
Round 1: DSA (45mins) The interviewer introduced himself first and then asked about me. I told him in brief(2 mins only), and he laughed when I… Read More
C++ is a general-purpose, object-oriented programming language. It was developed in 1979 by Bjarne Stroustrup at AT & T Bell Laboratory. It is a high-level… Read More
C++
Multiplayer online battle arena (MOBA) games, massively multiplayer online role-playing games (MMORPGs), first-person shooter games, and battle royal games are examples of some online Games.… Read More
Puzzle: You have a 3-liter and a 5-liter water container, and neither one is marked aside from the total volume. A tap is also now… Read More