Deck 2: Arista Linux Essentials Exam

ملء الشاشة (f)
exit full mode
سؤال
Which utility can be used to remove sections or columns of each line of input?

A) sort
B) cut
C) paste
D) diff
E) grep
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Ubuntu is a popular distribution from which core tree?

A) Fedora
B) Linux
C) Debian
D) Slackware
سؤال
In shell scripting, what are backticks, or backwards single quote marks, used for?

A) Shell escapes
B) Variable dereference
C) Command substitution
D) Output formatting
سؤال
an SSH private key should never be shared with other users or host systems.
سؤال
What must you do to get a complete report from the lsof command?

A) Run it at boot time
B) Make it part of systemd
C) Run it as root
D) Run it as a regular user
سؤال
On older Fedora Core systems, which dependency manager is used?

A) apt
B) deb
C) rpm
D) yum
E) dnf
سؤال
Which of these characters is not valid for filenames?

A) *
B) !
C) /
D) &
E)
سؤال
Which utility can be used to merge sequentially corresponding lines of input streams into a single output stream?

A) sort
B) cut
C) paste
D) diff
E) grep
سؤال
Which utility can be used to place a stream of input in order numerically or alphabetically?

A) sort
B) cut
C) paste
D) diff
E) grep
سؤال
On Arista switches, what object format is used for automation and scripting?

A) JSON
B) Java
C) Plain text files
D) Stream editing
سؤال
Why is it recommended for root's homedir to be in a separate location from other users' homedirs?

A) Because root doesn't want to hang out with pesky users
B) Because users are annoying
C) Because root's homedir permissions prevent user access
D) Because user homedirs are sometimes a separate filesystem that may not be mounted in single user mode
سؤال
Which loop type is the recommended way to iterate over a set of filenames?

A) a case loop
B) a for loop
C) a while loop
D) an until loop
سؤال
What are two primary variants of UNIX?

A) AT&T and Bell Labs
B) Sun and DEC
C) BSD and System V
D) Debian and Fedora
سؤال
Where will the find command look to locate files?

A) The system binary directories
B) Your $PATH
C) Recursively starting in the directory you specify in the command options
D) Recursively starting at/
سؤال
What tool is awk based on?

A) ed
B) grep
C) sed
D) emacs
سؤال
The sed utility's name is short for what?

A) stdout editor
B) stream editor
C) simple editor
D) string editor
سؤال
Where did the GECOS field in /etc/passwd come from?

A) Bell Labs DHCP lease tracking
B) Payroll name and address info
C) Bell Labs Print Service
D) Parking space assignments at AT&T
سؤال
To kill all of the jobs you have access to kill, use which command?

A) kill -1 1
B) kill 1
C) kill -9 1
D) kill -9 -1
سؤال
What is the awk tool designed to be?

A) a calculator
B) a pattern matching programming language
C) a non-interactive editing tool
D) an operating system
سؤال
What character is used as shorthand for your homedir?

A) $
B) #
C) .
D) ~
سؤال
What is the difference between bin directories and sbin directories?

A) It doesn't matter - binaries are randomly placed in one or the other
B) Executables in sbin require root access
C) Executables in bin are for all users, while sbin is for system-related executables generally used by the root user
D) They are linked, so they both hold the same executables
سؤال
Given the following directory structure, which commands would successfully remove the fubar directory? <strong>Given the following directory structure, which commands would successfully remove the fubar directory?  </strong> A) rm -r fubar B) rmdir -p fubar C) rmdir -p fubar/bar D) rm fubar/bar E) rm fubar <div style=padding-top: 35px>

A) rm -r fubar
B) rmdir -p fubar
C) rmdir -p fubar/bar
D) rm fubar/bar
E) rm fubar
سؤال
Who invented NFS?

A) Linus Torvalds
B) IBM
C) DEC
D) Sun Microsystems
سؤال
In file globbing, which symbol matches any single character?

A) *
B) ?
C) []
D) .
سؤال
Which if these is NOT true of symbolic, or soft, links?

A) Has its own inode
B) Is just a directory entry
C) Can cross mount points
D) Can point to a directory
سؤال
The three special file modes are

A) owner/group/world
B) read/write/execute
C) user/group/others
D) setuid/setgid and sticky
سؤال
The ps -ef command is from which UNIX variant?

