C_AIG_2412 · Question #43
Which of the following are functionalities provided by the generative-Al-hub-SDK ? Note: There are 2 correct answers to this question.
The correct answer is A. Interact with LLMs D. Create chat responses and embeddings. The generative-ai-hub-SDK is a developer toolkit designed specifically for building AI-powered applications - its core purpose is enabling code-level interaction with large language models (A) and providing ready-made utilities to create chat responses and embeddings (D), which…
Question
Which of the following are functionalities provided by the generative-Al-hub-SDK ? Note: There are 2 correct answers to this question.
Options
- AInteract with LLMs
- BConfigure SAP BTP credentials
- CCustomize SAP AI Launchpad
- DCreate chat responses and embeddings
How the community answered
(27 responses)- A70% (19)
- B22% (6)
- C7% (2)
Explanation
The generative-ai-hub-SDK is a developer toolkit designed specifically for building AI-powered applications - its core purpose is enabling code-level interaction with large language models (A) and providing ready-made utilities to create chat responses and embeddings (D), which are the two foundational operations in generative AI workflows.
Why B is wrong: SAP BTP credentials are configured through the BTP CLI, the SAP AI Core service configuration, or environment/binding files - not through the generative-ai-hub-SDK, which assumes credentials are already in place.
Why C is wrong: SAP AI Launchpad is a UI tool for managing AI scenarios and deployments. Customizing it falls outside the SDK's scope, which targets programmatic/API-level use, not UI configuration.
Memory tip: Think of the SDK name itself - "generative AI hub" tells you it's about generating things (chat responses, embeddings) by talking to AI models. If a choice sounds like infrastructure setup (credentials, UI config), it belongs to a different SAP tool.
Topics
Community Discussion
No community discussion yet for this question.