> If two switches are connected, one with `switchport mode trunk` and the other with `switchport mode dynamic desirable`, will both switches form an operational trunk?
Yes, the switchports will form a trunk as `switchport mode trunk` does not disable DTP.
A switchport configured with `switchport mode dynamic auto` will also negotiate as a trunk if the connected switchport is configured with `switchport mode trunk`.