Chapter 9 Troubleshooting Flashcards

1
Q

There has been a steady increase in the response time of a cloud-hosted MySQL database application running on an IaaS deployment. When comparing current results against her baseline measurements, it shows that there has been a steady increase in the number of read requests over the past six months. What resource would you focus your troubleshooting efforts on?

A

Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What network service provides accurate time synchronization information?

A

NTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Erving is asking you about cloud virtualization techniques and wants to know what a software representation of his three tier public cloud deployment is called. What is he referring to?

A

Templates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

____ are software representations of network systems.

A

templates

By using templates, you can deploy complete cloud systems at a single time. This allows you to implement “one-click provisioning” instead of deploying and configuring individual cloud objects.

Chapter 9 (page 272)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

____ ____ ____ allows all devices to synchronize to a central time service.

A

Network Time Protocol

Network Time Protocol (NTP) ensures that all devices report the same time to allow for synchronization of logging information.

Chapter 9 (pate 272)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

____ can be defined as the maximum amount that something can contain or support

A

Capacity

Cloud capacity planning is the process of monitoring your operations and adding resources prior to them becoming exhausted. If you do not plan and add resources in a proactive manner, then you will, at some point run into resource starvation and performance issues.

Chapter 9 (page 273)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In the event of CPU capacity starvations, you can either ____ ____ or ____ ____.

A

reduce load
increase capacity

In the event of CPU starvation, the only option is to either reduce what is consuming the resources, admittedly not always a viable option, or add CPU resources.

Chapter 9 (page 274)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Expansion planning can be unexpectedly challenged by ____ and ____.

A

Mergers
Acquisitions

Growth in business operations or through mergers and acquisitions can challenge your expansion planning. The on-demand rapid provisioning model of cloud computing allows you to rapidly deploy additional resources to meet these needs.

Chapter 9 (page 276)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DNS maps the ____ ____ to an ____ ____.

A

domain name
IP addresses

DNS maps human-readable domain names to the IP addressing scheme used by the Internet. It’s just like a phone directory that tells you Bob is at 555-1212. So, if you, for example, change a server’s IP address or add a new load balancer to your deployment, there will be a DNS change or addition.

Chapter 9 (page 277)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

After implementing a change, you should always ____ that it is working as expected.

A

validate

When performing a change management operation, you have learned that you must then test to make sure the change was implemented correctly and is operating as expected. This is referred to as validations. This is an important operation as it is critical that the change management process is followed and that when systems get put back into production, they are operating as expected.

Chapter 9 (page 280)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A centralized collection of device activity, known as ____ ____, assists in analyzing events during troubleshooting.

A

log files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

____ backups are valuable for quick restoration of a failed cloud service.

A

Configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Proper network ____ allow for a visual representation of your cloud deployment and facilitate troubleshooting.

A

diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Common cloud resources in your deployment that may saturate over time include which of the following?(Choose three.)

A.  RAM
B.  Power
C.  CPU
D.  Storage
E.  Monitoring
F.  IaaS
A

RAM
CPU
Storage

Resources such as the amount of RAM needed, CPU cycles, and storage capacity are common systems that may become saturated as your cloud compute requirements grow.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Connie has noticed an increase in the response time of the SQL database application she runs in her IaaS deployment. When comparing current results against her baseline measurements that she recorded when the database was deployed, she verified that there has been a steady increase in the number of read requests. What should she focus her troubleshooting on?

A. Memory
B. CPU
C. Storage
D. Networking

A

Storage

Database read and write requests utilize storage I/O and should be the focus of troubleshooting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are recommended procedures to take when preparing an outage response plan? (Choose three.)

A.  Configuration backups
B.  SLA
C.  Documentation
D.  Diagram
E.  PaaS
A

Configuration backups
Documentation
Diagram

When troubleshooting, it is helpful to have access to configurations, documentations, and diagrams to provide information on your cloud deployment.

17
Q

Jeff has been monitoring resource usage increases in his web server farm. Based on trending data he collected, there will be regular requirements to increase CPU capacity for his web servers as usage increases. Jeff wants to use the automation capabilities of his private cloud to automatically use the orchestration software to add CPU cores as required. What can he implement to automate this?

A.  Puppet
B.  Chef
C.  Docker
D.  Autoscaling
E.  SaaS
F.  OpenStack
G.  Resilient-scaling
A

Autoscaling

Cloud autoscaling can dynamically add server capacity based on loading.

18
Q

Sharon posted a new software update to her company’s popular smartphone application. After announcing the release, she has been monitoring her dashboard information and has noticed a large spike in activity. What cloud resource should she focus on?

A.  CPU
B.  Network bandwidth
C.  RAM
D.  API
E.  Storage
A

