CSLB General Building (B) Trade Practice Test

常见问题

这里有多少道 AWS Cloud Practitioner 练习题?+

一整套原创 AWS Cloud Practitioner 练习题,覆盖官方内容板块、按真实考试权重分布、附解析。免费,无需注册。

AWS Cloud Practitioner 考试是什么样的?+

大约 100 道题。先在这里按主题刷题,再做完整计时模考检验准备度。

这些是真实考题吗?+

不是。每道题都是 100% 原创,依据公开一手来源编写并附解析。我们从不抄袭真题或付费备考资料。

我可以用中文或西班牙语学吗?+

PrepPass 练习提供英文、中文、西班牙文。官方考试以英文进行 —— 你随时可以把题目语言切回英文,熟悉考试当天的确切术语。

样题与解析

以下是本题库中的部分真题与完整解析。完整题库请用上方的刷题工具。

  1. 1. Cloud Concepts

    Which statement best describes the primary financial benefit of moving from an on-premises data center to the AWS Cloud?

    • a.It eliminates all costs associated with running applications
    • b.It trades large upfront capital expenses for variable operating expenses that scale with usage
    • c.It guarantees that monthly bills will never change month to month
    • d.It removes the need to monitor how many resources you consume

    答案: b

    解析: Cloud computing lets organizations avoid large upfront investments in hardware (CapEx) and instead pay only for the resources they actually use (OpEx). This variable cost model scales up or down with demand. Costs are not eliminated, and usage should still be monitored.

  2. 2. Cloud Concepts

    Which statement correctly contrasts vertical scaling with horizontal scaling?

    • a.Vertical scaling adds more instances; horizontal scaling makes an instance smaller
    • b.Both terms mean the same thing
    • c.Vertical scaling increases the size of a single resource; horizontal scaling adds more resources
    • d.Horizontal scaling only applies to databases

    答案: c

    解析: Vertical scaling (scaling up) increases the capacity of an individual resource, such as moving to a larger instance type. Horizontal scaling (scaling out) adds more resources, such as more instances behind a load balancer.

  3. 3. Cloud Concepts

    How does elasticity help a retailer that experiences large traffic spikes during holiday sales?

    • a.Capacity automatically scales out during spikes and scales in afterward, matching cost to demand
    • b.Capacity is fixed at the peak level all year, wasting money off-season
    • c.The retailer must manually order servers weeks ahead of each sale
    • d.Traffic spikes cause the application to be permanently oversized

    答案: a

    解析: Elasticity lets the retailer add capacity during peak periods and remove it when demand falls, so they pay only for what they need. This avoids both over-provisioning year-round and under-provisioning during spikes.

  4. 4. Security & Compliance

    Which principle recommends granting users only the permissions they need to perform their tasks and nothing more?

    • a.Defense in depth
    • b.Least privilege
    • c.Separation of billing
    • d.Elastic provisioning

    答案: b

    解析: The principle of least privilege means giving identities only the minimum permissions required for their job. This limits the potential impact if credentials are compromised or misused.

  5. 5. Security & Compliance

    Which service scans EC2 instances and container images for software vulnerabilities and unintended network exposure?

    • a.Amazon Inspector
    • b.AWS Shield
    • c.Amazon Cognito
    • d.AWS Artifact

    答案: a

    解析: Amazon Inspector is an automated vulnerability management service that continuously scans workloads such as EC2 instances and container images for software vulnerabilities and network exposure. It prioritizes findings to help teams remediate risks.

  6. 6. Security & Compliance

    Which statement best distinguishes an IAM user from an IAM role?

    • a.A role always has a permanent password, while a user never does
    • b.A user represents a specific identity with long-term credentials, while a role is assumed temporarily by trusted entities
    • c.Roles can only be used by AWS employees
    • d.Users cannot be assigned any permissions

    答案: b

    解析: An IAM user is a persistent identity with its own long-term credentials, whereas an IAM role is assumed temporarily and provides short-term credentials to whoever or whatever assumes it. Roles are ideal for granting access to applications, services, or federated users.

  7. 7. Cloud Technology & Services

    What is an Availability Zone (AZ)?

    • a.A global DNS service
    • b.A type of EC2 instance
    • c.A billing report
    • d.One or more discrete data centers with redundant power and networking within a Region

    答案: d

    解析: An Availability Zone consists of one or more discrete data centers with independent power, cooling, and networking, isolated from failures in other AZs. Deploying across multiple AZs increases availability and fault tolerance.

  8. 8. Cloud Technology & Services

    Which service lets you model and provision AWS infrastructure as code using templates?

    • a.Amazon CloudWatch
    • b.AWS CloudFormation
    • c.Amazon Inspector
    • d.AWS Shield

    答案: b

    解析: AWS CloudFormation lets you define infrastructure in templates and provision it automatically and repeatably as 'stacks.' This infrastructure-as-code approach makes environments consistent and easy to replicate.

  9. 9. Cloud Technology & Services

    Which S3 storage class is designed for long-term archival where retrieval times of minutes to hours are acceptable at very low cost?

    • a.S3 Standard
    • b.S3 Standard-Infrequent Access
    • c.S3 Intelligent-Tiering
    • d.S3 Glacier

    答案: d

    解析: The S3 Glacier storage classes are designed for low-cost, long-term archival where data is accessed rarely and some retrieval delay is acceptable. S3 Standard, by contrast, is for frequently accessed data with immediate retrieval.

  10. 10. Billing & Pricing

    Which purchasing option offers significant discounts in exchange for a one- or three-year commitment to a consistent amount of compute usage?

    • a.On-Demand Instances
    • b.Savings Plans
    • c.Spot Instances
    • d.Dedicated Hosts billed hourly

    答案: b

    解析: Savings Plans offer lower prices in return for committing to a consistent amount of compute usage (measured in dollars per hour) over a one- or three-year term. Reserved Instances offer a similar trade-off tied to specific instance attributes.

反馈