All Hard Articles
A function is a set of statements that takes some input, performs some tasks, and produces the result. Through functions, we can split up a… Read More
VPC Peering network using private IPv4 and IPv6 addresses. It is not transitive i.e. we need to establish the connection for each VPC that needs… Read More
Sometimes we need to get a widget’s location or show some overlay widget or something similar over a widget whose location on the screen could… Read More
Prerequisite: Agile Software Development and Agile Development Model The way of software development has been changed a lot. The IT industry has seen a transformation… Read More
Opted Degree : CSE/ECE/MCA Criteria: 7.0 CGPA & Above Round 1: Online Assessment Round 1 consisted of 3 questions with the difficulty Easy/Medium, Medium, Hard… Read More
Mode of Hiring : Online assessment (3 rounds) Technical Interview (2 rounds) HR Interview Round 1: Online Assessment The online assessment was conducted on the… Read More
Round 1: OA (Online Assessment) Time: 90 minutes, I was able to pass, 1 test case for 20 marks question All test cases for 50… Read More
Amazon visited our college this year. They currently are on a massive hiring spree, and anyone with decent knowledge can get into it. This is… Read More
Online Assessment: 1 leetcode easy question 1 medium leetcode graph: finding the shortest path with mines in between the start and end location provided Also… Read More
Bootstrap provides a lot of useful features that we generally integrate into our websites. One of them is the “Load More” feature which we can… Read More
Button: The .btn classes are used with the <button> element to create the basic button using Bootstrap. The buttons in bootstrap are used in forms,… Read More
Bootstrap grid is a very powerful tool that makes developing websites easier. It is made with flexbox hence fully responsive and also adjusts the items… Read More
A panel is a component in bootstrap, which is basically a frame or container consist of some content in form of text, lists or tables,… Read More
What is exactly SVG ? SVG stands for Scalable Vector Graphics. It is used for creating and defining graphics for the webpage. It basically defines… Read More
Given an undirected unweighted graph of N vertices in the form of adjacency matrix adj[][], the task is to find the number of simple cycles… Read More
Given a 2D array arr[][] of size M*N containing 1s and 0s where 1 represents that the cell can be visited and 0s represent that… Read More
Given an array arr[] consisting of N integers, the task is to maximize the sum of the difference of the maximum and minimum in each… Read More
Siemens visited our college on the 20th of September 2021. On the first day, we had a PPT where we were briefed about the company… Read More
Given a disconnected graph G with N vertices and M edges and an array cost[] corresponding to each vertex, the task is to find the… Read More