0% found this document useful (0 votes)
18 views2 pages

10.objective Questions

The document contains a set of multiple-choice questions and fill-in-the-blank statements related to Django, cloud services, and APIs. It covers topics such as caching backends in Django, Python web application frameworks, IaaS services, and cloud deployment models. Additionally, it provides definitions and explanations of key terms in cloud computing and APIs.

Uploaded by

vinayak457
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

10.objective Questions

The document contains a set of multiple-choice questions and fill-in-the-blank statements related to Django, cloud services, and APIs. It covers topics such as caching backends in Django, Python web application frameworks, IaaS services, and cloud deployment models. Additionally, it provides definitions and explanations of key terms in cloud computing and APIs.

Uploaded by

vinayak457
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Objective UNIT-V

5.9 Objective
5.9.1 Choose the Correct Answer
1. Which of these is not a valid backend for caching in Django? (B)
a) django.core.cache.backends.db.DatabaseCache
b) django.core.cache.backends.sys.memory
c) django.core.cache.backends.filebased.FileBasedCache
d) django.core.cache.backends.locmem.LocMemCache
2. Which following is Python Web Application Framework? (B)
A) Linux B) Django C) WAMP D) Xively
3. You can use Amazon EC2 to launch (D)
a) Physical servers as you need, configure security and networking.
b) Only virtual servers and networking.
c) Physical servers as you need, configure security and networking, and manage storage.
d) virtual servers as you need, configure security and networking, and manage storage.
4.Which of the Following are the Iaas Services. (D)
A) EC2 B) RackSpace C) GoGrid D) All
5. Python programming command for connecting to auto scaling in aws ec2. (A)
a) boto.ec2.autoscale.connect_to_region() b) LaunchConfiguration()
c) AutoScalingGroup() d) ScalingPolicy()
6. Which of the following are WEB API. (A)
A) RESTful B) WAMP C) EC2 D) RackSpace
7. Which of the following are cloud service models (D)
a) Paas b) Iaas c) SaaS d) All
8. Django is ________ Framework. (C)
A) RESTful B) WAMP C) Model-Template-View D) EC2
9. _________ API offers OS or middleware Services (A)
A) Local B) Web C) Program D) None
10. Which of the following offers Webservice for IoT (B)
A) Xively B) WAMP C) DIJANGO D) None

MRITS/II-II/CSE-IoT/Sensors and Devices 20


Objective UNIT-V

5.9.2 Fill in the Blanks


1. WAMP stands for Web Application Messaging Protocol
2. Xively is a PaaS Cloud Service Model.
3. Private, Public, Hybrid and Community Clouds are Cloud Deployment Models.
4. Program API is based on remote procedure call (RPC) technology.
5. WAMP is sub protocol of Web Socket in IOT.
6. IaaS stands for Infrastructure-as-a-Service.
7. Cloud computing is a model for enabling ubiquitous, convenient, on-demand network
access to a shared pool of configurable computing resources.
8. API’s are Classified as Local, Web and Program API
9. Manage.py file is used to interact with your project via the command line.
10. REST stands for Representational State Transfer

MRITS/II-II/CSE-IoT/Sensors and Devices 21

You might also like