試験ACD101 トピック5 問題34 スレッド
Appian ACD101のリアル試験問題集
問題 #: 34
トピック #: 5
問題 #: 34
トピック #: 5
Review the following expression rule:

ri!name is defined as "Maria".
ri!directory is defined as the following:

What is the expected output?

ri!name is defined as "Maria".
ri!directory is defined as the following:

What is the expected output?
おすすめの解答:C 解答を投票する
Given that ri!name is defined as "Maria" and ri!directory contains two a!map() structures, one of which includes the name "Maria," the expression wherecontains(ri!name, index(ri!directory, "name")) will evaluate as follows: The index() function will return a list of values from ri!directory for the key "name," which will be {"Maria", "Steven"}. The wherecontains() function will then check where "Maria" is found within this list. Since "Maria" is the first element, the function will return a list of indices where "Maria" is found, in this case, {1}. Appian lists are 1-indexed, so the first position is represented by 1, not 0.
Reference: Appian Expression Language Documentation - Functions
Reference: Appian Expression Language Documentation - Functions
Kouno 2025-08-12 06:22:15
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。