nerdexam
Microsoft

PL-200 · Question #162

You are creating a Power Virtual Agents chatbot for a Microsoft Power Platform power apps portal app. The job title of users must be stored automatically when users log in. The job title must always a

The correct answer is B. variable. Variables are the correct mechanism. In Power Virtual Agents, when a user authenticates, authentication system variables (such as User.DisplayName, User.Id, and extended profile properties) are automatically populated. You can create or use a variable to capture and persist the j

Create and manage logic and process automation

Question

You are creating a Power Virtual Agents chatbot for a Microsoft Power Platform power apps portal app. The job title of users must be stored automatically when users log in. The job title must always appear in the chatbot. You need to configure the job title functionality. Which mechanism should you use?

Options

  • Aartificial intelligence
  • Bvariable
  • Centity
  • Dtopic

How the community answered

(23 responses)
  • B
    87% (20)
  • C
    9% (2)
  • D
    4% (1)

Explanation

Variables are the correct mechanism. In Power Virtual Agents, when a user authenticates, authentication system variables (such as User.DisplayName, User.Id, and extended profile properties) are automatically populated. You can create or use a variable to capture and persist the job title value retrieved from the user's authentication profile (e.g., from Azure AD via the built-in authentication). Once stored in a variable, it persists for the lifetime of the conversation and can be referenced in any topic or message. Option A (AI) is a feature for intent recognition and summarization, not profile attribute storage. Option C (Entity) is used to extract and classify information from user utterances, not to hold authenticated user properties. Option D (Topic) is a conversation flow container, not a data-storage mechanism.

Topics

#Power Virtual Agents#Chatbot variables#User context#Data storage

Community Discussion

No community discussion yet for this question.

Full PL-200 Practice