0% found this document useful (0 votes)
119 views3 pages

CMG Questions

The document contains a series of questions and answers related to OpenShift Container Platform (OCP) and Kubernetes, covering topics such as SSH ports, pod management, network interfaces, and deployment requirements. It includes true/false questions, multiple-choice options, and specific command usages for managing pods and resources. The author indicates they passed an exam with a score of 15, suggesting the content is exam preparation material.

Uploaded by

prashu chauhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
119 views3 pages

CMG Questions

The document contains a series of questions and answers related to OpenShift Container Platform (OCP) and Kubernetes, covering topics such as SSH ports, pod management, network interfaces, and deployment requirements. It includes true/false questions, multiple-choice options, and specific command usages for managing pods and resources. The author indicates they passed an exam with a score of 15, suggesting the content is exam preparation material.

Uploaded by

prashu chauhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

1.

ocp replaces etcd with its own integrated image registry - false true or false
2. what is default ssh port if it is not configured =22 options-1022, 2222, 2022,
22
3. kubernetes pod security is replaced with OCP -SCC-- RBAC options - SCC, RBAC
4. pod describe - what it does, describe the pod options - describes the pod,
describe events
5. log event = major and greater than major = log id 99 options - 97, 98,99,100
6. OAM management network - > IPVALAN -- options -- SRIOV, ovn-kubernets, IPVLAN,
VLAN
7. SRIOV used by --> both MG and LB pods -- options --both MG and LB pods, only
OAM, both MG and OAM, both LB and OAM
8. cmd to eneter into po -- > oc exec options oc enter, oc info
9. what is not configured under pdn sx-n4 - pfcp profile --- options - peer list,
associaton list, n4loopback, pfcp profile
10. what is the command to capture all the msgs on the n4 interface ? enable ue
insight/ enagle all-ue insight?
11. etcd is not available on the worker nodes
l2. L2 VLAN -- > OAM network, DSF, CSF, External
13. interface between UPF > N9
14. not a prerequistes of deployment -- helm -- options - storage volumes, helm
15. mda type for UPF to IPsec tunnel -- > Isa-mg-v options - isa-tunnel-v, isa--aa,
isa- bb
16. prometeus - what needs to be enable - logging options- logsplitter, nacs,
Fluent Bit,logging
17, vitual switch fabric cmd - options - DSF, CSF, external network, OAM network
18. lmg image create what container?
Bolded one are my answers.. check for correct answers

-- Mobile gateway profile will include what info --TAC-LAC,CDR,Policy,Slice-List


---- Slice List---
---Interface in between UPF and SMF as per 3gpp ---N4---
---Interface between two Session Management Functions SMFs ----N16 ---
---Command to check pod cpu usage in kubernetes----kubectl top pod--containers

# Show metrics for all pods in the default namespace


kubectl top pod

# Show metrics for all pods in the given namespace


kubectl top pod --namespace=NAMESPACE

# Show metrics for a given pod and its containers


kubectl top pod POD_NAME --containers

# Show metrics for the pods defined by label name=myLabel


kubectl top pod -l name=myLabel

---Which one is not part of master node-ETCD,API,Scheduler,Kubelet----Kubelet---


---Which of the following information for master nodes is false. ----Handle network
rule--
Handles network rule
Acts like the front desk of the cluster
Takes account of available resources,
What state of cluster and make decisions.

/////////

---Which one is not required for deployment in ocp --


Storage,general,helm,networking.----???--- general
---what is default ssh port if it is not configured =22 options-1022, 2222, 2022,
22 --------2222 ---
---Which is not predeployed requirement category in OCP -
Networking ,General,Helm,Host -----???--- Helm
---what is not configured under pdn sx-n4 --- options - peer list, associaton list,
n4loopback, pfcp profile-----N4 Loopback
---prometeus - what needs to be enable - logging options- logsplitter, nacs, Fluent
Bit,logging --Fluent Bit----
-- SRIOV used by --> options --both MG and LB pods, only OAM, both MG and OAM, both
LB and OAM----MG & LB ---
-- not a prerequistes of deployment OCP --networking, storage,host, helm.--???--
-- which of the following inter POD control networking timeout that helps to get
state of POD --?????---kubectl get pods---
-- log event = major and greater than major = log id 99 options - 97,98,99,100--
-----100---

