最新版無料体験を掴み取れ!Alibaba Cloud ACP-Cloud1問題集PDFは更新されたのは2024年 [Q25-Q48]

Share

最新版無料体験を掴み取れ!Alibaba Cloud ACP-Cloud1問題集PDFは更新されたのは2024年

最新リリースのACP-Cloud1問題集はAlibaba Cloud Computing認証済みです

質問 # 25
After activating an Alibaba Cloud Elastic Compute Service (ECS) instance, you want to monitor the status of the ECS instance via Alibaba Cloud console. Therefore: you must activate and purchase Alibaba Cloud CloudMonitor service to meet this demand.

  • A. True
  • B. False

正解:B


質問 # 26
To meet business requirements, a user requires that the backend server of an SLB instance include a primary ECS instance and a secondary ECS instance. When the primary instance is working properly, the traffic is only forwarded to the primary ECS, when the primary instance is down, traffic is switched to the standby instance.
In this case, you can create an active/standby server group on the backend of the SLB instance Which kind of listener supports this feature? (Number of correct answers: 2)

  • A. HTTP
  • B. UDP
  • C. TCP
  • D. HTTPS

正解:C、D

解説:
Explanation
Active/standby server groups are a feature of Server Load Balancer (SLB) that allows you to configure a primary ECS instance and a secondary ECS instance for the backend of an SLB instance1. When the primary instance is working properly, the traffic is only forwarded to the primary ECS. When the primary instance is down, traffic is switched to the standby instance1. This feature is supported by TCP and HTTPS listeners, but not by HTTP and UDP listeners1. TCP and HTTPS listeners support session persistence, which ensures that requests from the same client are always forwarded to the same backend server2. HTTP and UDP listeners do not support session persistence, and they use round-robin or weighted round-robin algorithms to distribute traffic among the backend servers2. References: 1: Create an active/standby server group 2: [Configure a listener]


質問 # 27
Which of the following statements is NOT correct, when comparing RDS with a self-built database?

  • A. RDS requires no O&M while self-built database require a dedicated DBA for maintenance, which results in high HR costs.
  • B. 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.
  • C. 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.
  • D. Self-built database support quick deployment and elastic scaling.

正解:D


質問 # 28
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. False
  • B. True

正解:B

解説:
Explanation
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. This is true according to the Alibaba Cloud documentation on ECS1. A VSwitch is a basic network device of a VPC and is used to connect different cloud product instances deployed in a VPC2. A VSwitch defines a network segment within a VPC and allows you to specify the IP address range, network mask, and gateway for the network segment2. When you create an ECS instance, you must select a VSwitch that belongs to the same zone as the ECS instance3. If you do not specify a VSwitch, the ECS instance will not be able to communicate with other cloud product instances in the VPC or access the Internet. References: 1: Create an instance by using the provided wizard - Elastic Compute Service - Alibaba Cloud Documentation Center 2: What is a VSwitch? - Virtual Private Cloud - Alibaba Cloud Documentation Center 3: Create an instance by using the advanced wizard - Elastic Compute Service - Alibaba Cloud Documentation Center : [VPC FAQ - Virtual Private Cloud - Alibaba Cloud Documentation Center]


質問 # 29
After creating an RDS for MySQL read-only instance, which of the following CAN NOT be performed by the read-only instance in RDS management console?

  • A. Parameter configuration
  • B. SQL log auditing
  • C. Specification change
  • D. Intranet/Internet switchover

正解:D

解説:
Explanation
A read-only RDS instance is a replica of the primary RDS instance that can handle read requests and increase the read capability of the database system. A read-only RDS instance inherits the network type (intranet or internet) of the primary RDS instance and cannot switch between them. Therefore, option D is the correct answer. References: Create a read-only ApsaraDB RDS for MySQL instance, Instance types for read-only ApsaraDB RDS instances


質問 # 30
A Virtual Private Cloud (VPC) is an isolated network environment that is completely isolated from each other The following statements about VPC are correct_________. (Number of correct answers: 2)

  • A. Each VPC has an independent tunnel ID, and a tunnel ID corresponds to a virtualized network.
  • B. ECS instances in a VPC use security group firewalls for Layer 2 network access control.
  • C. Subnets can be divided like the traditional network environment. Different cloud servers within each subnet are connected by the same router and different subnets are interconnected by switches.
  • D. The internal networks of different VPCs are completely isolated and can be interconnected through IP addresses mapped to the outside.

