A software engineer needs to transfer data over the internet using programmatic access while also being able to query the data. Which of the following will best help the engineer to complete this task?
#1
Answer: D✅ Correct❌ Incorrect
Which of the following is a field of computer science that enables computers to identify and understand objects and people in images and videos?
#2
Answer: D✅ Correct❌ Incorrect
A company needs to deploy its own code directly in the cloud without provisioning additional infrastructure. Which of the following is the best cloud service model for the company to use?
#3
Answer: A✅ Correct❌ Incorrect
A company just learned that the data in its object storage was accessed by an unauthorized party. Which of the following should the company have done to make the data unusable?
#4
Answer: D✅ Correct❌ Incorrect
A customer relationship management application, which is hosted in a public cloud IaaS network, is vulnerable to a remote command execution vulnerability. Which of the following is the best solution for the security engineer to implement to prevent the application from being exploited by basic attacks?
#5
Answer: D✅ Correct❌ Incorrect
Which of the following is a difference between a SAN and a NAS?
#6
Answer: D✅ Correct❌ Incorrect
A cloud engineer is troubleshooting an application that consumes multiple third-party REST APIs. The application is randomly experiencing high latency. Which of the following would best help determine the source of the latency?
#7
Answer: D✅ Correct❌ Incorrect
A cloud engineer is reviewing the following Dockerfile to deploy a Python web application:Which of the following changes should the engineer make to the file to improve container security?
#8
Answer: A✅ Correct❌ Incorrect
A group of cloud administrators frequently uses the same deployment template to recreate a cloud-based development environment. The administrators are unable to go back and review the history of changes they have made to the template. Which of the following cloud resource deployment concepts should the administrator start using?
#9
Answer: D✅ Correct❌ Incorrect
A government agency in the public sector is considering a migration from on premises to the cloud. Which of the following are the most important considerations for this cloud migration?
#10
Answer: A✅ Correct❌ Incorrect
A company wants to optimize cloud resources and lower the overhead caused by managing multiple operating systems. Which of the following compute resources would be best to help to achieve this goal?
#11
Answer: B✅ Correct❌ Incorrect
An e-commerce store is preparing for an annual holiday sale. Previously, this sale has increased the number of transactions between two and ten times the normal level of transactions. A cloud administrator wants to implement a process to scale the web server seamlessly. The goal is to automate changes only when necessary and with minimal cost.Which of the following scaling approaches should the administrator use?
#12
Answer: B✅ Correct❌ Incorrect
Which of the following vulnerability management phases includes the process of discovering newly introduced security vulnerabilities?
#13
Answer: A✅ Correct❌ Incorrect
A developer sends multiple requests to a SaaS application in a short amount of time. The developer realizes that the entire server and all other users can no longer send requests to the application. Which of the following best describes the issue?
#14
Answer: B✅ Correct❌ Incorrect
A cloud engineer needs to integrate a new payment processor with an existing e-commerce website. Which of the following technologies is the best fit for this integration?
#15
Answer: C✅ Correct❌ Incorrect
Which of the following best describes a characteristic of a hot site?
#16
Answer: D✅ Correct❌ Incorrect
Which of the following is a direct effect of cloud migration on an enterprise?
#17
Answer: D✅ Correct❌ Incorrect
A cloud administrator needs to collect process-level, memory-usage tracking for the virtual machines that are part of an autoscaling group. Which of the following is the best way to accomplish the goal by using cloud-native monitoring services?
#18
Answer: B✅ Correct❌ Incorrect
A cloud developer is creating a static website that customers will be accessing globally. Which of the following services will help reduce latency?
#19
Answer: C✅ Correct❌ Incorrect
A cloud engineer is designing a cloud native, three-tier application. The engineer must adhere to the following security best practices:Minimal services should run on all layers of the stack.The solution should be vendor agnostic.Virtualization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
#20
Answer: B✅ Correct❌ Incorrect
A company’s content management system (CMS) service runs on an IaaS cluster on a public cloud. The CMS service is frequently targeted by a malicious threat actor using DDoS.Which of the following should a cloud engineer monitor to identify attacks?
#21
Answer: A✅ Correct❌ Incorrect
Which of the following is the most cost-effective way to store data that is infrequently accessed?
#22
Answer: C✅ Correct❌ Incorrect
Which of the following models will best reduce the cost of running short-term, non-critical workloads?
#23
Answer: B✅ Correct❌ Incorrect
Which of the following vulnerability management concepts is best defined as the process of discovering vulnerabilities?
#24
Answer: A✅ Correct❌ Incorrect
Which of the following types of storage provides the greatest performance advantage for a traditional relational database?
#25
Answer: C✅ Correct❌ Incorrect
A cloud networking engineer is troubleshooting the corporate office’s network configuration. Employees in the IT and operations departments are unable to resolve IP addresses on all devices, and the IT department cannot establish a connection to other departments’ subnets. The engineer identifies the following configuration currently in place to support the office network:Each employee needs to connect to the network with a maximum of three hosts. Each subnet must be segregated, but the IT department must have the ability to communicate with all subnets. Which of the following meet the IP addressing and routing requirements?
#26
Answer: A✅ Correct❌ Incorrect
A video surveillance system records road incidents and stores the videos locally before uploading them to the cloud and deleting them from local storage. Which of the following best describes the nature of the local storage?
#27
Answer: B✅ Correct❌ Incorrect
An organization is hosting a seminar with eight individuals who need to connect to their own dedicated VM. The technician used the following VM configurations:IP address: DHCP -NIC: 1Gbps -Network: 10.1.10.0/29 -Several users are unable to access their VMs. Which of the following best describes the reason?
#28
Answer: A✅ Correct❌ Incorrect
Department supervisors have requested a report that will help them understand the utilization of cloud resources, make decisions about budgeting for the following year, and reduce costs. Which of the following are the most important requisite steps to create the report?
#29
Answer: D✅ Correct❌ Incorrect
A cloud engineer wants to deploy a new application to the cloud and is writing the following script:Which of the following actions will this script perform?