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.
ProblemsQuantitative aptitude
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
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) = ¼
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
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
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
Ans: Option c
Explanation:
25 = ( 20 - x) 100 / x
5x = 80
x = 16
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%
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
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
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
Ans: Option a
Ans: option b
Ans: Option c
Ans: Option a
Ans: Option A
Explanation:
The correct sentence will be, the probability-oriented environment of rolling
Ans: Option d
Ans: Option b
The bench also struck down the 99th Constitution Amendment Act, which was passed ______
a) publicly b) unanimously c) rimation d) conjunctivelyAns: Option c
Ans: Option a
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.