Consider the following pod definition file:
apiVersion: v1
kind: Pod
metadata:
name: myapp
spec:
containers:
- name: container1
image: app1
resources:
limits:
memory: "64Mi"
cpu: "250m"
What Quality of Service class does this pod belong to? Also, select the statements that explain why the pod belongs to the specified class and the consequences.