Winter Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

C_AIG_2412 Questions and Answers

Question # 6

You want to assign urgency and sentiment categories to a large number of customer emails. You want to get a valid json string output for creating custom applications. You decide to develop a prompt for the same using generative Al hub.

What is the main purpose of the following code in this context?

prompt_test = """Your task is to extract and categorize messages. Here are some examples:

{{?technique_examples}}

Use the examples when extract and categorize the following message:

{{?input}}

Extract and return a json with the following keys and values:

-"urgency" as one of {{?urgency}}

-"sentiment" as one of {{?sentiment}}

"categories" list of the best matching support category tags from: {{?categories}}

Your complete message should be a valid json string that can be read directly and only contains the keys mentioned in t

import random random.seed(42) k = 3

examples random. sample (dev_set, k) example_template = """ {example_input} examples

'\n---\n'.join([example_template.format(example_input=example ["message"], example_output=json.dumps (example[

f_test = partial (send_request, prompt=prompt_test, technique_examples examples, **option_lists) response = f_test(input=mail["message"])

A.

Generate random examples for language model training

B.

Evaluate the performance of a language model using few-shot learning

C.

Train a language model from scratch

D.

Preprocess a dataset for machine learning

Full Access
Question # 7

What are some benefits of the SAP AI Launchpad? Note: There are 2 correct answers to this question.

A.

Direct deployment of Al models to SAP HANA.

B.

Integration with non-SAP platforms like Azure and AWS.

C.

Centralized Al lifecycle management for all Al scenarios.

D.

Simplified model retraining and performance improvement.

Full Access
Question # 8

How does SAP ensure the enterprise-readiness of its Al solutions?

A.

By implementing rigorous product standards for Al capabilities

B.

By ensuring that Al models make bias-free decisions without human input

C.

By using generic Al models without business context complying with Al ethics standards

Full Access
Question # 9

Which of the following are features of the SAP AI Foundation? Note: There are 2 correct answers to this question.

A.

Ready-to-use Al services

B.

Al runtimes and lifecycle management

C.

Open source Al model repository

D.

Joule integration in SAP SuccessFactors

Full Access
Question # 10

What advantage can you gain by leveraging different models from multiple providers through the SAP's generative Al hub?

A.

Get more training data for new models

B.

Train new models using SAP and non-SAP data

C.

Enhance the accuracy and relevance of Al applications that use SAP's data assets

D.

Design new product interfaces for SAP applications

Full Access
Question # 11

Why would a user include formatting instructions within a prompt?

A.

To force the model to separate relevant and irrelevant output

B.

To ensure the model's response follows a desired structure or style

C.

To increase the faithfulness of the output

D.

To redirect the output to another software program

Full Access
Question # 12

You want to extract useful information from customer emails to augment existing applications in your company.

How can you use generative-ai-hub-sdk in this context?

A.

Generate a new SAP application based on the mail data.

B.

Generate JSON strings based on extracted information.

C.

Generate random email content and send them to customers.

D.

Train custom models based on the mail data.

Full Access
Question # 13

What are some characteristics of the SAP generative Al hub? Note: There are 2 correct answers to this question.

A.

It operates independently of SAP's partners and ecosystem.

B.

It ensures relevant, reliable, and responsible business Al.

C.

It only supports traditional machine learning models.

D.

It provides instant access to a wide range of large language models (LLMs).

Full Access
Question # 14

What does the Prompt Management feature of the SAP AI launchpad allow users to do?

A.

Create and edit prompts

B.

Provide personalized user interactions

C.

Interact with models through a conversational interface

D.

Access and manage saved prompts and their versions

Full Access
Question # 15

Where can you configure language models in generative Al hub?

A.

The Configuration tab within ML Operations in SAP AI Launchpad

B.

The Models tab in Prompt Editor

C.

The Configuration tab of the SAP BTP cockpit

D.

The Orchestration tab in SAP AI Launchpad

Full Access
Question # 16

What are some SAP recommendations to evaluate pricing and rate information of model usage within SAP's generative Al hub?

Note: There are 2 correct answers to this question.

A.

Adopt best practice pricing strategies, such as outcome-based pricing

B.

Weigh the cost of using advanced models against the expected return on investment

C.

Avoid subscription-based pricing models

D.

Use pricing models that have fixed rates irrespective of the usage patterns

Full Access
Question # 17

What contract type does SAP offer for Al ecosystem partner solutions?

A.

Annual subscription-only contracts

B.

All-in-one contracts, with services that are contracted through SAP

C.

Pay-as-you-go for each partner service

D.

Bring Your Own License (BYOL) for embedded partner solutions

Full Access
Question # 18

Which of the following statements accurately describe the RAG process? Note: There are 2 correct ans-wers to this question.

A.

The user's questi on is used to search a knowledge base or a set of documents.

B.

The embedding model stores the generated ans wers for future reference.

C.

The retrieved content is combined with the LLM's capabilities to generate a response.

D.

The LLM directly ans wers the user's question without accessing external information.

Full Access