Hello friends in this post we are going to discuss Cloud Foundry Multiple choice questions | Cloud Foundry MCQ with answers | Cloud Foundry Objective type questions with answers | Cloud Foundry Question Answers
1._________ directs incoming traffic to the Cloud Foundry
Router
2.______ stores longer-lived control data like component IP addresses and distributed locks.
Consul
3._______ performs start and stop actions of an application locally in the application virtual machine(VM).
Diego Cell
4. Cloud Foundry is a ________ type of distributed services.
Platform as a service
5. Which of the following operations can developers perform with Cloud Foundry?
All
6. With Platform as a Service, your infrastructure management responsibilities are greatly reduced.
True
7. Which is the commercial product offered by Cloud Foundry?
PCF
8. Command to login to Cloud Foundry is
R. Cf login
9. Development —–are defined as the unit of deployment in Cloud Foundry.
Application
10. Services that are selected from the marketplace catalog are known as
Managed services
11. The location where the applications are deployed is known as
Spaces
12. is the dependency of an external application.
Service
13. Command to list the services available to the targeted organization is
cf market place
14. Which of the following option is used to specify push timeout in seconds?
-t
15. Which of the following command is used to deploy an application to Cloud Foundry?
Cf push
16.______ is a blob of metadata or a file containing metadata of a group of accompanying files.
manifests correct
17. Issue in Cloud Foundry can be
All
18. Which of the following command lists all the applications within a space
Cf apps
19. Which of the following option is used to specify push timeout in seconds?
-t
20. CF_STAGING_TIMEOUT and CF_STARTUP_TIMEOUT commands are used to control stagging and start-up.
True
21. ____ restricts the availability of resources to an organization.
Quotas
22. CCDB is____.
Cloud controller database
23. Redis is ___________ in memory database.
Persistant
24. Select the valid log manager____.
Splunk
25. ___________________ can be used as a tool for persistent session management.
Redis
26. App-Direct is ______________ provider of services.
Commercial What are services in Cloud Foundry?
27. A resource that define routes to apps
Cloud Foundry offers a marketplace of services
28. Primarily Cloud Foundry is written in _____.
All
29. What is organization in Cloud Foundry?
A development account that an individual or multiple collaborators can own and use.
30. Command that is used to deploy an application in Cloud Foundry is
Cf push
31. Blobstore is a repository for the large binary file that contains _____.
All the options
32. What does PCF stand for____.
Pivotal Cloud Foundry
33. CCDB is____.
Cloud Controller Database
34. ___________________ can be used as a tool for persistent session management.
Gemfire Cache
35. What is the option to provide the location of the manifest file?
–F
36. Cf push command has a primary function to ____.
Deploy application
37. PWS has the below default app domain as_______.
cfapps.io
38. What is the deployment blueprint for an application?
Manifest
39. Redis is ___________ in memory database.
Persistent
40. Primarily Cloud Foundry is written in _____.
All the options
41.Select the responsibilities of a Service Broker.
All the options
42. What is organization in Cloud Foundry?
A resource restriction for spaces.
43. What is the route that is set for the application and deployed using the command?
HTTP 400
44. Why should one go for Cloud Foundry? Select all the applicable options.
Public or Private
Open Source
Language Independence
None of the options
45. Wide Growing Range of Services
All the options
46. Features of a Cloud Foundry Service are/is ____.
External to the application
All the options
Are bound to an application
Functionality to the application
47. Shared among many applications Select all the languages for which Build Packs are available.
Java.Y RUBY
48. Manifest files have the extension as _______.
.XML correct
49. What are three activities involved in deploying an application to Cloud Foundry?
stage, start, push
R.upload,stage,start
50. Cloud Foundry is ____________ agnostic.
Development
Management
R.Support
None of the options
51. Redis is ___________ in memory database.
Persistent
52.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
53. R.To specify the name of the app as it appears in Cloud Foundry CF Router provides _______________.
Automatic load balancing
54.What is organization in Cloud Foundry?
A resource restriction for spaces.
55. RTR section in the log indicates log entries for____.
Router
56._________________ allows cloud controller to locate instances on separate zones to boost redundancy.
Availability Zones
57. Select the valid log manager____.
Splunk
58. The URL of an application is ________________.
Domain
59. Organization contains _________ space.
Multiple
60. Select the invalid commands from below.
cf stage
61. Features of a Cloud Foundry Service are/is ____.
Are bound to an application All the options
62. Which of the following is not a product of Cloud Foundry?
PWS
63. ___________________ can be used as a tool for persistent session management.
Redis
64. What is the domain name of PWS?
cfapps.io
65. What is the command to see the logs of the application deployed to cloud foundry?
cf logs
66. Cf push command has a primary function to ____.
Deploy application
67. Cloud Controller is responsible for the below____.
All the options
68. _____________ allows CF to support multiple language and development environments.
Buildpacks
69. What is the option to provide the location of the manifest file?
–l
70. ______________ defines how to get to an application.
Route
Domain
71. Which option can be used to see the current organization and space?
cf target
72. _______________ provides RestFul interface to domain objects.
Cloud Controller
73. Select the ports supported by Cloud Foundry.
80, 443, 4443
74. Under which option in App Manager can you find the URL of Cloud Controller?
Status
75. Cloud Native applications should ____________ to access local file system.
R.Attempt
76. eployments are directed by _____.
Cloud Controller
77. Marketplace services are ___________. Choose the correct option.
User Managed
78. What are the two predefined environment-variables available to any application?
VCAP_APPLICATION and VCAP_SERVICES
79. Processes should be _____________.
Disposable
80. ______________ defines how to get to an application.
Domain
81. What is the command to check the version?
cf version
82. As per 12 Factor, each component in the codebase should be an APP.
True