최신 701-100 무료덤프 - Lpi Linux Professional Institute DevOps Tools Engineer Exam 701
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?
parameters {
string (name: 'TargetEnvironment', defaultValue: 'staging', description: 'Target environment')
}
How can a task use the value provided for TargetEnvironment?
정답: C
설명: (DumpTOP 회원만 볼 수 있음)
Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)
정답: A,D,E
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following conditionals exist in an Ansible playbook? (Choose three correct answers.)
정답: A,B,D
설명: (DumpTOP 회원만 볼 수 있음)
Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)
정답:
PUSH
Explanation:
The git push command is used to upload local repository content to a remote repository.
Pushing is how you transfer commits from your local repository to a remote repository.
It is the command used to copy local commits to a remote repository.
References: Git documentation
Explanation:
The git push command is used to upload local repository content to a remote repository.
Pushing is how you transfer commits from your local repository to a remote repository.
It is the command used to copy local commits to a remote repository.
References: Git documentation
Which of the following statements regarding microservices are true? (Choose three correct answers.)
정답: B,C,D
설명: (DumpTOP 회원만 볼 수 있음)
Which of the following functions are provided by the Ansible apt module? (Choose two correct answers.)
정답: D,E
설명: (DumpTOP 회원만 볼 수 있음)