Final answer:
The kind of UML diagram that is a snapshot of a class diagram at runtime is Sequence diagram.
Step-by-step explanation:
The kind of UML diagram that is a snapshot of a class diagram at runtime is Sequence diagram. A Sequence diagram shows how objects interact with each other in a particular scenario or sequence of events. It illustrates the flow of messages between objects and the order of their execution.