Free Microsoft GH-100 Actual Exam Questions - Question 10 Discussion
It’s B because GitHub Apps get better rate limits especially under an enterprise license, unlike machine accounts that use personal tokens and share limits. Plus, apps have scoped permissions which adds control.
D is wrong because machine accounts often share creds, making audits harder, not easier.
B vs D? D says machine accounts are easier to audit, but that feels off since they usually share creds and aren’t as transparent. GitHub Apps, on the other hand, give you detailed logs per installation, making audits simpler. B’s mention of enterprise ownership is a bit specific, but the bigger point stands: GitHub Apps have better scoped permissions and rate limits compared to machine accounts using personal tokens, especially for automation tasks. So, B still seems like the best pick here.
Probably B, since GitHub Apps offer better scoped permissions and token management than machine accounts.
Good catch questioning the enterprise part in B. I’d drop A and C since webhook delivery isn’t tied to machine accounts, and GitHub Apps aren’t just limited to one repo. B still seems the best fit overall. B
D doesn’t make sense since auditing is usually tougher with machine accounts due to shared credentials. GitHub Apps track activity per installation, so they’re easier to audit, which argues against D.
Not A, since webhook delivery isn’t tied to machine accounts specifically. The key advantage of GitHub Apps is really about better rate limits and more granular permissions, which B points out well.
B for sure, the rate limits alone make GitHub Apps way better for automation.
Option B makes sense because GitHub Apps get higher rate limits, which is crucial for heavy automation. Plus, machine accounts don’t really have that advantage, so it’s a clear point in favor of GitHub Apps.
I'm leaning towards B because GitHub Apps have better rate limits compared to machine accounts using personal tokens, especially with enterprise licenses. Makes them more efficient for automation. Anyone else think the same?