You are on page 1of 5

1.

What role does the cloud controller play while deploying an application in IBM bluemixPaas
a) Monitors health of a running application instance
b) Provides containers for running an application instance
c) Provides REST API endpoints for access by development clients
d) Provides request routing to access a running application instance
2.In Blue mix PaaS what capabilities does the development mode for Eclispse Tools for Bluemix
Provide?
a) Dump an application checkpoint for profiling
b) Allows a developer to find, troubleshoot and resolve errors in running application
c) Uses the Devops Service of IBM Bluemix to provide syntax checking for application
d) Prevents a large number of users from using the application while it is still in development
3. What are the two key benefits of cloud sync ?select 2
a) Sensitive data is encrypted by default before replication
b) Avoids performance bottlenecks because clients interact in their local Db
c) Replication is extremely fast because if its limited to document less than 2KB in size
d) Distributed app can still function correctly when there are frequent n/w outages
e) Significantly reduces the amount of storage needed once all participating DB are in sync

4. A developer logs in to IBM bluemix with the cf login command and then issue the cf marketplace
command ,what will be the result?
a) The command output will list all the services on IBM bluemix which are not free to use
b) The command output will list all the services and plans offered in IBM bluemix for a logged
in user
c) The command output will show required attributes for an application to be made available
on IBM cloud market place
d) The command will create an application on IBM blue mix called market place based on
contents in the current directory where the cf command is issues
5. A developer is going in to production with a consumer web application in IBM bluemixPaaS,The
developer is keen to understand how the application is performing to maximize customer retention.
After Observing the application for two weeks, it is observed that peak traffic is occurring in the early
evening and light during business hours.What service should be added to the application to
dynamically respond to this usage pattern?
a) Rapid Apps
b) Load Impact
c) AutoScaling
d) Monitoring and Analytics

6. A developer is going in to production with a consumer web application in IBM bluemixPaaS, The
developer is keen to understand how the application is performing to maximize customer retention.
To investigate a complaint on performance ,the developer uses the monitoring and Analytics
service .In addition to metrics such as CPU usage,memory usage and through put, what other useful
metric is available from the service?
a) Context Interrupts
b) Disk space usage
c) Request response time
d) Database response time
7. What is the key characteristic of the cloudantNoSQLserive?
a) It is designed to scale vertically
b) It is designed to scale horizontally
c) It stores data efficiently in a columnar structure
d) It is designed to scale because it is doesnt store data on disk

Instance State CPU Memory Usage


0 Running 0.0% 60.6 MB / 64 MB
8. In IBM bluemixPaaS , an application instance behavior erratically ,The developer checks the
instance details panel and notes that the memory usage is near the quota, What should be done?
a) Redeploy the application using cf push force my app
b) Vertically scale memory by increasing application instance
c) Vertically scale by increasing the memory quota allocated to the application instance
d) Horizontally scale by increasing available service allocated to the application instance

9. In IBM BluemixPaaS a developer wants to customize application deployment properties, which


field is mandatory for manifest.yml?
a) Host
b) Disk Quota
c) Application name
d) Environment Name

10. In IBM BluemixPaaS how can developers redeploy an application from one Bluemix region to
another region
a) By changing the route of the application
b) By changing the environment variables in VCAp service
c) By updating the user profile and redeploying the application and services
d) By changing the region in the IBM bluemix web console and redeploying the application and
services.
11.
when configuring a build stage in delivery pipeline in IBM Bluemixdevops services, what condition
will cause the stage to run when the stage trigger shown is selected?
A. a file is added to the project
B. a file is deleted from the project
C. an existing file is updated in the project
D. a change is pushed or delivered to the repository

12. A developer is creating a new stage in IBM BlueMixDevops Services. What is the result of
selecting Build Artifacts as the Input Type shown Below?

A. For all jobs in this stage input files are generated by a build stage
B. indicates that all jobs in this stage will generate articafts for subsequent stages
C. For all jobs in this stage input files must be placed into the working directory prior to executing
D. For all jobs in this stage the latest committed source code will automatically be checked out and
used as input in the job
13. How is support for scrum development in the Track & Plan feature of IBM DevOps Services
enabled.
A. selected at project creation time
B. automatically added to all projects
C. configured in the project's dashboard
D. selected during creation of work item
14. A user has created a custom Deploy stage using the delivery pipeline in IBM BluemixDevops
Services.
Which two jobs are available to be included?
A. Test
B. Scale
C. Deploy
D. Bind Services
E. Validate
15. A developer is working on a project that uses the delivery pipeline in IBM BlueMixDevops
Services. They want to avoid having the deploy stage execute automatically and only have it execute
manually. Which setting in the Deploy stage should be edited so that it is not executed
automatically?
A. Git Commit
B. Input Type
C. Stage Trigger
D. Environment Properties

16. An application called myapp is running on IBM BlueMix Pass. What is the result of running the
cf logs myAPP --recent command?
A. It displays and follow the log output for myAPP
B. It displays all the existing lines of the myAPP application from the buffer
C. It displays only error messages in the myAPP application log to the terminal
D. It displays only debug messages in the myAPP application log to the terminal.

17. If you have an instance of myAPP with 512Mb of memory and 1 GB disk space running on
BlueMixPaas. What is the result of running the command cf scale myAPP -i 5?
A. scale the application vertically to 5 instances
B. scale the application horizontally to 5 instances
C. scale the application vertically by adding 5GB of disk space
D. scale the application horizontally by increasing the memory by a multiple of 5

18. A retailer has an application running on IBM BlueMix Pass that send weekly coupons to
customers. The developer wants to improve the performance by avoiding a database query on the
price of those items for which the coupon has been sent out. (Select 3)
What are the 3 mechanisms to improve the performance?
A. Messaging Service
B. Data Cache Service
C. Memcached service
D. Redis Cloud service
E. Object storage service
F. Fast File system service

19. An application in IBM BlueMixPaas could not connect to a managed database service and fails to
start. The manifest .yml
applications:
name :cffedwiki
host :cffedwiki
memory: 256MB
command: node app.js
services:
-mongoDB --fedwiki
what is the correct step to debug the issue?
A. Push the app without starting using cf push --no hostname
B. Check if the service is available to the application using cf services
C. Change the credentials in the VCAP_SERVICES environment variable
D. Rename the MongoDB service to mongodb without the fedwiki suffix

20. When using the IBM Single Sign on service for BlueMixPaas, which authentication client
framework must the application use?
A. SASL
B. OAuth 2.0
C. openID Connect
D. Basic Authentication

21. Which component advertises services and plan offerings to the IBM BlueMixPaaScatalog?
A. runtime
B. buildpack
C. boilerplate
D. service broker

22. Which component is responsible for managing the deployment of an application running in IBM
BlueMixPaaS?
A. Router
B. Load Balancer
C. Health Manager
D. Cloud Controller

You might also like