لا تريد أن تفوت شيئا؟

نصائح اجتياز امتحان الشهادة

آخر أخبار الامتحانات ومعلومات الخصم

برعاية وحديثة من قبل خبرائنا

نعم، أرسل لي النشرة الإخبارية

خذ اختبارات أخرى عبر الإنترنت

السؤال #1
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does not negatively impact existing automation activities. Which of the following testing techniques would be BEST to use?
A. Usability testing
B. Regression testing
C. Vulnerability testing
D. Penetration testing
عرض الإجابة
اجابة صحيحة: B
السؤال #2
A cloud solutions architect is designing a VM-based solution that requires reducing the cost as much as possible.Which of the following solutions will best satisfy this requirement?
A. Using ephemeral storage on replicated VMs
B. Creating Spot VMs in one availability zone
C. Spreading the VMs across different regions
D. Using provisioned IOPS storage
عرض الإجابة
اجابة صحيحة: B
السؤال #3
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.· Virealization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
A. Virtual machine
B. Micro services
C. Fan-out
D. Cloud-provided managed services
عرض الإجابة
اجابة صحيحة: B
السؤال #4
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.· Virealization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
A. Virtual machine
B. Micro services
C. Fan-out
D. Cloud-provided managed services
عرض الإجابة
اجابة صحيحة: B
السؤال #5
A cloud administrator is working on the deployment of an e-commerce website. The administrator evaluates the scaling methods to be implemented when seasonal or flash sales are launched. Which of the following scaling approaches should the administrator use to best manage this scenario?
A. Scheduled
B. Load
C. Event
D. Trending
عرض الإجابة
اجابة صحيحة: B
السؤال #6
To save on licensing costs, the on-premises, IaaS-hosted databases need to be migrated to a public DBaaS solution. Which of the following would be the BEST technique?
A. Live migration
B. Physical-to-virtual
C. Storage-level mirroring
D. Database replication
عرض الإجابة
اجابة صحيحة: D
السؤال #7
A critical security patch is required on a network load balancer in a public cloud. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruptions during the demonstration of an application behind the load balancer.Which of the following approaches should the cloud security engineer take?
A. Ask the management team to delay the conference
B. Apply the security patch after the event
C. Ask the upper management team to approve an emergency patch window
D. Apply the security patch immediately before the conference
عرض الإجابة
اجابة صحيحة: C
السؤال #8
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? (Select two).
A. Modifying the subnet mask to 255 255 254
B. Configuring static routing to allow access from each subnet to 10
C. Modifying the BYOD policy to reduce the volume of devices that are allowed to connect to the corporate network
D. Configuring static routing to allow access from 10
E. Combining the subnets and increasing the allocation of IP addresses available to support three hosts for each employee
F. Modifying the subnet mask to 255
عرض الإجابة
اجابة صحيحة: DF
السؤال #9
A cloud engineer is provisioning a new application that requires access to the organization's public cloud resources.Which of the following is the best way for the cloud engineer to authenticate the application?
A. Access key
B. API
C. MFA token
D. Username and Password
عرض الإجابة
اجابة صحيحة: A
السؤال #10
Which of the following application migration strategies will best suit a customer who wants to move a simple web application from an on-premises server to the cloud?
A. Rehost
B. Rearchitect
C. Refactor
D. Retain
E. Reveal Answer
عرض الإجابة
اجابة صحيحة: A
السؤال #11
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
عرض الإجابة
اجابة صحيحة: B
السؤال #12
A vendor is installing a new retail store management application for a customer. The application license ensures software costs are low when the application is not being used, but costs go up when use is higher. Which of the following licensing models is MOST likely being used?
A. Socket-based
B. Core-based
C. Subscription
D. Volume-based
عرض الإجابة
اجابة صحيحة: C
السؤال #13
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.· Virealization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
A. Virtual machine
B. Micro services
C. Fan-out
D. Cloud-provided managed services
عرض الإجابة
اجابة صحيحة: B
السؤال #14
A technician receives an email from a vendor who is requesting payment of an invoice for human resources services. The email contains a request for bank account numbers.Which of the following types of attacks does this behavior most likely indicate?
A. MaIware
B. Cryptojacking
C. Ransomware
D. Phishing
عرض الإجابة
اجابة صحيحة: D
السؤال #15
Developers want to speed up application deployment across multiple environments. Which DevOps practices should they implement?
A. Continuous delivery and automated testing
B. Manual configuration and testing
C. Enabling public repositories for all artifacts
D. Logging and manual scaling
عرض الإجابة
اجابة صحيحة: A
السؤال #16
A developer is testing code that will be used to deploy a web farm in a public cloud. The main code block is a function to create a load balancer and a loop to create 1.000 web servers, as shown below:The developer runs the code against the company's cloud account and observes that the load balancer is successfully created, but only 100 web servers have been created.Which of the following should the developer do to fix this issue?
A. Request an increase of Instance quota
B. Run the code multiple times until all servers are created
C. Check the my_web_server () function to ensure it is using the right credentials
D. Place the my_load_balancer () function after the loop
عرض الإجابة
اجابة صحيحة: A
السؤال #17
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?
A. SQL
B. Web sockets
C. RPC
D. GraphQL
عرض الإجابة
اجابة صحيحة: D
السؤال #18
A cross-site request forgery vulnerability exploited a web application that was hosted in a public laaS network. A security engineer determined that deploying a WAF in blocking mode at a CDN would prevent the application from being exploited again. However, a week after implementing the WAF, the application was exploited again.Which of the following should the security engineer do to make the WAF control effective?
A. Configure the DDoS protection on the CDN
B. Install endpoint protection software on the VMs
C. Add an ACL to the VM subnet
D. Deploy an IDS on the laaS network
عرض الإجابة
اجابة صحيحة: C
السؤال #19
In DevOps workflows, ________ ensures infrastructure provisioning is repeatable and consistent.
A. Manual deployment
B. Artifact management
C. Continuous delivery
D. Infrastructure as Code (IaC)
عرض الإجابة
اجابة صحيحة: D
السؤال #20
A VDI administrator has received reports of poor application performance. Which of the following should the administrator troubleshoot FIRST?
A. The network environment
B. Container resources
C. Client devices
D. Server resources
عرض الإجابة
اجابة صحيحة: D
السؤال #21
An organization suffered a critical failure of its primary datacenter and made the decision to switch to the DR site. After one week of using the DR site, the primary datacenter is now ready to resume operations.Which of the following is the MOST efficient way to bring the block storage in the primary datacenter up to date with the DR site?
A. Set up replication
B. Copy the data across both sites
C. Restore incremental backups
D. Restore full backups
عرض الإجابة
اجابة صحيحة: A
السؤال #22
Which of the following migration types is best to use when migrating a highly available application, which is normally hosted on a local VM cluster, for usage with an external user population? When migrating a highly available application normally hosted on a local VM cluster for usage with an external user population, the best migration type would be on-premises to cloud. This allows the application to leverage the cloud's scalability and reach, providing better access to the external users. References: CompTIA Cloud+ Study Guide (Exam CV0-004) - Chapter on Cloud Migration
A. Cloud to on-premises
B. Cloud to cloud
C. On-premises to cloud
D. On-premises to on-premises
عرض الإجابة
اجابة صحيحة: C
السؤال #23
A critical security patch is required on a network load balancer in a public cloud. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruptions during the demonstration of an application behind the load balancer.Which of the following approaches should the cloud security engineer take?
A. Ask the management team to delay the conference
B. Apply the security patch after the event
C. Ask the upper management team to approve an emergency patch window
D. Apply the security patch immediately before the conference
عرض الإجابة
اجابة صحيحة: C
السؤال #24
An administrator needs to provide a backup solution for a cloud infrastructure that enables the resources to run from another data center in case of a outage. Connectivity to the backup data center is via a third-party, untrusted network.
A. Deduplication
B. Replication
C. Compression
D. Encryption
E. Labeling
عرض الإجابة
اجابة صحيحة: D
السؤال #25
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?
A. VM
B. Containers
C. Remote desktops
D. Bare-metal servers
عرض الإجابة
اجابة صحيحة: B
السؤال #26
A cloud administrator has finished setting up an application that will use RDP to connect. During testing, users experience a connection timeout error. Which of the following will MOST likely solve the issue?
A. Checking user passwords
B. Configuring QoS rules
C. Enforcing TLS authentication
D. Opening TCP port 3389
عرض الإجابة
اجابة صحيحة: D
السؤال #27
To ensure high availability, organizations often use _________ to replicate data across multiple locations.
A. Replication policies
B. Data encryption
C. Differential backups
D. Manual scaling
عرض الإجابة
اجابة صحيحة: A
السؤال #28
A critical security patch is required on a network load balancer in a public cloud. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruptions during the demonstration of an application behind the load balancer.Which of the following approaches should the cloud security engineer take?
A. Ask the management team to delay the conference
B. Apply the security patch after the event
C. Ask the upper management team to approve an emergency patch window
D. Apply the security patch immediately before the conference
عرض الإجابة
اجابة صحيحة: C
السؤال #29
A junior cloud administrator was recently promoted to cloud administrator and has been added to the cloud administrator group. The cloud administrator group is the only one that can access the engineering VM. The new administrator unsuccessfully attempts to access the engineering VM. However, the other administrators can access it without issue.Which of the following is the best way to identify the root cause?
A. Rebooting the engineering VM
B. Reviewing the administrator's permissions to access the engineering VM
C. Allowing connections from 0
D. Performing a packet capture on the engineering VM
عرض الإجابة
اجابة صحيحة: B
السؤال #30
A critical security patch is required on a network load balancer in a public cloud. The organization has a major sales conference next week, and the Chief Executive Officer does not want any interruptions during the demonstration of an application behind the load balancer.Which of the following approaches should the cloud security engineer take?
A. Ask the management team to delay the conference
B. Apply the security patch after the event
C. Ask the upper management team to approve an emergency patch window
D. Apply the security patch immediately before the conference
عرض الإجابة
اجابة صحيحة: C
السؤال #31
A company that utilizes an IaaS service provider has contracted with a vendor to perform a penetration test on its environment. The vendor is able to exploit the virtualization layer and obtain access to other instances within the cloud provider's environment that do not belong to the company. Which of the following BEST describes this attack?
A. VM escape
B. Directory traversal
C. Buffer overflow
D. Heap spraying
عرض الإجابة
اجابة صحيحة: A
السؤال #32
To save on licensing costs, the on-premises, IaaS-hosted databases need to be migrated to a public DBaaS solution. Which of the following would be the BEST technique?
A. Live migration
B. Physical-to-virtual
C. Storage-level mirroring
D. Database replication
عرض الإجابة
اجابة صحيحة: D
السؤال #33
A cloud administrator is reviewing the annual contracts for all hosted solutions. Upon review of the contract for the hosted mail solution, the administrator notes the monthly subscription rate has increased every year. The provider has been in place for ten years, and there is a large amount of data being hosted. Which of the following is a barrier to switching providers?
A. Service-level agreement
B. Vendor lock-in
C. Memorandum of understanding
D. Encrypted data
عرض الإجابة
اجابة صحيحة: B
السؤال #34
An engineer made a change to an application and needs to select a deployment strategy that meets the following requirements • Is simple and fast • Can be performed on two Identical platforms Which of the following strategies should the engineer use?
A. Blue - green
B. Canary
C. Rolling
D. in - place
عرض الإجابة
اجابة صحيحة: A
السؤال #35
Which of the following would be the BEST option for discussion of what individuals should do in an incident response or disaster recovery scenario?
A. A business continuity plan
B. Incident response/disaster recovery documentation
C. A tabletop exercise
D. A root cause analysis
عرض الإجابة
اجابة صحيحة: C
السؤال #36
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does not negatively impact existing automation activities. Which of the following testing techniques would be BEST to use?
A. Usability testing
B. Regression testing
C. Vulnerability testing
D. Penetration testing
عرض الإجابة
اجابة صحيحة: B
السؤال #37
An organization's web server farm, which is hosted in the cloud with DNS load balancing, is experiencing a spike in network traffic. This has caused an outage of the organization's web server infrastructure. Which of the following should be implemented to prevent this in the future as a mitigation method?
A. Enable DLP
B. Configure microsegmentation
C. Enable DNSSE
D. Deploy a vADC appliance
عرض الإجابة
اجابة صحيحة: D
السؤال #38
Cloud bursting refers to using a _________ to meet additional capacity during peak demand.
A. Dedicated private cloud
B. Hybrid cloud
C. Multi-cloud strategy
D. CDN
عرض الإجابة
اجابة صحيحة: B
السؤال #39
A company is concerned about the security of its data repository that contains customer PII. A systems administrator is asked to deploy a security control that will prevent the exfiltration of such data. Which of the following should the systems administrator implement?
A. DLP
B. WAF
C. FIM
D. ADC
عرض الإجابة
اجابة صحيحة: A
السؤال #40
A manager wants information about which users signed in to a certain VM during the past month.Which of the following can the cloud administrator use to obtain this information?
A. Retention
B. Alerting
C. Aggregation
D. Collection
عرض الإجابة
اجابة صحيحة: D
السؤال #41
A software engineer at a cybersecurity company wants to access the cloud environment. Per company policy, the cloud environment should not be directly accessible via the internet. Which of the following options best describes how the software engineer can access the cloud resources?
A. SSH
B. Bastion host
C. Token-based access
D. Web portal
E. Reveal Answer
عرض الإجابة
اجابة صحيحة: B
السؤال #42
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.· Virealization could be used over physical hardware.Which of the following concepts should the engineer use to design the system to best meet these requirements?
A. Virtual machine
B. Micro services
C. Fan-out
D. Cloud-provided managed services
عرض الإجابة
اجابة صحيحة: B
السؤال #43
A developer is sending requests to a SaaS application. The developer becomes unable to send more requests after sending a number of them, but other developers can still send requests.
A. Partial outage
B. API throttling
C. Rate limiting
D. Service quota
عرض الإجابة
اجابة صحيحة: C
السؤال #44
A cross-site request forgery vulnerability exploited a web application that was hosted in a public laaS network. A security engineer determined that deploying a WAF in blocking mode at a CDN would prevent the application from being exploited again. However, a week after implementing the WAF, the application was exploited again. Which of the following should the security engineer do to make the WAF control effective?
A. dd an ACL to the VM subnet
B. nstall endpoint protection software on the VMs
C. onfigure the DDoS protection on the CDN
D. eploy an IDS on the laaS network
عرض الإجابة
اجابة صحيحة: A
السؤال #45
An engineer made a change to an application and needs to select a deployment strategy that meets the following requirements:· Is simple and fast· Can be performed on two Identical platformsWhich of the following strategies should the engineer use?
A. Blue-green
B. Canary
C. Rolling
D. in-place
عرض الإجابة
اجابة صحيحة: A
السؤال #46
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
عرض الإجابة
اجابة صحيحة: B
السؤال #47
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does not negatively impact existing automation activities. Which of the following testing techniques would be BEST to use?
A. Usability testing
B. Regression testing
C. Vulnerability testing
D. Penetration testing
عرض الإجابة
اجابة صحيحة: B
السؤال #48
A junior cloud administrator was recently promoted to cloud administrator and has been added to the cloud administrator group. The cloud administrator group is the only one that can access the engineering VM. The new administrator unsuccessfully attempts to access the engineering VM. However, the other administrators can access it without issue.Which of the following is the best way to identify the root cause?
A. Rebooting the engineering VM
B. Reviewing the administrator's permissions to access the engineering VM
C. Allowing connections from 0
D. Performing a packet capture on the engineering VM
عرض الإجابة
اجابة صحيحة: B
السؤال #49
An engineer wants lo scale several cloud workloads on demand. Which of the following approachesis the most suitable?
A. oad
B. cheduled
C. anual
D. rending
عرض الإجابة
اجابة صحيحة: A
السؤال #50
Some VMs that are hosted on a dedicated host server have each been allocated with 32GB of memory. Some of VMs are not utilizing more than 30% of the allocation. Which of the following should be enabled to optimize the memory utilization?
A. Auto-scaling of compute
B. Oversubscription
C. Dynamic memory allocations on guests
D. Affinity rules in the hypervisor
عرض الإجابة
اجابة صحيحة: C
السؤال #51
A social networking company operates globally. Some users from Brazil and Argentina are reporting the following error: website address was not found.Which of the following is the most likely cause of this outage?
A. Client DNS misconfigutation
B. Regional DNS provider outage
C. DNS server misconfiguration
D. DNS propagation issues
عرض الإجابة
اجابة صحيحة: B
السؤال #52
Which of the following should be used on containers to process data and keep the output in files for later review?
A. Standard output
B. Optical disk mount
C. Ephemeral storage
D. Persistent volumes
عرض الإجابة
اجابة صحيحة: D
السؤال #53
A cloud engineer must scan cloud resources for vulnerabilities. Which of the following is the first step the cloud engineer should take?
A. esearch the CVEs
B. efine the scope
C. ssess the systems
D. emediate the vulnerabilities
عرض الإجابة
اجابة صحيحة: B
السؤال #54
A company has decided to scale its e-commerce application from its corporate datacenter to a commercial cloud provider to meet an anticipated increase in demand during an upcoming holiday.The majority of the application load takes place on the application server under normal conditions. For this reason, the company decides to deploy additional application servers into a commercial cloud provider using the on-premises orchestration engine that installs and configures common software and network configurations.The remote computing environment is connected to the on-premises datacenter via a site-to-site IPSec tunnel. The external DNS provider has been configured to use weighted round-robin routing to load balance connections from the Internet.During testing, the company discovers that only 20% of connections completed successfully.InstructionsReview the network architecture and supporting documents and fulfill these requirements:Part 1:-Analyze the configuration of the following components: DNS, Firewall 1, Firewall 2, Router 1, Router 2, VPN and Orchestrator Server.-Identify the problematic device(s).-Part 2:-Identify the correct options to provide adequate configuration for hybrid cloud architecture.-If any time you would like to bring back the initial state of the simulation, please click the Reset All button.Part 1Part 2Only select a maximum of TWO options from the multiple choice question. (Choose two.)
A. Update the PSK (Pre-shared key) in Router 2
B. Update the A record on the DNS from 2
C. Promote deny All to allow All in Firewall 1 and Firewall 2
D. Change the Address Space on Router 2
E. Change internal IP Address of Router 1
F. Reverse the Weight property in the two CNAME records on the DNS
G. Add the Application Server at on-premises to the Load Balancer
عرض الإجابة
اجابة صحيحة: AD
السؤال #55
Which of the following service models would be used for a database in the cloud?
A. PaaS
B. IaaS
C. CaaS
D. SaaS
عرض الإجابة
اجابة صحيحة: A
السؤال #56
A cloud administrator is building a new VM for machine-learning training. The developer requesting the VM has stated that the machine will need a full GPU dedicated to it. Which of the following configuration options would BEST meet this requirement?
A. Virtual GPU
B. External GPU
C. Passthrough GPU
D. Shared GPU
عرض الإجابة
اجابة صحيحة: C
السؤال #57
A junior cloud administrator was recently promoted to cloud administrator and has been added to the cloud administrator group. The cloud administrator group is the only one that can access the engineering VM. The new administrator unsuccessfully attempts to access the engineering VM. However, the other administrators can access it without issue.Which of the following is the best way to identify the root cause?
A. Rebooting the engineering VM
B. Reviewing the administrator's permissions to access the engineering VM
C. Allowing connections from 0
D. Performing a packet capture on the engineering VM
عرض الإجابة
اجابة صحيحة: B
السؤال #58
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
عرض الإجابة
اجابة صحيحة: B
السؤال #59
A technician just received the lessons learned from some recent data that was lost due to an on-premises file-server crash. The action point is to change the backup strategy to minimize manual intervention. Which of the following is the BEST approach for the technician to implement?
A. Backup as a service
B. RAID 1
C. Long-term storage
D. New backup devices
عرض الإجابة
اجابة صحيحة: A
السؤال #60
What is the primary function of a content delivery network (CDN)?
A. To provide persistent storage for large datasets
B. To cache content closer to end-users for faster access
C. To secure connections to public cloud networks
D. To manage container orchestration across regions
عرض الإجابة
اجابة صحيحة: B
السؤال #61
Some VMs that are hosted on a dedicated host server have each been allocated with 32GB of memory. Some of VMs are not utilizing more than 30% of the allocation. Which of the following should be enabled to optimize the memory utilization?
A. Auto-scaling of compute
B. Oversubscription
C. Dynamic memory allocations on guests
D. Affinity rules in the hypervisor
عرض الإجابة
اجابة صحيحة: C
السؤال #62
A junior cloud administrator was recently promoted to cloud administrator and has been added to the cloud administrator group. The cloud administrator group is the only one that can access the engineering VM. The new administrator unsuccessfully attempts to access the engineering VM. However, the other administrators can access it without issue.Which of the following is the best way to identify the root cause?
A. Rebooting the engineering VM
B. Reviewing the administrator's permissions to access the engineering VM
C. Allowing connections from 0
D. Performing a packet capture on the engineering VM
عرض الإجابة
اجابة صحيحة: B
السؤال #63
A company is required to save historical data for seven years. A cloud administrator implements a script that automatically deletes data older than seven years.
A. End of life
B. Data loss prevention
C. Cost implications
D. Tiered storage for archiving
عرض الإجابة
اجابة صحيحة: A
السؤال #64
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
عرض الإجابة
اجابة صحيحة: B
السؤال #65
A high-usage cloud resource needs to be monitored in real time on specific events to guarantee its availability.Which of the following actions should be used to meet this requirement?
A. Configure a ping command to identify when the cloud instance is out of service
B. Create a dashboard with visualizations to filter the status of critical activities
C. Collect all the daily activity from the cloud instance and create a dump file for analysis
D. Schedule an hourly scan of the network to check for the availability of the resource
عرض الإجابة
اجابة صحيحة: B
السؤال #66
After accidentally uploading a password for an IAM user in plain text, which of the following should a cloud administrator do FIRST? (Choose two.)
A. Identify the resources that are accessible to the affected IAM user
B. Remove the published plain-text password
C. Notify users that a data breach has occurred
D. Change the affected IAM user's password
E. Delete the affected IAM user
عرض الإجابة
اجابة صحيحة: BD
السؤال #67
A systems administrator needs to configure a script that will monitor whether an application is healthy and stop the VM if an unsuccessful code is returned. Which of the followingscripts should the systems administrator use to achieve this goal?
A. RESPONSE_CODE }
B. string APP_URL
C. bool RESPONSE_CODE
D. string VM
E. health checker (APP_URL, VM) {
F. if [ http_probe (APP_URL) == 200] { echo RESPONSE_CODE }
G. else{
H. stop (VM) echo
عرض الإجابة
اجابة صحيحة: A
السؤال #68
An SQL injection vulnerability was reported on a web application, and the cloud platform team needs to mitigate the vulnerability while it is corrected by the development team. Which of the following controls will BEST mitigate the risk of exploitation?
A. DLP
B. HIDS
C. NAC
D. WAF
عرض الإجابة
اجابة صحيحة: D
السؤال #69
A network administrator is budding a site - to - site VPN tunnel from the company's headquarters office 10 the company's public cloud development network. The network administrator confirms the following The VPN tunnel is established on the headquarter office firewall. While inside the office, developers report that they cannot connect to the development network resources. While outside the office on a client VPN, developers report that they can connect to the development network resources. The office and the client VPN have different IP subnet ranges. The firewall flow logs show VPN traffic is reaching the development network from the office. Which of the following is the next step the next network administrator should take to troubleshoot the VPN tunnel?
A. Review the development network routing table
B. Change the ciphers on the site - to - site VPN
C. Restart the site - to - site VPN tunnel
D. Check the ACLS on the development workloads
عرض الإجابة
اجابة صحيحة: A
السؤال #70
A company wants to optimize cloud resources and lower the overhead caused by managing multipleoperating systems. Which of the following compute resources would be best to help to achieve thisgoal?
A. M
B. ontainers
C. emote desktops
D. are-metal servers
عرض الإجابة
اجابة صحيحة: B

View The Updated CompTIA Exam Questions

SPOTO Provides 100% Real CompTIA Exam Questions for You to Pass Your CompTIA Exam!

عرض الإجابات بعد التقديم

يرجى إرسال البريد الإلكتروني الخاص بك والواتس اب للحصول على إجابات الأسئلة.

ملحوظة: يرجى التأكد من صلاحية معرف البريد الإلكتروني وWhatsApp حتى تتمكن من الحصول على نتائج الاختبار الصحيحة.

بريد إلكتروني:
رقم الواتس اب/الهاتف:
Contact Us