Question 6 of 40

A backup of 20 GB of data is reduced by a deduplication algorithm to 4 GB of data. What is the deduplication ratio?

    Correct Answer: B

    A deduplication ratio is calculated by dividing the original size of the data by the size after deduplication. In this case, the original data is 20 GB and is reduced to 4 GB after deduplication. Thus, the deduplication ratio is 20 GB divided by 4 GB, which equals 5:1.

Question 7 of 40

What assurance does the content authenticity feature of CAS provide?

    Correct Answer: C

    The content authenticity feature of CAS ensures the validity of stored content. This is achieved by generating a unique content address for each object and validating this address regularly. This process helps maintain the integrity and authenticity of the content by ensuring that the content matches its unique address, effectively preventing tampering or corruption.

Question 8 of 40

Which key metric should be used when updating the corporate disaster recovery plan to minimize data loss?

    Correct Answer: C

    The key metric that should be used when updating the corporate disaster recovery plan to minimize data loss is the Recovery Point Objective (RPO). RPO defines the maximum acceptable amount of data loss measured in time before a disaster occurs. By aiming for a lower RPO, organizations can ensure that they would lose less data in the event of a disaster.

Question 9 of 40

Which describes graceful degradation?

    Correct Answer: B

    Graceful degradation refers to the design concept where a system continues to function in the presence of partial system failures, albeit in a reduced capacity. This implies that when some modules are unavailable, the entire application doesn't go down, but rather continues to operate with limited functionality, maintaining service continuity to some extent. Thus, the statement 'Some modules are unavailable, but the entire application has not been brought down' correctly describes graceful degradation.

Question 10 of 40

Refer to the exhibit.

Exam DEA-3TT2 Question 10

How is a hash created on file Apr.Txt in an object-level deduplication?

    Correct Answer: C

    In object-level deduplication, a hash is created from the content of the file. This unique hash, also known as an object ID, is used to identify and eliminate duplicate copies of the same data. The deduplication process relies on the hash values to determine whether identical content is already stored and thus can avoid storing redundant copies.