IBM Cloud Advocate v2 C1000-142 Exam Questions

Page: 1 / 14
Total 232 questions
Question 1

Which of following statements are true for IBM Cloud Function? (Select Two)



Answer : A, B

Cloud Functions lets you focus on writing code and building great solutions, without the hassle of setting up, configuring, or maintaining servers. You only pay for the time your code actually runs*, which means no excess capacity or idle time. Cloud Functions scales to fit your exact demand, from once a day to thousands of parallel requests per second.

You can run code for any type of application or backend service, all with zero administration. Invoke your code directly via a REST API, or in response to IBM Cloud services and third-party events.

Because Cloud Functions is open-source and is built around an open ecosystem of event providers, there is never a need to worry about vendor lock-in.

IBM Cloud Function is server less it does not mean Physical infrastructure resources like virtual server, network, storage disks are not required for IBM Cloud Function, because these resources are required and managed by Cloud Provider.


Question 2

Select the answer that correctly completes the sentence. ___provides API creation and management with security-rich features and centralized governance.



Answer : A

Correct Answer : IBM API Connect Service provides API creation and management with security-rich features and centralized governance. You can use IBM API Connect for IBM Cloud to quickly create APIs for microservices based on Node.js and Java runtimes. When APIs are hosted on API Connect: Consumers can locate, understand, learn, and experiment with the APIs they need before committing to use them. They can also self-subscribe to them using revocable keys. Providers can hide the exact locations of API implementations, enable version-based routing, and throttle inbound requests to the API on a per-consumer basis. These capabilities are helpful while packaging data for partners. Consumers and providers can track use and response times, which allows them to tie resource use to their business model. In-Correct Answers IBM Event Streams for IBM Cloud is a high-throughput message bus built with Apache Kafka and was previously known as Message Hub. In Event Streams, applications send data by creating a message and sending it to a topic. It uses availability support from IBM Kubernetes services to maintain high availability and resilience. Integration is available with IBM Cloud services as well as Watson Internet of Things (IoT). Key Features Fully Managed: Built on Apache Kafka, IBM Cloud Event Streams is a fully managed service. Intuitive UX: Deploy your Event Streams in minutes using the benefits of IBM Design Thinking. Event-Driven: Use integrations with IBM Cloud services like Watson IoT platform, IBM Streaming Analytics, and IBM Cloud Functions to easily create your event-driven architecture. IBM App Connect is a powerful all-in-one tool for easily connecting apps, integrating data, building APIs, and acting on events. App Connect can connect any endpoint, map your data, and move data fast. With IBM App Connect, you can reliably access and combine data assets across all your enterprise applications, databases, and systems and expose them as APIs. You can connect to any application or endpoint, from the latest SaaS apps to mainframe systems. IBM App Connect allows you to connect applications together using a common platform. It enables you to build automation triggers between applications and automate workflows and integrate data using the included 75+ connectors and 50+ templates. Key Features Intuitive Development Tools: Easily create APIs, thoroughly test them, then share them with others both inside and outside your organization. Easy Yet Powerful Security: Use pre-defined security policies to protect your API or customize your own. Lifecycle Management: Manage the entire lifecycle of your APIs for your internal team, external consumers, and third parties. Customizable Developer Portal: Share your APIs with other developers using the built-in fully-customizable portal. The portal includes the ability to communicate with API consumers using a variety of modalities including blogs, forums, and messaging. IBM MQ on Cloud provides enterprise-grade messaging capabilities to allow the flow of information between different applications. This service is fully managed so you can focus on integrating MQ applications rather than upgrades and patches. Key Features Deduplication: Messages are delivered without duplicates. Connectivity: Connectivity issues are handled by MQ. Encryption: End-to-end data encryption is used to ensure the security of your data. [Exam Tips] Remember following points: If you need to create, secure, and manage APIs use API Connect If you need to connect, copy, and sync application data across platforms use APP Connect If you need to deliver reliable, secure messaging, either on-premises or over the cloud use MQ If you need to build adaptive smart apps that react to events as soon as they happen use IBM Event Streams


Question 3

Which account type offer discounted pricing for services and support?



Answer : C

IBM Cloud has three main types of accounts mentioned below : Lite Account : IBM Cloud Lite Account to access to over 40 services at free of cost, There is No credit card required, and the account never expires. Pay-as-You-Go: IBM Cloud Pay-As-You-Go account, you can access the full IBM Cloud catalog, including all Free and Lite plans. You pay only for billable services that you use, no long-term commitment required, You will get bill monthly based on your usages. Subscription accounts : IBM Cloud Subscription accounts offer many of the same benefits as Pay-As-You-Go accounts, including access to the full IBM Cloud catalog and the ability to create multiple resource groups. In addition, Subscription accounts provide discounts for platform services and support and more consistent billing through subscriptions. Exam Tips : You can expect few questions in exam from IBM Cloud account type. Remember : Lite account is free, no credit card required , and allow free access to 40 services. Pay-as-You-Go is billing utility model, where you have to pay bill monthly. Subscription accounts offer discount, available for enterprises, and required long term commitment


