Question and Answers miss-match CKA Mock test3 QA#4 and solution video

Hello Team,

Question#4 on MockTest3 and solution video answers are diff pls help to correct it

Note: There are no answers on /var/answers/ too

Earlier I had raised few similar issues too, Many of them preparing for CKA certification from KodeKloud please help to correct it asap it will be helpful much

Quiz screenshot of MockTest #3 on Question #4

Solution video of Mock Test #3 Question#4

Thanks

Check this YAML

apiVersion: v1
kind: Pod
metadata:
  labels:
    run: non-root-pod
  name: non-root-pod
spec:
  securityContext:
    runAsUser: 1000
    fsGroup: 2000
  containers:
  - image: redis
    imagePullPolicy: IfNotPresent
    name: non-root-pod