正解:C、D


質問 # 31
Auto Scaling can automatically adjust the number of ECS instances based on user-defined scaling rules to meet service needs. If a user cannot predict service changes or does not have enough history data, he/she can still use dynamic scaling mode to automatically add/remove ECS instances based on certain CloudMonitor performance metrics (such as the CPU utilization rate)

  • A. False
  • B. True

正解:B


質問 # 32
Alibaba Cloud Server Load Balancer (SLB) provides services for distributing traffic among multiple ECS instances SLB can expand the application system's service capacity through traffic distribution, and improve the system's availability by eliminating SPoFs (Single Points of Failure). Which of the following statements are correct? (Number of correct answers; 2)

  • A. Before using SLB to provide external services, make sure that you have installed and correctly configured the SLB agent on all of the backend ECS instances.
  • B. When recreating an SLB instance that has an Internet IP address, a new Internet IP address will be assigned to the SLB instance.
  • C. One of SLB's features is the Health Check. If some of the backend ECS instances are down, whereas other backend ECS instances can still provide services, then the system can continue to work normally.
  • D. SLB provides a function to automatically synchronize data among backend ECS instances using rsync remote synchronization.

正解:B、C

解説:
Explanation
According to the Alibaba Cloud SLB documentation1, SLB provides a health check feature that monitors the availability and performance of the backend servers. If a backend server fails the health check, SLB stops routing requests to it and redirects the traffic to other healthy servers. This way, SLB can improve the system's availability by eliminating single points of failure (SPOFs). Therefore, option A is a correct statement about SLB.
According to the same documentation1, SLB instances are assigned with public IP addresses or private IP addresses based on the network type. If you delete an SLB instance and create a new one, a new IP address will be allocated to the new instance. You cannot specify or reserve an IP address for an SLB instance.
Therefore, option B is also a correct statement about SLB.
Option C is incorrect, because SLB does not require you to install or configure any SLB agent on the backend servers. You only need to add the backend servers to the SLB instance and configure the listener and the server group. SLB will automatically distribute the traffic to the backend servers based on the load balancing algorithm and the health check status2.
Option D is also incorrect, because SLB does not provide a function to automatically synchronize data among backend servers. SLB only handles the network traffic distribution and does not interfere with the data on the backend servers. You need to use other methods or tools to synchronize data among backend servers, such as rsync, lsyncd, or Alibaba Cloud Data Transmission Service (DTS)3.
References: Server Load Balancer:SLB overview, Add backend servers, and Data Transmission Service.


質問 # 33
Alibaba Cloud Object Storage Service (OSS) provides multiple file uploading modes for different scenarios, which are___________.
(Number of correct answers: 2)

  • A. Upload using the SDK
  • B. Directly copying to/from OSS using portable disks
  • C. Uploading using the API
  • D. Direct upload from the OSS management console no matter how large the file is

正解:B、D


質問 # 34
Alibaba Cloud CloudMonitor is a service that monitors Alibaba Cloud resources and Internet functions currently provided by CloudMonitor? (Number of correct answers: 3)

  • A. Operation auditing
  • B. Custom firewall
  • C. Site monitoring
  • D. Cloud service monitoring
  • E. Customized monitoring

正解:C、D、E

解説:
https://cloudacademy.com/course/alibaba-security-monitoring-1275/introduction-to-cloud-monitor/#:~:text=Cloud%20Monitor%20is%20a%20service,safeguard%20your%20products%20and%20business.


質問 # 35
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. False
  • B. True

正解:B

解説:
Explanation
When using Alibaba Cloud SLB, users can enable the health check function to monitor the availability of the backend ECS instances. If a backend ECS instance A is running abnormally, SLB will stop forwarding requests to it and distribute them to other healthy ECS instances. This way, SLB can ensure the high availability and reliability of the service. When the backend ECS instance A is back to normal, SLB will resume forwarding requests to it. SLB performs health checks on the backend ECS instances at regular intervals and updates their status accordingly. Users can configure the health check parameters such as the protocol, port, interval, timeout, and threshold on the SLB console or by using the API. References: 1 - Health checks - Server Load Balancer - Alibaba Cloud Document Center - Health check overview


