Network Engineer Level 1 interview questions

in CCNA & CCENT
Hey all!
I recently accepted an job interview, just to test the waters before CCNA. I think I made the interviewer angry
I did very well when the interviewer from the network side, asked me about ACLs etc. I told him that ACLs are being fired from top to bottom and there are always an invisible implicate deny at the bottom of the list, and I created an ACL off the top of my head.
Then they switch to a more server-side guy (Microsoft) to interview me.
He asked my what are the Class A, B, C sub net addresses are.
I told him Class A is 255.0.0.0, Class B is 255.255.0.0 and Class C is 255.255.255.0
He said I was wrong and it should start with 10.0.0.0 to 10.255.255.255.
I corrected him, by saying "Ohhh you mean by private IP address space RFC 1918". Then he got mad
I recently accepted an job interview, just to test the waters before CCNA. I think I made the interviewer angry

I did very well when the interviewer from the network side, asked me about ACLs etc. I told him that ACLs are being fired from top to bottom and there are always an invisible implicate deny at the bottom of the list, and I created an ACL off the top of my head.
Then they switch to a more server-side guy (Microsoft) to interview me.
He asked my what are the Class A, B, C sub net addresses are.
I told him Class A is 255.0.0.0, Class B is 255.255.0.0 and Class C is 255.255.255.0
He said I was wrong and it should start with 10.0.0.0 to 10.255.255.255.
I corrected him, by saying "Ohhh you mean by private IP address space RFC 1918". Then he got mad

Comments
There are actual public IP ranges defined as Class-A ranges, of which 10.0.0.0/8 as private space sits among. The first bit of the IP address must be a zero (a zero in the binary digit that equals 128 in decimal) so the range of numbers with a zero in the first, most significant must range from 0 (which is reserved) through 127 (which is also reserved and used for localhost), or 00000000 through 01111111.
Class-B ranges of which 172.16.0.0/12 sits among (think of it as sixteen Class-B networks, 172.16.0.0/16 through 172.31.0.0/16) have a one in the first bit of the IP address and a zero in the second bit. This means that Class-B addresses can only be as low as 128 (1000000) or as high as the end of 191 (10111111).
Class-C ranges require the first two bits of the first octet to both be ones, and the third digit to be zero. This establishes a range of 192 (11000000) through the end of 223 (11011111).
Now, if I understand correctly, back when networks were entirely classful, what we now use as a subnet mask was not necessary as a given class of network could not be subdivided, and the arrangement of bits at the leading edge of the address dictated which octet was network and which octet was host. So, leading with a zero, that leading zero indicated that only the first octet was network, the other three octets were host. Leading with a one and zero, this indicated for Class-B networks that the first two octets were network, and the third and fourth octets were host. Leading with a one, a one, and a zero, this defined the Class-C network as having network for the first, second, and third octets, and that only the fourth octet was host.
This make me thing that subnet, as a term for subnet mask was specifically coined to explain the idea of the class no longer matching the network; that host bits or octets were now being used for below-class division, and that the mask itself was designed as a workaround to allow network classes other than the hard-fast rules of Class-A, Class-B, and Class-C networks.
I admit that I am not an expert on the early Internet, so if someone has better knowledge I bow to them.
Spanning Tree: BID and Priority | Path Cost Tie
You handled the situation wrong. You should of said, "I'm sorry, I must of misunderstood your question." We do this during our interviews to see how you handle the situation. Its part of the SAR's format. I will ask a question knowing that no matter how you answer it that I'm going to flip the answer. Trying to trump him with the RFC 1918 shows that you are not a team player. All he is thinking about is if he puts you on the production network and asks you to make a change will you a) Make the change and do as he says or b) Your going to be a "cowboy" and add your own touch to an acl or route statement. Use this as a life lesson for future interviews.
This.
Show me a guy who likes to tell their interviewer that they're wrong and I'll show you a guy without a job.
CCNP TShoot - 3/7/2018
CCNP Route - 1/31/2018
CCNP Switch - 12/10/2015
CCNA R/S - 1/14/2015