Q1. What are three types of work items available in the IBM Bluemix DevOps Services Track & Plan feature?(Select three.)
A. PMR
B. Task
C. Story
D. Sprint
E. Defect
F. Test Plan
Answer: B,C,E
Explanation:
. Bluemix DevOps Services - Track & Plan supports typical activities conducted during agile projects, such as backlog management, sprint planning, and daily scrums
. Understand work items in Track & Plan like epic, story, task, and defect
On an agile project, features to implement are captured in a product backlog, then the team identifies the work for the next Sprint in the Sprint Backlog.
Q2. Based on the Twelve-Factor App methodology, how should developers share common code between two Node.js applications in IBM Bluemix PaaS?
A. duplicate the common code in each application repository
B. use only one repository for both applications and the common code
C. use one repository for both applications and another repository for the common code
D. create a npm package for the common code and add the dependency to it for both applications
Answer: B
Q3. In IBM Bluemix PaaS, what function is performed by the Router?
A. controlling the number of application instances
B. providing health status of running application instances
C. routing log traffic to a third-party log management service
D. provides request routing to access a running application instance
Answer: C
Q4. A team of developers is working on a single repository in IBM Bluemix DevOps Services. Which DevOps feature should be used to confirm the integrity of their source code by running tests every time code is delivered to the shared repository?
A. Source Control: Test code upon commit
B. Web IDE: Enable Automatic Unit Testing
C. Delivery Pipeline: Configure a build stage
D. Track & Plan: Create a Work Item of type Test
Answer: A
Reference:https://www-304.ibm.com/partnerworld/wps/servlet/download/DownloadServlet?id=7do7u9UN5SciPCA $cnt&attachmentName=Study_Guide_C5020_285.pdf&token=MTQ1MzQwMDAwNDE0Mg
==&locale=en_ALL_ZZ(page 24)
Q5. Which two capabilities are available in the dashDB Service Web Console to manage instances in IBM Bluemix PAAS?(Select two.)
A. sync data from an instance of Cloudant
B. load Comma Separated Values (CSV) from an external file
C. load relational data directly from another instance of dashDB
D. load relational data directly from an instance of SQL Database
E. load time series data directly from an instance of the Time Series database
Answer: B,E
Q6. How are managed services from the IBM Bluemix PaaS catalog used in an application?
A. Services can only be used by anIBM Bluemix PaaS application with a signed one year agreement.
B. Services can be found through the IBM Cloud Marketplace and must be purchased before using them.
C. Services are ready for immediate use and can be used by any IBM Bluemix PaaS application after binding.
D. Services must be downloaded from IBM, third-party, or community locations and installed on a virtual machine before using them.
Answer: C
Q7. When a Node.js application is configured for IBM Bluemix Live Sync Debug mode, opening the url https://<app-host>.mybluemix.net/bluemix-debug/manage shows:
What will occur when the Restart button is selected?
A. Redeploy and restart the application.
B. Restart without redeploying application.
C. Restart the managed services and not the application.
D. Recycle the application memory and jump to the current breakpoint.
Answer: B
Q8. What are the two key benefits of Cloudant Sync? (Select two.)
A. Sensitive data is encrypted by default before replication.
B. Replication is extremely fast because it is limited to documents less than2KB in size.
C. The distributed database architecture is more scalable thana single central database.
D. It enables mobile device apps accessing the database to operate without a network connection.
E. It significantly reduces the amount of storage needed once all participating databases are in sync.
Answer: A,C