質問 # 36
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. Web Service
  • B. HTTP
  • C. PPPoE
  • D. Restful

正解:C

解説:
Explanation
PPPoE stands for Point-to-Point Protocol over Ethernet, which is a network protocol that encapsulates PPP frames in Ethernet frames and allows multiple computers to share a single Internet connection. PPPoE is typically used by Internet service providers (ISPs) to provide broadband access to their customers, such as DSL or cable modem. PPPoE is not a protocol that is commonly supported by Open API for cloud computing service providers, because it is not designed for web-based communication and requires a dedicated connection between the client and the server. Open API, on the other hand, is a term that refers to a set of publicly available application programming interfaces (APIs) that allow developers to access the functionality and data of cloud computing service providers. Open API usually follows standard protocols that are widely used on the web, such as HTTP, Restful, and Web Service. HTTP stands for Hypertext Transfer Protocol, which is the foundation of data communication on the web. HTTP defines how messages are formatted and transmitted, and what actions web servers and browsers should take in response to various commands. HTTP is a stateless protocol, which means that each request is independent and does not depend on any previous requests or responses. Restful stands for Representational State Transfer, which is an architectural style for designing web services that are based on the concept of resources. Restful web services use HTTP methods (such as GET, POST, PUT, and DELETE) to perform operations on resources, and use standard formats (such as JSON or XML) to exchange data. Restful web services are stateless, scalable, and cacheable, and aim to provide a uniform interface for interacting with different types of resources. Web Service is a generic term that refers to any software service that is available over the web and uses a standardized format for communication, such as SOAP or REST. Web Service allows different applications to communicate and exchange data across different platforms and languages. Web Service can be described using a specification language, such as WSDL or OpenAPI, which defines the structure, operations, and parameters of the service. Web Service can also be registered and discovered using a directory service, such as UDDI or Swagger.


質問 # 37
Many websites have suffered DDoS attacks of different volumes. Therefore, accurate understanding of DDoS attacks is critical to website security protection. Which of the following statements about DDoS attacks is the MOST accurate?

  • A. The main purpose of a DDoS attack is to prevent the target server from providing normal services.
    Currently, the DDoS attack is one of the strongest and most indefensible website attacks.
  • B. DDoS attacks primarily target databases.
  • C. The purpose of a DDoS attack is to steal confidential information.
  • D. A DDoS attacks crack the server's logon password by means of a massive number of attempts.

正解:A

解説:
Explanation
A DDoS attack is a type of cyberattack that aims to exhaust the resources of a target server or network, such as bandwidth, CPU, memory, or disk space, by sending a large amount of malicious traffic or requests. This can cause the server or network to slow down, crash, or become unavailable to legitimate users. A DDoS attack is not intended to steal confidential information, crack passwords, or target databases, although these may be secondary objectives or consequences of some attacks. A DDoS attack is one of the most common and powerful threats to website security, as it can be launched from multiple sources, use various attack methods, and evade traditional defense mechanisms. According to the DDoS Attack Statistics and Trend Report by Alibaba Cloud, the proportion of volumetric attacks at 50Gbps and above has doubled, and the resources exhaustion attack reached a peak value of 3 million QPS in 2020-2021. References: DDoS Attacks: Sources, Strategies and Practices - Alibaba Cloud, DDoS Attack Statistics and Trend Report by Alibaba Cloud, Use Alibaba Cloud Anti-DDoS Service to Defend DoS Attack, Anti-DDoS Basic - Alibaba Cloud


質問 # 38
You are using Auto Scaling with one scaling group already created, then you want to execute a task at a specific time such as removing 1 ECS instance every night at 00:00. To achieve this, which of the following operations should be performed'? (Number of correct answers; 2)

  • A. Create a new scaling group.
  • B. Create a scaling rule
  • C. Create an event-triggered task.
  • D. Create a scheduled task.

正解:A


質問 # 39
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. 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.
  • 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. 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
  • D. Healthy check mode: Ensures that all the current ECS instances in scaling groups are working correctly to meet user access requests.

正解:A、C

