What are data sources for stories?Note: There are 3 correct answers to this question.
Correct Answer: A,C,D
A data source is an object that contains data that you can use to create stories or other objects in SAP Analytics Cloud. There are four types of data sources in SAP Analytics Cloud: Model: A model is a structured representation of your data that defines how the data is organized and calculated. You can create models by importing data from various sources or connecting to live data systems. Dataset: A dataset is a type of data source that allows you to import data from files
Question 12
In a table you display a time hierarchy with the years 2024, 2025, and 2026. Months, quarters, and half years are also displayed for each year. You want to apply the formatting of the year 2024 to the years 2025 and 2026. In styling rules, which level option do you select?
Correct Answer: C
To apply the formatting of the year 2024 to the years 2025 and 2026, you need to use the level option Self and Descendants in the styling rules. This option applies the formatting to the selected member and all its lower-level members in the hierarchy1. In this case, the selected member is the year 2024, and its lower-level members are the months, quarters, and half years that belong to 2024. The formatting will also be applied to the years 2025 and 2026, and their lower-level members, because they are at the same level as 2024 in the hierarchy. The other level options are: Self: This option applies the formatting only to the selected member, not to any other members in the hierarchy1. In this case, the selected member is the year 2024, and the formatting will not be applied to any other years or lower-level members. Self and Siblings: This option applies the formatting to the selected member and all its siblings, which are members at the same level in the hierarchy1. In this case, the selected member is the year 2024, and its siblings are the years 2025 and 2026. The formatting will be applied to these three years, but not to their lower-level members. Self and Children: This option applies the formatting to the selected member and its immediate children, which are members one level below in the hierarchy1. In this case, the selected member is the year 2024, and its immediate children are the quarters and half years that belong to 2024. The formatting will be applied to these members, but not to any other years or months. 1: Styling Rules for Tables
Question 13
Which image file type does SAP recommend for optimal story performance?
Correct Answer: C
According to the SAP Help Portal1, SVG (Scalable Vector Graphics) is the recommended image file type for optimal story performance in SAP Analytics Cloud Story Design. SVG is a vector- based format that can scale to any size without losing quality or clarity. SVG images also have a smaller file size than other image formats, such as JPEG, PNG, or BMP, which are raster-based formats that store pixel data. Raster images can lose quality or become blurry when scaled up or down, and they also have a larger file size than vector images. Therefore, using SVG images can improve the loading speed and responsiveness of your stories, as well as the visual appearance of your images2.
Question 14
In a calculated measure, when a denominator is null or zero, what symbol is displayed?
Correct Answer: B
A calculated measure is a type of measure that is derived from an expression or formula based on existing measures or dimensions. You can use calculated measures to perform various calculations on your data, such as ratios, percentages, differences, etc. However, some calculated measures may result in errors or invalid values when the denominator is null or zero. For example, if you try to calculate the profit margin as (Profit / Revenue) * 100, and the revenue is zero, you will get an error. In such cases, SAP Analytics Cloud displays a symbol instead of a value for the calculated measure. The symbol that is displayed when the denominator is null or zero is # (hash sign). Therefore, the correct answer is #, as it is the symbol that is displayed when the denominator is null or zero in a calculated measure. Verified Reference: : Create Calculated Measures
Question 15
What language does the Custom Expression Editor use?
Correct Answer: C
The Custom Expression Editor is a tool that allows you to create complex calculations using a syntax called Wrangling Expression Language (WEL). WEL is a domain-specific language that is designed for data manipulation and analysis. WEL supports various operators, functions, and constants that you can use to create custom expressions. You can access the Custom Expression Editor from various places in SAP Analytics Cloud, such as models, stories, datasets, etc. Therefore, the correct answer is Wrangling Expression Language, as it is the language that the Custom Expression Editor uses. Verified Reference: : Create Custom Expressions with the Custom Expression Editor