1. If pod is crashed how to get the crashed logs--> kubectl log -a bin/bash,
kubect event log -a -n, kubectl crash log -a s
2. Which of the following information for master nodes is false--> master node
pushes containerised image into cluster, it runs etcd, schedule worker, schedule
kubectl
3. what doesnt run on master node--> etcd, kubect, scheduler, runtime
4. if pod reboot what is the log event generated--> crsh-log.sh, event_log.yaml,
DBdump
5. which yaml file is used for OAM config in CMG--> deploymrnt.yaml,
DUT_image.yaml, AWS_deployent.yaml
6. what is the use of show virtual fabric command--> OAM, External, CFS, DFS
7. what is default ssh port if it is not configured =2222 options-1022, 2222,
2022, 22
8. what does pod describe cmd do - describe the pod
9. log event = major and greater than major = log id 100
10. OAM management network used by CMG OCP--> IPVLAN
11. which component is not availble on worker node - etcd
12. interface between UPF's > N9
13. if lmg image is prepared well which container uses this--> DBproxy, SANC,
ETCD,
14. Which of the following is not a pre-deployment requirement category for
deployment of CMG in OCP? Correct answer: Container images
15. Which of the following requirements is NOT a host pre-deployment requirement
for deployment of CMG in OCP? Correct answer:Storage volumes
16. Which of the following requirement is a pre-deployment requirement in the
general category, for deployment of CMG in OCP? Correct answer: Container images.
17. Interface between two Session Management Functions SMFs - N16
18. Which component is not a part of master node- kubelet, etcd, scheduler
19. Which one runs on worker node---etcd, kubectl, scheduler

what is the output when cpu and memory resource exceed after the deployment.
options 1. pod error, pod waiting, pod pending, pod running -- pod pending <<pod
error>>
2. imsi stuck in specifi apn -- what is cmd to clear -- Ans: clear mobile-gateway
pdn <gw_id> bearer-context imsi <imsi_number> apn <apn_name> local-only

3. what is the command to view bgp cpu process - options -- show cpu, show vm
(1..4)could not recall options -- show system cpu sample-period 60
4. what is cmd to used to list image -- oc image or podman image -- correct
answer : podman image
5. what is the kubernetes resource used to control user permissions -- RBAC
6. what is defined to overload the control of PFCP modification messgae --
heartbeat. pfcp-backlist, meassage retransmit, Association retry
The CP function includes the CP Function Features IE with bit 5/1 (LOAD) set in
the PFCP Association Setup message or in a PFCP Association Update message if the
PFCP load control is enabled at a later time where the PFCP Association is already
established.
============================
repeated or some slight modification in the questions:
1. what is default ssh port if it is not configured =2222 options-1022, 2222, 2022,
22
2. log event = major and greater than major = log id 100 options - 97, 98,99,100
3. OAM management network - > IPVLAN -- options -- SRIOV, ovn-kubernets, IPVLAN,
VLAN
4. SRIOV used by --> both MG and LB pods -- options --both MG and LB pods, only
OAM, both MG and OAM, both LB and OAM
5. cmd to enter into po -- > oc exec options oc enter, oc info
6. which component is available on master node -- kube api-server, kubelet, helm,
kube-proxy
7. which component is availble on worker node-- kube-proxy, scheduler,
8. L2 VLAN -- >DSF options OAM network, DSF, CSF, External
9. interface between UPF's > N9
10. upf needs IPsec configured, what mda type is used -- > isa-tunnel-v options -
isa-tunnel-v, isa--aa, isa- bb, Isa-mg-v
11. lmg image is well prepared, what container will create ? logging, db-proxy,
nasc, log-splitter
12. Which of the following requirement is a pre-deployment requirement in the host
category, for deployment of CMG in OCP? options -- multus, container images, SYSCTL
parameters, storage volumes
13. which of the following inter POD control networking timeout that helps to
monitor the health and status of POD a --?????--- options are weird
14. Interface between two Session Management Functions SMFs ----N16

I have passed the exam with 15 score..

FYI...qns related to below are asked with different pattern

Master Node - ETCD, Kube apiserver, scheduler, controller,


Worker node -- kubelet, kube-proxy

You might also like