[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Amazon Aptitude Questions and Answers for Freshers

50.18K

Tot. Mock Test: 0


Total Qs: 9+

NA
SHSTTON
747
Solv. Corr.
497
Solv. In. Corr.
1244
Attempted
1 M:7 S
Avg. Time

1 / 9

Choose the correct option.

A' and 'B' complete a work togather in 8 days.If 'A' alone can do it in 12 days.Then how many day 'B' will take to complete the work?


A25 days

B24 days

C20 days

DNone of these

Answer: Option B

Explanation:

A & B one day work = 1/8
A alone one day work = 1/12
B alone one day work = (1/8 - 1/12) = ( 3/24 - 2/24)
=> B one day work = 1/24
so B can complete the work in 24 days.

ShortCut By :: 19501A0549

20

Submit Your Solution

NA
SHSTTON
835
Solv. Corr.
798
Solv. In. Corr.
1633
Attempted
1 M:0 S
Avg. Time

2 / 9

Choose the correct option.

If A alone can do a piece of work in 8 days and B alone can do the same work in 12 days. How many days A and B required to finish the same work if they work togather?


A24/5 days

B24 days

C5day days

D5/24 days

ENone of these

Answer: Option A

Explanation:

A alone one day work = 1/8
B alone one day work = 1/12
Both A and B one day work = (1/8 + 1/12) = (3/24 + 2/24)
= 5/24
so A and B together finish the work in 24/5 day
or 4 4/5 days.

Submit Your Solution

NA
SHSTTON
378
Solv. Corr.
469
Solv. In. Corr.
847
Attempted
0 M:46 S
Avg. Time

3 / 9

Choose the correct option.

When a number is divided by 13, the remainder is 11. When the same number is divided by 17, then remainder is 9. What is the number ?


A339

B349

C369

DData inadequate

Answer: Option B

Explanation:

x = 13p + 11 and x = 17q + 9

ShortCut By :: Sairam

349

Submit Your Solution

NA
SHSTTON
244
Solv. Corr.
239
Solv. In. Corr.
483
Attempted
0 M:23 S
Avg. Time

4 / 9

Choose the correct option.

A train running at the speed of 60 km/hr crosses a pole in 9 seconds. What is the length of the train?


A120 metres

B180 metres

C324 metres

D150 metres

Answer: Option D

Explanation:

Length of the train = (Speed x Time) =50/3 x 9 m = 150 m.

Submit Your Solution

NA
SHSTTON
915
Solv. Corr.
354
Solv. In. Corr.
1269
Attempted
0 M:25 S
Avg. Time

5 / 9

Choose the correct option.

A can do a work in 10 days and B can do the same work in 15 days. So how many days they will take to finish the same work ?


A5 days

B7 days

C9 days

D6 days

Answer: Option D

Explanation:

First find the 1 day work of both (A & B)
A 1 day's work = 1/10
and
B 1 day's work = 1/15

So (A + B) 1 day's work = (1/10+1/15)
= (3/30+2/30) = 5/30 = 1/6

So Both (A & B) together can finish work in 6 days

Submit Your Solution

NA
SHSTTON
486
Solv. Corr.
169
Solv. In. Corr.
655
Attempted
0 M:33 S
Avg. Time

6 / 9

Look at this series: 36, 34, 30, 28, 24, ... What number should come next?


A20

B22

C23

D26

Answer: Option B

Explanation:

Here is no explanation for this answer

ShortCut By :: Akhil

For the first two numbers there is a difference of 2 and next two nos have difference of 4 and 2 and 4 repeat the procedure

Submit Your Solution

NA
SHSTTON
568
Solv. Corr.
700
Solv. In. Corr.
1268
Attempted
0 M:54 S
Avg. Time

7 / 9

Choose the correct option.

A can finish a piece work in 18 days and B can do the same work in half the time taken by A. So if they working together, what part of the same work can finished in a day?


A1/7

B1/6

C6

D5/6

Answer: Option B

Explanation:

First find the 1 day work of both (A & B)
A's 1 day's work = 1/18
and
B's 1 day's work = 1/9 (B can do work in half time)
(A + B)'s 1 day's work = (1/18+1/9)
= (1+2)/18 = 3/18 = 1/6
so A & B together can do 1/6 of work in 1 day.

Submit Your Solution

NA
SHSTTON
163
Solv. Corr.
52
Solv. In. Corr.
215
Attempted
0 M:16 S
Avg. Time

8 / 9

Choose the correct option.

Object-oriented programmers primarily focus on


Aprocedures to be performed

Bstep-by-step statements needed to solve a problem

Cobjects and the tasks that must be performed with those objects

Dphysical orientation of objects

Answer: Option C

Explanation:

Here is no explanation for this answer

Submit Your Solution

Tags: Amazon

NA
SHSTTON
75
Solv. Corr.
139
Solv. In. Corr.
214
Attempted
0 M:27 S
Avg. Time

9 / 9

Choose the correct option.

Which of the choices is true for the mentioned declaration?

const char *p;
and
char * const p;

Choose one of them:


AYou can't change the character in both

BIn first case, you can't change the character and second case you can’t change the pointer

CYou can't change the pointer in both

DIn first case you can't change the pointer and in second case you can't change the character

ENone of these

Answer: Option B

Explanation:

Here is no explanation for this answer

ShortCut By :: sudhan

In C programming language, *p represents the value stored in a pointer and p represents the address of the value, is referred as a pointer. const char* and char const* says that the pointer can point to a constant char and value of char pointed by this pointer cannot be changed.

 const char *ptr : This is a pointer to a constant character. You cannot change the value pointed by ptr, but you can change the pointer itself. “const char *” is a (non-const) pointer to a const char.

char *const ptr : This is a constant pointer to non-constant character. You cannot change the pointer p, but can change the value pointed by ptr. 


Submit Your Solution


Here is the list of questions asked in Amazon Aptitude Questions and Answers for Freshers - Q4Interview. Practice Amazon Written Test Papers with Solutions and take Q4Interview Amazon Online Test Questions to crack Amazon written round test. Overall the level of the Amazon Online Assessment Test is moderate. Only those candidates who clear the written exam will qualify for the next round, so practic all the questions here and take all the free tests before going for final selection process of Amazon