exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 263 discussion

Actual exam question from Cisco's 350-901
Question #: 263
Topic #: 1
[All 350-901 Questions]



Refer to the exhibit. Which action resolves the error for the GitLab CI/CD pipeline execution?

  • A. Install the missing python libraries via pip3.
  • B. Download the correct artifacts by specifying them in GitLab.
  • C. Use the python.3.9. 0a4-alpine3.10 Docker image.
  • D. Add the absolute path to the python3 executable.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
duracell
5 months ago
Selected Answer: D
most common issues with gitlab-runner not finding python3 are the variables in the OS env. not set.
upvoted 2 times
...
Dreamnetdev
9 months, 3 weeks ago
Selected Answer: D
Image has python3, though the PATH is not known.
upvoted 1 times
...
andante
1 year ago
Selected Answer: D
alpine:3.10 has python-3.7.3 installed: https://alpinelinux.org/posts/Alpine-3.10.0-released.html Must be D
upvoted 1 times
...
fb48
2 years, 5 months ago
Answer C Python3 command is not recognised. Looks like Python3 not installed. You must install python. But because there is no answer to install, you need tu use a base image that has python installed.
upvoted 4 times
...
[Removed]
2 years, 5 months ago
Selected Answer: C
Pretty sure it's C.
upvoted 4 times
...
fb48
2 years, 5 months ago
python3 command is not recognised by bash. Therefo the path must be added Answer: D
upvoted 1 times
syauichi
2 years, 4 months ago
python3 is not installed on Docker Image alpine3.10. Therefore, Answer is C.
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...