ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 8 - C_THR86_2405 discussion

Report
Export

Your client has a requirement to set a custom Amount column called RSU Shares to 15 if the employee has a performance rating of 5 and a Pay Grade of 6 or 7. If the employee does not meet these conditions, then they receive 0 shares.What formulas could work for this requirement?Note There are 2 correct answers to this question.

A.

if(pmRating=5&&(payGrade=6| 7).15.0)

Answers
A.

if(pmRating=5&&(payGrade=6| 7).15.0)

B.

iflpmRaling=5&&(payGrade=6| payGrade=7) 15 0)

Answers
B.

iflpmRaling=5&&(payGrade=6| payGrade=7) 15 0)

C.

if(pmRating=5 AND payGrade=6 OR payGrade=7 15,0)

Answers
C.

if(pmRating=5 AND payGrade=6 OR payGrade=7 15,0)

D.

if(pmRating=5.if(payGrade=6 l5.if(payGrade=7 15.0)) 0)

Answers
D.

if(pmRating=5.if(payGrade=6 l5.if(payGrade=7 15.0)) 0)

Suggested answer: B, D
asked 31/10/2024
Malik Adeel Imtiaz
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first