Free Microsoft Power Platform PL-200 Actual Exam Questions - Question 2 Discussion
DRAG DROP A company is creating a business process flow in Power Automate to analyze the probability that a customer will buy a specific product. The company uses ratings from zero to one hundred. The company assigns likelihoods based on the following table:
You need to define the business process steps. All logic must be included in a single evaluation statement. Which step should you use? To answer, drag the appropriate steps to the correct ratings. Each step may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content NOTE: Each correct selection is worth one point. 
I think using a switch case would be complicated here since the ranges overlap. A nested if statement is probably better to cover all ratings in one go without missing any intervals.
Does anyone know if the rating scale is inclusive of the boundary numbers, like does 50 count as low or medium likelihood? That would affect how we set up the steps.