All Easy Articles
First Round First there was an online test. It consisted of one coding question and 6 sections including verbal, output questions, aptitude questions etc. Worst thing… Read More
The power of Python comes because of the large number of modules it has. This time we are going to use one of those. Every… Read More
Cutoff: 7 CPI Oracle came here with two profiles, Applications Development and Server Technologies. The written test was common for both the profiles.  Written Test (Initial… Read More
Prerequisites: BIT  Given ‘n’ line segments, each of them is either horizontal or vertical, find the maximum number of triangles(including triangles with zero area) that… Read More
Given an input string and a pattern, check if characters in the input string follows the same order as determined by characters present in the… Read More
Recently, Amazon visited our campus and as a matter of fact it was the first to visit. They took 3 rounds to select interns. 1st… Read More
Amazon was the first company to visit our university this year. They have taken 3 rounds for selecting students for internship program.  1. Online coding… Read More
Given a number n, print first n positive integers with exactly two set bits in their binary representation.Examples : Input: n = 3Output: 3 5… Read More
  Some of calendar functions are discussed in the Set 1 1. monthrange(year, month) :- This function returns two integers, first, the starting day number… Read More
Given a sorted array of distinct positive integers, print all triplets that forms Geometric Progression with integral common ratio.A geometric progression is a sequence of… Read More
Recently this company visited our campus for software developer profile  Round 1: It was a online test.It consists of 3 sections- aptitude ,MCQ of C, C++, OS, DBMS,… Read More
Python defines an inbuilt module “calendar” which handles operations related to the calendar.Operations on the calendar : 1. calendar(year, w, l, c):- This function displays the… Read More
Given an array of integers, find if it’s possible to remove exactly one integer from the array that divides the array into two subarrays with… Read More
Given a large number, n (having number digits up to 10^6) and various queries of the form : Query(l, r) : find if the sub-string between… Read More
  Campus placements season is beginning at almost all the colleges and each one of us wants to prepare to do our best. A lot… Read More
I have just entered my third year and Amazon was the first company to visit our campus for Software Internship. The process was : ONLINE… Read More
I recently got a call from Qualcomm Hyderabad for Engineer position. I am from CS background and had 1 year experience. There are #3 Tech… Read More
Given a string S containing alphanumeric characters, The task is to calculate the sum of all numbers present in the string. Examples:  Input:  1abc23Output: 24Explanation:… Read More
Given a number, find its corresponding Roman numeral.  Examples:  Input : 9Output : IXInput : 40Output : XLInput : 1904Output : MCMIV Following is the… Read More
Python defines a set of functions that are used to generate or manipulate random numbers through the random module.  Functions in the random module rely… Read More