Amazon placement test includes a separate section on technical knowledge. It features questions from computer fundamentals, programming languages, DBMS, data structure, networking, operating systems, etc. Since the recruitment is carried out for technical profiles, the applicants are expected to qualify this section for taking part in further rounds. Here, we have given some sample questions for Amazon technical test:
Amazon Technical Questions
What is the function of application programs in the DBMS approach?
processing functions
storage functions
access control
None of these
Answer: Option A
What of the following sorting procedure is the slowest?
Bubble sort
Quick sort
Heap sort
Shell sort
Answer: Option A
Which of the following is the function/s of the database administration?
Application checking
Database access planning
Computer applications management
All of these
Answer: Option B
What is the order to access the elements of a pushdown stack ?
First In First Out
Last In First Out
Last In Last Out
First In Last Out
Answer: Option B
The C declaration
int A[5][7]
Contains x elements, each of these elements is itself an array containing y integers.
What is the value of 2x+y