A) AIX
B) System V
C) Linux
D) BSD
سؤال
In regular expressions, three quantifier operators are

A) (), [] and {}
B) (),. and *
C) (), * and ?
D) *, ? and +
سؤال
If the system is swapping, what can be done to alleviate the problem?

A) Add faster CPUs
B) Add more CPUs
C) Add more memory
D) Add a larger hard drive
سؤال
What is the MBR?

A) Microcomputer Boot Resistor
B) Master Boot Relocator
C) Master Boot Record
D) Megabyte Barometric Recombinator
سؤال
Which of the following filesystems are you most likely to see on a Linux system?

A) XFS
B) ext2fs
C) NTFS
D) exFAT
سؤال
The three classes in the file mode are

A) owner/group/world
B) read/write/execute
C) user/group/other
D) setuid/setgid and sticky
سؤال
When scripting in bash , it is recommended to always use which symbols around your variables to reference them?

A) {}
B) []
C) ()
D) ' '
E) " "
سؤال
Which commands can be used to copy a file locally?

A) cp only
B) scp pnly
C) rsync only
D) both cp and scp
E) cp, scp and rsync
سؤال
Which of these shells are POSIX compliant?

A) bash
B) ksh
C) csh
D) zsh
سؤال
According to the UNIX design paradigm, what is a file?

A) Something that stores data
B) An inode
C) A directory
D) Everything
سؤال
Which of the following performance information is considered the most important information provided by the vmstat command?

A) it reports total memory on the system
B) it reports buffer activity
C) it reports disk I/O
D) it reports memory swapping
سؤال
How much swap space is available on Arista switches?

A) 4GB
B) 0 bytes
C) 1GB
D) 640kB
سؤال
In /etc/shadow, what indicates a locked password?

A) !
B) !!
C) *LK
D) *
E) All of these
سؤال
Which of the following interpreters are included on Arista switches?

A) /usr/bin/bash
B) /usr/bin/perl
C) /usr/bin/python
D) /usr/bin/Cli
E) All of them
سؤال
To negate a set in a regular expression pattern, which character is used?

A) !
B) ^
C) ?
D) -
سؤال
In a bash script, which of the following is the most common way to send output to the screen?

A) echo
B) write
C) send
D) print
سؤال
In regular expressions, to what does greedy vs. lazy refer?

A) How many lines in a file the pattern will match
B) How many times the pattern will match on a line
C) How strict the pattern is required to be
D) Whether the pattern quantifiers will stop at whitespace
سؤال
Why is iostat not needed on an Arista switch?

A) The CPU can't see the front panel interfaces to report on traffic
B) EOS is installed on an in-memory filesystem that does not use a hard disk
C) The memory is always full on an Arista switch
D) The I/O on an Arista switch is too fast for the CPU
E) Arista switches don't support hyperthreading
سؤال
Which of the following is true when using the mv command to move a file to a new location on the same filesystem?

A) It is not recommended because the filesystem could be corrupted
B) It is slow because the data has to be read and written
C) It is not recommended, and the cp command should be used instead It is not recommended, and the cp command should be used instead
D) It is very fast because only the directory entry needs updating
سؤال
Which native system commands can be used to get help on a standard Linux system?

A) Google
B) Info
C) Man
D) Stack Overflow
سؤال
What is the two-character sequence at the top of scripts, which tells the kernel what interpreter to use, called?

A) Scripthash
B) Bangscript
C) Hashscript
D) Shebang
سؤال
Which of these is true about the MBR?

A) it contains the kernel
B) it is not OS-specific
C) it requires the Volume Boot Record
D) it is always stored in memory
سؤال
RHEL is a popular distribution from which core tree?

A) Fedora
B) Linux
C) Debian
D) Slackware
سؤال
Which special device provides a place for redirecting unneeded data?

A) /dev/null
B) /dev/zero
C) /dev/urandom
D) /dev/blank
سؤال
What does the ctime of a file indicate?

A) Creation time
B) Change time
C) Content time
D) Character time
سؤال
Which of these help documentation systems are installed on Arista switches?

A) Google
B) Info
C) Man
D) Stack Overflow
سؤال
Which of the following commands is most likely to cause you to need to restore from backup?

A) rm -rf
B) netstat -nr
C) reboot
D) ls -la
سؤال
The standard input file descriptor defaults to what?

