I think it could also be solved using logic - please correct me if I am wrong with my approach!
(9^2p x 5^(p+q)) + (11^q x 6^pq) --> lets look at what happens to the units digits when taking the power of these numbers.
9^2p --> will always have units digit of 9 (consider cyclicity of 9^x - as its 2p the exponent will always be even and thus have a units digit of 1 and not 9)
5^(p+q) --> will always have units digit of 5
Then multiply the units digits of these two terms.
5x9=45 (units digit is 5)
Thus the units digit of the first part (9^2p x 5^(p+q) is certainly 5.
11^q --> will always have a units digit of 1
6^pq --> will always have a units digit of 6
Then multiply the units digits of these two terms.
1x6=6 (units digit 6)
Thus the units digit of the second part (9^2p x 5^(p+q) is 6
Finally add the units digits of both parts together (9^2p x 5^(p+q)) + (11^q x 6^pq)
5+6=11 (units digit 1)
Hence answer is B.