ISQI CT-GENAI - Questions & Answers
Free preview · every answer includes a full explanation
Product page: https://prepkeys.com/ct-genai.html
Which statement ACCURATELY describes Classical Machine Learning within the context of AI?
Which of the following statements BEST describes the purpose of embeddings in Large Language Models (LLMs) when processing and generating content?
In the context of Large Language Models (LLMs), which of the following statements (i-v) regarding
'tokenization' and 'context window' are CORRECT? i) Tokenization is the process of breaking down textual input into smaller units called tokens. ii) The context window dictates the maximum number of tokens that an LLM can consider at any given time to maintain coherence. iii) Increasing the size of an LLM's context window generally leads to a reduction in computational complexity and processing time. iv) Tokenization primarily involves converting tokens into high-dimensional vectors to capture their semantic relationships.
v) A larger context window allows an LLM to maintain coherence over longer passages, such as when
analyzing large test logs.
In the context of LLMs, which statement BEST characterizes an instruction-tuned Large Language Model?
A test team is analyzing screenshots of a mobile application's GUI alongside textual defect reports to identify visual inconsistencies that are not captured by these reports.
Which type of Generative AI model is MOST suited to assist with this task?
Which TWO of the following capabilities are primary strengths of Large Language Models (LLMs) when applied to software testing tasks? (Choose two.)
A test team is looking to leverage Generative AI. They have two immediate needs: Need 1. For rapid, ad-hoc exploration: A new tester needs to quickly understand requirements and generate simple, one-off test ideas interactively.
Need 2. For structured, repetitive automation: The team wants to integrate AI into their existing continuous integration (CI) pipeline to automatically generate comprehensive test data for daily regression runs.
Which of the following statements BEST describes how AI chatbots and LLM-powered testing applications would apply to these needs?
A tester is crafting a prompt for an LLM to generate test cases. One part of the prompt reads: "The generated test cases must be provided in a CSV file format, with columns for Test ID, Description, Preconditions, Test Steps, and Expected Result."
In which component of the six-part prompt structure would this line MOST LIKELY appear?
A test engineer is learning about the six components of a structured prompt for Generative AI in software testing.
Which of the following statements INCORRECTLY describes one of these components?
A test lead needs an LLM to generate a comprehensive test plan summary, which requires iterative refinement and review. The task is complex and benefits from breaking it into smaller, verifiable steps, where the output of one step informs the next.
Which core prompting technique is BEST suited for this scenario?