All Hard Articles
JSON is a lightweight data format for data interchange which can be easily read and written by humans, easily parsed and generated by machines. It… Read More
So the on-site interview comprised of five rounds in total. 4 technical rounds and 1 googliness round. Round 1:  There are several equations given in… Read More
A prime number is a natural number greater than 1 whose only factors are 1 and the number itself. 2 is the only even Prime… Read More
WML stands for Wireless Markup Language (WML) which is based on HTML and HDML. It is specified as an XML document type. It is a… Read More
In this article, we will discuss two frameworks that have exquisitely maintained and transcended into the top ranks for quite some time now, namely React… Read More
Sometimes while working with data, we can have a problem in which we need to perform split operation on Strings, and sometimes, we might also… Read More
Prerequisite: Socket Programming in C/C++ It is possible to send data from the server and receive a response from the client. Similarly, the client can… Read More
Object Recognition:  Object recognition is the technique of identifying the object present in images and videos. It is one of the most important applications of… Read More
Given a string str and width of each line as L, the task is to justify the string such that each line of justified text… Read More
Copyright: The grant of an exclusive right to make copies, license, use, or otherwise exploit an original work of art, or over the creation of an… Read More
Have you ever crafted a machine? If so, envision the iterative process it took to achieve flawless functionality. We understand that the journey likely involved… Read More
First, there was shortlisting on the basis of cpi and board percentage I guess. Round 1: Round 1 was coding round consisting of 2 coding… Read More
I received a referral from an employee of Google and then submitted by resume to Google for the role of software developer. Initially, I was… Read More
Round 1: This was an Online test for 90 min this round contains 5 sections.   5 Operating System concepts questions. 5 Networking concepts questions. 5… Read More
The DateTime class provides various functions to manipulate the date and time intervals. The DateTime object which you use in datetime.now() is actually the object… Read More
A lot of students and professionals, like you, have a dream to get into big tech companies like Meta, Microsoft, Amazon, Alphabet, Netflix, and Google.… Read More
Pre-Requisite: Hyper Text Transfer Protocol PUT and POST requests have lots of similarities certainly when making an HTTP request and both can be meddled with… Read More
Round 1:  I received a call from one of the recruitment firms 1 week before the interviews which were held in  Microsoft Noida Office. The first… Read More
Consider allocation of memory to a new process. Assume that none of the existing holes in the memory will exactly fit the process’s memory requirement.… Read More
Itertools in Python is a module that produces complex iterators with the help of methods that work on iterators. This module works as a fast,… Read More