Free C90.03 Exam Braindumps (page: 1)

Page 1 of 6

Cloud Service Consumer A invokes Cloud Service A from Cloud X (owned by Cloud Provider X) (1). To fulfill the request from Cloud Service Consumer A, Cloud Service A needs to invoke Cloud Service B that resides on Cloud Y (owned by Cloud Provider Y) (2). After completing its processing, Cloud Service B sends a response to Cloud Service A (3). Cloud Service A verifies the response and then finally sends its response to Cloud Service Consumer A (4).


The guaranteed availability of the Cloud Service A implementation is 95% and the guaranteed availability of the Cloud Service B implementation is 95%.

Which of the following statements accurately describes the actual availability that Cloud Service Consumer A can receive based on the described scenario?


  1. Because Cloud Service Consumer A's response message is processed by two separate cloud services, the combined availability increases as follows:
    1 - (1 - 0.95) X (1 - 0.95) = 0.9975 or 99.75%

  2. Because Cloud Service A acts as both a cloud service and cloud service consumer in order to process Cloud Service Consumer B's request message, Cloud Service A forms a dependency on Cloud Service As a result, the combined availability decreases, as follows:
    0.95 X 0.95 = 0.9025 or 90.25%

  3. Cloud Service Consumer A benefits from redundant cloud service implementations, thereby increasing the guaranteed availability as follows:
    1 - (1 - (0.95 - 0.1))X (1 - (0.95 - 0.1)) = 0.9775 or 97.75%
  4. As a result of the dependency formed by Cloud Service Aon Cloud Service B, the combined availability decreases significantly as follows:
    (0.95 X 0.95) - 0.1 = 0.8025 or 80.25%

Answer(s): B



The cloud service owner of Cloud Service A is evaluating Clouds X, Y and Z to determine which cloud environment can offer the greatest level of reliability. All three clouds are geographically dispersed across three separate time zones. As a result, each cloud experiences usage peaks at different times. Based on the metrics provided, the greater the usage of a cloud, the lower its reliability. When the cloud service owner complains to Cloud Provider A (the owner of all three clouds) that none of the clouds provide an adequate level of reliability, Cloud Provider A suggests a solution that increases resiliency.


Which of the following statements accurately describes a solution that can be used to fulfill the resiliency requirements of Cloud Service A?

  1. Redundant implementations of Cloud Service A are deployed in all three clouds. The failover system mechanism and a special type of automated scaling listener mechanism are implemented to establish a system whereby one redundant Cloud Service A implementation will automatically take over from another.
  2. A cloud balancing solution is established, whereby an automated scaling listener mechanism is implemented on each cloud in such a way that every cloud can automatically scale out to another cloud. As a result, if reliability problems occur on any one cloud, the subsequent requests will be scaled out to another cloud in a manner that is transparent to cloud service consumers.
  3. A failover system mechanism is implemented on Cloud X, which acts as the primary point of contact for cloud service consumers. Upon failure conditions occurring, the Cloud Service A implementation on Cloud X automatically hands over control of current and future message requests from cloud service consumers to Cloud Y. Cloud Y retains control of cloud service consumer communication until the next failure condition occurs, at which point it hands over control to Cloud Z. Finally, if a failure condition occurs in Cloud Z. control is handed back to Cloud X.
  4. A cloud balancing solution is established, whereby a resource replication mechanism is implemented on each cloud. This allows Cloud Service A to be automatically replicated across cloud environments, thereby enabling each implementation of Cloud Service A to take the place of another, whenever failure conditions occur.

Answer(s): A



