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

CT-GenAI Questions and Answers

Question # 6

When an organization uses an AI chatbot for testing, what is the PRIMARY LLMOps concern?

A.

Maximizing scalability by deploying larger cloud-based LLM clusters

B.

Maintaining data privacy and minimizing security risks from external services

C.

Achieving faster responses by reducing model checkpoints and updates

D.

Focusing primarily on user experience improvements and response formatting

Full Access
Question # 7

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

Full Access
Question # 8

How do tester responsibilities MOSTLY evolve when integrating GenAI into test processes?

A.

Replacing existing test coverage validation with automated summary reports generated by AI

B.

Transitioning from manual execution to complete automation with no human oversight

C.

Moving from black-box exploratory testing toward exclusively performing code-based white-box checks

D.

Shifting from test execution toward reviewing, refining, and validating AI-generated testware

Full Access
Question # 9

Which AI approach requires feature engineering and structured data preparation?

A.

Symbolic AI

B.

Generative AI

C.

Classical Machine Learning

D.

Deep Learning

Full Access
Question # 10

A tester uploads crafted images that steer the LLM into validating non-existent acceptance criteria. Which attack vector is this?

A.

Data poisoning

B.

Data exfiltration

C.

Request manipulation

D.

Malicious code generation

Full Access
Question # 11

What BEST protects sensitive test data at rest and in transit?

A.

Rely on obfuscation instead of encryption

B.

Enforce role-based access controls

C.

Disable TLS and rely on VPN only

D.

Use public file shares with read-only links

Full Access
Question # 12

Consider applying the meta-prompting technique to generate automated test scripts for API testing. You need to test a REST API endpoint that processes user registration with validation rules. Which one of the following prompts is BEST suited to this task?

A.

Role: Act as a test automation engineer with API testing experience. | Context: You are verifying user registration that enforces field and format validation. | Instruction: Generate pytest scripts using requests for both positive (valid) and negative (invalid email, weak password, missing fields) cases. | Input Data: POST /api/register with validation rules for email and password length. | Constraints: Include fixtures, clear assertions, a

B.

Role: Act as a test automation engineer. | Context: You are creating tests for a registration endpoint. | Instruction: Generate Python test scripts using pytest covering both valid and invalid inputs. | Input Data: POST /api/register with email and password. | Constraints: Follow pytest structure. | Output Format: Provide scripts.

C.

Role: Act as an automation tester. | Context: You are validating an API endpoint. | Instruction: Generate Python test scripts that send POST requests and validate responses. | Input Data: User credentials. | Constraints: Include basic scenarios with asserts. | Output Format: Provide organized scripts.

D.

Role: Act as a software engineer. | Context: You are testing registration logic. | Instruction: Create Python scripts to verify endpoint behavior. | Input Data: POST /api/register with test users. | Constraints: Add checks for status codes. | Output Format: Deliver functional scripts.

Full Access