Free 701-100 Exam Braindumps (page: 2)

Page 1 of 16

FILL BLANK
Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)

  1. clone

Answer(s): A



Which of the following statements regarding microservices are true? (Choose three correct answers.)

  1. Microservices facilitate the replacement of the implementation of a specific functionality.
  2. Microservices applications are hard to scale because microservice architecture allow only one instance of each microservice.
  3. Integration tests for microservices are not possible until all microservices forming a specific application are completely developed.
  4. Interaction between microservices can be slower that the interaction of similar components within a monolithic application.
  5. Within one application, individual microservices can be updated and redeployed independent of the remaining microservices.

Answer(s): C,D,E



Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)

  1. Changes to the database schema can take long and reduce the database performance.
  2. Traffic to the database will significantly increase because of the additional service instance.
  3. The database schema must be compatible to all running versions of a service.
  4. The database is locked while its content is copied to the canary database.
  5. Canary deployments require two synchronized instances of each database.

Answer(s): B,E



A declarative Jenkins pipeline contains the following excerpt:

parameters {
string (name: ‘TargetEnvironment’, defaultValue: ‘staging’, description:

‘Target environment’)
}

How can a task use the value provided for TargetEnvironment?

  1. {{TargetEnvironment}}
  2. $TargetEnvironment
  3. %TargetEnvironment%
  4. ${params.TargetEnvironment}
  5. $ENV{TargetEnvironment}

Answer(s): B






Post your Comments and Discuss LPI 701-100 exam with other Community members:

701-100 Discussions & Posts