The general principles of configuring networks Linux are the same regardless of distro, but the precise file locations and names can vary from distro to distro, depending on what init (initialization) system is used.
The concepts involved in configuring networking are also pretty much the same in Linux as in other operating systems, as the standards for networking are cross-platform. Differences come when you get into the details for file-sharing, access permissions, and the like.
This article seems to be a pretty good intro; it's about setting a static ip, but in the process it introduces information about file names and locations and so on:
http://www.cyberciti.biz/faq/linux-c...ress-tutorial/
If you know what distro of Linux you will be interviewed about, look for information about how that distro configures networking. (If it's in the Enterprise, the odds are that it's either Redhat or CentOS.)