This article will discuss some of the accenture mock test series questions. The problems of this accenture mock test series will be of medium-level difficulty. The questions will be based on different topics such as quantitative aptitude, logical reasoning, etc. We will discuss the solution along with the problem. After completing this article you will be able to solve different mock test series.
Problems
Quantitative aptitude
a) 2/9 b) 1/3 c) 2/3 d) 1/9
Ans: Option d
Explanation:
Total number of outcomes: 36
E= Getting a sum of 9 when the dice fall: {(3,6), (4,5), (5,4), (6,3)}
P(E) = n(E) / n(S) = 4/36 = 9
a) 3/4 b)1/4 c) 1/2 d) None of these
Ans: Option b
Explanation:
Total number of outcomes possible when two coins are tossed: 4
Events of getting heads on both the side of the coins = 1
n(E) = 1
p(E) = n(E) / n(S) = ¼
a) 39 b) 42 c) 35 d)40.5
Ans: Option a
Explanation:
Suppose, an average of 17 innings = x
So, the Total run scored in 17 innings = 17x
Average of 16 innings = (x - 3)
Total runs scored in 16 innings = 16(x - 3)
Total runs scored in 16 innings + 87 = Total run scored in 17 inning
16(x - 3) + 87 = 17x
x= 39
a) 12 b) 5 c) 7 d) 9
Ans: Option c
Explanation:
Count of numbers and average are 12 and 12 respectively.
Sum of numbers = 12 x 12 = 144
Therefore , 3 + 11 + 7 + 9 + 15 + 13 + 8 + 19 + 17 + 21 + 14 + x = 144
x= 7
a) 7 b) 8 c) 5 d) 6
Ans: Option a
Explanation:
Relative speed = speed of A + speed of B
= 2 + 3 = 5 rounds per hour
Therefore, they cross each other 5 times in 1 hour and 2 times in 1/2 hour
Time duration from 8 am to 9.30 am = 1.5 hr
Hence they cross each other 7 times
a) 15 b) 18 c) 16 d) 25
Ans: Option c
Explanation:
25 = ( 20 - x) 100 / x
5x = 80
x = 16
a) 70% b) 250% c) 100% d) 30%
Ans: Option a
Explanation:
CP = 100 , Profit = 320
SP = 100 + 320 = 420
New CP = 125
Profit = 420 -125 = 295
Required % = 295 x 100 / 420 = 70%
a) 9 b) 10 c) 7 d) 8
Ans: Option b
Explanation:
If we reduce the excess 2 years A has, it can be seen that 25 is divided in the ratio of 2:2:1 among A, B, and C, and thus B’s age = 10
a) 10 b) 20 c) 30 d) 40
Ans: Option c
Explanation:
Suppose the age of the older person = x,
The present age of the younger person = x - 16
(x - 6) = 3(x - 16 - 6)
x = 30
a) 25 b) 23.5 c) 24 d) 24.5
Ans: Option d
Explanation:
Age of Kiran = 7x
Age of Bineesh = 9x
9x - 7x = 7
x = 3.5
Age of kiran = 7 x 3.5 = 24.5
Verbal Ability
a) Democratic b) Authoritarian c) Dictatorial d) Autocratic
Ans: Option a
a) Disdain b) Pale c) Overpass d) Revulsion
Ans: option b
a) Concur b) Expel c) Encroach d) Timid
Ans: Option c
a) Simple b) Simian c) Strong d) Hunched
Ans: Option a
A. probability-oriented environment of roll
B. The interaction with the game is still very
C.Tactile thanks to the board set-up and the
Ans: Option A
Explanation:
The correct sentence will be, the probability-oriented environment of rolling
a) Brass: Mental b) Paper:Book c) Flower: Fragnance d) Karnataka:state
Ans: Option d
a) Very slow b) Without delay c) Difficult moment d) Without Delay
Ans: Option b
The bench also struck down the 99th Constitution Amendment Act, which was passed ______
a) publicly b) unanimously c) rimation d) conjunctively
Ans: Option c
a) cognizance b) invitin c) ingratiating d) misunderstanding
Ans: Option a
a) Finicky b) Funcky c) Critical d) Poverty
Ans: Option d
Pseudocode
Integer a,b,c
Set a=8, b= 6, c=4 if(a>b)
a=b
Else
b= a
End ifif(c> b)
c = b
Else
b = c
End if
Print a+b+c
Ans: Option d
Integer p,q,r,s
Set p=1, q=1 for(each r from 0 to 2)
for(each s from -4 to -2)
p = p + 2 if(p > r)
Continue
End if
p = 1 if(p > s)
jump out of the loop
End if
End for
End for
Print p + q
Ans: Option b
Integer a,b,c,sum
Read a,b,c
Set sum = a + b + c
if((sum EQUALS 180) and (a NOT EQUALS 0) and ( b NOT EQUALS 0) and ( c NOT EQUALS 0))
Print “Success”
Otherwise
Print “Fail”
End if
Integer funn(Integer a, Integer b)
if(a>0)
if(b>0)
return a + b + funn(a + 1, 0) + funn(a +2, 0) + funn(a + 3, 0)
End if
End ifreturn a + b
End function funn()
Ans: option b
Integer funn(Integer a, Integer b)
if( a>1)
return a * funn(b-6, a - 4)
Else
return 1
End ifreturn a + b
End function funn()
Ans: option d
Post articles and opinions on Manchester Professionals
to attract new clients and referrals. Feature in newsletters.
Join for free today and upload your articles for new contacts to read and enquire further.