Skip to main content

C1000-007 Online Practice Questions

IBM Cloud Application Development v3

61 questions available · Page 1 of 7

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Which statement describes the immutability of data on blockchain?

  1. A

    Data can only be modified by an administrator

  2. B

    It is not possible to modify business data through transactions

  3. C

    No participant can tamper with a transaction after it has been recorded to the ledger.

  4. D

    All data is encrypted using a one-way hashing algorithm. Therefore, changing stored data is impossible.

Show answer and explanation

Correct answer: B

Question 2 Single choice

Which statement describes how a Delivery Pipeline continuously builds and deploys an application?

  1. A

    Builds run at regularly scheduled intervals and the pipeline automatically deploys the output

  2. B

    It depends on which lifecycle phase in the toolchain contains the Delivery pipeline integration

  3. C

    A DevOps engineer approves the transition actions from one pipeline phase to the next.

  4. D

    A sequence of stages retrieve input and run jobs, such as builds, tests, and deployments

Show answer and explanation

Correct answer: B

Question 3 Single choice

Which statement is true regarding microservices?

  1. A

    They are scaled as a group when greater performance is needed

  2. B

    They are an architecture style based on loosely coupled applications

  3. C

    They are able to overlap responsibilities to provide better availability

  4. D

    They are designed with a focus on combining unrelated tasks in one process

Show answer and explanation

Correct answer: B

Question 4 Single choice

What is a benefit of using the IBM Cloud App ID?

  1. A

    Adds authentication to mobile and web applications

  2. B

    Fixes broken userlDs that are used to access mobile applications

  3. C

    Generates passwords for userlDs that are used to authenticate mobile and web applications

  4. D

    Provides a password vault to store userlDs and passwords that are used to access mobile and web applications

Show answer and explanation

Correct answer: A

Question 5 Single choice

Which is an application design pattern for avoiding cascading service failure?

  1. A

    Nanoservice

  2. B

    Circuit Breaker

  3. C

    Service Discovery

  4. D

    Service Authorization

Show answer and explanation

Correct answer: B

Question 6 Single choice

Which statement defines horizontal scaling in IBM Cloud?

  1. A

    It requires application downtime.

  2. B

    It is referred to as scaling in/out of an application.

  3. C

    It is referred to as scaling up/down of an application.

  4. D

    It can be done by increasing/decreasing the memory or number of CPU cores of an application.

Show answer and explanation

Correct answer: C

Question 7 Single choice

What is used to allow granular access control at the bucket level in IBM Cloud Object Storage within an application in IBM Cloud?

  1. A

    App ID

  2. B

    Federated SSO

  3. C

    Platform API Keys

  4. D

    Identity and Access Management

Show answer and explanation

Correct answer: C

Question 8 Single choice

Which Docker component specifies interfaces that programs can use to talk to the daemon and instruct it what to do?

  1. A

    Images

  2. B

    Engine

  3. C

    Registry

  4. D

    Services

Show answer and explanation

Correct answer: A

Question 9 Multiple choice

Which two methods are considered safe under HTTP specification for RESTful APIs?

  1. A

    GET

  2. B

    PUT

  3. C

    HEAD

  4. D

    POST

  5. E

    PATCH

Show answer and explanation

Correct answers: A, C

Question 10 Single choice

In an Auto-Scaling policy definition, which field defines the interval of time to ignore other scaling requests after a scale out has occurred?

  1. A

    Breach duration

  2. B

    Statistics Window

  3. C

    Cooldown period for scaling in

  4. D

    Cooldown period for scaling out

Show answer and explanation

Correct answer: D