You have an application named MyApp that contains a reference to version 1.0.0.0 of a
strongly named serviced component named TestKingComponent. This component is
located in the bin directory of MyApp.
You receive version 2.0.0.0 of TestKingComponent, which you install in the global
assembly cache. You reconfigure the application configuration file to redirect calls to
version 2.0.0.0.
You now receive version 3.0.0.0 of TestKingComponent, which you install in the global
assembly cache. You do not reconfigure the application configuration file. You then run
MyApp.
Which version of TestKingComponent is loaded and from which location is it loaded?  
 1.  Version 1.0.0.0 from the bin directory. 
 2.  Version 2.0.0.0 from the global assembly cache. 
 3.  Version 2.0.0.0 from the bin directory. 
 4.  Version 3.0.0.0 from the global assembly cache.