A) Screen
B) Keyboard
C) Hard Drive
D) Null Device
سؤال
What does grep stand for?

A) global regular expression print
B) global regular expression pattern
C) glob regex execute pattern
D) glob regex execute print
سؤال
If there are three arguments on the command line to a bash script, what will be the contents of $# builtin variable?

A) 0
B) 1
C) 2
D) 3
E) 4
سؤال
In bash scripting, which of the following comparison operators are used on strings?

A) -gt
B) -eq
C) ==
D) <=
E) -f
سؤال
What will the permissions of a regular file with octal mode 755 look like in the output of the 1s command?

A) drwxr-xr-x
B) -rw-r-r--
C) -rwx-r-r--
D) -rwxr-
سؤال
If one or more CPUs in a system is extremely busy (less than 25% idle) but the run queue is relatively low, what might the system need to improve performance?

A) Faster CPUs
B) More CPUs
C) More memory
D) Faster hard drives
سؤال
On an Arista switch, where in the filesystem is the flash drive mounted?

A) /root
B) /boot
C) /mnt
D) /etc
سؤال
What term is used for the beginning of time for UNIX?

A) Epoch
B) Zero-hour
C) Birth
D) Dawn
E) Awakening
سؤال
On a typical Linux system, where is the boot loader located?

A) BIOS
B) MBR
C) VBR
D) Kernel
سؤال
What software is contained in a Linux distribution?

A) The full operating system, including the kernel, package manager, GNU tools and libraries, documentation, a GUI, and other software.
B) Optional software that sits on top of the kernel and includes package management and a GUI.  
C) A repository of optional software available to install via the package management system.
D) A specially modified kernel designed to perform one task extremely well.
سؤال
What editor is vi based on?

A) ed
B) EMACS
C) pico
D) sed
سؤال
Which answer best describes three important system performance monitoring indicators?

A) Load avg, idle CPU and swapping
B) Uptime, load avg and idle CPU
C) Load avg, idle CPU and free memory
D) System CPU, user CPU and load avg
E) Uptime, system CPU and free memory
سؤال
The at system is used to

A) set the system clock
B) run something at a later time
C) schedule something to run at intervals
D) timestamp the system logs
سؤال
What is the standard sequence for booting a standard PC?

A) POST->BIOS->Kernel
B) BIOS->Kernel->POST->OS
C) BIOS->MBR->POST->Kernel
D) POST->BIOS->Boot Loader->Kernel
سؤال
The ps aux command is from which UNIX variant?

A) AIX
B) System V
C) Linux
D) BSD
سؤال
Which utility can be used to compare the content of two files?

A) sort
B) cut
C) paste
D) diff
E) grep
سؤال
When using the sudo command to run something as root, which password is required?

A) The user's password
B) The enable password
C) The shadow password
D) The root password
سؤال
Which of these statements is true?

A) "." And "…" are always used in absolute paths
B) Absolute paths start with a "/"
C) Best practice is to always use absolute paths in scripts and when running commands as root
D) Relative paths can start with a "/"
سؤال
What is the name of the Linux mascot?

A) Linus
B) Bell
C) Tux
D) Dennis Ritchie
سؤال
In bash, a for loop will iterate over a list of strings separated by what?

A) quotes
B) single quotes
C) backticks
D) whitespace
سؤال
Which two characters are required at the top of a script to inform the kernel on which interpreter to use? (choose two)

A) !!
B) $!
C) #$
D) #!
سؤال
Which of these statements is true about user groups on Linux?

A) A user may be a member of more than one group
B) A group may have more than one-member user
C) Groups may not be nested
D) Groups may be nested
سؤال
The cron system is used to

A) set the system clock
B) run something at a later time
C) schedule something to run at intervals
D) timestamp the system logs
سؤال
What is the default standard user prompt for Bourne-based shells?

A) >
B) $
C) #
D) enable#
سؤال
When configuring SSH, which file is needed for key-based authentication?

A) known_hosts
B) /etc/shadow
C) /etc/passwd
D) authorized_keys
سؤال
The standard output file descriptor defaults to what?

A) Screen
B) Keyboard
C) Hard Drive
D) Null Device
سؤال
Why shouldn't you use standard package and dependency management on an Arista switch?

