Tuesday, March 20, 2018
What MySQL feature allows for queries to be run periodically in the background, independent of a front-end program?
What MySQL feature allows for queries to be run periodically in the background, independent of a front-end program?
- MySQL Automatic Events
- MySQL Task Manager
- MySQL Event Scheduler
- MySQL Scheduled Tasks
EXPLANATION
The MySQL Event Scheduler allows for queries to be run in the background at scheduled times, either as a one-off or recurring event.SOURCE
https://dev.mysql.com/doc/refman/5.7/en/events-overview.htmlOn a Cisco Catalyst switch, what are the Layer 3 interfaces called that are used to accomplish inter-VLAN routing?
On a Cisco Catalyst switch, what are the Layer 3 interfaces called that are used to accomplish inter-VLAN routing?
- SVI
- SIP
- Trunk interfaces
- RIP
EXPLANATION
VLANs divide broadcast domains in a LAN environment. Whenever hosts in one VLAN need to communicate with hosts in another VLAN, the traffic must be routed between them. This is known as inter-VLAN routing. On Catalyst switches it is accomplished by creating Layer 3 interfaces known as Switch Virtual Interfaces (SVI).
Learn more
By default, which of the following is NOT a legitimate Linux run level?
By default, which of the following is NOT a legitimate Linux run level?
- 4: Normal mode
- 6: Reboot system
- 1: Single-user mode
- 3: Multi-user mode with networking
EXPLANATION
A Linux run level defines the state of the system after boot. Conventionally, seven run levels exist, numbered from zero to six. They include:0: Halt system
1: Single-user mode
2: Basic multi-user mode without NFS
3: Multi-user mode with networking
4: Unused
5: Multi-user mode with GUI
6: Reboot system
SOURCE
What is not true about HSRP?
What is not true about HSRP?
- Preempt is set by default
- It is described in RFC 2281
- Can track an interface for failover
- Cisco proprietary protocol

