
Excellent ACP-Cloud1 PDF Dumps With 100% GuideTorrent Exam Passing Guaranted [Aug-2024]
100% Pass Your ACP-Cloud1 ACP Cloud Computing Professional at First Attempt with GuideTorrent
The ACP-Cloud1 certification is suitable for professionals who are involved in designing, implementing, and managing cloud computing solutions using Alibaba Cloud products and services. ACP Cloud Computing Professional certification can help individuals stand out in the job market and increase their chances of getting hired. It can also help professionals advance their careers by demonstrating their expertise in cloud computing.
NEW QUESTION # 41
All RDS for MySQL backups are full backups.
- A. True
- B. False
Answer: B
Explanation:
Explanation
RDS for MySQL supports both full backups and incremental backups. A full backup is a complete backup of all data in a database. An incremental backup is a backup of only the data that has changed since the last backup. Incremental backups can reduce the backup time and storage space. You can configure the backup cycle and retention period for both types of backups in the RDS console or by using the API.
NEW QUESTION # 42
Company A constructed a sales management platform using three Elastic Compute Service (ECS) instances. One of the instances runs MySQL, and is used as the database server. The other two instances are used as Web servers After some time, the number of employees in Company A dramatically increases, leading to higher sales volumes At the same time, the platform response speed is gradually decreasing too.
According to the report from CloudMonitor, the average CPU utilization rate of the two Web servers exceeds 70%, and database load
reaches 75% Company A can select Alibaba Cloud_________ services.to cope with the issue and optimize the performance. (Number of correct answers: 2)
- A. Replace the self-built MySQL database with ApsaraDB for RDS to obtain better database performance, and utilize RDS read-only instances to handle read-only requests
- B. Incorporate Server Load Balancer (SLB) and add additional ECS instances to relieve the load on existing ECS instances
- C. Use Content Delivery Network (CDN) to enhance content loading speed
- D. Import database data into Object Storage Service (OSS) to share the storage pressure on the platform
Answer: A,B
NEW QUESTION # 43
Which of the following scenarios can be done using Alibaba Cloud Express Connection? (Number of correct answers: 2)
- A. Intranet communication between a VPC and servers in an external IDC
- B. Intranet communication between two VPCs in different accounts and different CIDR Blocks
- C. Intranet communication between two VPCs under the same account in the same region
- D. Intranet communication between VPCs and Smart Access Gateway in customers different branch offices
Answer: A,D
Explanation:
Explanation
Alibaba Cloud Express Connect is a service that enables high-bandwidth, reliable, secure, and private connections between different networks, such as VPC networks across regions, Alibaba Cloud accounts, and on-premise data centers1. It supports different connection methods, such as physical connections, virtual border routers, and Express Cloud Connect1.
Scenario A: Intranet communication between VPCs and Smart Access Gateway in customers different branch offices. This scenario can be achieved by using Express Cloud Connect, which is based on the hardware capacities of Smart Access Gateway and provides SD-WAN capabilities1. Express Cloud Connect allows you to connect your branch offices to Alibaba Cloud through a dedicated partner backbone network, and access VPC networks in all regions1.
Scenario B: Intranet communication between a VPC and servers in an external IDC. This scenario can be achieved by using physical connections, which are dedicated network connections between on-premise data centers and VPC networks1. You can lease a line from your ISP or work with an Alibaba Cloud partner to establish a physical connection to Alibaba Cloud1. This way, you can access VPC networks in all regions with high bandwidth and low latency1.
Scenario C: Intranet communication between two VPCs in different accounts and different CIDR Blocks. This scenario can be achieved by using peering connections, which are logical connections that enable communication between VPC networks2. Peering connections support cross-region and cross-account scenarios, and allow you to connect VPC networks with different CIDR blocks2. However, peering connections are not part of Alibaba Cloud Express Connect, but a separate service called Cloud Enterprise Network2.
Scenario D: Intranet communication between two VPCs under the same account in the same region. This scenario can also be achieved by using peering connections, which are logical connections that enable communication between VPC networks2. Peering connections support intra-region and same-account scenarios, and allow you to connect VPC networks with different CIDR blocks2. However, peering connections are not part of Alibaba Cloud Express Connect, but a separate service called Cloud Enterprise Network2. References: 1: Express Connect - Alibaba Cloud 2: Introduction to Cloud Enterprise Network - Alibaba Cloud Document Center
NEW QUESTION # 44
You are designing a solution for a startup company, the proposed solution is like this You suggest they use ECS instances to process requests from mobile App clients, and use SLB to distribute data traffic and ensure the load across each backend ECS instance is balanced.
Moreover to deal with volatile fluctuations in business volume (page views are much higher on the weekends), you also suggest they use Auto Scaling to dynamically increase or reduce computing resources.
The company is satisfied with the solution you proposed. However, they have one concern that when removing an idle instance from the scaling group: if Auto Scaling shuts the instance down directly, the service running on that instance will be abruptly terminated, resulting in poor user experience.
In order to eliminate your customer's concern, which of the following solutions should you recommend them?
- A. Use the Lifecycle Hook function embedded m Auto Scaling Define a suitable timeout and a web hook to do the necessary work before the instance is removed.
- B. Find the ECS instance that is going to be removed from the backend server pool of the SLB instancer and automatically set the weight of this ECS instance to 0. This instance will not be assigned with new requests, and will be automatically removed from the backend server pool after existing tasks are completed.
- C. Find the ECS instance that is going to be removed from the backend server pool of the SLB instance, and manually remove this instance from the backend server pool Applications running on this ECS instance will normally return results, but this instance will not be assigned with new requests.
- D. First, insert a script into the image for creating the ECS instance Second, make the script run automatically when the operating system in this ECS instances is about to shut down. This script contains the processing logic that can ensure the instance finish all the remaining tasks before shutting down.
Answer: A
NEW QUESTION # 45
Alibaba Cloud Elastic Compute Service (ECS) instances in different Security Groups will definitely have no way to communicate with each other.
- A. True
- B. False
Answer: B
Explanation:
Explanation
Alibaba Cloud Elastic Compute Service (ECS) instances in different security groups are isolated from each other by default, but they can communicate with each other if the security group rules allow it. A security group is a virtual firewall that controls the inbound and outbound traffic of ECS instances. You can configure security group rules to specify which IP addresses, protocols, and ports can access the ECS instances in a security group. You can also authorize other security groups to access the ECS instances in a security group, which enables cross-security group communication. References: Manage ECS instances in security groups, Security FAQ, ECS Security Groups - Alibaba Fundamentals
NEW QUESTION # 46
Which of the following statements is NOT correct, when comparing RDS with a self-built database?
- A. Self-built database support quick deployment and elastic scaling.
- B. RDS features a high availability of 99 95% while self-built databases require you to implement data protection primary-standby replication, and RAID all by yourself.
- C. RDS provides automatic backup while self-built databases require you to prepare storage space for backup copies and regularly verify that these copies can be restored.
- D. RDS requires no O&M while self-built database require a dedicated DBA for maintenance, which results in high HR costs.
Answer: A
NEW QUESTION # 47
A video company uses SLB to distribute user requests to 20 ECS instances with the same configuration to response these requests. As the Spring Festival approaches, service traffic would double during holidays (based on past experience). Thus, you use Auto Scaling to elastically adjust computing resources. Since the services is online for many years, you have historic records that can help predict the upcoming service traffic and choose the scaling mode freely. In this scenario, which of the following options are feasible and with minimum operation efforts? (Number of correct answers: 2)
- A. Cloud monitor and event-triggered task: Dynamically adds ECS instances during resource shortage and reduces ECS instances during idle hours by monitoring the CPU utilization rate and workload
- B. Manual mode: Set the minimum number of instances to 40 on the first day of the holidays and change the number to 20 after the holidays.
- C. Healthy check mode: Ensures that all the current ECS instances in scaling groups are working correctly to meet user access requests.
- D. Scheduled task: Increases the number of ECS instances to 40 on the first day of the holidays and reduce the number to 20 after the holidays.
Answer: B,D
NEW QUESTION # 48
If you want to build a secure and isolated network environment on Alibaba Cloud; meanwhile, design your network topology and specify Intranet IP addresses or CIDR Blocks in this network environment as needed, you can choose
- A. Auto Scaling
- B. Leased line
- C. Express Connect
- D. Virtual Private Cloud (VPC)
Answer: D
Explanation:
Explanation
According to the Alibaba Cloud VPC documentation1, a virtual private cloud (VPC) is a virtual network dedicated to your Alibaba Cloud account. You have full control over your VPC, such as specifying the CIDR block, configuring route tables and gateways, and creating subnets. A VPC is an isolated network environment that provides security and flexibility for your cloud computing resources. You can use a VPC to build a secure and isolated network environment on Alibaba Cloud, design your network topology, and specify intranet IP addresses or CIDR blocks in this network environment as needed. Therefore, option B is the correct choice for your scenario. References: What is a VPC? and Alibaba Cloud Virtual Private Cloud.
NEW QUESTION # 49
RDS provides whitelist access policies. You can set permitted IP addresses and IP network segments to effectively prevent hackers from attacking the server by port scanning.
- A. True
- B. False
Answer: A
NEW QUESTION # 50
An online education website is built based on ECS. SLB and Auto Scaling, which greatly reduces resource cost, O&M cost and without compromising system stability and user experience.
Now. the website admin wants to keep the user information (such as source IP, accessed URLs, and duration on each page) for analysis to support their upcoming campaign events In this case, which of the following statements is NOT correct?
- A. Save user-related access information to ApsaraDB for RDS in real time or quasi real time, which can then be used for performing query and analysis.
- B. Synchronize user-Synchronize user-related access information to ApsaraDB for Memcache in real time or quasi real time. Then, access Memcache using an application or make the data in Memcache persistent based on certain rules and then can use the persistent data for further analysis.
- C. Let each ECS instance in the scaling group keeps the user access information it processes Thus, the data saved by these ECS instances can be accessed and analyzed at any time, making the solution not only simple, but also efficient reliable, and cost-effective.
- D. Synchronize user-related access information to OSS in real time or quasi real time for further use
Answer: C
Explanation:
Explanation
This statement is not correct because it is not a good practice to store user access information on each ECS instance in the scaling group. This is because the ECS instances are dynamic and can be added or removed by the Auto Scaling service based on the load and demand. Therefore, the data stored on the ECS instances may be lost or inconsistent if the instances are terminated or replaced. Moreover, this approach does not provide a centralized and unified way to access and analyze the data, which may affect the accuracy and efficiency of the analysis. Therefore, it is better to use other services such as ApsaraDB for RDS, ApsaraDB for Memcache, or OSS to store the user access information in a persistent and scalable manner. References: Auto Scaling, ApsaraDB for RDS, ApsaraDB for Memcache, OSS
NEW QUESTION # 51
A customer uses Alibaba Cloud Auto Scaling service and creates a scaling group He/she sets the "Minimum number of instances" to 2 and "Maximum number of instances" to 7.
After correctly configuring scaling settings, the customer adds a scaling rule "Add 6 ECS instances", and creates a scheduled task based on this rule.
And then, the customer checks the scaling group and see it already contains 3 valid ECS instances, he/she then enables this scaling group immediately.
How many ECS instance will be added in the scaling group when the scheduled task is activated once'?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
Explanation:
Explanation
When the scheduled task is activated once, 4 ECS instances will be added in the scaling group. This is because the scaling rule "Add 6 ECS instances" will increase the number of instances in the scaling group to 9, which exceeds the maximum number of instances (7) that is set for the scaling group. Therefore, Auto Scaling will only add 4 ECS instances to reach the maximum number of instances. The remaining 2 ECS instances will not be added to avoid exceeding the quota.
NEW QUESTION # 52
Recently, response speed of a certain Alibaba Cloud Elastic Compute Service (ECS) instance is unacceptably slow. By using CloudMonitor we discovered that the ECS instance utilizes more than 80% of the assigned bandwidth.
Which of the following approach can address this issue and without the need to reboot the ECS instance?
- A. Upgrade the bandwidth of the ECS instance
- B. Upgrade the CPU and memory of the ECS ins
- C. None of the above
- D. Add a disk to the ECS instance
Answer: A
Explanation:
Explanation
According to the Alibaba Cloud Elastic Compute Service documentation, if the current public bandwidth does not meet your business requirements, you can upgrade or downgrade the public bandwidth configurations without the need to reboot the ECS instance. This can improve the network performance and response speed of the ECS instance. Upgrading the CPU, memory, or disk of the ECS instance may not solve the issue of bandwidth utilization, and may require rebooting the ECS instance. References: Public bandwidth - Elastic Compute Service
NEW QUESTION # 53
You have created two Alibaba Cloud VPCs in two different regions To establish communication between these two VPCs via the Intranet, you can________.
- A. Use CEN to establish communication between VPCs
- B. Create a new access rule through the Security Group to enable the communication
- C. Use the VRouter to create a new route table to enable the communication
- D. No operation is needed, as VPCs under the same account are connected through the Intranet by default
Answer: A
NEW QUESTION # 54
Many cloud computing service providers support users to activate/create a cloud service through Open API. Which of the following protocols is most not likely to be supported by these Open API?
- A. HTTP
- B. Restful
- C. PPPoE
- D. Web Service
Answer: C
NEW QUESTION # 55
A large enterprise wants to migrate the entire business system to Alibaba Cloud to save the overall IT procurement and O&M costs From the security aspect, the company requires that
1. Must support secured remote O&M because the administrator often takes business trips.
2. Networks between subsystems should be isolated because subsystems are independently used by different departments Which of the followings should be used together to meet the company's requirements? (Number of correct answers: 3)
- A. Create multiple ECS instances in the VPC to install subsystems of different departments- Allocate only Intranet IP addresses to all ECS instances, and deploy them in the same security groups.
- B. Use the security group function of the ECS instance, and respectively deploy ECS instances running different subsystems to independent security groups.
- C. Enable the VPN on the bastion host (or directly use the VPN image on Alibaba Cloud Marketplace). The administrator uses VPN encrypted communication during O&M.
- D. Build an independent ECS instance as the bastion host or remote logon and O&M, and authorize the bastion host to access ECS instances running other subsystems.
Answer: A,C,D
NEW QUESTION # 56
Once ECS is created, you can't change its private IP address anymore.
- A. True
- B. False
Answer: B
Explanation:
Explanation
You can change the private IP address of an ECS instance after it is created, but you need to stop the instance first. The private IP address must be within the CIDR block of the VPC and the VSwitch that the instance belongs to. You can modify the private IP address of an instance by using the console or the API.
References: 3, ACP Cloud Computing Certification - Alibaba Cloud Academy After stopping an Alibaba Cloud Elastic Compute Service (ECS) instance, you will still be charged for some resources related to that ECS instance, such as disks, snapshots, and public IP addresses, until you release them. The charging policy depends on the billing method and network type of the ECS instance. For pay-as-you-go instances, you can choose whether to enable the No fees for stopped instances feature, which allows you to stop paying for vCPUs and memory when the instance is stopped. However, this feature is only available for VPC-connected instances in some regions1. For subscription instances, you will be charged for the entire subscription period regardless of whether the instance is running or stopped2. References:
1: Billing FAQ - Elastic Compute Service - Alibaba Cloud Documentation Center1
2: Billing overview - Elastic Compute Service - Alibaba Cloud Documentation Center2
NEW QUESTION # 57
By using ApsaraDB for RDS to implement read/write splitting, which of the following can be achieved?
(Number of correct answers 2)
- A. Read requests are distributed to multiple instances.
- B. Read/write requests to the database are separated.
- C. Both read and write requests are distributed to multiple instance
- D. Write requests are distributed to multiple instances.
Answer: A,B
Explanation:
Explanation
ApsaraDB for RDS is a stable and reliable online database service that supports MySQL, SQL Server, PostgreSQL, MariaDB, and PPAS. ApsaraDB for RDS provides a read/write splitting feature that allows you to create read-only RDS instances, which can offload read requests from the primary RDS instance of your database system1. Read/write splitting is implemented by using a dedicated proxy endpoint, which routes read and write requests to different RDS instances based on the SQL statements and the read weights of the read-only instances2. By using ApsaraDB for RDS to implement read/write splitting, you can achieve the following benefits21:
Read requests are distributed to multiple instances. This can improve the read performance and availability of your database system, as well as balance the load among the read-only instances. You can specify the read weights of the read-only instances to control the distribution of read requests.
Read/write requests to the database are separated. This can reduce the pressure on the primary RDS instance and ensure the stability and security of the write operations. You only need to connect to the proxy endpoint, and the proxy will automatically route the read and write requests to the appropriate RDS instances.
The other statements are not correct, as write requests are not distributed to multiple instances, but only sent to the primary RDS instance2; and both read and write requests are not distributed to multiple instances, but separated by the proxy endpoint2. References: [ApsaraDB for RDS - Alibaba Cloud], Read/write splitting - - Alibaba Cloud Documentation Center, Use the read/write splitting feature to increase the processing capability of an ApsaraDB RDS instance
NEW QUESTION # 58
When using Alibaba Cloud SLB, users can enable the health check function If a backend ECS instance A is running abnormally, SLB will isolate it and forward the requests to other ECS instances, and when the backend ECS instance A is back to normal, SLB will again forward requests to it.
- A. True
- B. False
Answer: A
NEW QUESTION # 59
Alibaba Cloud Content Delivery Network (CDN) is a distributed network that is built and overlaid on the bearer network Moreover it is composed of edge node server clusters distributed across different regions. It replaces the traditional data transmission mode, which is centered on Web servers. When using Alibaba Cloud CDN, a user's request wilt first reach the edge node, and then receive data from the origin site by means of back-to-source Moreover, the admin can obtain visitor's real IP on the origin site. Which of the following descriptions relate to "obtaining visitors real IP" are correct? (Number of correct answers: 2)
- A. In Windows, if IIS is used: after installing "F5XForwardedFor" extension module. 'Visitor's real IP" can then be seen in the log.
- B. You can one-step activate the "recording visitor's real IP" function in Alibaba Cloud CDN console to directly view the visitor's real IP in the access log.
- C. "Visitor's real IP" is saved in "X-Forwarded-For" header in HTTP protocol. It can be directly obtained in the user-defined LOG of Apache and Nginx.
- D. "Visitor's real IP" can only be obtained by modifying the application
Answer: A,C
NEW QUESTION # 60
When creating an ECS instance in your Alibaba Cloud VPC, you must specify a VSwitch for that instance at the same time. Otherwise, you will not be able to create this ECS instance.
- A. True
- B. False
Answer: A
NEW QUESTION # 61
Auto Scaling is a management service that can automatically adjust elastic computing resources based on your business needs and policies It supports adding an existing ECS instance into the scaling group but imposes certain requirements on instance region In this case, which of the following statements is true?
- A. The instance and the scaling group can be in different regions and zones.
- B. Each scaling group can span up to two regions. After adding the ECS instance, the number of regions of all the ECS instances in the scaling group must be no greater than two.
- C. The instance and the scaling group must be in the same region but not necessarily the same zone.
- D. The instance and the scaling group must be in the same region and zone.
Answer: C
NEW QUESTION # 62
The difference between public and private Server Load Balancers (SLBs) is that private SLBs connect to their backend ECS instances using the private network (Intranet) while public SLBs connect to their backend ECS instances using the public network (Internet).
- A. True
- B. False
Answer: A
Explanation:
Explanation
The difference between public and private Server Load Balancers (SLBs) is that private SLBs connect to their backend ECS instances using the private network (Intranet) while public SLBs connect to their backend ECS instances using the public network (Internet). This is true according to the Alibaba Cloud documentation on SLB1. Public SLBs are used to distribute traffic from the Internet to ECS instances, while private SLBs are used to distribute traffic within a VPC or a classic network2. References: 1: Server Load Balancer - Alibaba Cloud Documentation Center 2: Create a Server Load Balancer instance - Server Load Balancer - Alibaba Cloud Documentation Center
NEW QUESTION # 63
A new media company uses a mobile app to provide news and information services. They utilize Auto Scaling to add/reduce ECS instances dynamically to address service traffic spikes.
Based on the estimation of their service and technical personnel the company thinks they require 10 ECS instances during idle hours and 10 to 20 ECS instances (dynamically adjusted) during some busy hours, which are normally from 07:30 to 09:00 and from 18:30 to 20:00 In the scaling group; they set the "Minimum number of instances" to 10 and "Maximum number of instances" to 20.
To simplify deployment tasks and save costs, which of the following scaling modes should they choose?
- A. Scheduled mode
- B. Event-triggered mode
- C. Fixed quantity mode
- D. Healthy mode
Answer: C
NEW QUESTION # 64
......
Trend for ACP-Cloud1 pdf dumps before actual exam: https://www.guidetorrent.com/ACP-Cloud1-pdf-free-download.html
Real Exam Questions and Answers - Alibaba Cloud ACP-Cloud1 Dump is Ready: https://drive.google.com/open?id=1ckMs38fMQutayGkIKff1j7s2OG8Q8eqN