-
General Knowledge
-
General Topics
- Abbreviations
- Books and Authors
- Famous Academies and Institutes
- First in India (Man)
- First in India (Women)
- Important Dates
- Famous Personalities
- Public Administration Science
- Astronomy
- Biology
- Botany
- Chemistry
- Physics
- Zoology
- Inventions and Scientists Geography
- Geographical Epithets India
- Geographical Epithets World
- Places Associated with Industries in India
- National Parks and Sanctuaries
- Towns on River Banks History
- Indian History and Culture
- Indian National Movement
- Indian Polity and Constitution
- Ancient Period in Indian History
- World History
- Governor General of India Culture
- Languages
- Indian Dance and Music
- Classical Dances of India
- Folk Dances in India and Tribal Dances in India
- Famous Dancers, Instrumentalists, Vocalists in India World
- First in the World
- Parliament Names
- United Nation Organizations (UNO)
- World's Famous News Agencies
- World Industries
- National Emblems
- Countries and Alternative Names
- Countries and Capitals
- View More topics...
- General Aptitude
- Problems on Ages
- Alligation and Mixture
- Area
- Arithmetic Progression
- Average
- Banker's Discount
- Boats and Streams
- Calendar
- Chain Rule
- Clock
- Compound Interest
- Decimal Fraction
- Height and Distance
- Logarithms
- Mensurations
- Numbers
- Odd Man Out and Series
- Partnership and Share
- Percentage
- Permutation and Combination
- Pipes and Cisterns
- Probability
- Problems on H.C.F and L.C.M
- Problems on Numbers
- Problems on Trains
- Profit and Loss
- Races and Games
- Ratio and Proportion
- Simple Interest
- Simplification
- Stocks and Shares
- Surds and Indices
- Time and Distance
- Time and Work
- True Discount
- Volume & Surface Areas
- General English
- Antonyms
- Synonyms
- Vocabulary Test
- One Word Substitution
- Sentence Completion
- Sentence Improvement
- Idioms & Phrases
- Homonyms
- Word Formation
- Active & Passive Voice
- Direct and Indirect Speech
- Spotting Errors
- Double Synonyms
- Choose the Appropriate Filter
- Spelling Test
- Transformation
- Reconstruction of Sentence
- Chooose the Correct or Incorrect Sentence
- Networking
- Interview Questions
-
Programming
- .NET
- Java
- ASP.NET
- C++
- Perl
- Python
- Ruby and Rails
- Struts
- Core Java
- Hibernate Database
- DB2
- MS SQL Server
- MySQL
- Oracle
- SQL
- DBMS
- Data Warehousing
- Data structures and Algorithms Cisco
- CCNA
- CCNP Routing
- CCNP Switching
- Internetworking
- Border Gateway Protocol Windows
- MCSE
- Exchange Server
- Windows Server 2008
- DNS & Active Directory
- Firewall Questions Linux
- Unix
- Linux Server Administrator
- Linux System Administrator
- Linux File Manipulation
- Database
- Home
- Server Administration
- RHCSA Online Test
Instructions
- Total Questions 20
- Each question carry 1 mark
- Must answer all the questions (otherwise report card will not be generated)
- If you dont want to take a test, simply click the check answers button and view all the answers with explanations
- Do Not Refresh the Page
- No Time Limit
- Good Luck :)
You Scored % - /
Correct Answers :
[C]
Explanation :
The /etc/systemd/journald.conf file contains several parameters, including ForwardToSyslog , which can be used to switch off the feature that forwards messages to rsyslogd.
Correct Answers :
[A]
Explanation :
Even if a remote log server is used, a local rsyslogd process is still required to forward messages to the remote log server.
Correct Answers :
[A]
Explanation :
To configure remote logging, port 514 is used. Either a TCP or a UDP port can be configured.
Correct Answers :
[C]
Explanation :
Explanation: Old syslog implementations support sending messages to a log server only over port 514 UDP.
Correct Answers :
[B]
Explanation :
The InputTCPServerRun allows messages to be accepted through TCP. This statement needs to start with a $ and have the port name as its argument.
Correct Answers :
[B]
Explanation :
In a link-local address, the network prefix fe80/64 is used, which is followed by the MAC address with fffe inserted in the middle of the MAC address.
Correct Answers :
[C]
Explanation :
The ff02::1 IPv6 address is the all nodes IPv6 address. Use %eth0 to specify that the network connected to interface eth0 must be addressed.
nmcli con add con-name eno16777736 type ethernet ifname
eno16777736 ipv6 2002:db:0:1::100/64 gw6 2002:db:0:1::1 ipv4
192.16 8.4. 122/24 gw4 192.16 8.4. 1 ?
Correct Answers :
[C, D]
Explanation :
When adding new configuration to an interface, ip6 , gw6 , ip4, and gw4 should be used. When modifying existing configuration, use ipv6 , ipv4 , gwv6 , and gwv4 .
Correct Answers :
[D]
Explanation :
The first argument to nmcli is con , to refer to the connection that should be modified. This is followed by the action that is performed on that interface (in this case, mod , to modify the interface configuration). Then the name of the interface follows, which is followed by ipv6.method that needs to be set to manual .
Correct Answers :
[B]
Explanation :
Explanation:
The /proc/sys/net/ipv4/ip_forward parameter is set to 1 to enable packet forwarding on RHEL 7.
Correct Answers :
[D]
Explanation :
A conditional loop that is started with if is closed with fi .
if [ -f $1 ]
then
echo "$1 is a file"
..... [ -d $1 ]
then
echo "$1 is a directory"
else
echo "I do not know what \$1 is" fi
Correct Answers :
[C]
Explanation :
If within an if loop a new conditional check is opened, this conditional check is started with elif .
for (( counter=100; counter>1; counter-- )); .......
echo $counter
done
exit 0
Correct Answers :
[B]
Explanation :
After stating the condition in a for loop, do is used to start the commands that need to be started when the condition is true.
Correct Answers :
[D]
Explanation :
The mail command needs its subject specified with the -s option. The mail command normally waits until a dot is entered on an empty line to start sending the message. This dot can be fed to the mail command using STDIN redirection, using < .
Correct Answers :
[A]
Explanation :
In a case statement, the different options are proposed with a ) behind them. *) refers to all other options (not specifically specified in the script).
Correct Answers :
[A]
Explanation :
Answer A shows the correct syntax.
Correct Answers :
[C]
Explanation :
If port forwarding to another host is configured, the return packets must be taken care of by using masquerading.
Correct Answers :
[A]
Explanation :
Answer A is the only answer that does not contain errors.
Correct Answers :
[A]
Explanation :
Masquerading can be used only on a router.
Correct Answers :
[C]
Explanation :
Custom firewalld service files should be stored in /etc/ firewalld/services.
|
|
||||||||||||||||||||||||||||