Universal or Global Groups?

I just passed the 70-290 exam today with score of 814... to be honest I was going into it thinking I was going to fail bad but could not reschedule it last night.
I still don't know when to use universal groups. I figure Universal would be good to use in forests with non related domain names.. Here is a scenario that I am making up that will help me understand this, let me know what you think:
In the domain forest techexams.net there are 2 domains, domain1.techexams.net and domain2.techexams.net.
Each domain has a global group created which all of their developers. They are named domain1-developers-global and domain2-developers-global which names are respective to each domain they belong to.
Each domain has 10 servers. Each server has a developers folder that is shared to a domain local group called developers-local-share.
All developers need to have access to the developers folder on all servers in both domains. How can you configure this with the least administrative effort?
---
Well I figure I would just add domain1-developers-global and domain2-developers-global to the domain local group developers-local-share... Am I right? Why would I take the extra step to add the 2 domain global groups to a universal group, and then the universal group to the domain local group?
I still don't know when to use universal groups. I figure Universal would be good to use in forests with non related domain names.. Here is a scenario that I am making up that will help me understand this, let me know what you think:
In the domain forest techexams.net there are 2 domains, domain1.techexams.net and domain2.techexams.net.
Each domain has a global group created which all of their developers. They are named domain1-developers-global and domain2-developers-global which names are respective to each domain they belong to.
Each domain has 10 servers. Each server has a developers folder that is shared to a domain local group called developers-local-share.
All developers need to have access to the developers folder on all servers in both domains. How can you configure this with the least administrative effort?
---
Well I figure I would just add domain1-developers-global and domain2-developers-global to the domain local group developers-local-share... Am I right? Why would I take the extra step to add the 2 domain global groups to a universal group, and then the universal group to the domain local group?
"Jeez louise, I can't wait to get my MCSE and quit this job." - Nick Burns
Comments
Someone please correct me if I'm wrong. Otherwise, there would be no need for the Univ. group.
Group scope: Active Directory
User accounts - Global Groups - Universal Group - Domain Local - Access to Resources.....
From Microsoft:
Global Group:Members can come only from local domain
Members can access resources in any domain
Domain Local:Members can com from any domain
Members access resources only in local domain (assign permission to gain access to resources that are located only in the same domain where you create the Domain Local group... )
You are the network administrator of bdctrain.com. The environment consists of a forest root domain and two child domains called us.bcdtrain.com and eu.bcdtrain.com. One of the file servers in the us.bcdtrain.com domain hosts a shared folder called Software. You create the following groups:
Group Domain Group Type
Developers bcdtrain.com global security
US_Developers us.bcdtrain.com global security
EU_Developers eu.bcdtrain.com global security
BCD_Developers bcdtrain.com global distribution
Developers_Data us.bcdtrain.com domain local
All three global security groups have been added to Developers _Data. This group has been assigned Change share permission for Software.
Your company has recently acquired a new company called fi-print.com. A new root domain and one child domain have been added to the existing forest to accommodate the new company.
The Fi-print.com domain has a group of users that requires access to the Software share.
What should you do?
Add the users to Developers.
Add the user accounts to BCD_Developers. Add BCD_Developers to Developers_Data.
Add the user accounts from fi-print.com to Developers_Data.
Create a universal group called FI_Developers. Add the user accounts and all global groups. Add FI_Developers to Developers_Data.
Create a global group called FI_Developers. Add the user accounts. Add the group to Developers_Data.
Question 2 Explanation:
You should create a new global group in the fi-print.com domain that contains all user accounts belonging to the developers department. This global group should then be added to the domain local group called Developers_Data.
You cannot add the user accounts from fi-print.com to the Developers group. This is a global security group and therefore can only contain user accounts from the domain in which the group was created.
You can add the user accounts from fi-print.com to Developers_Data. However, it is recommended that user accounts be organized into global groups instead of adding individual user accounts to domain local groups.
Creating a universal group is not necessary.
BCD_Developers is a distribution group used for sending e-mail messages, not for assigning permissions.