解説:
Explanation
According to the Alibaba Cloud Academy, Auto Scaling supports three scaling modes: manual mode, scheduled task, and cloud monitor and event-triggered task. Manual mode requires manual intervention to adjust the number of ECS instances, which is not feasible and with minimum operation efforts. Scheduled task allows you to set the time and number of ECS instances to be added or removed in advance, which is suitable for predictable traffic changes. Cloud monitor and event-triggered task allows you to set the monitoring metrics and thresholds for scaling actions, which is suitable for dynamic traffic changes. Healthy check mode is not a scaling mode, but a feature of SLB to ensure the availability of ECS instances behind the load balancer. References: : ACP Cloud Computing Certification Preparation Course - Auto Scaling, : ACP Cloud Computing Certification Preparation Course - Server Load Balancer


質問 # 40
When using Alibaba Cloud SLB. you can set different weights for backend ECS instances The higher the weight of a backend ECS instance the more load will be assigned to it An SLB instance has 5 ECS instances in the backend server pool, all of which are healthy Among these 5 ECS instances, the weight of ecs_inst1 is set to 100. Which of the following statements is correct?

  • A. Based on SLB's working mechanism, approximately 20% of loads will be assigned to ecs_inst1
  • B. Based on request level parameters of external requests, all requests with a request level parameter of 100 will be transferred to ecs_inst1
  • C. 100% of loads will be assigned to ecs__inst1, and the remaining 4 ECS instances will stay idle
  • D. We do not know the weight settings of the remaining 4 ECS instances, so we cannot tell what would happen

正解:D

解説:
Explanation
When using Alibaba Cloud SLB, you can set different weights for backend ECS instances. The higher the weight of a backend ECS instance, the more load will be assigned to it. However, the load distribution is not based on the absolute value of the weight, but on the proportion of the weight in the total weight of all healthy backend ECS instances. For example, if there are two healthy backend ECS instances with weights of 100 and
200 respectively, the first instance will receive 33.3% of the load, and the second instance will receive 66.7% of the load. Therefore, to determine the load distribution of the 5 ECS instances in the question, we need to know the weight settings of the remaining 4 ECS instances. Without this information, we cannot tell what would happen. The other options are incorrect because they are based on wrong assumptions or misunderstandings of the SLB weight setting mechanism.


質問 # 41
Alibaba Cloud Object Storage Service (OSS) provides multiple file uploading modes for different scenarios, which are___________.
(Number of correct answers: 2)

  • A. Upload using the SDK
  • B. Uploading using the API
  • C. Direct upload from the OSS management console no matter how large the file is
  • D. Directly copying to/from OSS using portable disks

正解:A、B

解説:
Explanation
Alibaba Cloud Object Storage Service (OSS) is a cloud storage service that allows you to store, retrieve, and manage data in the cloud. OSS provides multiple file uploading modes for different scenarios, such as simple upload, multipart upload, append upload, resumable upload, and cross-region replication. These uploading modes can be implemented by using the API or the SDK provided by OSS. Therefore, options B and D are the correct answers. Option A is not correct because the OSS management console only supports simple upload for files that are smaller than 5 GB. Option C is not correct because OSS does not support directly copying to/from OSS using portable disks. References: Object Storage Service:Simple upload, Object Storage Service:Multipart upload, Object Storage Service:OSS tools


質問 # 42
Names of the files in each OSS bucket must be unique Also, they can be renamed.

  • A. True
  • B. False

正解:B

解説:
Explanation
Objects cannot be directly renamed in OSS. To rename an object in the bucket, you can copy the source object to the destination object and delete the source object. This is because the object name is part of the object URL and cannot be changed without affecting the access to the object. However, if you enable the hierarchical namespace feature for a bucket, you can rename objects in the bucket by using the OSS console or SDKs.
References:
Object Storage Service:Rename objects - Alibaba Cloud
Object Storage Service:Rename objects - Alibaba Cloud
Recipe OSS: How to rename an object? (Alibaba Cloud)


質問 # 43
If an administrator often needs to manage multiple ECS instances in an Alibaba Cloud VPC through the Internet Which of the following solutions can meet this need at low costs and without affecting system security.

  • A. Bind an EIP to each of the ECS instances, and Jog on to each of these ECS instances to manage them.
  • B. Choose an ECS instance from VPC and make it as the bastion host And then, apply an EIP and bind it to this ECS instance. After that the administrator can manage other ECS instances through this bastion host.
  • C. Modify the VPC Security Group policy, to allow access from the Internet.
  • D. None of these answers are correct.

正解:D


