Advertisement
Guest User

Untitled

a guest
Oct 11th, 2018
2,286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 KB | None | 0 0
  1. Bring whiteboard to the interview. Ask candidate to draw a network topology and explain design decisions.
  2.  
  3. Additionally, break your interviews into L2/L3/L7 and platform. For L2, ask candidate to draw a switch with 2 hosts, and explain how mac learning and arp work.
  4.  
  5. Draw a box architecture with 4 switches, ask candidate to run STP (ie: explain how it'll converge).
  6.  
  7. Explain IP, fields in the header, ICMP, IPv6, ICMPv6, OSPF.
  8.  
  9. Ask candidate to pick any L7 protocol and explain how it operates (think: FTP or HTTP. FTP is a good one to throw them off with NAT, active and passive)
  10.  
  11. Ask candidate to pick their preferred platform (switch/router) and describe it's architecture. Ask them to contrast it against another platform and explain what are positive/negative aspects about this platform.
  12.  
  13. How does STP works?
  14.  
  15. How does OSPF and BG works?
  16.  
  17. What is the difference between a VLAN and subnet?
  18.  
  19. Describe how the traceroute command works.
  20.  
  21. What are the three IPv4 software configuration components you need for basic network connectivity (bonus if they mention extras)?
  22.  
  23. What is VLSM and how does it allow you to manage IP space?
  24.  
  25. A user says "The network is down". Describe the steps you would take to troubleshoot and isolate the problem.
  26.  
  27. Name your favourite network protocol - can be anything from BGP to MPLS to STP to Ethernet.
  28.  
  29. Tell me something cool about it, something you find interesting and enjoyed playing with.
  30.  
  31. Tell me something you don't like doing in networking. What makes you sad/angry/annoyed about that networking thing? (adding occasionally if they're hesitant: It's ok that we might do it, I dislike firewalls but I end up configuring quite a few, and it's ok to say something other than a technology.)
  32.  
  33. Explain why proxy ARP is a bad idea to have on by default.
  34.  
  35. Describe how to discover a network topology with nothing but an account on the WAN router.
  36.  
  37. what is the difference between a routing and routed protocol? give an example of each.
  38.  
  39. Layer 1 (Copper, Fiber, Basic Binary) basics.
  40.  
  41. Layer 2 (VLAN, PVLAN, STP, BCast vs Unicast flooding, CAM Tshooting, Port Security)
  42.  
  43. Layer 3 (IP Subnets, Routing Vs. Forwarding, Basic OSPF, BGP)
  44.  
  45. Layer 4 (UDP, TCP, TCP's Finite State Machine, Tshooting, More TCP, Did I say TCP?)
  46.  
  47. Layer 7 (Tracert, Ping, Paris, MTR, What is IPAM, Basic Tshooting)
  48.  
  49. Layer 8 (Soft Skills, Ambition, Energy, Problem Solving)
  50.  
  51. What is a VLAN?
  52.  
  53. What’s the difference between VLAN and PVLAN?
  54.  
  55. What is STP?
  56.  
  57. What is the difference between Broadcast and Unicast flooding?
  58.  
  59. What is port security?
  60.  
  61. How many IP addresses are in a /26, /23, /18?
  62.  
  63. What’s the difference between routing and forwarding?
  64.  
  65. List some routing protocols and why you would use it over another.
  66.  
  67. What is BGP used for?
  68.  
  69. What is the difference between TCP and UDP and when would you use one over the other?
  70.  
  71. What is the Finite state machine?
  72.  
  73. What does a tracert do? What does a ping do?
  74.  
  75. What is a MTR?
  76.  
  77. What is IPAM?
  78.  
  79. Walk me through a layer 1 to 7 packet. Walk me through a layer 7 to 1.
  80.  
  81. What is a CAM table?
  82.  
  83. What does a broadcast domain really mean?
  84.  
  85. Why shouldn't I disable spanning tree? Or conversely, why should I disable it?
  86.  
  87. Also, does anyone care about RIPv1 anymore?
  88.  
  89. What if any difference is there between the operation of a layer 3 switch versus a router on a stick configuration?
  90.  
  91. You have RSTP enabled and you are seeing port flapping, what do you do?
  92.  
  93. Is it better practice in ACL's to use implicit deny all, or implicit allow all, and why?
  94.  
  95. Why should you / should you not enable portfast in a core switch.
  96.  
  97. You get a ticket and all it says is, "Help, the network is down!" What to do to resolve it?
  98.  
  99. BGP between two of your routers is down. Tell me what you would do to troubleshoot.
  100.  
  101. Can you explain what the 3-way handshake is?
  102.  
  103. What port does ping use?
  104.  
  105. What should the last line of a firewall rule set be?
  106.  
  107. How to configure a VPN, why it might fail at phase 1 or phase 2?
  108.  
  109. What is an IPsec?
  110.  
  111. What is the difference between RAID5 and RAID2?
  112.  
  113. How do DNS and DHCP relate?
  114.  
  115. What are some products AWS has and what do they do?
  116.  
  117. Windows PC has an IP address 169.254.X.X. What does it typically mean and whit the cause? How would you troubleshoot it? What would you look for on the DHCP server? Is there any log you can look at?
  118.  
  119. In class C space, how many host can you have in that space? Is there a special IP address that cannot be used?
  120.  
  121. What EXACTLY is TCP/IP?
  122.  
  123. Tell me about different DNS record types.
  124.  
  125. Is it possible to overwrite the DNS record at the PC?
  126.  
  127. How to find out if web server listens on the port?
  128. * port DNS - 53
  129. * port POP3 - 110
  130. * port HTTP - 80
  131.  
  132. What is the UDP timeout value?
  133.  
  134. What is reverse DNS good for?
  135.  
  136. What are some HTTP errors and their meaning?
  137.  
  138. How many VPN tunnels can you have without NAT
  139.  
  140. What are the classes of private IPV6?
  141.  
  142. Interior/exterior gateway routing protocols difference?
  143.  
  144. What exactly happens when you type www.amazon.com into the browser?"
  145.  
  146. What exactly is the cloud?
  147.  
  148. What is an IPsec tunnel and transport mode?
  149.  
  150. What’s the difference between main and aggressive mode?
  151.  
  152. Name some OSPF neighbor states.
  153.  
  154. TCP/IP window size and packet header?
  155.  
  156. What is the “grep” command?
  157.  
  158. “My personal favorite is taking out my wallet and my cell phone. I put them across the table from one another. Find a random piece of paper and place is in the middle.
  159. This piece of paper, is a switch. He's already turned on.
  160.  
  161. These "nodes" are my computers. Off.
  162.  
  163. Tell me what hap
  164.  
  165. What if any difference is there between the operation of a layer 3 switch versus a router on a stick configuration?
  166.  
  167. You have RSTP enabled and you are seeing port flapping, what do you do?
  168.  
  169. Is it better practice in ACL's to use implicit deny all, or implicit allow all, and why?
  170.  
  171. BGP between two of your routers is down. Tell me what you would do to troubleshoot.
  172.  
  173. What do you think is the best way to combat social engineering?
  174.  
  175. Are you familiar with the CIA triangle? (Confidentiality of data, data Integrity, Accessibility Availability of data) What order of importance would you place these in?
  176.  
  177. Can you explain what the 3-way handshake is?
  178.  
  179. What port does ping use?
  180.  
  181. What should the last line of a firewall rule set be?
  182.  
  183. Why do you want to be a net. engineer? (I always want to hear an answer about either passion for learning or problem-solving)
  184.  
  185. Tell me your 5 year plan and how this company fits into that plan?
  186.  
  187. How does traceroute work?
  188.  
  189. If Machine A is unable to communicate Machine B, how would you troubleshoot this scenario ?
  190.  
  191.  
  192. What is virtualization? Explain the types of virtualization.
  193.  
  194.  
  195. Explain VPN. Why do you need VPN?
  196.  
  197. What are the differences between LAN, WAN, & VLAN.
  198.  
  199. Could a network across offices throughout the city be a WAN?
  200.  
  201. Briefly touched on trunking & having a node in multiple VLANs.
  202.  
  203. Vendor specific questions about Cisco CLI,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement