Spring Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Which statement BEST differentiates an LLM-powered test infrastructure from a traditional chatbot system used in testing?

A.

It dynamically generates test insights using contextual information

B.

It produces scripted conversational responses similar to traditional bots

C.

It focuses primarily on visual dashboards and user navigation features

D.

It provides fixed responses from predefined rule sets and scripts

Which option BEST differentiates the three prompting techniques?

A.

Few-shot = no examples; Chaining = single prompt; Meta = disable iteration

B.

Meta = step decomposition; Chaining = zero-shot only; Few-shot = manual optimization

C.

Chaining = give examples; Few-shot = break tasks; Meta = manual edits only

D.

Few-shot = examples; Chaining = multi-step prompts; Meta = model helps draft/refine prompts

Which technique MOST directly reduces hallucinations by grounding the model in project realities?

A.

Provide detailed context

B.

Randomize prompts each run

C.

Rely on generic examples only

D.

Use longer temperature settings

Which setting can reduce variability by narrowing the sampling distribution during inference?

A.

Increasing temperature

B.

Increasing learning rate

C.

Lowering temperature

D.

Using a larger context window

Which statement BEST describes vision-language models (VLMs)?

A.

VLMs are a subset of multimodal LLMs integrating visual and textual information.

B.

VLMs are unrelated to multimodal LLMs and focus only on UI automation.

C.

VLMs are a superset of multimodal LLMs.

D.

VLMs process audio and video but not images.

What is a hallucination in LLM outputs?

A.

A transient network failure during inference

B.

A logical mistake in multi-step deduction

C.

Generation of factually incorrect content for the task

D.

A systematic preference learned from data

Which AI approach requires feature engineering and structured data preparation?

A.

Symbolic AI

B.

Generative AI

C.

Classical Machine Learning

D.

Deep Learning

Which statement about fine-tuning for test tasks is INCORRECT?

A.

It adapts a pre-trained model to a domain using task-specific data

B.

It replaces the model’s general knowledge entirely and prevents overfitting

C.

It enhances relevance to organizational terminology and formats

D.

It can be applied to smaller SLMs to improve task performance with lower compute

An LLM prioritizes tests using likelihood X impact but ranks a trivial tooltip change above a payment failure. What defect does this MOST LIKELY show?

A.

No defect; this is acceptable

B.

Reasoning error in risk calculation logic

C.

Hallucination

D.

Dataset bias toward UI features

Who typically defines the system prompt in a testing workflow?

A.

A tester configuring the assistant

B.

End user during normal chat use

C.

CI server automatically without human input

D.

Product owner in user stories only