Live Virtual Machine Lab 4.1: Module 04 Application Hardening Deployment Techniques
What is the highest level of normalization that you can achieve with a database? 5NF - Fifth Normal Form 4NF - Fourth Normal Form 6NF - Sixth Normal Form 1NF - First Normal Form
6NF - Sixth Normal Form
You have a version control system installed. Several developers work with this system. A new developer wants to work on the code. What is the first task that the developer must perform? Send an approval request to get the code Check out the existing code Copy the code from the developers' system Check in the code
Check out the existing code
In which type of software environment are you most likely to find Microsoft Visual Studio and Eclipse? Test Staging Production Development
Development
Which of the following loop runs until a statement becomes true? Until loop Do loop While loop If...else loop
Until loop
Which of the following statements is true for the scalability of a system? You can add more resources to the system to gain optimal application performance It is the same as elasticity and the two terms can be used interchangeably Scalability is a popular phenomenon in the cloud environment When workload increases, additional resources for the application are provided in an automated fashion
You can add more resources to the system to gain optimal application performance