Question
Under Section 12(3), on what grounds can a party
challenge an arbitrator's impartiality or independence?Solution
Explanation: Section 12(3) provides that an arbitrator may be challenged if "circumstances exist that give rise to justifiable doubts as to his independence or impartiality." The Explanation to Section 12 clarifies that these grounds are "guided by Schedule V" which incorporates the International Bar Association's (IBA) Guidelines on Conflicts of Interest in International Arbitration. This provides an objective standard rather than subjective preferences, ensuring consistency. Schedule V details specific situations (financial interests, past relationships, current advisorships) that may justify doubts.
Which symbol is used to comment a single line in shell scripts?
Which command is used to search text patterns in files?
OLAP is primarily used for:
How do you access the value of a variable named `USERNAME` in a shell script?
Which command is used to search for a string inside a file?
Which command is used to combine the contents of multiple files?
Which command is used to display all currently running processes in Linux?
Which symbol is used to redirect the standard output of a command to a file, appending the output to the end of the file if it already exists?
What does #!/bin/bash at the start of a script mean?
How do you typically make a shell script file executable?