All Hard Articles
I sent my resume to the HR team for an off-campus internship at Accolite, and after 1 week I got a call from HR that… Read More
Prerequisite- CSS These sloping lines are easily implemented using background-image property in CSS, Normal Colored Diagonal Stripes: Here, the diagonal stripes constructed using repeating-linear-gradient() in… Read More
The purpose of this article is to learn to specify a URL to a document that will explain, why the text was deleted. The HTML… Read More
Mobile applications are very handy when it comes to using them as our daily driver. Developing an application needs a lot of effort which frameworks… Read More
The Node.js HTTP API is low-level so that it could support the HTTP applications. In order to access and use the HTTP server and client,… Read More
Recently, on-campus drive was held for Codenation for Software Development Engineer Intern. The process was: 1. Online Test 2. Telephonic Interview 3. Skype Interview Online… Read More
Deutsche bank visited our campus  for full time and internship. It consisted total 5 rounds (1 coding round+2nd and 3rd technical + 4th round(Professional+Technical+HR) +5th… Read More
Hi geeks! wish to share my interview experience with you all. During this pandemic time, Amazon interviews were all virtual through Chime(Video Conferencing & Online… Read More
Given an array arr[] of N positive integers, the task is to find the maximum sum of a subsequence consisting of no K consecutive array… Read More
Job Title: Junior Software Developer Round 1: Online Coding Round This round was held on https://evalground.com/. There were 4 sections and each section had a… Read More
Performing computation with the support of programming languages was always been a focus for all mathematicians and statistician. Whereas to perform it efficiently it heavily… Read More
Classification is a typical supervised learning task. We use it in those cases where we have to predict a categorical type, that is if a… Read More
Recently Mahindra Comviva visited our campus for hiring students for the profile of “Engineer Trainee”.  There were 4 rounds in the process. (Online+Technical Interview+Write-Up+HR Round).… Read More
Prerequisite: Python Turtle module Basics  We all must have seen the spiderweb at our homes but have you ever wonder how many efforts and patience… Read More
Drawing a tree isn’t a tough task in Python using the turtle module. But, what if you can draw it using Arcade Module as well.… Read More
Prerequisite: Turtle Programming in Python “Turtle” is a Python feature like a drawing board, which lets us command a turtle to draw all over it.… Read More
Question 9: What is the output of the following program? L = [3, 1, 2, 4]  T = ('A', 'b', 'c', 'd')  L.sort()  counter =… Read More
Given an array arr[], where each element represents the maximum number of steps that can be made forward from that element, the task is to… Read More
There were 5 rounds in total. Online Coding Round   First-round was an Online test that consists of technical MCQs on testing, storage, OS, and Data… Read More
Given an array arr[] consisting of N integers and an integer target, the task is to find the maximum number of non-empty non-overlapping subarrays such… Read More