Tech Mock Interview Questions Flashcards
Question #1: What is the Active Directory (AD)?
Answer: The Active Directory is a management tool that controls users and groups within the Windows operating system. It also enables the setting of permissions. It allows the server to function as a Domain Controller.
What’s the difference between a Domain and a Workgroup?
Answer: A Domain is a type of dedicated server that stores and manages all the devices within a network while a Workgroup is a standalone device located inside the network. Devices inside the network are assigned to the Workgroup.
Question #3: What is a Group Policy Object (GPO)?
Answer: A Group Policy Object (GPO) is a set of rules that’s built-in to the Windows operating system.
Question #4: What does the Event Viewer do?
Answer: The Event Viewer provides detailed information about events within a group policy. It can be accessed to inspect changes to the Group Policy Object.
Question #5: What’s the purpose of the Server Message Block (SMB)?
Answer:The purpose of the Server Message Block (SMB) is to allow network devices to share resources over the network. It’s a protocol that requires and uses two forms of authentication: Technical Interview Questions: Entry level Kerberos & NTLM.
Question #6: What kind of firewall does Windows use?
Answer: Windows uses a built-in firewall that is host-based and stateful, meaning it inspects and analyzes each packet as it arrives and leaves the system.
Question #7: What is RAID?
Answer: RAID (Redundant Array of Independent Disks) is a helpful tool that allows the setup of hard drives that provide redundancy in case of a drive failure.
Question #1: What’s the difference between a LAN and a WAN?
Answer: A LAN (Local Area Network) is a network that’s built around a group of devices within a small geographical area such as homes, small businesses, or buildings. On the other hand, a WAN (Wide Area Network) is a network that’s composed of several LANs connected to one another and is not bound by a geographical area.
Question #2: What is the OSI (Open System Interconnection) model?
Answer: The OSI (Open System Interconnection) model is a conceptual model that defines the architecture of a network into a progressive seven-layer framework.
Question #3: What’s a MAC (Media Access Control) address?
Answer: A MAC (Media Access Control) address is a unique identifier that belongs to the network card of a specific device. It serves as that device’s hardware ID on the network.
Question #4: What’s the difference between a router and a switch?
Answer: A switch is a device that allows multiple end devices to connect to the network and communicate with each other while a router allows communication of end devices between different Networks.
Question #5: What is a VLAN (Virtual Local Area Network)?
Answer: A VLAN (Virtual Local Area Network) is a virtual subnetwork that’s used to group end devices that communicate frequently in the same network.
Question #6: What is an ACL (Access Control List)?
Answer: An ACL (Access Control List) is a set of rules to filter
Question #7: What is NAT (Network Address Translation)?
Answer: NAT (Network Address Translation) is a protocol that converts private addresses to public and vice versa. This allows communication between end devices and the Internet and it’s carried out by the router.
Question #1: What does cloud computing mean?
Answer: Cloud Computing refers to a service that’s carried out by a host over the Internet or off premises, therefore being in the “Cloud”.
Question #2: What is IaaS (Infrastructure as a Service)?
Answer: IaaS (Infrastructure as a Service) is a type of cloud service that provides access to resources over the Internet such as hardware, virtualization, and networking.
Question #3: What are the three types of Cloud Deployment Models?
Answer: The three types of Cloud Deployment Models are Public, Private, and Hybrid.
Question #4: What is virtualization and how does it affect Cloud services?
Answer: Virtualization is the process of creating virtual or logical resources from physical resources. It sets the groundwork for cloud computing as it allows for the creation of a pool of resources that can be shared among devices and services.
Question #5: What’s a container?
Answer: A container is a unit of software that packages up all the code and resources that an application needs to run.
Question #6: Name ways to secure the Cloud on the network.
Answer: Some of the different ways to secure the Cloud service on the network are by isolating the different types of zones, by applying end-to-end encryption, or to use encapsulation protocols.
Question #7: What is the Internet of Things (IoT)?
Answer: The Internet of Things (IoT) refers to the technology that allows devices to connect, communicate, and be operated from the Internet utilizing the cloud computing infrastructure.
Question #1: What is the kernel?
Answer: The kernel establishes the communication between the software and hardware and serves as the core of an operating System.
Question #2: Where are system logs stored in Linux?
Answer: System logs are stored in the /var folder within the operating system directories.
Question #3: Which user has the highest privileges in Linux?
Answer: Root users or system users have the highest privileges within the Linux operating system.