Free Google Apigee-API-Engineer Actual Exam Questions - Question 9 Discussion
A seems off since response millis isn’t a common property name.
This one feels like C is the best fit since it lists properties with the typical naming pattern for timeouts in config files—connect.timeout.millis and io.timeoutmillis sound like precise property names. D feels too generic, like descriptions rather than exact property keys. So I’d go with C here.
C vs D, C has the exact config style names I’ve seen before.
Maybe C, because connect.timeout.millis and io.timeoutmillis look like actual config properties you’d set for timeouts. D sounds too generic, and A’s response millis doesn’t seem quite right. B can probably be ruled out since those names don’t match usual HTTPTargetConnection settings. The question likely wants specific property names, so C fits better than the others.
I’m ruling out B since "target.timeout" and "proxy timeout" don’t really match typical HTTPTargetConnection property names for timeouts. Also, A’s "response millis" sounds off—it’s more about latency or response times than connection timeouts. Between C and D, I think C’s use of “connect.timeout.millis” and “io.timeoutmillis” fits the detailed naming style you’d expect in config files, whereas D’s "connect timeout" and "network timeout" seem too generic and not actual property keys. Could the “millis” part be crucial to recognize them as config properties?
Probably D here since it sounds like the straightforward names you'd actually see in configs. The others seem a bit too detailed or oddly named for standard network timeout properties.
It’s C for me too. The mention of both connect and IO timeouts with millis fits the typical naming conventions for network timeout settings. D feels too vague—like general terms rather than actual property names. A and B don’t seem right because they either use non-standard terms or mix unrelated timeout concepts. I trust the more precise sounding property names in C, even if the exact wording might have minor variations.
C/D? D sounds generic but might be how the docs simplify it, while C is more technical with millis. Not sure if the exact property names are that long or just shortened.
Not A, because response millis doesn’t seem like a standard property for timeouts. C looks better since it includes both connect and I/O timeouts with millis, which makes more sense for network settings.
Option C looks close because it mentions specific timeout millis properties, but does anyone know if it’s connect.timeout.millis or connect.millis? Just wanna be sure about the exact property names.