Question - Which one is preferred in Postman, a global or local variable? 
          
        
        Answer - 
        
In Postman, if 2 variables have the same name (one being local, the other global), then the higher priority is of the local variable. The local variable will overwrite the global variable.