CV0-003日本語問題集でリアル試験問題でテストエンジン問題集でトレーニング
CompTIA CV0-003日本語テスト問題集とオンライン試験エンジン
質問 # 219
QA チームは、レポート作成にビジネス インテリジェンス アプリケーションを使用する、新しく実装された臨床試験管理 (CTM) SaaS アプリケーションをテストしています。UAT ユーザーは、HTTP と HTTPS を使用するように指示されました。
アプリケーションのデータフローを参照してください。
1A - エンド ユーザーは Web ブラウザを通じてアプリケーションにアクセスし、臨床データを入力および表示します。
2A - CTM アプリケーション サーバは、データベース サーバとの間でデータを読み書きします。
1B - エンド ユーザーは Web ブラウザを通じてアプリケーションにアクセスし、臨床データに関するレポートを実行します。
2B - CTM アプリケーション サーバーは、非特権ポートで BI アプリケーション サーバーへの SOAP 呼び出しを行います。
3B - BI アプリケーション サーバーはデータベース サーバーからデータを取得し、それを CTM アプリケーション サーバーに提示します。
UAT ユーザーが https://ctm.app.com または http://ctm.app.com を使用してアプリケーションにアクセスしようとすると、「ブラウザーは Web ページを表示できません」というメッセージが表示されます。QA チームは、問題のトラブルシューティングを行うためのチケットを発行しました。
説明書
あなたは、ファイアウォール ルールと仮想ネットワーク設定を確認する任務を負ったクラウド エンジニアです。
ファイアウォール ルールがデータフローに基づいたトラフィックのみを許可していることを確認する必要があります。
外部 DNS 解決と NAT が機能していることはすでに確認済みです。
VLAN 割り当てと ACL を確認し、適切に設定します。VLAN タグ テーブルから適切な VLAN を各層にドラッグ アンド ドロップします。必要に応じて各ファイアウォールをクリックして ACL を変更します。
シミュレーションの初期状態に戻したい場合は、[すべてリセット] ボタンをクリックしてください。




