Q1. 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
Q2. According to this application Overview panel image, how is the memory quota (measured in MB) applied to the two instances?
A. each instance gets 512 MB of memory
B. each instance shares the available memory
C. the instance that receives the most traffic gets the most memory
D. the instance will divide the memory quota evenly, each receiving 256 MB of memory
Answer: B
Q3. How are viewscreated in Cloudant?
A. by creating a PrimaryIndex withdoc id’s
B. by creating a Secondary Index with doc id’s
C. by creating a Primary Index using the Map function
D. by creating a Secondary Index using the Map function
Answer: C
Q4. When defining a Cloudant view, what must be defined?
A. a map function
B. a sort function
C. a reduce function
D. a rereduce function
Answer: A
Q5. Why would the Load Impact service in IBM Bluemix PaaS be used?
A. For its ability to manage a sudden load increase in an application.
B. For its ability to replicate instances across IBM Bluemix PaaS regions.
C. For its ability to simulate user loads on IBM Bluemix PaaS applications.
D. For its ability to increase application availability by increasing application instances.
Answer: C
Q6. 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)
Q7. A developer is creating an application to search social media for pictures with specific content, What IBM Bluemix PaaS service should they use?
A. DreamFace
B. AlchemyAPI
C. Personality Insights
D. Monitoring and Analytics
Answer: B
Reference:http://www.alchemyapi.com/api/image-link-extraction
Q8. The following document exists in a Cloudant database namedinvoicescreated by usercandidate
What information is required in order to delete it?
A. the document’s_idonly
B. the document_idanduser
C. the document’s most recent_revvalue only
D. the document’s_idand most recent_revvalue
Answer: D
Explanation:
To delete a document you need its _id and _rev, the easiest way to get the _rev for a known document _id is to issue a HEAD request against the document:
Command
curl -i -X HEADhttps://[username].cloudant.com/crud/[doc_id]
Response
HTTP/1.1 200 OK X-Couch-Request-ID: 89d9d456 Server: CouchDB/1.0.2 (Erlang OTP/R14B) ETag: "2-e4b98cc0fc2a181e4eb26f8ad41fa5fe" Date: Mon, 04 Jun 2012 14:47:15 GMT Content-Type: text/plain; charset=utf-8 Content-Length: 113 Cache-Control: must-revalidate
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. A developer has an application and they wish to make it availableas a service through IBM Cloud. Which two options are available for publishing the solution?(Select two.)
A. IBM Cloud
B. IBM SoftLayer
C. IBM Cloud Marketplace
D. IBM Connections Cloud
E. IBM Bluemix PaaS as a third-party service
Answer: C,E