Question 284 of 315
Choose 2Your agricultural division is experimenting with fully autonomous vehicles. You want your architecture to promote strong security during vehicle operation.
Which two architectures should you consider? (Choose two.)
Which two architectures should you consider? (Choose two.)
✓ATreat every micro service call between modules on the vehicle as untrusted.
BRequire IPv6 for connectivity to ensure a secure address space.
✓CUse a trusted platform module (TPM) and verify firmware and binaries on boot.
DUse a functional programming language to isolate code execution cycles.
EUse multiple connectivity subsystems for redundancy.
FEnclose the vehicle's drive electronics in a Faraday cage to isolate chips.
✓
Correct Answer: A, C
Treat every micro service call between modules on the vehicle as untrusted.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.