Wednesday, May 27, 2015

Analysis and Design of Algorithm question bank



Objective Type Questions:
1. Which one is the correct equation for Fibonacci sequence by Dynamic Programming?
a. F[n]=F[n-1]+F[n-2]                        b. Fn=Fn-1+Fn-2                                       c. F(n)=F(n-1)+F(n-2)                        d. All of these

2. Which equation is correct when a character is matched in Longest Common Subsequence problem?
a. c[i,j]=c[i,j-1]                                     b. c[i,j]=c[i-1,j-1]                                 c. c[i,j]=c[i-1,j]                                     d. None of these

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.

Search Aptipedia