What is the purpose of IBM cloud analytic services?
Options:
A.
Provide a cloud based messging services built on Apache Kafka
B.
Provide an integrated set of solutions Or a toolchain to remove mannual steps, reduced errors, increase team agility, and scale beyond small, isolated teams.
C.
Provide a simple way to find new and un-expected insight to quickly to deliver business challenging results.
D.
Provide AI life cycle management tool, prebuilt Watson applications, and API for Watsons full suits of languages, Speech, Vision and empathy models.
IBM cloud analytic services provide a simple way to find new and un-expected insight to quickly to deliver business challenging results.
Question 2
What are three types of cloud deployment models?
Options:
A.
Server, Private, Hybrid
B.
Public, Private, Network
C.
Public, Private, Application
D.
Public, Private, Hybrid
Answer:
D
Question 3
Write three characteristic of microservices architecture? (Select Three)
Options:
A.
Code can be updated more easily
B.
Teams can use different stacks and different programming languages for different components
C.
All components and functions are in a single instance
D.
Components can be scaled independently of one another
Answer:
A, B, D
Explanation:
Explanation:
Microservices are an architectural approach in which a single application is composed of many loosely coupled and independently deployable smaller components, or services. Characteristic of microservices : - Code can be updated more easily - new features or functionality can be added without touching the entire application. - Teams can use different stacks and different programming languages for different components. - Components can be scaled independently of one another, reducing the waste and cost associated with having to scale entire applications because a single feature might be facing too much load.