Cloud Provider X has deployed a virtualization environment in Cloud X comprised of Physical Server A hosting Virtual Servers A and B. Cloud Provider X implements Cloud Service A on Virtual Server A and makes it available to Cloud Service Consumer A, which interacts with Cloud Service A by sending and receiving messages (1, 2). Cloud Provider Y has deployed a virtualization environment comprised of Physical Server B hosting Virtual Servers C and D. Virtual Server C is made available to Cloud Service Consumer B, which interacts with Virtual Server C (3,4) in order to prepare for the deployment of a new cloud service that will be used internally by Cloud Provider Y to process data obtained from Cloud Service A Cloud Consumer Z and Cloud Provider X belong to the same organization. Cloud Provider Y is a third-party organization. Which of the following statements provides a valid scenario that accurately describes the involvement of cloud deployment models, cloud delivery models, roles and/or boundaries? (Note that the correct answer represents one of multiple valid scenarios that can exist.)

  1. Cloud X is based on the private cloud deployment model. Cloud Service A is based on the SaaS delivery model. Cloud Y is based on the private cloud deployment model. Virtual Server C is being offered as part of the IaaS delivery model. A cloud resource administrator working for Cloud Consumer Z uses Cloud Service Consumer B to access Virtual Server C. Cloud Consumer Z is the cloud service owner of Cloud Service Cloud Consumer T s organizational boundary encompasses Cloud Service Consumers A and B. Cloud Consumer T s trust boundary encompasses Cloud Service Consumers A and B, Cloud Service A and Virtual Server C.
  2. Cloud X is based on the private cloud deployment model. Cloud Service A is based on the SaaS delivery model. Cloud Y is based on the community cloud deployment model. VirtualServer C is being offered as part of the IaaS delivery model. A cloud resource administrator working for Cloud Consumer Z uses Cloud Service Consumer A to access Cloud Service A. Cloud Consumer T s organizational and trust boundaries encompass Cloud Service Consumers A and B, Cloud Service A and Virtual Server C.
  3. Cloud X is based on the private cloud deployment model. Cloud Service A is based on the SaaS delivery model. Cloud Y is based on the public cloud deployment model. Virtual Server C is being offered as part of the IaaS delivery model. A cloud resource administrator working for Cloud Consumer Z uses Cloud Service Consumer B to access Virtual Server Cloud Consumer Z is the cloud service owner of Cloud Service A. Cloud Consumer Z's organizational boundary encompasses Cloud Service Consumers A and B. Cloud Consumer T s trust boundary encompasses Cloud Service Consumers A and B, Cloud Service A and Virtual Server
  4. Cloud X is based on the private cloud deployment model. Cloud Service A is based on the SaaS delivery model. Cloud Y is based on the public cloud deployment model. Virtual Server C is being offered as part of the IaaS delivery model. A cloud resource administrator working for Cloud Consumer Z uses Cloud Service Consumer B to access Virtual Server C. Cloud Consumer Z' s trust boundary encompasses Cloud Service Consumers A and B, Cloud Service A and Virtual Server C. The organization that owns Cloud Consumer Z is the cloud service owner of Cloud Service A.

Answer(s): D



A company is planning to build and launch a new SaaS product that will be available for use by the general public. It intends to build the service on-premise and then deploy it in a public cloud. The company has the following set of four requirements for the implementation of the new service:
The cloud service needs to exchange messages primarily by using HTTP methods and other features provided by HTTP.

The cloud service needs to store highly structured data with potentially complex relationships.
The cloud service needs to be deployed on a dedicated virtual server that can be administered with a high level of control by the cloud consumer's own cloud resource administrator.
The cloud service needs to be deployed with a minimal amount of integration testing.

For this project, the company has a very limited budget. The company is assessing the IT resources that are offered by Clouds X and Y within the constraints of its limited budget. Cloud X can offer an IaaS environment with very few proprietary characteristics that includes a database that supports only no relational storage, as well as support for the deployment and usage of REST services. Cloud Y can offer a PaaS environment with a pre-configured virtual server that includes native support for WSDL and SOAP, as well as a database that supports only relational storage. The implementation of a new service within Cloud Y will require compliance to a high level of proprietary characteristics. As previously listed, the company has identified four specific implementation requirements for its new cloud service. Which of the following statements correctly identifies how many of the four requirements Clouds X and Y can directly fulfill?

  1. Cloud X fulfills 0 out of 4 requirements. Cloud Y fulfills 4 out of 4 requirements.
  2. Cloud X fulfills 1 out of4requirements. Cloud Y fulfills 3 out of4requirements.
  3. Cloud X fulfills 2 out of4requirements. Cloud Y fulfills 2 out of4requirements.
  4. Cloud X fulfills 3 out of4requirements. Cloud Y fulfills 1 out of 4 requirements.

