nerdexam
SAP

C_HANAIMP_12 · Question #104

You have a list of map locations for clinics. The government wants to build a new clinic, but wants to build it where there is the greatest need. You need to find the largest distance between any…

The correct answer is B. Use a spatial join to find the distance between clinics. Use an aggregation with the maximum. See the full explanation below for the reasoning.

Question

You have a list of map locations for clinics. The government wants to build a new clinic, but wants to build it where there is the greatest need. You need to find the largest distance between any two clinics. With your current knowledge, how do you do this? Please choose the correct answer. Response:

Options

  • AUse a spatial join to find the distance between clinics. Use a level hierarchy for drilldown.
  • BUse a spatial join to find the distance between clinics. Use an aggregation with the maximum
  • CUse a temporal join to find the distance between clinics. Use a union with constant values to
  • DUse a dynamic join to find the longest distance between clinics. Use a ranking to find the top 10

How the community answered

(45 responses)
  • A
    7% (3)
  • B
    71% (32)
  • C
    18% (8)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full C_HANAIMP_12 Practice