You are on page 1of 12

_________ directs incoming traffic to the Cloud Foundry

Router

Cloud Foundry’s logging system is known as the Loggregator.

______ stores longer-lived control data like component IP addresses and distributed locks.

Consul

_______ performs start and stop actions of an application locally in the application virtual machine
(VM).

Diego Cell

Cloud Foundry is a ________ type of distributed services.

Platform as a service

Which of the following operations can developers perform with Cloud Foundry?

All

With Platform as a Service, your infrastructure management responsibilities are greatly reduced.

True

Which is the commercial product offered by Cloud Foundry?

PCF

Command to login to Cloud Foundry is

R. Cf login

Default space for PWS is

Development
-----are defined as the unit of deployment in Cloud Foundry.

Application

Services that are selected from the marketplace catalog are known as

Managed services

The location where the applications are deployed is known as

Spaces

is the dependancy of an external appllication.

Service

Command to list the services available to the targeted organization is

cf market place

Which of the following option is used to specify push timeout in seconds?

-t

Which of the following command is used to deploy an application to Cloud Foundry?

Cf push

-m option in the push command usage represents

Memory limit/number of instances/local path to app directory Host name X

______ is a blob of metadata or a file containing metadata of a group of accompanying files.

manifests corrcet

Issue in Cloud Foundry can be


All

Which of the following command lists all the applications within a space

Cf apps

Which of the following option is used to specify push timeout in seconds?

-t

CF_STAGING_TIMEOUT and CF_STARTUP_TIMEOUT commands are used to control stagging and


start up.

True

____ restricts the availability of resources to an organization.

Quotas

CCDB is____.

Cloud controller database

Redis is ___________ in memory database.

Persistant

Select the valid log manager____.

Splunk

___________________ can be used as a tool for persistent session management.

Redis

App-Direct is ______________ provider of services.

Commercial
What are services in Cloud Foundry?

A resource that define routes to apps

Cloud Foundry offers a marketplace of services

Primarily Cloud Foundry is written in _____.

All

What is organization in Cloud Foundry?

A development account that an individual or multiple collaborators can own and use.

Command that is used to deploy an application in Cloud Foundry is

Cf push

Why should one go for :all

Blobstore is a repository for the large binary file that contains _____.

All the options

What does PCF stand for____.

Pivotal Cloud Foundry

CCDB is____.

Cloud Controller Database

___________________ can be used as a tool for persistent session management.

Gemfire Cache

What is the option to provide the location of the manifest file?


–F

Cf push command has a primary function to ____.

Deploy application

PWS has the below default app domain as_______.

cfapps.io

What is the deployment blueprint for an application?

Manifest

Redis is ___________ in memory database.

Persistent

Primarily Cloud Foundry is written in _____.

All the options

Select the responsibilities of a Service Broker.

All the options

1. Advertising service catalog

2. makes create/bind/delete/unbind calls

3. Requests

4. saas

5. implemented

What is organization in Cloud Foundry?

A resource restriction for spaces.


What is the route that is set for the application and deployed using the command?

HTTP 400

Why should one go for Cloud Foundry? Select all the applicable options.

Public or Private

Open Source

Language Independence

None of the options

Wide Growing Range of Services

All the options

Features of a Cloud Foundry Service are/is ____.

External to the application

All the options

Are bound to an application

Functionality to the application

Shared among many applications


Select all the languages for which Build Packs are available.

Java.Y RUBY

Manifest files have the extension as _______.

.XML correct

What are three activities involved in deploying an application to Cloud Foundry?

stage, start, push

R.upload,stage,start

Cloud Foundry is ____________ agnostic.

Development

Management

R.Support

None of the options

Redis is ___________ in memory database.

Persistent

What is the purpose of –n option under cf push command?

.To specify the number of instances on which this application should be running

To specify the number of memory units of 256M that are needed

R.To specify the name of the app as it appears in Cloud Foundry


CF Router provides _______________.

Automatic load balancing

What is organization in Cloud Foundry?

A resource restriction for spaces.

RTR section in the log indicates log entries for____.

Router

_________________ allows cloud controller to locate instances on separate zones to boost


redundancy.

Availability Zones

Select the valid log manager____.

Splunk

The URL of an application is ________________.

Domain

Organization contains _________ space.

Multiple

Select the invalid commands from below.

cf stage

Features of a Cloud Foundry Service are/is ____.

Are bound to an application


All the options

Functionality to the application

Shared among many applications

External to the application

Which of the following is not a product of Cloud Foundry?

PWS

___________________ can be used as a tool for persistent session management.

Redis

What is the domain name of PWS?

cfapps.io

PWS account

Access https://run.pivotal.io/.

What is the command to see the logs of the application deployed to cloud foundry?

cf logs

Cf push command has a primary function to ____.

Deploy application

Cloud Controller is responsible for the below____.

All the options


_____________ allows CF to support multiple language and development environments.

Buildpacks

What is the option to provide the location of the manifest file?

–l

______________ defines how to get to an application.

Route

Domain

Which option can be used to see the current organization and space?

cf target

_______________ provides RestFul interface to domain objects.

Cloud Controller

Select the ports supported by Cloud Foundry.

80, 443, 4443

Under which option in App Manager can you find the URL of Cloud Controller?

Status

Cloud Native applications should ____________ to access local file system.

R.Attempt

eployments are directed by _____.

Cloud Controller

Market place services are ___________. Choose the correct option.


User Managed

What are the two predefined environment-variables available to any application?

VCAP_APPLICATION and VCAP_SERVICES

Processes should be _____________.

Disposable

______________ defines how to get to an application.

Domain

Cloud Foundry deploys applications on any computing infrastructure.

What is the command to check the version?

cf version

As per 12 Factor, each component in the codebase should be an APP.

True

Service Command to list the services available to the targeted organization is cf market place
Which of the following option is used to specify push timeout in seconds? -t Which of the
following command is used to deploy an application to Cloud Foundry? Cf push -m option in the
push command usage represents Memory limit/number of instances/local path to app directory
______ is a blob of metadata or a file containing metadata of a group of accompanying files.
Buildpacs Issue in Cloud Foundry can be All Which of the following command lists all the
applications within a space Cf apps

Which of the following option is used to specify push timeout in seconds? -t


CF_STAGING_TIMEOUT and CF_STARTUP_TIMEOUT commands are used to control stagging and
start up. True ____ restricts the availability of resources to an organization. CCDB is____. Cloud
controller database

Redis is ___________ in memory database. Persistant

Select the valid log manager____. Splunk

___________________ can be used as a tool for persistent session management. Redis

App-Direct is ______________ provider of services. Commercial

What are services in Cloud Foundry? A resource that define routes to apps Primarily Cloud
Foundry is written in _____. All

What is organization in Cloud Foundry? A development account that an individual or multiple


collaborators can own and use.

Command that is used to deploy an application in Cloud Foundry is Cf push Under

which option in App Manager can you find the URL of Cloud Controller?

Services should be treated as___________MANIFEST


What can you do if your application uses a language or framework that
Cloud Foundry buildpacks do not support? Choose all the correct options.
COMMUNITY

You might also like