All Medium Articles
Question 1. The cost of a notebook is twice the cost of a pen. Write a linear equation in two variables to represent this statement.… Read More
Given an integer N, the task is to find the sum of first N natural numbers with alternate signs, i.e 1 – 2 + 3… Read More
Given two positive integers A and B, the task is to flip the common set bitsin A and B. Examples: Input: A = 7, B… Read More
Given two strings S and T, where S represents the first lane in which vehicles move from left to right and T represents the second… Read More
Given integers N, L and R, the task is to generate a Bitonic Sequence of length N from the integers in the range [L, R]… Read More
Given two strings S and T of length N and M respectively, the task is to count the number of ways of obtaining same-length substring… Read More
In C programming, using arrays and string for data storage at run time which is volatile and gets memory in RAM. But to store data… Read More
Amazon conducted 3 rounds. Round 1: An online assessment that consisted of 4 sections. Code Debug(20 mins): It consisted of 6 questions. (Cakewalk) Work Style… Read More
The process consisted of 4 rounds: Online Test Technical Interview I Technical Interview II Technical + HR Online Test (70 min): This test had 3… Read More
You can surely understand me if I say something! But what about a computer? Can it understand what I am saying? Normally the answer is… Read More
Round 1 (Online Round): It was an Online Aptitude Test on the Codility platform of 45 mins. There were 5 sections namely 1) Aptitude, 2)… Read More
The Hiring process of Cerner consisted of 4 rounds and the eligibility criteria was a minimum CGPA of 8.0, and they offered the role of… Read More
Recently Arista Networks visited our campus. Min CGPA requirement was 8. There was an online coding test followed by 3 FTF interviews on G-meet. Round… Read More
ARM talent acquisition team visited our campus virtually for an intern role in the verification domain. There were totally 3 rounds, Round 1 (Written Test)… Read More
“During our hiring meetings, we ask people to consider three questions before making a decision… Will you admire this person?… Will this person raise the… Read More
Given an array arr[] of size N, the task is to count the number of longest increasing subsequences present in the given array. Examples: Input:… Read More
Web scraping is a data extraction method used to exclusively gather data from websites. It is widely used for Data mining or collecting valuable insights… Read More
Given an array arr[] consisting of N strings, the task is to modify the array by replacing the duplicate strings by appending any number such… Read More
Problem statement: Sort the given array in ascending order such that elements will be arranged from smallest to largest. Consider an illustration below: Let the… Read More
The OpenCV module is an open-source computer vision and machine learning software library. It is a huge open-source library for computer vision, machine learning, and… Read More