正解:
解説:
See explanation below
Explanation:
On firewall 3, change the DENY 0.0.0.0 entry to rule 3 not rule 1.
質問 # 220
プライベート クラウド システムでハードウェアをアップグレードした後、システム管理者はネットワーク パフォーマンスが大幅に低下していることに気付きました。原因として最も可能性が高いのは次のうちどれですか?
- A. ドライバー
- B. CPU
- C. メモリー
- D. クラスターの配置
正解:A
解説:
The driver is the most likely cause of the drop in network performance after a hardware upgrade on a private cloud system. A driver is a software component that enables communication and interaction between hardware devices and operating systems or applications. A driver may need to be updated or reinstalled after a hardware upgrade to ensure compatibility and functionality. If the driver is outdated, missing, or corrupted, it may affect the network performance of the system.
質問 # 221
ある企業は、すべてのオンプレミス プラットフォームをクラウドに移行したいと考えています。同社には十分な熟練した Linux および Web サーバー エンジニアがいますが、熟練したデータベース管理者は数人しかいません。また、電子メール サービスの管理に関する専門知識もほとんどありません。次のソリューションのうち、利用可能な担当者のスキルセットに最も適合するものはどれですか?
- A. Web サーバー、データベース、電子メールを LaaS で実行します。
- B. Web サーバー、データベース、電子メールを SaaS で実行します。
- C. Web サーバーを LaaS で実行し、データベースを PaaS で実行し、電子メールを SaaS で実行します。
- D. Web サーバーを PaaS で実行し、データベースと電子メールを SaaS で実行します。
正解:C
解説:
Explanation
To answer this question, we need to understand the different types of cloud computing models and how they suit the skill sets of the available personnel. According to Google Cloud, there are three main models for cloud computing: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). Each model provides different levels of control, flexibility, and management over the cloud resources and services1.
IaaS: This model provides access to networking features, computers (virtual or on dedicated hardware), and data storage space. It gives the highest level of flexibility and management control over the IT resources and is most similar to existing IT resources that many IT departments and developers are familiar with2.
PaaS: This model provides a complete cloud platform for developing, running, and managing applications without the cost, complexity, and inflexibility of building and maintaining the underlying infrastructure. It removes the need for organizations to manage the hardware and operating systems and allows them to focus on the deployment and management of their applications2.
SaaS: This model provides a completed product that is run and managed by the service provider. It does not require any installation, maintenance, or configuration by the customers. It is typically used for end-user applications that are accessed through a web browser or a mobile app2.
Based on these definitions, we can evaluate each option:
Option A: Run the web servers in PaaS, and run the databases and email in SaaS. This option is not the best match for the skill sets of the available personnel because it does not leverage their expertise in Linux and web-server engineering. Running the web servers in PaaS means that they will have less control and customization over the web server environment and will have to rely on the service provider's platform features. Running the databases and email in SaaS means that they will not need any database administration or email management skills, but they will also have less flexibility and security over their data and communication.
Option B: Run the web servers, databases, and email in SaaS. This option is not a good match for the skill sets of the available personnel because it does not utilize their skills at all. Running everything in SaaS means that they will have no control or responsibility over any aspect of their cloud environment and will have to depend entirely on the service provider's products. This option may be suitable for some small businesses or non-technical users who do not have any IT skills or resources, but not for a company that has skilled Linux and web-server engineers.
Option C: Run the web servers in IaaS, the databases in PaaS, and the email in SaaS. This option is the best match for the skill sets of the available personnel because it balances their strengths and weaknesses. Running the web servers in IaaS means that they can use their Linux and web-server engineering skills to configure, manage, and optimize their web server infrastructure according to their needs. Running the databases in PaaS means that they can leverage the service provider's platform features to simplify their database development and administration tasks without having to worry about the underlying hardware and operating systems. Running the email in SaaS means that they can outsource their email services to a reliable and secure service provider without having to invest in or manage their own email infrastructure.
Option D: Run the web servers, databases, and email in IaaS. This option is not a good match for the skill sets of the available personnel because it puts too much burden on them. Running everything in IaaS means that they will have to handle all aspects of their cloud environment, including networking, computing, storage, security, backup, scaling, patching, etc. This option may be suitable for some large enterprises or highly technical users who have full control and customization over their cloud environment, but not for a company that has only a couple of skilled database administrators and little expertise in managing email services.
Therefore, option C is the correct answer.
質問 # 222
クラウド管理者は、IaaS クラウド プラットフォーム環境の冗長性と高可用性を確保する任務を負っています。管理者には次の要件が与えられます。
2 つの Web サーバーが同じ構成を共有し、クライアント接続に均等にサービスを提供する必要があります。2 つのデータベース サーバーがデータと構成を共有する必要があり、一度に 1 つだけが使用されます。上記を考慮して、管理者がこれらの要件を最もよく満たすために提案する必要があるのは、次のうちどれですか? (2 つ選択)。
- A. 要求の可用性の側面は、現在 IaaS クラウド プラットフォームには存在しません。
- B. データベース サーバーは、アクティブ/パッシブ クラスターとして構成する必要があります。
- C. リクエストの冗長性の側面は、現在 IaaS クラウド プラットフォームには存在しません。
- D. データベース サーバーは、アクティブ/アクティブ クラスターとして構成する必要があります。
- E. Web サーバーは、CNAME レコードを持つラウンドロビン DNS で構成する必要があります。
- F. Web サーバーは、仮想 IP アドレスを持つロード バランサーで構成する必要があります。
正解:B、E
質問 # 223
会社の Web サーバーは、パッチ適用と四半期ごとの更新が予定されています。クラウド管理者は、監視システムが停止アラートを記録して会社の SLA 目標に悪影響を与えないようにする必要があります。管理者が取るべき最善のアクションは次のどれですか。
- A. ターゲット サーバーでホストされている監視エージェントをシャット オフします。
- B. 停止アラートの重大度を情報レベルに変更します。
- C. インシデント管理システムで生成されたすべてのアラートを自動的にクリアします。
- D. 監視システムでシステムをメンテナンス モードとしてマークします。
正解:D
解説:
Detailed
D . Mark the systems in maintenance mode in the monitoring system: Maintenance mode ensures alerts during planned downtime are not triggered, preventing SLA violations while maintaining visibility into server status.
References:
CompTIA Cloud+ CV0-003 Study Guide Chapter 16: Logging, Monitoring, and Alerting.
質問 # 224
企業は、利用可能なリソースがほとんどない独自のプライベート クラウドを使用しています。ミッションクリティカルなシステムやその他の情報システムが稼働しています。新しいシステムは、プライベート クラウドにデプロイされます。
テスト計画には、次のテストが含まれています。
* 負荷テスト (2h)
* バックアップ/復元テスト (6h)
* 機能テスト (8h)
* フェイルオーバーテスト (1h)
既存システムの運用スケジュールを以下に示す。
既存のシステムへの影響を最小限に抑えるために、負荷テストに最も適したスケジュールは次のうちどれですか?
- A. 02:00-04:00
- B. 22:00-00:00
- C. 09:00-12:00
- D. 18:00-20:00
正解:D
質問 # 225
組織は、外部 Web サイトをホストするための新しいソリューションを開発しています。システム管理者には、OS を管理する能力が必要です。次の方法のうち、この目的を達成するのに最も適しているのはどれですか?
- A. クラウド上の PaaS コンポーネントを使用して製品を実装します。
- B. コンテナー環境で Web サーバーをプロビジョニングします。
- C. Web サーバーを laaS プロバイダーにデプロイします。
- D. クラウドベースの VDI ソリューションを実装します。
正解:C
解説:
Deploying web servers into an IaaS (Infrastructure as a Service) provider is the most suitable method to achieve the objective of hosting an external website and managing the OS. IaaS is a cloud service model that provides basic computing resources such as servers, storage, network, etc., to the customers. The customers have full control and flexibility over these resources and can install and configure any software they need on them. IaaS is suitable for hosting web servers and managing the OS, as it allows the customers to choose their preferred OS, web server software, settings, etc., and customize them according to their needs.
質問 # 226
管理者が数年前にプライベート クラウドを導入してから、ユーザーからネットワークが遅くなったと報告されるようになりました。管理者は監視ツールを調べ、スーパーネットを使用して 8,000 個以上の VM を許可したにもかかわらず、データセンターで最も使用されているスイッチ ポートが総スループット速度の 40% しか使用していないことに気付きました。問題が最も考えられるのは次のうちどれですか?
- A. 各ホストにはネットワークへのリンクが 2 つしかなく、飽和状態になりつつあります。
- B. サブネット上でブロードキャストしているデバイスが多すぎます。
- C. すべてのクラウド ネットワークが 10 Gbps を使用する必要がある場合、ネットワークには 4 Gbps HBA しかありません。
- D. 1Pv4 を使用している VM の数が原因でネットワークがクラッシュしています。
正解:B
質問 # 227
ある企業は、自社のデータセンター内でホストされているプライベート クラウド ソリューションを利用しています。この会社は、以下のリソースを必要とする新しいビジネス アプリケーションを立ち上げたいと考えています。
現在のプライベート クラウドには、30 個の vCPU と 512 GB の RAM が利用可能です。同社は、このアプリケーションを起動するための迅速なソリューションを探しています。起動時の最大セッション数は 24,000 近く、平均で約 5,000 セッションになると予想されます。
次のソリューションのうち、会社が新しいワークロードに最短時間で対応し、最大の経済的利益を得るのに役立つのはどれですか?
- A. すべてのワークロードをパブリック クラウド プロバイダーに移行する
- B. プライベート クラウドに容量を追加する
- C. プライベート クラウド内で自動スケーリングを構成する
- D. 追加リソースのクラウド バースティングをセットアップする
正解:D
解説:
Explanation
Cloud Bursting can be used for both compute and storage. This question is about compute capability.
"Compute Bursting" unleashes the high-performance compute capabilities of the cloud for processing locally created datasets. (reference: https://www.ctera.com/it-initiatives/cloud-bursting/)
https://azure.microsoft.com/en-us/overview/what-is-cloud-bursting/
質問 # 228
システム管理者は、ネットワークベースのフラッディング攻撃によって引き起こされたクラウド環境の停止に対応しています。攻撃を軽減するために管理者が構成する必要があるのは、次のうちどれですか?
- A. DoH
- B. GENEVE を使用したネットワーク オーバーレイ
- C. NIPS
- D. DDoS 保護
正解:D
解説:
Explanation
DDoS protection is what the administrator should configure to mitigate a network-based flooding attack that caused an outage in a cloud environment. A network-based flooding attack is a type of attack that sends a large amount of network traffic or requests to a target system or service, such as a server, website, application, etc., with the intention of overwhelming or exhausting its resources or capacity. A network-based flooding attack can cause an outage in a cloud environment by disrupting or degrading the availability or performance of the target system or service, as well as affecting other systems or services that share the same network or infrastructure. DDoS protection is a tool or service that detects and prevents network-based flooding attacks, also known as Distributed Denial of Service (DDoS) attacks. DDoS protection can mitigate a network-based flooding attack by providing features such as:
Filtering: DDoS protection can filter network traffic or requests based on various criteria, such as source, destination, protocol, content, etc., and block or allow them accordingly.
Diverting: DDoS protection can divert network traffic or requests away from the target system or service to another location or device, such as a scrubbing center, proxy, firewall, etc., where they can be analyzed and processed.
Scaling: DDoS protection can scale network resources or capacity dynamically and automatically to handle the increased demand or load caused by the network-based flooding attack.
質問 # 229
管理者が送信元と宛先の間のホップ数を決定する場合、次のツールのうちどれを使用しますか?
- A. トレーサート
- B. ipconfig
- C. アルプ
- D. nbstat
正解:A
質問 # 230
クラウド管理者はデータベース システムを監視しており、読み取り操作が異常に増加しており、システムに大きな負荷がかかっていることに気付きました。システムはリレーショナル データベースを使用しており、VM で実行されています。
最小限のアーキテクチャ変更で問題を解決するには、管理者が行うべきことは次のうちどれですか?
- A. DBaaS を使用してデータベース システムを実装します。
- B. キャッシュ システムを使用して読み取り操作を保存します。
- C. リレーショナル データベースを NoSQL データベースに移行します。
- D. セカンダリ・スタンバイ・データベース・インスタンスを作成します。
正解:B
解説:
Explanation
The best way to resolve the issue of an unusual increase in the read operations that is causing a heavy load in the system that is using a relational database and is running in a VM is to use a cache system to store reading operations. A cache system is a type of storage system that temporarily stores frequently accessed or recently used data in memory for faster retrieval. A cache system can reduce the load on the database system by serving the read requests from the cache instead of querying the database every time. Reference: [CompTIA Cloud+ Certification Exam Objectives], Domain 4.0 Troubleshooting, Objective 4.3 Given a scenario, troubleshoot capacity issues within a cloud environment.
質問 # 231
SaaS プロバイダーは、サービスの可用性を最大限に維持したいと考えています。最大の SLA を達成するには、次のどれを実装する必要がありますか?
- A. 冷たいサイト。
- B. 温かみのあるサイト。
- C. アクティブ/アクティブ サイト。
- D. モバイルサイト。
正解:C
解説:
Detailed
B . An active-active site: Active-active configurations involve multiple sites operating simultaneously, ensuring maximum availability and failover capabilities, which are critical for meeting high SLA requirements.
References:
CompTIA Cloud+ CV0-003 Study Guide Chapter 21: Disaster Recovery Tasks.
質問 # 232
クラウド管理者は、新しい開発チームのインターンのためにいくつかのアカウントを追加しています。これらのインターンはリソースのすべてではなく一部にアクセスする必要があり、夏の間のみ勤務します。次のユーザー プロビジョニング手法のうちどれを使用する必要がありますか?
- A. インターンごとに個別のアカウントを作成し、各アカウントの権限と有効期限を設定して、それらを一時的なゲスト ユーザー グループにリンクします。
- B. 適切な権限を持つテンプレート ユーザー アカウントを 1 つ作成し、それを使用して他のアカウントのクローンを作成します。各アカウントの有効期限を個別に設定します。
- C. インターン生が共有する単一のアカウントを作成します。アカウントの有効期限を 6 か月に設定します。
- D. 適切な権限を持つ「インターン」というラベルのロールを作成します。インターンごとに有効期限を設定した個別のアカウントを作成し、各インターンをそのロールに追加します。
正解:B
質問 # 233
クラウド管理者は、組織の Web サイトの CDN を構成して、遠隔地のユーザーのパフォーマンスを向上させています。次の CDN 機能のどれがこの目標の達成に役立ちますか?
- A. コンテンツの圧縮。
- B. 動的リクエストルーティング。
- C. エッジロケーションへのコンテンツレプリケーション。
- D. コンテンツの重複排除。
正解:C
解説:
Detailed
B . Content replication to edge locations: By replicating content to servers closer to end users, CDNs reduce latency and improve website performance for remote users.
References:
CompTIA Cloud+ CV0-003 Study Guide Chapter 13: Cloud Networking Solutions.
質問 # 234
ある製薬会社は、システムとインフラストラクチャをクラウドに移行しています。セキュリティ上の制限と規制ポリシーにより、会社の最高経営責任者 (CEO) は、この情報をクラウドに移行することを懸念しています。
CEOの懸念に基づいて、会社が最初にすべきことは次のうちどれですか?
- A. 会社のセキュリティ ポリシーを確認します。
- B. セキュリティ ツールをシステムとサービスに更新します。
- C. コンプライアンス要件を確認します。
- D. 定義された監査/コンプライアンス要件を適用します。
正解:C
質問 # 235
企業の主任製品開発者であるアンは、3 人の新しい開発者を雇用したところです。アンはクラウド管理者に、これらの開発者にパブリック クラウド環境のファイル共有へのアクセスを許可するよう依頼しました。クラウド管理者がとるべき最善のアプローチは次のうちどれですか?
- A. Ann のアカウントのクローンを作成して、3 つの新しい開発者アカウントを作成します。
- B. ファイル共有にアクセスするための新しいロールを作成し、3 人の新しい開発者を割り当てます。
- C. ファイル共有を各新しい開発者のラップトップにコピーします。
- D. アンの共有アカウントの資格情報を 3 人の新しい開発者に配布します。
正解:B
質問 # 236
クラウド管理者が、プールの 1 つで最大ユーザー数に達したという問題を報告しています。プールには 10 個の VM があり、それぞれに 10 人のユーザーを処理するソフトウェア容量があります。ダッシュボードのメトリックに基づくと、受信した新しいサービス リクエストの 15% が失敗しています。問題を解決するための最良の方法は次のうちどれですか?
- A. 負荷の増加率を確認して、クラウド容量の境界を超えているかどうかを判断し、パブリック クラウドへのバーストを有効にします。
- B. DHCP スコープを確認し、プールを拡張して使用可能な IP アドレスの数を増やします。
- C. ダッシュボードでコンピューティング、ストレージ、およびネットワークの使用率を確認し、リソースを追加して容量を増やします。
- D. 現在のライセンス容量を確認し、追加のライセンスを購入してユーザーを追加します。
正解:C
質問 # 237
現在、企業のサーバーはすべて 1 つのクラウド MSP でホストされています。同社は、別の MSP で新しいクラウド環境を作成しました。現在、クラウド エンジニアは、サーバー移行の準備とクラウド間の接続の確立を任されています。エンジニアが最初に実行する必要があるのは、次のうちどれですか?
- A. サーバーを移行します。
- B. 各クラウド環境からすべてのネットワークをピアリングします。
- C. VPN トンネルを作成します。
- D. ネットワーク アクセス制御リストを構成します。
正解:C
解説:
Creating a VPN tunnel is the first action that the engineer should perform to prepare for server migrations and establish connectivity between clouds. A VPN (Virtual Private Network) tunnel is a secure and encrypted connection that allows data to be transferred between two networks or locations over the public internet. Creating a VPN tunnel can enable communication and interoperability between different cloud environments, as well as protect data from interception or modification during migration.
質問 # 238
エンジニアが、新しいアプリケーション サーバーの監視を構成しています。日中、サーバーの CPU は約 30% の使用率でベースライン化されています。午前 0 時に、約 1 時間にわたって CPU 使用率を最大 75% にするバッチ ジョブの実行がスケジュールされています。CPU 使用率が 10 分以上 40% 以上になると、管理者は常にアラートを受け取ります。
管理者が誤ったアラートによるメッセージ疲労を経験しないようにするための最良の方法は、次のうちどれですか?
- A. バッチ ピーク時間中に別のしきい値を設定します。
- B. バッチ ジョブ中の監視を手動で無効にします。
- C. アラート時間のしきい値を 65 分に増やします。
- D. アラート使用率のしきい値を 80% に増やします。
正解:A
質問 # 239
......
CompTIA CV0-003日本語問題を提供していますCompTIA Cloud+問題集と完璧な解答付き:https://jp.fast2test.com/CV0-003J-premium-file.html