SIA Exam Questions With Correct Answers
100% Verified.
NIST (The National Institute of Standards and Technology) defines defines three types of cloud
services, including SaaS, PaaS, and IaaS - Answer✔All three can be used in a devops context
In which cloud service model consumers are allowed to have control over operating systems,
storage, and deployed applications? - Answer✔IAAS
DevOps and continuous deployment require the implementation part of service transition to be
highly automated so it can deal with high-frequency transition and provide better quality
control. - Answer✔False, instead of implementation it is DELIVERY
With the help of DevOps, incidents that are related to the operation of a particular software
system are routed to the development team. This is one example about how DevOps is
changing the traditional operations activities. - Answer✔True
Amazon's rules for teams require their teams to communicate with each other through direct
linking, direct reads of another team's datastore, or shared-memory model. - Answer✔False
We should prevent likely changes from rippling through a service by introducing special
modules whose sole purpose is to localize and isolate changes to the environment, to other
services, or to third-party software or libraries. - Answer✔True
In order to remove the inter-team coordination, a design decision of system architecture should
be made to allow each component to be allocated to a single (virtual) machine or container but
avoid multiple components to be allocated to a single (virtual) machine. - Answer✔False
An architect involved in a DevOps project should ensure the following:
(This is a multiple answers question and you must select all that are correct for full credit.) -
Answer✔Each step in the deployment pipeline has a collection of automated tests with an
appropriate test harness.
1
, ©THESTAR 2024/2025 ALL RIGHTS RESERVED 11:32AM. A+
Configuration parameters should be organized based on whether they will change for different
environments and on their confidentiality.
The various tools and environments are set up to enable their activities to be traceable and
repeatable.
Regarding the determination of which component controls the provisioning and deprovisioning
of a new instance for a service, which possibilities exist? This is a multiple answers question and
you must select all that are correct for full credit. - Answer✔A client or a component in the
client chain can be responsible for (de)provisioning instances of a service.
An external component monitors the performance of service instances (e.g., their CPU load)
and (de)provisions an instance when the load reaches a given threshold.
A service itself can be responsible for (de)provisioning additional instances.
A sound global design decision of system architecture should not only allow each component to
be allocated to a single (virtual) machine or container, but also allow multiple components to
be allocated to a single (virtual) machine. - Answer✔True
To shorten the time between the observation of an error and the repair of that error, making
Ops (i.e., operations) more responsible for relevant incident handling has been identified in the
textbook to be one important category of DevOps practices. - Answer✔False, Make DEV more
responsible for incident handling
Because Chef is a configuration management tool, it cannot be used to maintain traceability of
errors or keeping track of all changes it applies to a machine. - Answer✔False
When user issues a command to create a VM, this user must also decide on which physical
machine to create the VM instance. - Answer✔False
An important trend in DevOps is to manage all the code and parameters for setting up an
environment just as you manage your application code, with proper version control and testing.
This is an example of "platform-as-code". - Answer✔False(infrastructure-as-code)
A feature toggle can be implemented by a loop statement with a global Boolean variable. -
Answer✔False
Which is a characteristic of the cloud defined by NIST (National Institute of Standards and
Technology)? - Answer✔Measured service
2