190k views
5 votes
If there are any ___ errors in your code, you WON'T be alerted while saving the ___ in the ___, but once deployment is ___. If the ___ fails to be executed in the ___, you will get an ___ with the deployment ___, which can also be accessed from the ___ tab.

A) Manual Task / Pipeline / Validation Rule / Deployment / Steps
B) Logs / Steps / Pipeline / Deployment
C) User Story / Validation Rule / Deployment / Errors
D) Pipeline / Validation Rule / Steps / Deployment / Logs

User Uhlitz
by
8.1k points

1 Answer

4 votes

Final answer:

The correct answer is D) Pipeline / Validation Rule / Steps / Deployment / Logs.

Step-by-step explanation:

The correct answer is D) Pipeline / Validation Rule / Steps / Deployment / Logs.

In software development, a validation rule is a set of criteria or conditions that a piece of code must meet. If there are any errors in the code, it will fail to meet these criteria and won't be executed properly.

During the development process, the code is often saved in a pipeline, which is a sequence of steps that automate the build, test, and deployment process. The deployment refers to the process of releasing the software to the production environment.

Once the code is deployed, the system generates logs that record any events, errors, or exceptions that occur during the execution. These logs can be accessed from the Logs tab.

User Zijun
by
9.4k points