All Medium Articles
Given an array of integers and a number K with initial and final values. Your task is to find the minimum number of steps required… Read More
Math.Sin() is an inbuilt Math class method which returns the sine of a given double value argument(specified angle). Syntax: public static double Sin(double num) Parameter:… Read More
Qualcomm process contains 4 or 5 rounds –  Aptitude+Programming mcqs+Technical mcqs Technical Interview I Technical Interview II Technical Interview III(may or may not be) HR… Read More
Goldman Sachs conducted On Campus Hiring for the position of Software Engineer. Eligibility : Minimum of 6.0 CGPA Round 1: (1 hour – Online Coding Round)… Read More
There were following sections in the test – C MCQ Section Aptitude Coding with command Line Programming email Writing The written round preparation questions were… Read More
Generate all prime numbers between two given numbers. The task is to print prime numbers in that range. The Sieve of Eratosthenes is one of… Read More
Schedule, as the name suggests, is a process of lining the transactions and executing them one by one. When there are multiple transactions that are… Read More
The $ operator in PHP is used to declare a variable. In PHP, a variable starts with the $ sign followed by the name of… Read More
Round 1: Face to Face Approach in the interview:  Start with explaining the approach-> then improve solution if interviewer asks to do so -> then finally… Read More
A splash screen is mostly the first screen of the app when it is opened. It is a constant screen which appears for a specific… Read More
Shopify is a web development app always comes up with an extremely user-friendly and flexible eCommerce system for both merchant and consumers. It is a… Read More
Given a number N, the task is to print the following pattern: Examples:  Input : N = 4 Output : 4 4 4 4 4… Read More
Given an array of integers arr[], find the number of recycled pairs in the array. A recycled pair of two numbers {a, b} has the… Read More
Prerequisite – Pushdown automata, Pushdown automata acceptance by final state Problem – Design a non deterministic PDA for accepting the language L = {| m,n ≥… Read More
Project Title: Text Summarizer Introduction: Today we know that machines have become smarter than us and can help us with every aspect of life, the… Read More
The list::emplace() is a built-in function in C++ STL which extends list by inserting new element at a given position. Syntax: list_name.emplace(position, element)Parameters: The function… Read More
Allocators are objects responsible for encapsulating memory management. std::allocator is used when you want to separate allocation and do construction in two steps. It is… Read More
The Javascript array.sort() is an inbuilt method in JavaScript that is used to sort the array. An array can be of any type i.e. string,… Read More
Given the side of an Icosahedron. The task is to find the area and volume of the given Icosahedron.Examples :   Input : a = 5… Read More
Regular Expression (Regex or Regexp or RE) in Perl is a special text string for describing a search pattern within a given text. Regex in… Read More