A) Arista switches can't run package managers
B) Arista modifies the kernel to disallow it
C) Running an install could update dependencies required for the base EOS install
D) There is no reason not to use them on an Arista switch
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/99
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 2: Arista Linux Essentials Exam
1
Which utility can be used to remove sections or columns of each line of input?

A) sort
B) cut
C) paste
D) diff
E) grep
B
2
Ubuntu is a popular distribution from which core tree?

A) Fedora
B) Linux
C) Debian
D) Slackware
B
3
In shell scripting, what are backticks, or backwards single quote marks, used for?

A) Shell escapes
B) Variable dereference
C) Command substitution
D) Output formatting
B
4
an SSH private key should never be shared with other users or host systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
5
What must you do to get a complete report from the lsof command?

A) Run it at boot time
B) Make it part of systemd
C) Run it as root
D) Run it as a regular user
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
6
On older Fedora Core systems, which dependency manager is used?

A) apt
B) deb
C) rpm
D) yum
E) dnf
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of these characters is not valid for filenames?

A) *
B) !
C) /
D) &
E)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which utility can be used to merge sequentially corresponding lines of input streams into a single output stream?

A) sort
B) cut
C) paste
D) diff
E) grep
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which utility can be used to place a stream of input in order numerically or alphabetically?

A) sort
B) cut
C) paste
D) diff
E) grep
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
10
On Arista switches, what object format is used for automation and scripting?

A) JSON
B) Java
C) Plain text files
D) Stream editing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
11
Why is it recommended for root's homedir to be in a separate location from other users' homedirs?

A) Because root doesn't want to hang out with pesky users
B) Because users are annoying
C) Because root's homedir permissions prevent user access
D) Because user homedirs are sometimes a separate filesystem that may not be mounted in single user mode
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which loop type is the recommended way to iterate over a set of filenames?

A) a case loop
B) a for loop
C) a while loop
D) an until loop
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
13
What are two primary variants of UNIX?

A) AT&T and Bell Labs
B) Sun and DEC
C) BSD and System V
D) Debian and Fedora
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
14
Where will the find command look to locate files?

A) The system binary directories
B) Your $PATH
C) Recursively starting in the directory you specify in the command options
D) Recursively starting at/
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
15
What tool is awk based on?

A) ed
B) grep
C) sed
D) emacs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
16
The sed utility's name is short for what?

A) stdout editor
B) stream editor
C) simple editor
D) string editor
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
17
Where did the GECOS field in /etc/passwd come from?

A) Bell Labs DHCP lease tracking
B) Payroll name and address info
C) Bell Labs Print Service
D) Parking space assignments at AT&T
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
18
To kill all of the jobs you have access to kill, use which command?

A) kill -1 1
B) kill 1
C) kill -9 1
D) kill -9 -1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
19
What is the awk tool designed to be?

A) a calculator
B) a pattern matching programming language
C) a non-interactive editing tool
D) an operating system
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
20
What character is used as shorthand for your homedir?

A) $
B) #
C) .
D) ~
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
21
What is the difference between bin directories and sbin directories?

A) It doesn't matter - binaries are randomly placed in one or the other
B) Executables in sbin require root access
C) Executables in bin are for all users, while sbin is for system-related executables generally used by the root user
D) They are linked, so they both hold the same executables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
22
Given the following directory structure, which commands would successfully remove the fubar directory? <strong>Given the following directory structure, which commands would successfully remove the fubar directory?  </strong> A) rm -r fubar B) rmdir -p fubar C) rmdir -p fubar/bar D) rm fubar/bar E) rm fubar

A) rm -r fubar
B) rmdir -p fubar
C) rmdir -p fubar/bar
D) rm fubar/bar
E) rm fubar
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
23
Who invented NFS?

A) Linus Torvalds
B) IBM
C) DEC
D) Sun Microsystems
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
24
In file globbing, which symbol matches any single character?

A) *
B) ?
C) []
D) .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which if these is NOT true of symbolic, or soft, links?

A) Has its own inode
B) Is just a directory entry
C) Can cross mount points
D) Can point to a directory
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
26
The three special file modes are

A) owner/group/world
B) read/write/execute
C) user/group/others
D) setuid/setgid and sticky
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
27
The ps -ef command is from which UNIX variant?

