An intricate 3D artwork requires 10 different items, labelled {A,B,C,D,E,F,G,H,I,J} to be stuck in place. The layout requires the following constraints to be met.
A must be stuck on top of F
B must be stuck on top of E and I
C must be stuck on top of F
D must be stuck on top of J
E must be stuck on top of D
F must be stuck on top of B and G
G must be stuck on top of E and I
H must be stuck on top of A and C
I must be stuck on top of J
Each piece requires a day to dry after sticking. A piece can be stuck on top of another piece only if the earlier piece has dried.
What is the minimum number of days required to complete assembling the artwork?
A) 10
B) 8
C) 7
D) 5
Which statement describes a benefit of DevOps?
O It provides a clear separation between application methods and infrastructure methods.
O It enables the capability to continuously release software with high confidence.
O It promotes individual efforts for both development and operations.
O It allows for a slower and more reasonable time frame for making fixes in production mode.
O I don't know this yet.
Submit answer
devops stands for DEVelopment and OPerationS. It gives the clarity to the developer about the development of the software and the devops engineer to deploy those