Network bandwidth

A large number of users downloading a new application would cause an increase in network bandwidth usage.

19
Q

Jim has added a new group of users to his IaaS based MySQL database. What license requirements does he need to investigate to ensure compliance? (Choose all that apply.)

A.  Total connections
B.  Named users
C.  Current connections
D.  Usage metrics
E.  All of the above
A

All of the above

Any of these answers would be correct depending on his licensing agreement with the database provider.

20
Q

Hank designed an application tier for his company’s new e-commerce site. He decided on using an IP subnet that uses a /28 IPv4 subnet. He is planning for a maximum of 14 servers. You are brought in as a cloud architect to validate his design. What other devices may be on this subnet other than the servers that would also require IP address assignments? (Choose three.)

A.  SLA
B.  Default gateway
C.  DNS
D.  NTP
E.  API
F.  SNMP
A

Default gateway
DNS
NTP

In addition to the web servers, IP addresses may be required for the NTP and DNS services and the default gateway.

21
Q

Dale has been monitoring storage volume utilization and is writing a change request to add capacity. He has decided to automate the volume allocation size. What cloud feature can he take advantage of?

A. SaaS
B. API
C. Elasticity
D. OpenStack

A

Elasticity

Elasticity allows for cloud services to expand and contract based on actual usage and would be applicable to increasing storage capacity.

22
Q

Performance issues are measured by the load on a system. Which of the following should Jane be concerned about as she integrates her new marketing group into her PaaS cloud fleet?

A. APIs
B. Users
C. Cores
D. Licensing

A

Users

When troubleshooting cloud performance issues, the current number of users on the system can be important indicator of load. When there are high user counts, you can track what parts of your deployment are most heavily used and track the load on all the devices to see where the congestion points are.

23
Q

Cloud capacity can be measured by comparing current usage to what?

A.  Orchestration
B.  Automation
C.  NTP
D.  Baseline
E.  APIs
A

Baseline

A baseline measurement is used as a reference to determine cloud capacity increases and decreases.

24
Q

SaaS orchestration systems are whose responsibility in the public cloud?

A. Customer
B. Provider
C. Automation vendor
D. DevOps

A

Provider

The cloud service provider owns its automation and orchestration systems, and they cannot be directly accessed by the customer.

25
Q

During a recent downtime window, the server team was applying patches to an application, and the networking team was upgrading a router’s interface to 10 Gbps. When the network was down for the upgrade, the server team complained that they could not download the needed software patches. During a post-downtime status meeting, it was determined that which process should be modified to prevent this from happening in the future?

A. Orchestration
B. Automation
C. Change management
D. API calls

A

Change management

The change management process would need to be modified to prevent one change from affecting another that is takin place simultaneously.

26
Q

Jerry is expanding a public subnet in his company’s e-commerce site. After performing the address change for all of his public-facing web servers, he tested connecting from a bastion host located offshore. He was unable to connect. What does he need to change to allow remote site to connect to the web server?

A. NTP
B. STP
C. DNS
D. API

A

DNS

The domain name system (DNS) records need to be changed to reflect the new IP address mapped to the domain name.

27
Q

What are software representations of a cloud network?

A. Automation
B. Templates
C. Orchestration
D. APIs

A

Templates

Templates are software definitions of a cloud network and are used for automated deployments.

28
Q

What application tracks a process from start to finish?

A. API
B. NTP
C. Workflow
D. Orchestration

A

Workflow

Workflow applications track process from start to finish and sequence the applications that are required to complete the process.

29
Q

Capacity boundaries can cause which of the following? (Choose three.)

A.  Application failure
B.  Latency
C.  API bends
D.  Request drops
E.  Workflow loops
A

Application failure
Latency
Request drops

Symptoms of reaching the capacity boundary of a service include the application failing, increased delays, and latency and requests to drop.

30
Q

API request capacity is measure with what metric?

A. Total lookups per second
B. Connections per second
C. Burst capacity
D. IOPS

A

Connections per second

The common measurement for an API request is total connections performed each second.

31
Q

Large batch processing jobs are common for which type of application?

A. DNS
B. NTP
C. Databases
D. Middleware

A

Databases

It is common for batch processing to be performed on database applications.

32
Q

When configuring a machine image, what compute resources do you define? (Choose two.)

A. Slots
B. Cores
C. Clock speed
D. Threads

A

Cores
Clock speed

The total number of CPU cores and clock speed are common parameters to define when configuring a machine image.

33
Q

What determines the size of a group of servers sharing the same network range?

A. Default gateway
B. DNS
C. NTP
D. Subnet

A

Subnet

The subnet mask determines the size of an IP network.