Uploaded by Thu Thuỷ Phạm Hồ

[RBAC s4] Test sample

advertisement
[RBAC s4] Test sample
Question 1:
What is the suitable number to replace the question mark?
A. 13
B. 15
C. 18
D. 21
E. 23
Question 2:Which code returns the first 10 students who have a 4.0 GPA from the Grade table ordered
alphabetically?
A. SELECT * FROM Grade ORDER BY Name WHERE GPA=4.0 LIMIT 10;
B. SELECT * FROM Grade WHERE GPA=4.0 ORDER BY Name;
C. SELECT * FROM Grade WHERE GPA=4.0 ORDER BY Name LIMIT 10;
D. SELECT * FROM Grade WHERE GPA=4.0 ORDER BY Name OFFSET 10;
Question 3:
The pie charts show candidates who were enrolled for Ph.D. entrance exam and the candidates (out of those
enrolled) who passed the exam in institutes A-G:
[RBAC s4] Test sample
What percentage of candidates passed the Exam from institute E out of the total number of candidates
enrolled from the same institute?
A. 83.33%
B. 75.00%
C. 62.75%
D. None of these answers
Question 4:
[RBAC s4] Test sample
A.
B.
C.
D.
Question 5: Your Pivot Table shows purchases by quantity for the ten products you bought from Go Mart in
2020. How can you see the total dollar purchases for each product?
A. Drag Sum of Total Price from the Pivot Tables Fields to Rows in the Field List Area.
B. In Insert Calculated Field, define the formula =Quantity/Unit Price, then click Okay.
C. In Insert Calculated Field, define the formula =Quantity*Unit Price, then click Okay.
[RBAC s4] Test sample
D. Drag Sum of Total Price from the Pivot Table Fields to Columns in the Field List Area.
Question 6: This is the graph showing revenue and expense of company A from 2018-2021
In which year did company A have the highest percentage of profit over revenue?
A. 2021
B. 2020
C. 2019
D. 2018
The table below is used to answer questions 7-10
NI: National insurance
[RBAC s4] Test sample
Question 7: For how many months of the period covered by the cash flow is it forecast that the directors
would need to arrange some kind of loan facility?
A. 1
B. 2
C. 3
D. 4
E. 5
Question 8: What percentage of income from sales is expended on direct costs?
A. 25%
B. 30%
C. 40%
D. 45%
E. 35%
Question 9: Express total expenditure on net wages and direct costs as a ratio in its lowest form
A. 7:3
B. 4:6
C. 6:4
D. 3:7
Question 10: [Contructed-response] If net wages were to increase to $8,000 during the months of April,
May and June, by how much would you expect expenditure on NI/pensions to increase in June?
Question 11: What is the suitable number to replace the question mark?
A. 7
[RBAC s4] Test sample
B. 22
C. 27
D. 10
E. 19
Question 12: Which answer is suitable to replace the question marks?
A.
B.
C.
[RBAC s4] Test sample
D.
E.
Question 13: There are 8 students standing in a circle. Each student has a coin and 8 coins are identical. 8
students toss their coins at the same time, whose coins are tails have to stand and whose coins are heads can
sit down. What is the probability that there are no adjacent students standing at the same time?
A.
B.
C.
D.
E.
Question 14:Your company is looking into potential projects and will accept them if the IRR is 10% or
above, as shown in cell E2. What is the formula used in cell C2, which can be filled down to cell C5, to
generate the results shown below?
A. =IF(B2>=E2,"Accept","Reject")
B. =IF(B2>=$E2,"Accept","Reject")
C. =IF(B2>=E$2,"Accept","Reject")
D. =IF(B2>=$E$2,"Accept","Reject")
Question 15: Your sales department is running a number of special sales promotions. Which DAX date
function would you use in the Promotions table to determine how long each promotion has been running?
A. WEEKNUM
B. TODAY
[RBAC s4] Test sample
C. DATEDIFF
D. DATEVALUE
Question 16: The level of significance of a hypothesis test is best used to:
A. Calculate the test statistic
B. Define the test’s rejection points
C. Specify the probability of a Type 2 error
Question 17:The graph below shows the result of the survey on five different food items of females and
males
Which statement below is FALSE?
A. Fried chicken is the most preferred by most females and males.
B. The difference between males and females like sandwich is 200.
C. The number of males like burger is 2 times the number of females.
D. The total number of females like sandwich, burger, hotdog and pizza is less than the number of males
like fried chicken.
Question 18: Which SQL Clause is used to combine data from two or more tables?
A. ADD
B. INSERT INTO
C. MERGE
D. JOIN
Question 19: What will be the output of the following Python code?
i=1
[RBAC s4] Test sample
while True:
if i%3==0:
break
print(i)
i+=1
A. 1 2 3
B. Error
C. 1 2
D. None of the above
Question 20: What are the values of the following Python expressions?
2**(3**2)
(2**3)**2)
2**3**2
A. 512, 64, 512
B. 512, 512, 512
C. 64, 512, 64
D. 64, 64, 64
Question 21: What will be the output of the following Python code?
x = ‘abcd’;
for i in x:
print(i.upper())
A. a
B
C
D
B. a
b
c
d
C. Error
D. A
B
C
D
[RBAC s4] Test sample
Question 22: In SQL, what does the following code snippet do?
DELETE FROM STUDENTS
WHERE AGE = 16;
ROLLBACK;
A. Performs an undo operation on the delete operation
B. Deletes the rows from the table where AGE = 14
C. Deltes the entire table
D. None of the above
For more sample questions of logical, numerical and tools application, please access the following
links:
Disclaimer: The test sample and links provided are for illustrative purposes and are purely meant as
references for the types and structures of exercises that appear in the exam; they do not imply that the
questions themselves will reappear in the test.
https://www.interviewbit.com/sql-mcq/
https://www.sanfoundry.com/1000-python-questions-answers/
https://www.mensa.org/public/mensa-iq-challenge
https://elearn.pwc.co.uk/psychometric/try.html
Download