Just Questions Prepare Well
Python & Automation (7 Questions) 1. How would you automate the process of logging into a remote Cisco device and fetching its configuration using Python? 2. Write a Python script to read a large log file and extract lines containing a specific error message. 3. What’s the difference between threading and multiprocessing in Python? When would you use each in automation? 4. How do you handle exceptions in a large test automation framework to prevent test crashes? 5. Given a JSON file containing network configurations, write a Python script to extract and print all IP addresses. 6. Explain the use of Robot Framework in network automation. How would you validate network commands using Robot? 7. What are Python generators, and how can they improve efficiency in handling large network logs? Networking (6 Questions) 8. What happens at each step when you type ping 8.8.8.8 in a terminal? 9. Explain how OSPF neighbor relationships are formed and what...