exam questions

Exam CV0-003 All Questions

View all questions & answers for the CV0-003 exam

Exam CV0-003 topic 1 question 66 discussion

Actual exam question from CompTIA's CV0-003
Question #: 66
Topic #: 1
[All CV0-003 Questions]

A cloud administrator is switching hosting companies and using the same script that was previously used to deploy VMs in the new cloud. The script is returning errors that the command was not found. Which of the following is the MOST likely cause of the script failure?

  • A. Account mismatches
  • B. IP address changes
  • C. API version incompatibility
  • D. Server name changes
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
dvd21
Highly Voted 3 years, 8 months ago
it's the API compatibility
upvoted 8 times
reto1
10 months, 3 weeks ago
C When switching hosting companies, the new cloud provider may have a different API version or set of commands compared to the previous provider. If the script was written using commands specific to the old provider's API, it might not be compatible with the new provider's API, leading to errors such as "command not found."
upvoted 1 times
...
...
kuzummjakk
Most Recent 1 year, 5 months ago
dear exam topics, who is closing their eyes and selecting random answers as the "correct answer". Please tell them, keep it up. im on my toes
upvoted 2 times
...
eacunha
1 year, 7 months ago
Selected Answer: C
C. Incompatibilidade de versão da API Se o administrador de nuvem estiver usando um script que interage com a API da nuvem para realizar operações, mudanças na versão da API entre a antiga e a nova empresa de hospedagem podem resultar em comandos não encontrados ou erros relacionados à incompatibilidade de versão. Recomenda-se verificar a documentação da API da nova empresa de hospedagem para garantir que o script esteja alinhado com a versão correta da API.
upvoted 1 times
...
sheilawu
2 years ago
Selected Answer: C
should be C not D
upvoted 2 times
...
SecPlus2022
2 years, 1 month ago
Selected Answer: C
It states "command not found" not "server not found" so the answer is "C", not "D".
upvoted 1 times
...
Alizadeh
2 years, 3 months ago
Selected Answer: C
C. API version incompatibility
upvoted 1 times
...
Frikandel
2 years, 4 months ago
Has to be C. it says clearly that "the command was not found"
upvoted 1 times
...
TheGinjaNinja
2 years, 6 months ago
Selected Answer: C
API Version
upvoted 2 times
...
achow26
2 years, 11 months ago
Answer should be A API Incompatibility. It says server name and not naming convention.
upvoted 3 times
...
MarcusWG86
2 years, 11 months ago
It is D, here is an example from GCP Passing a Windows startup script from a local file to a new VM Create a VM and pass the contents of a local file to be used as the startup script by using the gcloud compute instances create command with the --metadata-from-file flag: gcloud compute instances create VM_NAME \ --image-project=windows-cloud \ --image-family=windows-2019-core \ --metadata-from-file=windows-startup-script-ps1=FILE_PATH Replace the following: VM_NAME: the name of the VM FILE_PATH: the relative path to the startup script file https://cloud.google.com/compute/docs/instances/startup-scripts/windows
upvoted 2 times
...
u2637ps
3 years, 5 months ago
Cloud providers have specific naming conventions
upvoted 1 times
...
u2637ps
3 years, 5 months ago
if the name is the same in a new cloud why would it fail?
upvoted 1 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 ...