I applied online. I interviewed at Capgemini in Nov 2024
Interview
45 minutes , easy process basic questions . power automate , dataverse , model driven app , canvas app and be preapred easy usa process . applied thorugh LinkedIn .
Interview questions [1]
Question 1
What's the difference between local and global variables in Power Apps?
Answer: In Power Apps, local variables are specific to a single screen and are defined using the UpdateContext function. Global variables, on the other hand, are accessible across all screens within the app and are defined using the Set function.