701-100 Exam Page1 - Free Questions and Answers
701-100 Exam Page1 - Free Questions and Answers
701-100 Exam Page1 - Free Questions and Answers
0 (701-100)
Page: 1 / 12
Total 64 questions 10 questions per page
Question 1 ( Topic 1 )
FILL BLANK -
Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)
Answer : clone
Question 2 ( Topic 1 )
Which of the following statements regarding microservices are true? (Choose three correct answers.)
Answer : CDE
Question 3 ( Topic 1 )
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct
answers.)
A. Changes to the database schema can take long and reduce the database performance.
B. Traffic to the database will significantly increase because of the additional service instance.
C. The database schema must be compatible to all running versions of a service.
D. The database is locked while its content is copied to the canary database.
E. Canary deployments require two synchronized instances of each database.
Answer : BE
Question 4 ( Topic 1 )
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?
A. {{TargetEnvironment}}
B. $TargetEnvironment
C. %TargetEnvironment%
D. ${params.TargetEnvironment}
E. $ENV{TargetEnvironment}
Answer : B
Question 5 ( Topic 1 )
Which of the following HTTP headers is a CORS header?
A. X-CORS-Access-Token:
B. Location:
C. Referer:
D. Authorization:
E. Access-Control-Allow-Origin
Answer : E
Reference https://enable-cors.org/server_apache.html
Page: 1 / 12
Total 64 questions
Next Page 10 questions per page