Question - If we have a global and a local variable of the same name, which one will be given the most preference in Postman? 
          
        
        Answer - 
        
In such cases, the higher precedence is given to the local variable by overwriting the value of the global variable.