LLM-Powered Test Infrastructure for Software Testing
CT-GenAI · 37 questions
- A community-garden plot desk needs a system that reads this week’s watering rules and emits a case table, not a chat pane that only answers “what is a test condition?” Which description best fits an LLM-powered test tool or test infrastructure?
- Municipal compost-pickup testers type a ticket id and a “draft weekend cases” command into a form before the suite does anything else. Which architecture component is that form?
- A county-fair livestock-registration suite must log who asked, fetch last year’s weigh-in cases, wrap them in a house prompt, and only then call the model. Which component typically handles authentication, data retrieval, prompt preparation, and interaction with the LLM?
- A public-pool lane-reservation shop can either send structured prompts to a vendor model over an API or host a custom model on its own servers. How may the LLM component be provided in test infrastructure?
- A community-orchestra ticket-exchange lead calls the new suite “just a web form talking to a file server.” Why is that description incomplete for an LLM-powered test infrastructure?
- A municipal dog-park-pass suite stores approved cases in rows and columns and wants the back-end to pull those rows when it builds a prompt. Which store is appropriate for that structured testing data?
- A community-kiln booking handbook is stored as meaning vectors so “glaze hold time” can surface a nearby “cooling schedule” note. Which store supports that semantic retrieval?
- A municipal boat-ramp reservation model returns a raw case list that still mentions a retired “cash-only” rule. The suite strips or flags that line before testers see the pack. What is that back-end step called?
- A county mosquito-spray notice shop finds the plain model invents last year’s exclusion streets and wants cases grounded in the current spray handbook. What does RAG primarily add?
- A paratransit-booking policy binder will not fit in one prompt, so the shop breaks it into pieces of about 256–512 tokens. Why is that chunking done?
- A community-fridge leftover-share handbook is tidied, turned into high-dimensional vectors with a pre-trained embedder, and saved for later lookup. Which sequence best summarizes that preprocess path?
- A municipal yard-waste bag-tag tester asks for cases about “late-set-out on a holiday.” The suite encodes that ask, pulls nearby handbook chunks, and only then writes cases. Which pair names those runtime steps?
- A volunteer fire-hall equipment-checkout lead asks what “relevant” or “grounded” means after RAG runs. Which summary is best?
- Municipal ice-rink slot rules change every freeze warning, and testers need analysis and design to follow this week’s handbook and the existing case store. How does RAG support that testing need?
- A community-darkroom booking lead wants every page of the chemical-safety binder stuffed into the prompt “so nothing is missed.” What is the better description of how RAG works?
- A municipal rain-barrel rebate instructor wants a written exam item that is “open the tool, run with RAG and without, and score the two packs.” What should a candidate recognize about that request?
- A community seed-library suite can open the case tracker and attach a draft pack after a tester states a goal. How does an LLM-powered agent differ from a chatbot that only answers?
- A county septic-pump scheduler lets an agent refresh overnight regression notes with almost no one watching. Which autonomy label fits that pattern?
- A community beehive-registration desk lets an agent draft inspection cases but a tester signs each pack before it is stored. Which autonomy pattern is that?
- A municipal splash-pad suite uses one agent to pull stories, one to draft cases, and one to write the daily report, with a coordinator passing work between them. What architecture pattern is this?
- Testers at a community-radio playlist desk see an in-tool helper that turns a new “no-overlap weekday” story into analysis notes, cases, and a short report without leaving the test application. What are AI assistants in this context?
- A municipal sidewalk-cafe permit shop used to maintain brittle click-scripts. The new suite is told “confirm a weekend-patio application can be refused for missing insurance” and works toward that goal. What shift does that illustrate?
- A community-woodshop reservation agent books a “dust-gate closed” check that the shop never required. What risk does this illustrate for agents?
- Municipal leaf-collection routing is safety-visible: a wrong skip-day case could strand a street. Which mitigations does the syllabus name for agent risk on such work?
- A community quilt-guild booth shop has a generic model that writes cases in a public textbook style and wants it to learn guild wording after a further training pass on labeled house examples. What is fine-tuning here?
- A municipal fishing-pier pass team wants every generated case in their three-column house sheet and will train on last season’s stories paired with accepted cases. What is the syllabus testing example of fine-tuning?
- A community makerspace laser-booking desk cannot host a large general model but can further train a smaller one on its safety-card cases. Why might the shop fine-tune an SLM?
- A municipal bus-stop snow-clear pack used last year’s cases that almost never included curb-cut routes; after fine-tuning, new packs still skip those streets. Which fine-tuning challenge does this show?
- A community orchard-gleaning model, after a tuning pass, only writes cases that copy last October’s three stories and fails on this week’s new “wet-ladder” rule. Which challenge is that?
- A municipal kayak-rack rental lead cannot tell why the tuned model added a “life-jacket color” check. Which fine-tuning challenge is named by that opacity?
- A community little-free-library instructor wants the bank item to walk through selecting a framework, loading a dataset, and launching a training job. What should candidates recognize?
- A municipal street-piano booking shop asks what discipline covers deploying, monitoring, and maintaining the model that drafts weekend cases once it is in daily use. Which term fits?
- A community dark-sky event desk will let testers chat with a model about story wording. Which LLMOps concerns are highlighted on that chatbot path?
- A municipal bee-friendly lawn-waiver shop will buy a test tool that already embeds GenAI for case drafts. Beyond shared privacy, security, and cost concerns, what else should that path evaluate?
- A community climbing-wall waiver team wants to build its own LLM-powered case helper so wall-height rules never leave the building. What does the in-house GenAI test-tool path emphasize?
- A municipal ice-fishing shelter-tag shop chats about new stories, uses a purchased GenAI test tool for nightly case refresh, and is prototyping one in-house helper for tag-color rules. What does that combination illustrate about LLMOps approaches?
- A community sauna-booking lead hears “once LLMOps is in, the model runs itself and we can skip review,” and separately that RAG or a house fine-tune cannot sit under the same operating plan. Which statement is accurate?