Answer(s): D



Page 1 of 6



Post your Comments and Discuss Arcitura Education C90.03 exam with other Community members:

robux commented on September 11, 2024
soooo good, me gonne be a scientist
UNITED STATES
upvote

kkraj commented on September 11, 2024
start to preparing the exam
Anonymous
upvote

Gagan commented on September 10, 2024
I was told this exam is very hard. How many people has passed this exam and was this exam dumps helpful?
INDIA
upvote

Davis Adams commented on September 10, 2024
The explanations are very helpful
UNITED STATES
upvote

Davis Adams commented on September 10, 2024
Very informative and clear explannations given
UNITED STATES
upvote

Romal ayar commented on September 10, 2024
Thanks from the braindumps
AUSTRALIA
upvote

Romal ayar commented on September 10, 2024
Hey guys I hope everyone success in ICDL IT exam
AUSTRALIA
upvote

Joseph commented on September 10, 2024
I just passed my certification exam in first attempt with the help of this preparation materials.
Anonymous
upvote

Adina Ali commented on September 10, 2024
it is ok and helpfull
PAKISTAN
upvote

Arash commented on September 10, 2024
Very useful with providing the reference guide to questions.
CANADA
upvote

Sarah commented on September 10, 2024
I hope this will help me with preparing my exam in 4 weeks
SOUTH AFRICA
upvote

Emmanuel Fakayode commented on September 10, 2024
This is a great deal and an eyes opener.
Anonymous
upvote

DINESH commented on September 09, 2024
enjoying the tesTS
Anonymous
upvote

Lion commented on September 09, 2024
Anyone has used it?
POLAND
upvote

Roberto Cabral commented on September 09, 2024
Estou achando muito bom !!!
BRAZIL
upvote

Donjo commented on September 09, 2024
Anyone tried recently. like Sept?
Anonymous
upvote

Murli commented on September 09, 2024
Good content as per exam prospective
Anonymous
upvote

Julia commented on September 09, 2024
Answer to 43 should be Azure Files (mapped drive)
Anonymous
upvote

Julia commented on September 09, 2024
In answer to question 23 mistake: it should be a,b because it is related to stream data, so it is processed as create with low latency is expected. Data processing periodically mostly related to batch
Anonymous
upvote

fabio commented on September 09, 2024
great work at all
Anonymous
upvote

bob commented on September 09, 2024
clarification on the level of standards and policy
UNITED STATES
upvote

Dan commented on September 08, 2024
So far so good
Anonymous
upvote

Pooja commented on September 08, 2024
Nice info ok I will do the same
Anonymous
upvote

Jones commented on September 08, 2024
Exam is tough but I passed it with this exam dumps.
European Union
upvote

Prasun Adhikary commented on September 07, 2024
This is a cool practice test!
Anonymous
upvote

Parvesh commented on September 06, 2024
Preparing for exam
Anonymous
upvote

Mani Kommula commented on September 06, 2024
Great resource
UNITED STATES
upvote

Kaustubh Kumar commented on September 06, 2024
Hello Team, thanks for the terraform exam, I have cleared that exam thank you so much for this but 9-10 question have changed so please updated that thing in your pdf file.
Anonymous
upvote

RF commented on September 06, 2024
Awesome resource
UNITED STATES
upvote

virginia commented on September 06, 2024
Useful reference
HONG KONG
upvote

Pramod commented on September 06, 2024
Merci beaucoup mon ami
Anonymous
upvote

nnn commented on September 06, 2024
good leaarning
UNITED STATES
upvote

nnn commented on September 06, 2024
trying things
UNITED STATES
upvote

pk commented on September 06, 2024
Nice and very helpful to crack the exam
Anonymous
upvote