Sunday, May 24, 2015

Cloud computing question bank



Objective Type:
1. What is an advantage of a multi-tenancy cloud environment over a single-tenancy environment?
A. cost savings                  B. easy to customize                      C. faster performance           D. higher data security

2. Which statement best describes the relationship between application, server, and client in a multi-tenancy environment?
A. Single instance of software running on a server and serves one client.
B. Single instance of software running on a server and serves multiple clients.
C. Multiple instances of software running on a server and serves multiple clients.
D. Multiple instances of software running on multiple servers and serves one client.

Analysis and Design of Algorithm Question Bank



Objective Type Questions:
1. The complexity of linear search algorithm is
a. O(n)                                                   b. O(log n)                                            c. O(n2)                                                  d. O(n log n)

2. The complexity of Binary search algorithm is
a. O(n)                                                   b. O(log n )                                           c. O(n2)                                                  d. O(n log n)

Search Aptipedia