Question 162 of 500
Cloud SecuritymediumMultiple ChoiceObjective-mapped

Quick Answer

The answer is that the file upload is blocked if the content contains the word 'secret'. This is correct because the JSON policy defines a data pattern that matches the keyword 'secret' within file content, and the specified action is 'block', which enforces the Cloudlock DLP content blocking rule by preventing the upload and generating an alert. On the Cisco SCOR 350-701 exam, this scenario tests your understanding of how Cisco Cloudlock DLP policies use data patterns and actions to enforce data loss prevention in cloud applications; a common trap is confusing a 'block' action with a 'monitor' or 'quarantine' action, so always check the action field in the JSON. Remember the mnemonic "Pattern + Action = Outcome" — if the pattern matches and the action is block, the upload is denied.

350-701 Cloud Security Practice Question

This 350-701 practice question tests your understanding of cloud security. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Exhibit

Refer to the exhibit.

{
  "policyName": "DLP-Confidential",
  "rules": [
    {
      "condition": {
        "content": {
          "contains": "secret"
        }
      },
      "action": "block"
    }
  ]
}

Refer to the exhibit. This JSON policy is part of a Cisco Cloudlock DLP configuration. What will happen when a user attempts to upload a file containing the word 'secret' to a cloud storage service?

Question 1mediummultiple choice
Full question →

Exhibit

Refer to the exhibit.

{
  "policyName": "DLP-Confidential",
  "rules": [
    {
      "condition": {
        "content": {
          "contains": "secret"
        }
      },
      "action": "block"
    }
  ]
}

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The file upload is blocked if the content contains the word 'secret'

The JSON policy shown in the exhibit is a Cisco Cloudlock DLP policy that uses a data pattern to match the word 'secret' in file content. The action specified is 'block', which means when a user attempts to upload a file containing 'secret' to a cloud storage service, the upload is blocked and an alert is generated. Option B correctly identifies that the file upload is blocked if the content contains the word 'secret', aligning with the policy's enforcement action.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • An alert is generated but the file is not blocked

    Why it's wrong here

    The action is 'block', not 'alert'.

  • The file upload is blocked if the content contains the word 'secret'

    Why this is correct

    Condition checks for 'contains' and action is 'block'.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Only files with 'secret' in the title are blocked

    Why it's wrong here

    The condition scans entire content, not just title.

  • All files are blocked regardless of content

    Why it's wrong here

    Only files containing 'secret' are blocked.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates often confuse the 'alert' and 'block' actions in DLP policies, assuming that a content match only generates an alert without enforcement, but the exhibit explicitly shows the action is 'block', which means the upload is prevented.

Detailed technical explanation

How to think about this question

Cisco Cloudlock DLP policies use regular expressions or exact match patterns to scan file content, metadata, and headers during upload or sharing events. The 'block' action is enforced at the cloud API level via Cloudlock's proxy or API integration, which intercepts the upload request and denies it before the file is stored. In real-world scenarios, this prevents data exfiltration of sensitive terms like 'secret' from cloud storage services such as Google Drive or Box, but note that the policy must be correctly scoped to the service and user group to avoid false positives.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related 350-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free 350-701 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this 350-701 question test?

Cloud Security — This question tests Cloud Security — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: The file upload is blocked if the content contains the word 'secret' — The JSON policy shown in the exhibit is a Cisco Cloudlock DLP policy that uses a data pattern to match the word 'secret' in file content. The action specified is 'block', which means when a user attempts to upload a file containing 'secret' to a cloud storage service, the upload is blocked and an alert is generated. Option B correctly identifies that the file upload is blocked if the content contains the word 'secret', aligning with the policy's enforcement action.

What should I do if I get this 350-701 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More 350-701 practice questions

Last reviewed: Jun 25, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This 350-701 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-701 exam.