質問 # 44
If you need to accelerate a certain domain name (such as abc.com) via Alibaba Cloud Content Delivery Network (CDN), you must add it to "CDN Domain Name List" in the CDN service. After added successfully, you will get a CNAME address A Next, you need to modify domain name resolution and direct the domain name (such as abc.com) to CNAME address A.
Which of the following is a NOT correct description of modifying domain name resolution?

  • A. If your domain name (such as abc.com) is transferred to Alibaba Cloud in advance, and managed by the same Alibaba Cloud account, you can perform one-step resolution modification.
  • B. The CNAME address allocated to the domain name (such as abc.com) will point to an IP address. This IP address resolving mechanism is intelligently managed by Alibaba Cloud CDN system.
  • C. The DNS service provider used by the domain name (such as abc.com) must support intelligent resolution.
  • D. The DNS service provider used by the domain name (such as abc.com) can be companies other than Alibaba Cloud.

正解:A


質問 # 45
Before data communication is setup, the security groups match the security group rules one by one to query whether to allow access requests Assume that the user has created two security group rules 1 and 2 The protocol type, port range, authorization type, and authorization object of the two security group rules are the same. The difference is that Rule 1 is a denial policy, rule 2 is an allowed policy, so the following statement is correct_______ (Number of correct answers 2)

  • A. If rule 1 and rule 2 have different priorities, the rule with a small priority number takes effect
  • B. If rule 1 and rule 2 have the same priority, the rule of the allowed policy takes effect first, and the rule that of the denial policy does not take effect.
  • C. If rule 1 and rule 2 have different priorities, the rule with a large priority number takes effect.
  • D. If rule 1 and rule 2 have the same priority, the rule of the denial policy takes effect first, and the rule of the allowed policy does not take effect

正解:A、D

解説:
Explanation
Before data communication is set up, the security groups match the security group rules one by one to query whether to allow access requests. If the protocol type, port range, authorization type, and authorization object of two security group rules are the same, the following rules apply:
If the two rules have the same priority, the rule of the denial policy takes effect first, and the rule of the allowed policy does not take effect. This is because the security group rules follow the principle of minimum permission, which means that the most restrictive rule is applied when there is a conflict.
If the two rules have different priorities, the rule with a smaller priority number takes effect. This is because the security group rules follow the principle of priority, which means that the rule with a higher priority (lower number) is applied when there is a conflict. References: ECS Security Groups - Alibaba Fundamentals - Cloud Academy, Security group rules - Elastic Compute Service - Alibaba Cloud Documentation Center


質問 # 46
Object Storage Service (OSS) supports access logging. A bucket owner can activate access logging for their buckets in the OSS management console. When access logging is activated for bucket A, OSS automatically accesses the request logs for this bucket (in hours) and generates and writes an object to the user-specified bucket B according to certain naming rules. Which of the following
statements is true for OSS logging?

  • A. Buckets A and B must be different buckets.
  • B. Buckets A and B must be the same bucket.
  • C. Buckets A and B can be separate buckets (or a single bucket) but they must belong to the same user
  • D. Buckets A and B can belong to different users.

正解:C


質問 # 47
The Alibaba Cloud CDN can directly accelerate access to the files stored in OSS and reduce OSS traffic costs.

  • A. False
  • B. True

正解:B


質問 # 48
......


ACP-Cloud1認定は、業界でも高く評価され、世界的に認知されています。これは、Alibaba Cloudやクラウドコンピューティングの専門知識を証明したいプロフェッショナルにとって、貴重な資産となります。また、認定は新しいキャリアの機会を開拓し、就職市場での競争力を高めることができます。Alibaba Cloudは、オンラインコース、練習問題、実践ラボなど、ACP-Cloud1試験の準備を支援するトレーニングリソースを提供しています。

 

最新のACP-Cloud1試験問題集でAlibaba Cloud試験問題にトレーニング:https://jp.fast2test.com/ACP-Cloud1-premium-file.html

更新された検証済みのACP-Cloud1問題集と解答で100%合格させる:https://drive.google.com/open?id=1mHfNw6SmVa32QOjsv6EpQwSUIzpL00zS


弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

我々の働いている時間: ( GMT 0:00-15:00 )
月曜日から土曜日まで

サポート: 現在連絡 

English Deutsch 繁体中文 한국어