HOTSPOT You are developing a cloud flow. The flow must be able to query several Azure endpoints and must use standard actions where possible. You need to configure the flow. Which actions should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. 
HTTP with Azure AD for app permissions, Office 365 Groups send an HTTP request for delegated permissions, and Send an HTTP request to SharePoint for delegated SharePoint calls is the right way. The standard actions here streamline authentication so you don't have to custom-build the token part. Nice clear scenario, makes sense based on how Power Automate connectors handle permissions. I think these matches are spot on.
Not quite sure about picking "HTTP" for delegated calls, that's a common trap. Standard actions like "Office 365 Groups send an HTTP request" and "Send an HTTP request to SharePoint" handle delegated permissions best. Pretty sure only "HTTP with Azure AD" should be used with application permissions here. Agree?
Had something like this in a mock. You match HTTP with Azure AD for app permissions, Office 365 Groups send an HTTP request for delegated Graph/Office365 calls, and Send an HTTP request to SharePoint for delegated SharePoint. These are standard flow actions so that's why I picked them, but happy to hear if someone disagrees.