Friday, June 05, 2015

Cloud computing question bank



Objective Type Questions:
1. What are the typical Cloud Management Use Cases?
A. Single-Click deployment of complex multi-tier applications in the cloud (Development, QA, Production)
B. Auto-scaling: handle demand bursts/variations by automatically adding/removing resources
C. Run-time management of application infrastructure in the cloud
D. All of above

2. ACM stands for ………………………………………………………………………………………………………………………………………….
3. DMTF stands for…………………………………………………………………………………………………………………………………………

4. NIST stands for………………………………………………………………………………………………………………………………………….

5. OCC stands for…………………………………………………………………………………………………………………………………………..

6. OGF stands for………………………………………………………………………………………………………………………………………….

7. SNIA stands for…………………………………………………………………………………………………………………………………………

8. CSA stands for………………………………………………………………………………………………………………………………………….

9. ODCA stands for……………………………………………………………………………………………………………………………………….

10. ILM stands for………………………………………………………………………………………………………………………………………..

11. Which is not the cloud security controls?
A. Deterrent                                       B. Protective                                     C. Preventive                                    D. Detective

12. Which step is/are correct to establish identity?
A. Established identity be authenticated
B. Authentication be portable
C. Authentication provide access to cloud resources
D. All of the above

13. What are the incident response issues to secure the cloud?
A. Audit                                                B. Downtime                                     C. Punishment                                  D. All of these

14. What are the data lifecycle management issues to secure the cloud?
A. Testing                                            B. History                                           C. Audit                                                D. All of these

15. What are the vulnerability management issues to secure the cloud?
A. Metrics                                           B. Secrecy                                           C. Security                                          D. All of these

Short answer type:
1. Explain how to establish identity in secured cloud.
2. How to secure cloud in cloud computing environment?
3. Describe cloud security controls.
4. What are the typical cloud management use cases?
5. List the highlights of cloud computing technology with diagram.

Long answer type:
1. List and explain emerging cloud management standards.
2. Explain cloud security and privacy issues.
3. List the key feature of cloud management.
4. Explain controls of cloud security with diagram.
5. Write short notes on below topics related to securing the cloud:
A. Incident Response                                     B. Data Lifecycle Management                 C. Vulnerability Management

Analysis and design of algorithm question bank



Objective Type Questions:
1. DFS stands for ___________________________________________________

2. BFS stands for ___________________________________________________

3. What is chromatic number?
a. number of colors used to color the graph                 b. number of distinct colors used to color the graph
c. number of colors used to color the edge                                   d. number of colors used to color the vertices

Wednesday, May 27, 2015

Cloud Computing question bank


Objective types questions:
1. Write full form of GFS ……………………………………………………………………………….

2. Write full for of HDFS …………………………………………………………………………………………………………

3. MapReduce is used for big data analysis. (T/F)

4. MapReduce uses parallel computing paradigm. (T/F)

5. BigTable is introduced by Yahoo Inc. (T/F)

6. HBase is introducted by Google Inc. (T/F)

7. DynamoDb is introduced by Amazon. (T/F)

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

Search Aptipedia