Question 4

What is true regarding SSL certificates to be used to encrypt traffice between IBM cloud and public network using SSL/TLS?



Answer : C

SSL (Secure Socket Layer) allows information to travel from browser to server and back again using a secured transmission tunnel to combat eavesdropping. Verication amount depends on the style of SSL certicate involved. You can manage your SSL certificates in the IBM Cloud console. Within the IBM Cloud console, all SSL certificates ordered through IBM Cloud can be managed from the SSL Orders screen. This screen tracks all orders, including the common name, certificate type, and expiration date of the certificate but does not contain any certificate-specific details such as the certificate itself or the Private Key. From this screen, current and expired SSL certificates can be renewed under their pre-existing terms, and fulfillment emails can be requested to receive the SSL certificate details if they are lost. All requests that are made from the SSL Orders screen are routed to the appropriate certificate authority for the SSL certificate, which fulfills the requests as necessary. Because IBM Cloud does not possess the SSL certificate details, IBM Cloud is unable to provide any additional information about the certificate.


Question 5

Which IBM product empowers external developers. Making it easier for them to discover existing api and encourages decentralizations of integration delivery?



Answer : A

Correct Answer: IBM API Connect lets users create, secure, expose, manage, socialize, and analyze

In-Correct Answer :

IBM MQ is a scalable messaging platform that uses Java Message Service (JMS) and other technologies to integrate applications and put information such as product availability on the cloud, where consumers can easily retrieve it.

IBM APP Connect integrates data and applications from existing systems, and ties together technologies across environments, including legacy and SaaS systems.

IBM Event Streams Apache Kafka-based IBM Event Streams enable organizations to create smart applications that react to events as soon as they happen. This real-time response is needed to create engaging experiences that respond to users instantly.

By moving batch processing to real-time, predictive analytic platforms, IBM Event Streams also make machine learning easier.


Question 6

Kubernetes relies on ____ configuration files to maintain the application state? (Fill in the Blank)



Answer : D

Kubernetes relies on YAML configuration files to maintain the application state.


Question 7

Which statement is true about the Block Storage?



Answer : B

Block storage is used to store data files on Storage Area Networks (SANs) or cloud-based storage environments. It can be attached to compute instance. Block Storage normally mounted onto only one compute node at a time. With block storage, you specify the size of the storage and pay a fee based on the size you provisioned.

When data is moved to block storage, the underlying SAN technology breaks the data into separate, uniform-sized pieces, or blocks. Each block will be given a unique identifier. The SAN will then place those blocks onto the physical storage, distributing them across several disks, often making multiple copies.

When a user or application requests data from a block storage system, the underlying SAN technology reassembles the data blocks and presents the data to the user or application.

Block storage decouples data from user environments. It allows data to be spread and duplicated across multiple storage devices, enabling faster retrieval and higher resilience to disk failures.

Benefits:

Provides the lowest latency: Block storage provides the lowest latency for network-based storage versus local disk drives in the server, Provide IOPS up to 48,000 IOPS.

High performing: Block storage is highly available and independent of the clients that access it. It remains available and durable regardless of client outages.

High redundancy: Network-based block storage is considered to have a higher level of redundancy compared to local disk storage.

Endurance and Performance tiers: Block storage has two tiers from which to choose. Volumes can be created from 20 GB to 12 TB in size.

Eight authorized hosts: Block storage allows eight authorized hosts (can request up to 64) to connect via the multipath IO (MPIO) iSCSI connection.

Snapshots: Block storage allows point-in-time non-disruptive ''snapshots,'' which can be replicated to a cross-regional data center as a duplicate volume.

Custom costs: Block storage allows monthly and hourly billing cycles.

Data-at-rest encryption: Block storage offers provider-managed encryption-at-rest. Note: Customer-managed encryption is not supported by IBM Classic Storage; however, customer-managed encryption keys can be stored

Use Cases:

As you have learned, block storage has a high performance and is easily updatable. Therefore, many organizations use it for transactional databases.

Because of its high performance and reliability, block storage is a common solution for storing emails.

Block storage suitable for low latency workloads where consistently high speeds required.


Page:    1 / 14   
Total 232 questions