701-100 Exam Question 1
Which of the following statements describes the principal concept behind test driven development?
701-100 Exam Question 2
Which of the following messages bellows the following Logstash grok filter?
grok {
match => ['message ". "%{SYSLOGBASE} new node %{IPORHOST : node)" ]
}
grok {
match => ['message ". "%{SYSLOGBASE} new node %{IPORHOST : node)" ]
}
701-100 Exam Question 3
A Dockerfile contains the statements:
COPY data/ /data/
VOLUME /data
What happens when the resulting container is started without any additional volume configuration? (Choose two correct answers.)
COPY data/ /data/
VOLUME /data
What happens when the resulting container is started without any additional volume configuration? (Choose two correct answers.)
701-100 Exam Question 4
What happens when a merge conflict occurs in git? (Choose two correct answers.)
701-100 Exam Question 5
CORRECT TEXT
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.)
