DREAMOVAL APTITUDE TEST (COMPUTER SCIENCE INTERNS)

The following section focuses on project management and teamwork
The following section focuses on project management and teamwork
A successful project is all except?
Time-bound
Scoped
Repetitive
Planned
Is it important to have team members with varying skill-set on the project team?
No
Yes
May be
None of the above
For you to succeed on a project what must you do?
Always obey your team lead without any questions
Challenge and oppose your team lead especially if you feel you know better than him.
Cooperate with directives from team lead and raise objections where necessary
Report your team lead to management when he doesn't listen to you
How will understanding your role on a project help you?
Sense of ownership
Get a pay rise
Decreased morale
Low productivity
In order to communicate effectively, you need to practice "active listening". What does that involve?
Make a conscious effort to hear only the words that another person is saying
Allow yourself to become distracted by whatever else may be going on around you
Pay attention partially to the other person
Maintain focus on what the other person is saying
System integration consists of
A) Assuring that the pieces of a project come together at the right time
B) Planning for contingencies that may occur throughout the life cycle of the project
C) The pieces of the project function as an integration unit
Both a) and c)
This section focuses on data management and analysis
This section focuses on data management and analysis
Use the image above to answer the next three questions
Use the image above to answer the next three questions
Which of the following sql queries lists all entries in the transaction table and includes the order type from the order table where applicable
Select transaction.id,transaction.date,transaction.orderId,order.orderType,transaction.amount from transaction left join order on transaction.orderId=order.orderId;
Select transaction.id,transaction.date,transaction.orderId,order.orderType,transaction.amount from transaction right join order on transaction.orderId=order.orderId;
Select * from transaction,order where transaction.orderId=order.orderId;
Select * from transaction,order;
Which sql query correctly lists duplicate order ids and the number of times they have been duplicated in the transaction table, without explicitly using the duplicate order ids or null
Select orderId from transaction group by orderId having count(orderId) > 1;
Select orderId, sum(orderId) from transaction group by orderId having orderId >1;
Select orderId, count(orderId) from transaction group by orderId having count(orderId) > 1;
Select orderId, count(orderId) from transaction group by orderId > 1;
Using the tables above which of the following is a foreign key?
Transaction.date
Order.date
Transaction.orderId
Order.orderId
What is the most efficient way to structure and summarize data in an excel sheet?
Pivot table
Conditional aggregates
Filter
Sort
You have two non-graduated beakers. The first beaker contains 4 litres of water and the
2 steps
5 steps
3 steps
7 steps
Which of these are in the right order for the process of data analytics
Data aggregation, data cleaning , data validation, understanding the business need, tool selection, data visualization
Understanding the business need, data aggregation, data cleaning, data validation, tool selection, data visualization
Tool selection, data cleaning, data validation, data aggregation, understanding the business need, data visualization
Understanding the business need, tool selection, data aggregation, data validation, data cleaning, data visualization
The following section deals with programming and web technologies
The following section deals with programming and web technologies
An HTTP request usually consists of all except
A message body
A message header
A website address
A website name
Two factor authentication usually involves
Username, password and a secret token
A captcha
Username and password only
None of the above
Deployment in simple terms is:
Setting up a server to run an application
Integrating code into a shared repository several times a day
Recording changes to a file or set of files over time to recall specific versions later
Writing a piece of code to perform a specific task you would otherwise do by hand
What is the difference between Authentication and Authorization?
Authorization verifies who you are, authentication verifies what access you have
Authorization verifies your access level, authentication verifies who you are
Authorization and authentication mean the same thing
Authorization defines ownership, authentication defines reliability
All of these are scripting languages except
Javascript
Python
Ruby
Scala
The process of accessing every element in a collection sequentially is termed
Sorting
Merging
Inspecting
Traversal
This section tests your problem solving skills and logical reasoning
This section tests your problem solving skills and logical reasoning
Use this image to answer the question below
Use this image to answer the question below
The person in the circle numbered 1 is
Married, with children
Married, with at least one son
Unmarried, with at least one daughter
Unmarried, with at least one son
Unmarried, with no children
Consider the following series: 3, 4, 6, 9, 13. What number comes next?
16
17
18
19
Susan can type 10 pages in 5 minutes. Mary can type 5 pages in 10 minutes. Working together on different computers, how many pages can they type in 30 minutes?
45
55
65
75
In a 100m race, Amina leads Baaba by 10m and Cynthia by 28m. In the same race Baaba leads Cynthia by
8
18
28
38
In a 200 metre race Awuku beats Boakye by 35 m or 7 seconds. Awuku's time over the course is
40s
47s
33s
42s
A software engineer has the capability of thinking 100 lines of code in five minutes and can type 100 lines of code in 10 minutes. He takes a break for five minutes after every ten minutes. How many lines of codes will he complete typing after an hour?
250
300
150
200
Robert who is facing east, turns 1000 degrees in the anti-clock-wise direction and then 1450 degrees in the clock-wise direction. Which direction is he facing now?
North
South
East
West
If ‘+’ means ‘÷’ , '÷' means ‘x’, ’x’ means ‘-‘ and ‘-‘ means ‘+’, then 10 + 2 ÷ 5 - 3 ÷ 4 + 2 - 1 = ?
32
50
45
120
150
In a shop, a watermelon costs twice as much as a pineapple. A customer bought 3 pineapples and 5 watermelons. If the customer had bought 3 watermelons and 5 pineapples, she would have spent 10 cedis less. How much does a watermelon cost?
5
10
20
40
In a storey building with an elevator, 2 people live on the ground floor, 4 on the first floor, 5 on the second floor and 6 on the third floor. Which floor calls the elevator the most?
Ground floor
First floor
Second floor
Third floor
Adwoa has 12 black socks and 12 white socks in her drawer. In complete darkness and without looking, how many socks must she take from the drawer in order to be sure to get a pair that match?
3
6
7
12
13
In a zoo, there are snakes, elephants and ostriches. A man counted 50 eyes, 40 legs and 6 trunks. How many snakes are in the zoo?
14
11
22
28
{"name":"DREAMOVAL APTITUDE TEST (COMPUTER SCIENCE INTERNS)", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"The following section focuses on project management and teamwork, A successful project is all except?, Is it important to have team members with varying skill-set on the project team?","img":"https://cdn.poll-maker.com/16-678501/aptitude-tables.png?sz=1200-00000000001000003703"}
Powered by: Quiz Maker