All Medium Articles
My exam date was September 13 and there were 4 sections. Aptitude English Reasoning Coding(1 Easy +1 Medium) My results were announced on September 29… Read More
Given an array arr[] of N distinct integer, the task is to find the minimum number of jumps required from the largest element to reach… Read More
Given two integers A and B, the task is to find the minimum possible size of the array whose MEX of the array is A… Read More
Navi came to our campus for the role of SDE1. There were 4 rounds in total. Round 1: Online Test It consisted of 4 sections.… Read More
Both ES6 and ES5 are Javascript scripting languages in the development industry. ECMA Script or ES is a trademarked scripting language made by ECMA International.… Read More
BFAC or Backup File Artifacts Checker tool is an automated tool that aims to verify or check the backup artifacts that can reveal the building… Read More
Microsoft Edge is a multiplatform web browser developed by Microsoft. It is one of the most popular browsers that are highly compatible with the modern… Read More
SeekBar can be understood as an extension of ProgressBar in Android. You have to just drag the thumb on SeekBar and drag it towards the… Read More
Generally, if condition works like yes or no type. If the condition satisfies, it executes some block of code. Otherwise, it doesn’t execute the code.… Read More
Round 1: Two questions were discussed. https://www.geeksforgeeks.org/median-of-two-sorted-arrays/ Most frequent subtree sum in a binary tree. (Using hashing and postorder traversal) Round 2: Coding question https://www.geeksforgeeks.org/boundary-traversal-of-binary-tree/… Read More
I am a student from Tier 3 college. I got a referral from one of my seniors at HashedIn for the SDE role. There were… Read More
Round 1: Logical Reasoning Test It was an online assessment round taken on HackerEarth. There were a total of 20 questions and the time limit… Read More
I applied for the 2 months SDE intern role through Amazon WOW drive 2021. There were a total of 3 rounds for people who applied… Read More
Online Test, 2 Technical Rounds, 1 Hiring Manager Round, 1 Technical Round. Online Test One easy sorting based question Shortest Path problem(BFS) Both were doable… Read More
Given a positive integer N, the task is to find the largest number in the range [1, N] such that the square root of the… Read More
Given an array A of size n, find the maximum subarray sum after applying the given operation at most two times. In one operation, choose… Read More
Bootstrap grid is a very powerful tool made up of Flexbox, creating website development easier. It is fully responsive and also adjusts the items in… Read More
Given an array of integers and the task is to write a program that efficiently finds the second-largest element present in the array.   Example:… Read More
Java programming language comes with a variety of APIs that helps the developers to code more efficiently. One of those APIs is Java IO API.… Read More
In this article, we are going to see how to automate Youtube using Python. Module usedSelenium: It controlling a web browser through the programpyttsx3: It… Read More