NPTEL CC Feb-Apr 2019 Assignment-Week 2
NPTEL CC Feb-Apr 2019 Assignment-Week 2
NPTEL CC Feb-Apr 2019 Assignment-Week 2
Cloud Computing
Assignment- Week 2
TYPE OF QUESTION: MCQ/MSQ
[One or more options may be correct]
QUESTION 1:
Virtualization assigns a logical name for a physical resource and then provides a pointer to
that physical resource when a request is made
a) True
b) False
Correct Answer: a
____________________________________________________________________________________________________
QUESTION 2:
SOAP is a format for sending messages and is also called as __________.
Correct Answer: c
Solution: SOAP (Simple Object Access Protocol) is a format for sending messages over
Internet between programs.
____________________________________________________________________________________________________
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
QUESTION 3:
In public cloud, the workload location is visible to public.
(a) True
(b) False
Correct Answer: b
Solution: In public cloud, workload locations are hidden from clients (public):– In the
public scenario, a provider may migrate a subscriber's workload, whether processing or
data, at any time.
____________________________________________________________________________________________________
QUESTION 4:
Which is not a correct name for an XML element?
a) <doremon>
b) <dora_mon>
c) <doreamon cartoon>
d) <harry potter>
Solution: A XML element name can only start with a letter character (this includes
underscore, then the next characters can be letter characters or numbers or the hyphen,
but the space is a delimiter and is not allowed as part of any name
____________________________________________________________________________________________________
QUESTION 5:
Web Services are not used to -
Correct Answer: d
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
____________________________________________________________________________________________________
QUESTION 6:
The basic Web Services platform is combination of _____ and _______.
(a) CSS+HTTP
(b) XML+JAVA
(c) XML+HTTP
(d) XML+HTML
Correct Answer: c
Solution: Web services use XML (eXtensible Markup Language : A uniform data
representation and exchange mechanism) and HTTP (most firewalls allow access though
port 80 (HTTP), leading to easier and dynamic collaboration)
____________________________________________________________________________________________________
QUESTION 7:
_________ is a directory for storing information about web services.
(a) UDDI
(b) SOAP
(c) HTTP
(d) XML Namespace
Correct Answer: a
____________________________________________________________________________________________________
QUESTION 8:
In WSDL a <portType> refers to
(b) The operations that can be performed, and the messages that are involved
(c) The actual protocol used in the Web Service
(d) Only the messages that are involved including their types and elements to be
used
Correct Answer: b
Solution: A WSDL document is just a simple XML document. It defines a web service
using these major elements:
• port type - The operations performed by the web service.
• message - The messages used by the web service.
• types - The data types used by the web service.
• binding - The communication protocols used by the web service
_________________________________________________________________________________________________
QUESTION 9:
Virtual Machines (VMs) are offered in cloud by
(a) SaaS
(b) PaaS
(c) IaaS
(d) None of these
Correct Answer: c
____________________________________________________________________________________________________
QUESTION 10:
XML is similar to
(a) CSV
(b) Java Script
(c) SGML
(d) UML
Correct Answer: c
************END*******