Can two GameObjects, each with only an SphereCollider, both set as trigger and raise OnTrigger events? Explain your answer?

Submitted by: Muhammad
No. Collision events between two objects can only be raised when one of them has a RigidBody attached to it. This is a common error when implementing applications that use "physics."
Submitted by: Muhammad

Read Online Unity 3D Developer Job Interview Questions And Answers