If MST contains max weight edge e, then e must be a bridge(it is a necessity to include e).
Moreover the cut-set will contain e, but we can now keep on adding other edges in the cut-set and it'll remain a cut-set.
So, there is a possibility that all the max value edges are present in the cut-set.
Hence, A is definitely correct.