Free LPI 701-100 Exam Actual Questions

The questions for 701-100 were last updated On May 4, 2024

Question No. 1

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

Show Answer Hide Answer
Correct Answer: C, D, E

Question No. 2

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

Show Answer Hide Answer
Correct Answer: B, E

Question No. 3

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?

Show Answer Hide Answer
Correct Answer: B

Question No. 4

Which of the following HTTP headers is a CORS header?

Show Answer Hide Answer
Question No. 5

Which of the following git commands is used to manage files in a repository? (Choose two correct answers.)

Show Answer Hide Answer
Correct Answer: A, C