Showing posts with label Amazon placement. Show all posts
Showing posts with label Amazon placement. Show all posts

Thursday, 5 September 2013

Amazon off campus placement 2013 - 2014

Company Amazon

Eligibility Bachelor degree in computer science

Experience Freshers/Exp

Location Bangalore

Job Role Software Development Engineer

Job Description :
We're looking for people with the following qualifications:
  • Outstanding expertise in C++ or Java and object-oriented design.
  • A solid understanding of relational databases and SQL.
  • A strong background in algorithms and data structures.
  • A focus on clean code and solid designs.
  • At least a bachelor degree in computer science or equivalent
  • The ability to work effectively under pressure in a dynamic environment


    Want to see Syllabus of amazon placement test  ??

Official mail from amazon about syllabus of placement test


Amazon's Transaction Risk Management Services (TRMS) group designs and builds
high performance software systems and processes that identifies and prevents
fraudulent transactions
across all Amazon platforms. We are looking for both junior and senior software engineers who have a
strong sense of ownership and a passion for solving complex problems elegantly.
Come help us build the next generation Risk Management platform, processes and detection algorithms. You will be highly
encouraged to own, innovate and make significant contribution toward our long term vision and architecture.


We're looking for people with the following qualifications:

  • Outstanding expertise in C++ or Java and object-oriented design.
  • A solid understanding of relational databases and SQL.
  • A strong background in algorithms and data structures.
  • A focus on clean code and solid designs.
  • At least a bachelor degree in computer science or equivalent
  • The ability to work effectively under pressure in a dynamic environment


Also highly desired:

  • A strong Linux (or UNIX) background.
  • Experience with machine learning techniques.
  • Experience with large-scale multi-tiered systems and service-oriented architecture.
  • Experience with scripting languages such as Perl or Ruby

A tremendous opportunity to take your skills and career to the next level, while having fun and fighting the bad guys.

Subscribe to our facebook page to stay updated


Facebook page of placement jump




Basic Qualifications
  • Outstanding expertise in C++ or Java and object-oriented design.
  • A solid understanding of relational databases and SQL.
  • A strong background in algorithms and data structures.
  • A focus on clean code and solid designs.
  • At least a bachelor degree in computer science or equivalent
  • The ability to work effectively under pressure in a dynamic environment
Preferred Qualifications
  • A strong Linux (or UNIX) background.
  • Experience with machine learning techniques.
  • Experience with large-scale multi-tiered systems and service-oriented architecture.
  • Experience with scripting languages such as Perl or Ruby



To apply  or to see full details visit  below 

Apply to job


All the best !!


Want to know from where and how amazon conduct their placement test?

Friday, 30 August 2013

Amazon 28 August 2013 placement online test and interview

Amazon placement test


This is the first round question from amazon campus placement (August 2013)


Online Round Coding Question:
Q1. Given a float number 7.64, convert it into the string WITHOUT using any inbuilt function/library.
for eg:
input
float no.: 7.64
output
string: 7.64






Buy cracking the coding interview book. It contains questions which are asked in technical interviews. You can by the book from flipkart.
This book contains enough material and easy explanation which helps to crack any technical interview.









Q2. Given the inorder and preorder traversals of a Binary Tree, output the postorder traversal of it.
for eg:
input:
Inorder: 7, 8, 4, 1, 6, 2, 5
Preorder: 1, 4, 7, 8, 2, 6, 4
output:

Postorder: 8, 7, 4, 6, 5, 2, 1 Another 20 multiple choice questions were there from "interviewstreet" as we have discussed it in our post from where amazon conduct there technical placement test And we suggest you to go through the syllabus of amazon which is official mail from amazon Syllabus for amazon placement test You can practice MCQ's from "geeksquiz". It is really a good blog. After this 28 students we shortlisted and they were called for personal technical interview that is round 2


Want to know from where amazon prepare their technical questions?

here is the round 2 of amazon placement August 2013 
Amazon placement interview Round 2 :-

candidate number 1 - Round 2 amazon placment august 2013

Amazon placement Round 2 August 2013

Student 1 - Round 2

Q1. Given a string find the length of longest substring which has none of its character repeated?
for eg:
i/p string:
abcabcbb
length of longest substring with no repeating charcters: 3 (abc)


Q2. Given a link list with right pointers and each element of the list has a down link containg another link list with down poitners as:

5 -> 7 -> 9 -> 18
|      |      |      |
10     6    14     20
|      |      |      |
11     8    19     22
|      |             |
12     13           24
|    
15


each right and down list are sorted.
Write a function flatten() which flattens this link list to a single link list with all the elemnts in sorted order as:
5->6->7->8->9->10->11->12->13->14->15->18->19->20->22->24

Student 2 - Round 2 of amazon interview


Student 2 - Round 2

candidate number 4 - Round 2 amazon placment august 2013

Amazon placement Round 2 August 2013


Student no 4 - Round 2

Q1. Count the number of inversions in the array, where an inversion is defined as for
i < j and a[i] > a[j]  ( i and j represent pointers to location of the array a[])
for eg.
if a[] = {5, 4, 6, 8, 1}
No. of inversion pairs are 5-  [(5,4) (5,1) (4,1) (6,1) (8,1)] Q2. Find the length of maximum palindromic subsequence in a given string.
for eg.
string  abbbbca
output 6 (abbbba)

candidate number 3 - Round 2 amazon placment august 2013



Amazon placement Round 2 August 2013

Student 3 - Round 2

Q1. Given an Adjacency List, make a replica (Clone) of it.  


Q2: Asked about Insertion in Heap and write the code for function Heapify (used to maintain heap property after every insertion).

Student 4 - Round 2 of amazon interview

Student 4 - Round 2

candidate number 2 - Round 2 amazon placment august 2013

Amazon placement Round 2 August 2013

Student 2 - Round 2




Q1. A string of length n and an integer m was given, give an algo. to rotate the string counter clockwise by m. Give all the check conditions for input m. Then the interviewer asked to write a code for the same with a strict guideline that there should not be any mistake in the code . Q2 : heap, min and max heap, insertion and deletion in a heap. Time complexity of inserting n elements in a heap.

Student 3 - Round 2 of amazon interview

Student 3 - Round 2

Thursday, 29 August 2013

Syllabus of amazon placement test

This is the official mail from amazon.

DETAILED SKILL SETS
1. Problem Solving and Technical aptitude
2. Coding (C, C++, and Java: Amazon interviews will not be language specific. You can choose to write your code in any language of your choice)
3. Algorithms
4. Data Structures
5. Operating Systems
6. Database Systems and Management
7. Networks
8. Understanding of OOPS
9. Systems knowledge



10. Computer Science Fundamentals


Go through the coding questions posted by "geeksforgeeks" and "careercup".  Almost every question asked by amazon is from these websites. And they have huge collection of good questions.

For MCQ you may visit "geeksquiz" and it is also very useful.
Want to know from where does amazon conduct their test

If you want to know more about amazon and all the study material available to crack amazon test, then you can comment with your email id. We will provide you all the essential material for preparation for free.

Please bookmark our blog if you want to know more information about placments (both oncampus and offcampus). There will be more posts soon.. Cheers and best of luck.
You can give us a "GOOGLE + 1" if you like our post :)



like us on facebook



want to know from where AMAZON , Microsoft, yahoo, prepare or conduct their placement test ?

From where AMAZON conduct their technical test ?

offcampus placement 2013-2014

You may be hoping to get placed at amazon.  Believe me, It's very easy and you can do it.

Just have a little faith in yourself. 

Go through all the coding questions from "geeksforgeeks" and  "careercup" . They are really useful and are lucidly explained.

If you want to know about the complete syllabus of amazon, then click on the below link.


Buy data structure and algorithms made easy from flipkart and crack your interview.

Now coming back to our discussion regarding how amazon conduct their technical test.
They take their test from "interviewstreet"  . Just  google it and then come back.
Below you can  see the snapshot of the website form where these top tech comanies like microsoft and amazon conduct their technical placement test.

Complete syllabus for AMAZON placement test (official mail by amazon)

Like our facebook page to stay connected
facebook page of palcementjump





Now on their homepage, click on try for free option and then fill the sample form.







Now just click on login to test and you would see a page with few sample questions on it.





When you click on the question then you will see the description of  question and you can also download the test cases for the same.





You can choose your language based on your preference. But yes in amazon test, you can choose only from c, c++, or java. You would be able to compile and run it on their server.




Now you can also see that url in the below image is  amazon-dot-interviewstreet......


You can give us "+1" if you like our blog :)

cheers and best of luck.