Hi IT guys

I am studying to get Comptia Linux+ certification. I have some doubts about the part of exam that have to type the commands.
- Examples
Q. What command with all options and/or parameters will send the signal USR1 to any executing process of program apache2?
A. killall -s SIGUSR1 apache2, killall -s USR1 apache2,killall -SIGUSR1 apache2,killall -USR1 apache2
I have to put all commands? Split by commas¿?
Q.In which directory must definition files be placed to add additional repositories to yum?
A. /etc/yum.repos.d,/etc/yum.repos.d/,yum.repos.d,yum.repos.d/
I think the correct answer is /etc/yum.repos.d/ Why in the ******** put 4 options?
Q.An administrator has sent their current vi process with a PID of 1423 to the background on the command line. Assuming no other processes are in the background, what single command with no options or parameters will bring the vi process to the foreground?
A. %1,fg
I think the correct answer is fg, why put two option? %1,fg???
Q. Which command will display messages from the kernel that were output during the normal bootup sequence? (Please enter only a single command and do not enter duplicate answers in this field.)
A. /bin/dmesg,dmesg
I've tried both and they work fine, the correct I think is dmesg
My doubts are if in the exam I have to put all the option or only one....
Thanks