SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What are two characteristics of manual deployments of applications?
A
More verification steps are typically required.
B
They are prone to human error.
C
They perform many quality checks.
D
They use a fast release cadence.
Explanation: 

Detailed explanation-1: -Continuous Integration provides features like Code review and Code quality detection, making the identification of errors easy. If the code does not match the standard level or a mistake, it will be alerted with emails or SMS messages. Code review helps the developers to improve their programming skills continually.

Detailed explanation-2: -Manual deployments are inherently slow and error-prone. Deployment automation used only in development or only in operations may help one silo, but leads to a hand-off where changes to the process may be insufficiently communicated. Automated deployments provide superior audit trails.

Detailed explanation-3: -Manual configuration is intended for advanced users when more control of the application server environment is required. When the configuration utility is run with the manual deployment mode selected, it makes necessary changes to the database, but your application server is not changed.

There is 1 question to complete.