All Hard Articles
Round 1: This was an online test. It consists of 5 sections. Debugging: We have to select a language before attempting this section. There were… Read More
Given an integer N, the task is to find the maximum value of K such that N & (N-1) & (N-2) & … & (K)… Read More
In this article, we will try to understand what exactly an Anonymous function is, and how we could declare it using the syntax provided in… Read More
Introduction: Cards are a very important part of any website. It is used to display some important information in short to viewers. In this article,… Read More
Oracle came hiring for the position of Application Developer Engineer and Server Technology Engineer. The cutoff was 7 CGPA and the position was open for… Read More
Recently Accolite Digital visited our campus. First, we had a pre-placement talk where they discussed about the company.  Later interested candidates are asked to apply… Read More
Morgan Stanley visited our campus for Internship and Full-Time Positions in July’21. I was offered a Full Time position along with a 6-month internship.  Out… Read More
The interview process took almost 3 weeks of time from the aptitude test to the final results. There were 5 rounds overall, the recruiters were… Read More
Prerequisite: Selenium, Browser Automation Using Selenium In this article, we are going to see how to share your Web-WhatsApp with anyone over the Internet without… Read More
Information Collection about the target host is all about collecting or gathering the information of the internal structure of the target domain, which can help… Read More
In Linux, everything is considered as a file. In UNIX, seven standard file types are regular, directory, symbolic link, FIFO special, block special, character special,… Read More
In this article, we will discuss how to access elements in a 3D Tensor in Pytorch. PyTorch is an optimized tensor library majorly used for… Read More
Given a positive integer N(at least contain two digits). The task is to write a Python program to add the first and last digits of… Read More
Before or after performing an action, we frequently encounter specific notifications on some websites. These alert messages are highlighted text that should be taken into… Read More
In this article, we will learn to create a Mousemove parallax effect using CSS and JavaScript. In the Mousemove parallax effect, an image moves in… Read More
In this article, we are going to learn the usages of the table-layout property in CSS, The table-layout property in CSS specifies the layout of… Read More
datetime.toordinal() is a simple method used to manipulate the objects of DateTime class. It returns proleptic Gregorian ordinal of the date, where January 1 of… Read More
Prerequisites: Pygame Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be… Read More
Given an array arr[] of N integers, an integer K, and Q queries of the type as explained below: (1, L, R): If the query… Read More
Given two positive integers N and K, the task is to count the number of even and odd integers consisting of N bits, out of… Read More