ssrrwiwj Publish time 4-11-2022 00:20:27

2022-11-3 350-901 new questions

Today passed. Here are 15 new questions from memory

1. Steps to config IOS device after adding a new class using Puppet:
Add ios_class in the primary server
Run puppet agent -t on the primary server
Add ios_class in the proxy agent
Run puppet agent -t on the agent
Run “puppet device –verbose --target”

2. Analyze log errors which is initially a connection error, then a 302 error, the second request seems correct after posting username/password for authentication, what is the
reason for the error:
LDAP server down:
Wrong password:

3. Kubenetes yaml file to setup a nginx server, notice where to put keywords like “kind”,”spec”,”img”,”expose port”, “container port”

4. How to get back to the pre-merge state after merge conflicts:
Git merge -abort
Git merge -reset
Git merge -commit

5. Meraki Get Bluetooth client information:
…/network/NETWORK/bluetoothClient or
../network/NETWORK/bluetooth

6. Add a Webex meeting:
url: …/meetings, or …/meetmanager
payload: …“Title” or “name” for the meeting

7. a step must be taken for DNA center to collect telemetry data from IOS-XE: a.apply telemetry profile
b.through netflow
c.through SNMPv3
d.a sync action between DNAC and IOS-XE

8. adding UCS server:
lsDeployTemplate =”vcs” or lsInstantiateTemplate=”vcs”
lsNumberof=”2”

9. use IOS-XE yang model to add a router with a hostname in the payload
native:native/router/ or native:native/router/hostname or
native:native/router/router/name

10. RackUnit?$select=NumCPUCore%20gt or RackUnit?$filter=NumCPUCore%20gt

11. Use ansible playbook to get firewall rules, keywords like “access_rule”,
“rules”,”policy”,”register”,”ruleset.data”

12. lsInstantiateNamedTemplate or ComponentsNameTemplate to add UCS server

13. fmc get a group of devices, url like “….?bulk=true”, is “?bulk=true” allowed or not;

14. python dependency file format:


Is it a requirement.txt or other files

15. steps to install a certificate:
generate private key
generate CSR
enroll the CSR to sign by CA
install the certificate
restrict access to private key(restrict access to certificate) reconfigure the nginx

Pages: [1]
View full version: 2022-11-3 350-901 new questions