A) AIX
B) System V
C) Linux
D) BSD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
28
In regular expressions, three quantifier operators are

A) (), [] and {}
B) (),. and *
C) (), * and ?
D) *, ? and +
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
29
If the system is swapping, what can be done to alleviate the problem?

A) Add faster CPUs
B) Add more CPUs
C) Add more memory
D) Add a larger hard drive
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
30
What is the MBR?

A) Microcomputer Boot Resistor
B) Master Boot Relocator
C) Master Boot Record
D) Megabyte Barometric Recombinator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
31
Which of the following filesystems are you most likely to see on a Linux system?

A) XFS
B) ext2fs
C) NTFS
D) exFAT
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
32
The three classes in the file mode are

A) owner/group/world
B) read/write/execute
C) user/group/other
D) setuid/setgid and sticky
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
33
When scripting in bash , it is recommended to always use which symbols around your variables to reference them?

A) {}
B) []
C) ()
D) ' '
E) " "
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which commands can be used to copy a file locally?

A) cp only
B) scp pnly
C) rsync only
D) both cp and scp
E) cp, scp and rsync
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
35
Which of these shells are POSIX compliant?

A) bash
B) ksh
C) csh
D) zsh
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
36
According to the UNIX design paradigm, what is a file?

A) Something that stores data
B) An inode
C) A directory
D) Everything
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
37
Which of the following performance information is considered the most important information provided by the vmstat command?

A) it reports total memory on the system
B) it reports buffer activity
C) it reports disk I/O
D) it reports memory swapping
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
38
How much swap space is available on Arista switches?

A) 4GB
B) 0 bytes
C) 1GB
D) 640kB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
39
In /etc/shadow, what indicates a locked password?

A) !
B) !!
C) *LK
D) *
E) All of these
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
40
Which of the following interpreters are included on Arista switches?

A) /usr/bin/bash
B) /usr/bin/perl
C) /usr/bin/python
D) /usr/bin/Cli
E) All of them
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
41
To negate a set in a regular expression pattern, which character is used?

A) !
B) ^
C) ?
D) -
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
42
In a bash script, which of the following is the most common way to send output to the screen?

A) echo
B) write
C) send
D) print
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
43
In regular expressions, to what does greedy vs. lazy refer?

A) How many lines in a file the pattern will match
B) How many times the pattern will match on a line
C) How strict the pattern is required to be
D) Whether the pattern quantifiers will stop at whitespace
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
44
Why is iostat not needed on an Arista switch?

A) The CPU can't see the front panel interfaces to report on traffic
B) EOS is installed on an in-memory filesystem that does not use a hard disk
C) The memory is always full on an Arista switch
D) The I/O on an Arista switch is too fast for the CPU
E) Arista switches don't support hyperthreading
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
45
Which of the following is true when using the mv command to move a file to a new location on the same filesystem?

A) It is not recommended because the filesystem could be corrupted
B) It is slow because the data has to be read and written
C) It is not recommended, and the cp command should be used instead It is not recommended, and the cp command should be used instead
D) It is very fast because only the directory entry needs updating
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
46
Which native system commands can be used to get help on a standard Linux system?

A) Google
B) Info
C) Man
D) Stack Overflow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
47
What is the two-character sequence at the top of scripts, which tells the kernel what interpreter to use, called?

A) Scripthash
B) Bangscript
C) Hashscript
D) Shebang
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
48
Which of these is true about the MBR?

A) it contains the kernel
B) it is not OS-specific
C) it requires the Volume Boot Record
D) it is always stored in memory
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
49
RHEL is a popular distribution from which core tree?

A) Fedora
B) Linux
C) Debian
D) Slackware
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
50
Which special device provides a place for redirecting unneeded data?

A) /dev/null
B) /dev/zero
C) /dev/urandom
D) /dev/blank
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
51
What does the ctime of a file indicate?

A) Creation time
B) Change time
C) Content time
D) Character time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
52
Which of these help documentation systems are installed on Arista switches?

A) Google
B) Info
C) Man
D) Stack Overflow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
53
Which of the following commands is most likely to cause you to need to restore from backup?

A) rm -rf
B) netstat -nr
C) reboot
D) ls -la
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
54
The standard input file descriptor defaults to what?

A) Screen
B) Keyboard
C) Hard Drive
D) Null Device
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
55
What does grep stand for?

