
あなたを合格させる試験には100%確認済みC_SAC_2421試験問題
C_SAC_2421問題集PDFでC_SAC_2421リアル試験問題解答
質問 # 11
Where can you create a blank planning version?
- A. In version management
- B. In a data cell
- C. In the version dimension
- D. In the planning model
正解:A
解説:
A blank planning version in SAP Analytics Cloud can be created within the Version Management feature. This area of the platform allows users to manage different versions of their data, such as budgets, forecasts, and what-if scenarios. Creating a blank version provides a clean slate for planning activities, without pre-existing data, enabling users to start fresh with their assumptions and inputs.
Reference:
SAP Analytics Cloud Help Documentation: Version Management in Planning
SAP Analytics Cloud User Guide: Creating New Versions for Planning
質問 # 12
You import data into a dataset. One of the columns imported is Year, and SAP Analytics Cloud interprets it as a measure. How can you ensure that it is treated as a calendar year?
- A. Insert a character into the Year measure using the transform bar.
- B. Add the month as a suffix to the Year measure.
- C. Includes the Year measure in a level-based time hierarchy in the dataset.
- D. Change the Year measure to a dimension in the dataset.
正解:D
解説:
If SAP Analytics Cloud interprets a 'Year' column as a measure instead of a dimension, it should be changed to a dimension to ensure it is treated as a calendar year. This adjustment can be made within the model or dataset settings, where the column's role can be switched from a measure (quantitative value) to a dimension (qualitative value). Treating 'Year' as a dimension allows it to be used appropriately in time-based analyses, such as trends over time, without being aggregated like a numerical measure.
質問 # 13
You want to total several income and expense accounts using the account type property.
What configuration option in the advanced formula must you use?
- A. Aggregate To
- B. Append
- C. Signflip
- D. Unbooked
正解:C
質問 # 14
You are creating a styling rule for a table with a hierarchy of Country, Region, and City. You want to apply the styling rule only to countries. Which level option must you use?
- A. Self and Children
- B. Self and Siblings
- C. Self and Descendants
- D. Self
正解:D
解説:
To apply a styling rule only to countries in a table with a hierarchy of Country, Region, and City in SAP Analytics Cloud, you must use the "Self" level option. This option ensures that the styling rule is applied specifically to the level of the hierarchy representing countries, without affecting the styling of regions, cities, or any other hierarchical levels.
Reference:
SAP Analytics Cloud Help Documentation: Styling Hierarchical Tables
SAP Analytics Cloud User Guide: Hierarchical Styling Options
質問 # 15
In which types of data source can you concatenate data? Note: There are 3 correct answers to this question.
- A. Imported data model
- B. Standalone dataset
- C. Live data model
- D. Embedded data set
- E. Data analyzer insight
正解:A、B、D
解説:
In SAP Analytics Cloud, data concatenation can be performed on Embedded datasets, Standalone datasets, and Imported data models. This process involves combining data from multiple sources or tables into a single dataset or model, providing a unified view of the data. This is particularly useful for analyses that require a comprehensive dataset compiled from various data sources.
Reference:
SAP Analytics Cloud Help Documentation: Working with Datasets
SAP Analytics Cloud User Guide: Concatenating Data in Models and Datasets
質問 # 16
You are designing a new story. You want the size and position of widgets to adjust dynamically for viewing on different devices and screen sizes. Which page type must you use?
- A. Responsive
- B. Canvas
- C. Grid
- D. Composite
正解:A
解説:
For designing a new story in SAP Analytics Cloud where the size and position of widgets need to adjust dynamically for different devices and screen sizes, the Responsive page type should be used. Responsive pages automatically adapt to the screen size of the device they are viewed on, providing an optimal viewing experience across desktops, tablets, and smartphones.
Reference:
SAP Analytics Cloud Help Documentation: Responsive Design in Stories
SAP Analytics Cloud User Guide: Building Responsive Pages
質問 # 17
For which activities must you enable Advanced Mode in story design? Note: There are 2 correct answers to this question.
- A. Add JavaScript to a button
- B. Add a popup
- C. Add a custom widget
- D. Add a layer to a geo map
正解:A、B
質問 # 18
Which programming language is used for scripting in an SAP Analytics Cloud story?
- A. JavaScript
- B. ABAP
- C. Wrangling Expression Language
- D. Python
正解:A
質問 # 19
What source system can you connect to with a live connection?
- A. SAP SuccessFactors
- B. SAP Business ByDesign Analytics
- C. SAP ERP Central Component
- D. SAP Datasphere
正解:D
解説:
SAP Analytics Cloud can establish a live connection with various source systems, including SAP Datasphere. This allows for real-time data access and analysis without the need to replicate data into the cloud, which is beneficial for scenarios where data privacy and security are paramount.
Reference:
SAP Analytics Cloud Connection Guide1
SAC Live and Import Connection Overview2
SAP Analytics Cloud: Expand Live Data Source Options3
Live connection in SAP Analytics Cloud: advantages and challenges4
Explaining Where the Data Comes From - SAP Learning5
質問 # 20
You are creating a data action to copy data from one year to the next.In the parameter for the source year, which default setting must you change?
- A. Cardinality
- B. Level
- C. Hierarchy
- D. Granularity
正解:A
質問 # 21
You want to save your data analyzer result. What is it saved as?
- A. Story
- B. Dataset
- C. Model
- D. Insight
正解:D
質問 # 22
How can you improve the performance of advanced data actions? Note: There are 3 correct answers to this question.
- A. Use fewer FOREACH functions
- B. Use fewer MEMBERSET statements
- C. Use fewer IF statements
- D. Use fewer aggregation dimension functions
- E. Use fewer data functions
正解:A、C、E
質問 # 23
You are creating a new public version. Which categories can you use? Note: There are 2 correct answers to this question.
- A. Forecast
- B. Actual
- C. Predictive
- D. Budget
正解:B、D
質問 # 24
What must you use to transform data in a dataset using if/then/else logic?
- A. Formula bar
- B. Transform bar
- C. Calculations editor
- D. Custom expression editor
正解:D
解説:
To transform data in a dataset using if/then/else logic in SAP Analytics Cloud, you must use the Custom expression editor. This tool allows you to write complex logical conditions and perform conditional data transformations. The steps involved are:
Open the dataset you want to transform.
Navigate to the "Custom expression editor".
Write your if/then/else logic using the syntax supported by SAP Analytics Cloud. For example:
IF([Sales] > 1000, "High", "Low")
Apply the expression to the relevant column.
Validate and save your changes.
This approach allows for flexibility and precision in transforming your data based on specific conditions.
Reference:
SAP Help Portal: SAP Analytics Cloud
Official SAP Analytics Cloud Documentation
質問 # 25
You want to use an input control to filter data appearing in a story. At what level is the filter applied?
- A. Story
- B. Calculation
- C. Component
- D. Page
正解:D
解説:
When using an input control to filter data in a SAP Analytics Cloud story, the filter is applied at the Page level. This means that the selected filter criteria will affect all the components (tables, charts, etc.) on that particular page, allowing for a cohesive and consistent view of the data filtered according to the chosen parameters.
Reference:
SAP Analytics Cloud Help Documentation: Filtering Data with Input Controls SAP Analytics Cloud User Guide: Page-Level Filtering in Stories
質問 # 26
To which story elements can you apply conditional formatting? Note: There are 2 correct answers to this question.
- A. Chart
- B. Lane
- C. Table
- D. Composite
正解:A、C
解説:
In SAP Analytics Cloud stories, conditional formatting can be applied to Table and Chart elements. This feature allows users to visually highlight data points based on specific conditions, such as thresholds, ranges, or comparisons, making it easier to identify trends, outliers, or areas of interest within the data presented in tables and charts.
Reference:
SAP Analytics Cloud Help Documentation: Conditional Formatting
SAP Analytics Cloud User Guide: Applying Conditional Formatting to Tables and Charts
質問 # 27
You are using a live connection for a model. Where can you define data security?
- A. Data access control
- B. Source system
- C. SAP Analytics Cloud role
- D. SAP Analytics Cloud model
正解:B
解説:
When using a live connection in SAP Analytics Cloud, data security is defined and managed within the source system. This approach leverages the existing security protocols and permissions set up in the source system, ensuring that data governance and access controls remain consistent and are centrally managed. Users accessing data through SAP Analytics Cloud with a live connection will be subject to the same security constraints and permissions as if they were accessing the data directly from the source system. This integration ensures a unified security model, simplifying administration and ensuring data security and compliance.
質問 # 28
Which tasks can you perform in data analyzer? Note: There are 2 correct answers to this question.
- A. Create cross-calculation
- B. Filter data
- C. Input data
- D. Drill down on data
正解:B、D
解説:
In Data Analyzer, users can perform various tasks to analyze their data, including filtering data and drilling down on data. Filtering allows users to narrow down the dataset to focus on specific subsets of data, enhancing the analysis's relevancy. Drilling down provides the ability to explore data at a more granular level, revealing deeper insights into the data points and trends within the larger dataset.
Reference:
SAP Analytics Cloud Help Documentation: Data Analyzer Usage
SAP Analytics Cloud User Guide: Filtering and Drilling Down in Data Analyzer
質問 # 29
Which features are available in the Optimized Design Experience? Note: There are 3 correct answers to this question.
- A. Linked widgets diagram
- B. Grid pages
- C. Undo button
- D. Composites
- E. Explorer
正解:A、C、D
質問 # 30
What is required to use version management in a story?
- A. Optimized mode
- B. Classic mode
- C. Planning model
- D. Analytic model
正解:C
解説:
Reference:
SAP Analytics Cloud Help Documentation: Version Management in Planning
SAP Analytics Cloud User Guide: Using Planning Models for Versioning
質問 # 31
You have a dimension with members for product groups and products. Each product group has associated products. You want to plan by product group without disaggregating into the products. How can you do this?
- A. Use two properties
- B. Use two hierarchies
- C. Dis-able distribution
- D. Dis-able allocations
正解:B
解説:
When you have a dimension with members for product groups and associated products and want to plan by product group without disaggregating into the individual products, using two hierarchies is the best approach. One hierarchy can represent the product groups at a higher level, allowing for planning and analysis at the group level. The second hierarchy can include both the product groups and their associated individual products for more detailed analysis when needed. This approach provides flexibility in planning and analyzing data at different levels of detail without the necessity of disaggregating data at the product group level.
Reference:
SAP Analytics Cloud Help Documentation: Hierarchies in Planning
SAP Analytics Cloud User Guide: Managing Hierarchies for Planning
質問 # 32
Which of the following data sources can you use in SAP Analytics Cloud data analyzer? Note: There are 3 correct answers to this question.
- A. SAP Datasphere model
- B. SAP HANA view
- C. SAP BusinessObjects Universe
- D. SAP Analytics Cloud analytic model
- E. SAP Analytics Cloud public dataset
正解:A、B、D
質問 # 33
What type of predictive scenario can write back to a planning model?
- A. Time series forecast
- B. Classification
- C. Value driver tree
- D. Regression
正解:A
解説:
In SAP Analytics Cloud, a Time Series Forecast predictive scenario can write back to a planning model. Time Series Forecasting leverages historical data to predict future values over a specified time horizon, using statistical or machine learning methods. This feature is particularly useful in planning and forecasting processes, where future values are predicted based on past trends and seasonality. The ability to write these forecasts back into a planning model allows for the integration of predictive insights into the planning process, enhancing decision-making and strategic planning.
Reference:
SAP Analytics Cloud Help Documentation: Predictive Scenarios and Planning SAP Analytics Cloud User Guide: Time Series Forecasting in Planning Models
質問 # 34
......
SAP C_SAC_2421 認定試験の出題範囲:
| トピック | 出題範囲 |
|---|---|
| トピック 1 |
|
| トピック 2 |
|
| トピック 3 |
|
| トピック 4 |
|
| トピック 5 |
|
C_SAC_2421問題集100合保証には最新のサンプル:https://jp.fast2test.com/C_SAC_2421-premium-file.html