WGU Practical Applications of Prompt QFO1 Practical Applications of Prompt Exam Questions

Page: 1 / 14
Total 50 questions
Question 1

An AI system is used to aid in an applicant selection process. The users of the system, however, have no information about which criteria are used to evaluate applicants. Which ethical concern is associated with this issue?



Answer : A

This scenario highlights a critical failure in Transparency. When an AI system acts as a 'gatekeeper' for life-changing opportunities---such as employment, university admissions, or bank loans---it is an ethical imperative that the criteria for selection be disclosed. If the users (the hiring managers or the applicants) do not know which variables the AI is prioritizing (e.g., years of experience, specific keywords, or even zip codes), the system is effectively a 'Black Box.'

The lack of transparency here creates several downstream risks. First, it makes it impossible to verify if the system is actually being 'Fair.' If the criteria are hidden, the AI could be using proxy variables that result in illegal discrimination without anyone noticing. Second, it undermines 'Accountability,' as a rejected applicant has no way to challenge the decision or understand what they need to improve. In professional prompt engineering, this issue is addressed by designing prompts that require the AI to generate an 'Evaluation Report' alongside its selection, detailing which parts of the resume matched the job description. This transforms the automated process from an opaque hurdle into a transparent, auditable tool.


Question 2

Which prompting technique encourages exploration before choosing a most suitable response?



Answer : A

The Tree of Thought (TOT) technique is an advanced prompt engineering framework specifically designed for complex problem-solving. Unlike standard linear prompting, TOT encourages the model to generate multiple 'branches' of reasoning or potential solutions simultaneously. It then evaluates these different paths---acting much like a human 'brainstorming' session---before deciding which 'branch' is most likely to lead to a successful outcome.

This technique is invaluable for tasks requiring strategic planning or creative exploration where there isn't a single 'correct' answer. By prompting the AI to 'think through three different approaches and then select the best one,' the user leverages the model's ability to self-critique. While 'Few-Shot' provides examples and 'Generated Knowledge' provides facts, TOT provides a logical structure for deliberation. This mimics higher-level cognitive processes and significantly improves the model's performance on difficult reasoning tasks by allowing it to 'backtrack' if a certain line of reasoning proves to be a dead end, ultimately leading to a more robust and verified final response.


Question 3

Consider the following component of an AI search tool prompt: "Find bike paths near Minneapolis." Which effective prompt component does this demonstrate?



Answer : B

The phrase 'Find bike paths near Minneapolis' functions as the Instructions component of the prompt. Instructions are the direct commands given to the AI, specifying the primary task that the user wants the system to perform. In any effective prompt, the instruction is the 'verb' or the 'action' that initiates the AI's processing. Without clear instructions, the AI may understand the subject (bike paths) and the location (Minneapolis) but may not know whether it should list them, map them, describe their history, or compare their difficulty levels.

In this specific case, the word 'Find' is the directive. While 'Minneapolis' provides a geographical constraint (Context), the core of the statement is the command to locate specific data. Effective prompt engineering relies on being explicit with these instructions to avoid ambiguity. For instance, a more refined instruction might be 'Provide a list of...' or 'Summarize the locations of...' to further clarify the desired action. However, at its most basic level, this component tells the AI exactly what operation to execute on the provided information, making it the functional heart of the prompt.


Question 4

Which generative AI tool allows users to create engaging and dynamic content with templates and stock footage?



Answer : C

Invideo is a generative AI platform specifically designed for video creation. It distinguishes itself from text-to-image or text-to-text models by providing a comprehensive suite of tools that combine AI-generated scripts with a library of stock footage, music, and templates. Users can provide a single text prompt describing a video concept, and the AI will generate a script, select relevant video clips, and even provide a voiceover.

This tool is a prime example of an 'application-specific' generative medium. While ChatGPT can write the script and Midjourney can create the thumbnails, Invideo integrates these capabilities into a single workflow for content creators and marketers. The 'prompting' in Invideo is often more about 'Art Direction' than linguistic structure; users must specify the target platform (e.g., 'YouTube Shorts'), the target audience, and the desired aesthetic. Evaluating this medium involves understanding how AI interacts with pre-existing assets (stock footage) versus creating entirely new ones from scratch. It represents the shift from 'Generative AI' as a novelty to 'Generative AI' as a functional production tool.


Question 5

Which programming software task is well-suited for artificial intelligence?



Answer : D

Artificial Intelligence, particularly Large Language Models (LLMs) trained on vast repositories of public code, has become exceptionally proficient at suggesting code modifications. This task is well-suited for AI because code is inherently structured and follows strict logical and syntactical rules. AI can analyze a snippet of code, identify inefficiencies, detect potential bugs, and suggest more 'pythonic' or optimized ways to achieve the same result. This is often referred to as 'AI-assisted development' or 'copiloting.'

While AI can certainly add comments to scripts, that is a relatively low-level task compared to the complex logic involved in code modification. Specifying project structure and performing user testing often require a high-level architectural understanding and human-centric feedback that AI currently lacks in a holistic sense. Suggesting modifications involves the AI 'understanding' the intent of the code and predicting the next logical sequence or identifying a better algorithm to solve a problem. This capability significantly accelerates the development lifecycle, allowing developers to focus on high-level logic while the AI handles boilerplate code and optimization suggestions. It bridges the gap between raw intent and functional implementation by leveraging the statistical likelihood of code patterns found in high-quality software libraries.


Question 6

A member of a middle pre-algebra class is having a difficult time graphing a line for a homework assignment. In order to get help, the student enters the prompt "help with math" into an AI system. Which change should the student make to the prompt to generate a better outcome?



Answer : A

The student's initial prompt, 'help with math,' is a classic example of an underspecified prompt. To optimize the outcome, the student must give context on why the help is needed. In prompt engineering, context is the information that surrounds the core request to give it meaning. By explaining that they are in a 'middle pre-algebra class' and are specifically struggling with 'graphing a line,' the student provides the AI with the necessary boundaries to provide an age-appropriate and topic-specific explanation.

Without this context, the AI might provide a high-level calculus proof or a simple elementary addition example, neither of which solves the student's problem. Providing context allows the AI to 'zoom in' on the specific pain point. Effective optimization often involves adding the 'what' (graphing a line), the 'who' (a pre-algebra student), and the 'why' (trouble with a homework assignment). This ensures the AI adopts the correct educational level and provides a step-by-step breakdown suitable for a middle schooler, rather than a generic or overly complex mathematical response.


Question 7

What is an example of a prompt that needs a greater level of detail?



Answer : B

Optimization often begins by identifying 'under-specified' prompts. Option B, 'What is the selection process for winning a national contest?', is a prime candidate for refinement because it lacks nearly all necessary context. To an AI, a 'national contest' could refer to anything from a high school spelling bee in Canada to a professional bodybuilding competition in the U.S. or a lottery in the UK. Without knowing the country, the industry, or the specific type of contest, the AI's response will be purely theoretical and likely unhelpful.

Effective prompt engineering requires the user to fill in these 'information gaps.' To optimize this prompt, a user should include the specific field (e.g., 'science fair'), the specific nation, and the specific audience or level. While options A and D are quite specific (specifying city, state, or year), and option C provides a clear target audience (college students), option B remains too vague for a generative model to provide a meaningful first draft. In professional environments, using such vague prompts leads to 'prompt drift,' where the AI provides a correct answer to a different question than the one the user intended to ask.


Page:    1 / 14   
Total 50 questions