GCC Viva Questions With Answers
GCC Viva Questions With Answers
GCC Viva Questions With Answers
Ans. A cloud is a collaboration of networks, hardware, services, storage, and interfaces that help
in delivering computing as a service. It has three users:
End users
Business management users
Cloud service provider
Q.8 What are the platforms which are used for large-scale cloud computing?
Ans. Below mentioned is the platform used for large-scale cloud computing-
Apache Hadoop , MapReduce
Q.9 What are the different types of models used for deployment in Cloud Computing?
Ans. The different deployment models in cloud computing are
Private Cloud
Public Cloud
Community Cloud
Hybrid Cloud
Q.10 Why API’s is used in cloud services?
Ans. API is used in cloud platform because-
It provides ease where the user doesn’t need to write the fully fledged program.
It helps to make communication between one or more applications.
Q.11 Name all the kind of virtualization is also characteristic of cloud computing?
Ans. Storage, Application, CPU. To modify these characteristics, resources should be extremely
configurable and versatile.
Q 14.What are the Hadoop daemons and explain their roles in a Hadoop cluster?
Ans. Generally, the daemon is nothing but a process that runs in the background. Hadoop has
five such daemons. They are: 1.NameNode 2. DataNode 3.Secondary NameNode JobTracker
TaskTracker
Q. 17 What is MapReduce?
core of Hadoop, MapReduce is a programming framework to process large sets of data or big
data across thousands of servers in a Hadoop Cluster.