Act now and download your IBM c5050 285 dumps test today! Do not waste time for the worthless IBM c5050 285 dumps tutorials. Download Leading IBM IBM Cloud Platform Application Development V1 exam with real questions and answers and begin to learn IBM c5050 285 ibm cloud platform application development v1 dumps with a classic professional.

Q9. 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. 


Q10. In a hierarchical organization of related work items in the Track and Plan feature of IBM Bluemix DevOps Services, which type of work item would be at the top? 

A. Epic 

B. Task 

C. Story 

D. Detect 

Answer:


Q11. What is a Stage Trigger in Delivery Pipeline? 

A. an action that adds a new stage 

B. an action that tells a job when to execute 

C. an action that pushes code changes to git 

D. an action that updates a work item in Track & Plan 

Answer:


Q12. 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:


Q13. The docker search command$ sudo docker search centosproduced the following output: 

NAMEDESCRIPTIONSTARS 

OFFICIALTRUSTED 

centosOfficialCentOS6 Image as of 12 April 201488 

Which command should be issued to download the centos image? 

A. cp docker/centos 

B. sudo docker push centos 

C. sudo docker pull centos 

D. sudo docker download centos 

Answer:

Reference:http://www.ibm.com/developerworks/cloud/library/cl-docker-environment-bluemix-trs/index.html 


Q14. 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 


Q15. Which twostatements are correct regarding SQL scripts in the dashDB Service Web Console to manage instances in the IBM Bluemix PaaS?(Select two.) 

A. The script can be validated prior to running it. 

B. A script can be named and saved for later use. 

C. Syntax errors in the script can only be detected when the script is run. 

D. Unless specified otherwise via the dashDB configuration, Informix SQL syntax is used. 

E. Scripts can only containSQL INSERT, SQL UPDATE, and DDLcommands to create tables and views. 

Answer: B,D 


Q16. A developer wants to deploy and start a large application to IBM Bluemix PaaS. When they enter the commandcf push appname, the following error is shown: 

0 of 1 instances running, 1 starting 0 of 1 instances running, 1 down FAILED Start app timeout 

What option is available for the developer to resolve the issue? 

A. Increase the start timeout in manifest.yml of the application. 

B. Increase the deploy timeout in manifest.yml of the application. 

C. Increase the upload timeout in manifest.yml of the application. 

D. Increase the staging timeout in manifest.yml of the application. 

Answer:

Reference:http://www.paasmag.com/2015/06/22/resolving-bluemix-application-push-failures-application-startup-errors/