[go: up one dir, main page]

0% found this document useful (0 votes)
71 views4 pages

A Step by Step Guide For Placement Preparation - Set 1: Read More

Amazon visited the campus for internship recruitment and conducted a three-round process. The first round was an online test with coding and MCQ questions covering a range of topics. Two coding problems were easy to solve. In the second round, students were interviewed by the Amazon team.

Uploaded by

sakshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views4 pages

A Step by Step Guide For Placement Preparation - Set 1: Read More

Amazon visited the campus for internship recruitment and conducted a three-round process. The first round was an online test with coding and MCQ questions covering a range of topics. Two coding problems were easy to solve. In the second round, students were interviewed by the Amazon team.

Uploaded by

sakshi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Featured Article

A Step by Step Guide for Placement


Preparation | Set 1
August 3, 2016
Campus placements season is beginning at almost all the colleges
and each one of us wants to prepare to do the best. A lot of students
have been asking on different forums How to use GeeksforGeeks
for placement preparation? In this article, a step by step guide for
placement preparation is discussed. Steps Aptitude Test Read
More
4 Comments Category: Misc Tags: InterviewTips, placement
preperation
Featured Article

Jolly Jumper Sequence


August 1, 2016
A sequence of n numbers (n < 3000) is called Jolly Jumper if the
absolute values of the differences between the successive elements
take on all possible values from 1 through n-1. The definition
implies that any sequence of a single integer is a jolly jumper.
Examples: Input: 1 4 2 3 Output: True This Read More
38 Comments Category: Arrays
Featured Article

Minimax Algorithm in Game Theory | Set


4 (Alpha-Beta Pruning)
July 24, 2016
Prerequisites: Minimax Algorithm in Game Theory, Evaluation
Function in Game Theory Alpha-Beta pruning is not actually a new
algorithm, rather an optimization technique for minimax algorithm.
It reduces the computation time by a huge factor. This allows us to
search much faster and even go into deeper levels in the game tree.
It cuts off Read More
0 Comments Category: Algorithm

Amazon Interview Experience | Set 290


(On-Campus for Internship)
August 7, 2016
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 round
Online test There were 20 MCQs, which included questions from C,
C++, Java(Multi Threading) and few aptitude questions. Then, there
were 2 coding questions1)http://quiz.geeksforgeeks.org/lexicographically-minimum-stringrotation/ 2) Given a Read More
6 Comments Category: Internship Tags: Amazon

Accolite Interview Experience | Set 10


(On-Campus)
Accolite Software visited our campus. Firstly, they presented a preplacement-talk where they talked about their work culture, their
biggest clients, their intra, fests, etc. The work life aspect was
discussed too. Following this, they conducted Online test for 30 min
that included MCQ questions from C, C++ : finding o/p,
complexity, bugs if any DBMS: Read More
3 Comments Category: Interview Experiences Tags: Accolite

Dictionary Methods in Python | Set 1


(cmp(), len(), items())
Python Dictionary Basics have been discussed in the article below
Dictionary Some dictionary methods are discussed in this article. 1.
str(dic) :- This method is used to return the string, denoting all the
dictionary keys with their values. 2. items() :- This method is used
to return the list with all dictionary keys with values. Read More

0 Comments Category: Python

Arista Networks Interview | Set 4 (OnCampus for Internship)

Arista recently visited our campus for interns. There were three
rounds in total. Initially students were shortlisted based on
CGPA(8+). Then there was a primary online coding round
following which there were two interviews. 1. Coding round on
hackerrank There were three coding questions to be solved in 90
minutes. Question 1. The question was Read More
0 Comments Category: Internship Tags: Arista Network

Oracle Interview Experience | Set 26 (OnCampus for ST Full Time)


Round 1 This round was an online round consisting of sections for:
a) Coding skills- multiple choice questions on trees, arrays etc. b)
Computer Science skills: OS, DBMS. c) Software Engineering
skills: Flowchart related questions, all kinds of aptitude questions.
d) English skills This round did not have negative marking,
although there is timer for Read More
0 Comments Category: Interview Experiences Tags: Oracle

Amazon Interview Experience | Set 289


(On-Campus for Internship)
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 round : This was as usual. 2 coding
questions and 20 MCQs. MCQs were from probability, permutation,
output, tree, DBMS and OS. Coding questions were easy. The first
one wasRead More
3 Comments Category: Internship Tags: Amazon

Directi Interview | Set 12 (On-Campus)


Recently DirectI visited our campus for placements for three
profiles 1. Platform Engineer 2. Applications Engineer 3.
Operations Engineer This process is for the first two profiles, I did
not apply for Operations. Round 1: Online coding round (263
applicants) Q1. Given cost C[i] and calorie content P[i] of n
chocolates, find the maximum Read More
1 Comment Category: Interview Experiences Tags: Directi

Print first n numbers with exactly two set


bits
August 6, 2016
Given a number n, print first n positive integers with exactly two set
bits in their binary representation. Examples: Input: n = 3 Output: 3
5 6 The first 3 numbers with two set bits are 3 (0011), 5 (0101) and
6 (0110) Input: n = 5 Output: 3 5 6 9 10 12 A Read More
4 Comments Category: Bit Magic

Amazon Interview Experience | Set 288


(On-Campus)

You might also like