LPI 701-100 Exam Practice Questions (P. 1)
- Full Access (60 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #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.)
Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)
send
light_mode
delete
Question #2
Which of the following statements regarding microservices are true? (Choose three correct answers.)
- AMicroservices facilitate the replacement of the implementation of a specific functionality.Most Voted
- BMicroservices applications are hard to scale because microservice architecture allow only one instance of each microservice.
- CIntegration tests for microservices are not possible until all microservices forming a specific application are completely developed.
- DInteraction between microservices can be slower that the interaction of similar components within a monolithic application.Most Voted
- EWithin one application, individual microservices can be updated and redeployed independent of the remaining microservices.Most Voted
Correct Answer:
CDE
CDE
send
light_mode
delete
Question #3
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)
- AChanges to the database schema can take long and reduce the database performance.
- BTraffic to the database will significantly increase because of the additional service instance.
- CThe database schema must be compatible to all running versions of a service.
- DThe database is locked while its content is copied to the canary database.
- ECanary deployments require two synchronized instances of each database.
Correct Answer:
BE
BE
send
light_mode
delete
Question #4
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?
}
How can a task use the value provided for TargetEnvironment?
- A{{TargetEnvironment}}
- B$TargetEnvironment
- C%TargetEnvironment%
- D${params.TargetEnvironment}Most Voted
- E$ENV{TargetEnvironment}
Correct Answer:
B
B
send
light_mode
delete
Question #5
Which of the following HTTP headers is a CORS header?
- AX-CORS-Access-Token:
- BLocation:
- CReferer:
- DAuthorization:
- EAccess-Control-Allow-Origin
Correct Answer:
E
Reference https://enable-cors.org/server_apache.html
E
Reference https://enable-cors.org/server_apache.html
send
light_mode
delete
All Pages