All Easy Articles
We can store our data on a remote server with Google Cloud storage, and we can access that data whenever we need to. In addition,… Read More
When altering the frequency of the background updates to scale back the effect of these updates on battery life, checking the present battery level and… Read More
Due to this unprecedented COVID-19 pandemic, students are experiencing various sudden changes in the placement and recruitment process scenario. In particular, as the schools and… Read More
Task Scheduler is vital component of Microsoft Windows that gives its users capacity to plan initiation of projects or programs at the user’s discretion or… Read More
Given an array arr[] of size N, the task is to count all possible even length subarrays having bitwise XOR of subarray elements equal to… Read More
Given an array arr[] of size N, the task is to count possible pairs of array elements (arr[i], arr[j]) such that (arr[i] + arr[j]) *… Read More
Given an array arr[] consisting of N positive integers, the task is to generate all distinct subsequences of the array. Examples: Input: arr[] = {1,… Read More
Given two integers S and N, the task is to find the maximum possible sum of squares of N integers that can be placed in… Read More
Here, we will discuss the Arithmetic expression having operators like addition and multiplication and you will see how you can take an expression and can… Read More
In the Tic-Tac-Toe game, you will see the approach of the game is implemented. In this game, two players will be played and you have… Read More
In stream cipher, one byte is encrypted at a time while in block cipher ~128 bits are encrypted at a time. Initially, a key(k) will… Read More
Data processing, the conversion of raw data into meaningful information, is pivotal in today’s information-driven world. The Data Processing process is vital across various sectors,… Read More
1. Half Adder : Half Adder is a combinational logic circuit which is designed by connecting one EX-OR gate and one AND gate. The half… Read More
Flipkart recently visited our campus for the recruitment of SDE internship 2021. Students of CSE, EC, EE having a minimum CGPA of 7.0 were eligible… Read More
Nested loops are those loops that are present inside another loop. In C#, nesting of for, while, and do-while loops are allowed and you can… Read More
Given two numbers X and Y, the task is to find the count of integers K which satisfies the equation (X – 1) % K… Read More
Given a List of dictionaries, extract all the dictionaries which have empty strings as values of a particular key. Input : test_list = [{"Gfg" :… Read More
Coding Round: The very first round was an online test conducted on https://amcatglobal.aspiringminds.com. It contained two coding questions, randomly selected from a lot of several… Read More
Companies Google Facebook Microsoft Adobe Oracle Amazon D E Shaw MAQ Software Directi Yahoo Accolite Walmart Labs Samsung Paytm Ola Cabs Flipkart SAP Labs VMware… Read More
Given a list, assign a custom lower-bound value to it. Input : test_list = [5, 7, 8, 2, 3, 5, 1], K = 3 Output :… Read More