A) global regular expression print
B) global regular expression pattern
C) glob regex execute pattern
D) glob regex execute print
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
56
If there are three arguments on the command line to a bash script, what will be the contents of $# builtin variable?

A) 0
B) 1
C) 2
D) 3
E) 4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
57
In bash scripting, which of the following comparison operators are used on strings?

A) -gt
B) -eq
C) ==
D) <=
E) -f
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
58
What will the permissions of a regular file with octal mode 755 look like in the output of the 1s command?

A) drwxr-xr-x
B) -rw-r-r--
C) -rwx-r-r--
D) -rwxr-
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
59
If one or more CPUs in a system is extremely busy (less than 25% idle) but the run queue is relatively low, what might the system need to improve performance?

A) Faster CPUs
B) More CPUs
C) More memory
D) Faster hard drives
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
60
On an Arista switch, where in the filesystem is the flash drive mounted?

A) /root
B) /boot
C) /mnt
D) /etc
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
61
What term is used for the beginning of time for UNIX?

A) Epoch
B) Zero-hour
C) Birth
D) Dawn
E) Awakening
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
62
On a typical Linux system, where is the boot loader located?

A) BIOS
B) MBR
C) VBR
D) Kernel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
63
What software is contained in a Linux distribution?

A) The full operating system, including the kernel, package manager, GNU tools and libraries, documentation, a GUI, and other software.
B) Optional software that sits on top of the kernel and includes package management and a GUI.  
C) A repository of optional software available to install via the package management system.
D) A specially modified kernel designed to perform one task extremely well.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
64
What editor is vi based on?

A) ed
B) EMACS
C) pico
D) sed
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
65
Which answer best describes three important system performance monitoring indicators?

A) Load avg, idle CPU and swapping
B) Uptime, load avg and idle CPU
C) Load avg, idle CPU and free memory
D) System CPU, user CPU and load avg
E) Uptime, system CPU and free memory
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
66
The at system is used to

A) set the system clock
B) run something at a later time
C) schedule something to run at intervals
D) timestamp the system logs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
67
What is the standard sequence for booting a standard PC?

A) POST->BIOS->Kernel
B) BIOS->Kernel->POST->OS
C) BIOS->MBR->POST->Kernel
D) POST->BIOS->Boot Loader->Kernel
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
68
The ps aux command is from which UNIX variant?

A) AIX
B) System V
C) Linux
D) BSD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
69
Which utility can be used to compare the content of two files?

A) sort
B) cut
C) paste
D) diff
E) grep
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
70
When using the sudo command to run something as root, which password is required?

A) The user's password
B) The enable password
C) The shadow password
D) The root password
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
71
Which of these statements is true?

A) "." And "…" are always used in absolute paths
B) Absolute paths start with a "/"
C) Best practice is to always use absolute paths in scripts and when running commands as root
D) Relative paths can start with a "/"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
72
What is the name of the Linux mascot?

A) Linus
B) Bell
C) Tux
D) Dennis Ritchie
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
73
In bash, a for loop will iterate over a list of strings separated by what?

A) quotes
B) single quotes
C) backticks
D) whitespace
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
74
Which two characters are required at the top of a script to inform the kernel on which interpreter to use? (choose two)

A) !!
B) $!
C) #$
D) #!
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
75
Which of these statements is true about user groups on Linux?

A) A user may be a member of more than one group
B) A group may have more than one-member user
C) Groups may not be nested
D) Groups may be nested
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
76
The cron system is used to

A) set the system clock
B) run something at a later time
C) schedule something to run at intervals
D) timestamp the system logs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
77
What is the default standard user prompt for Bourne-based shells?

A) >
B) $
C) #
D) enable#
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
78
When configuring SSH, which file is needed for key-based authentication?

A) known_hosts
B) /etc/shadow
C) /etc/passwd
D) authorized_keys
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
79
The standard output file descriptor defaults to what?

A) Screen
B) Keyboard
C) Hard Drive
D) Null Device
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
80
Why shouldn't you use standard package and dependency management on an Arista switch?

A) Arista switches can't run package managers
B) Arista modifies the kernel to disallow it
C) Running an install could update dependencies required for the base EOS install
D) There is no reason not to use them on an Arista switch
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 99 في هذه المجموعة.