RedHat RHCE Korean Exam Overview:
| Certification Vendor: | Red Hat |
|---|---|
| Exam Name: | Red Hat Certified Engineer (RHCE) Exam for Red Hat Enterprise Linux 9 |
| Exam Number: | EX294 |
| Related Certifications: | Red Hat Certified Architect (RHCA) Red Hat Certified System Administrator (RHCSA) |
| Exam Duration: | 240 minutes |
| Available Languages: | English |
| Exam Price: | $450 USD (varies by region) |
| Certificate Validity Period: | 3 years |
| Exam Format: | Hands-on lab, Performance-based, No multiple-choice questions |
| Passing Score: | 210 out of 300 (70%) |
| Real Exam Qty: | Performance-based tasks, no fixed number |
| Recommended Training: | Red Hat System Administration III: Linux Automation (RH294) |
| Exam Registration: | Red Hat Exam Registration |
| Sample Questions: | RedHat RHCE Korean Sample Questions |
| Exam Way: | In-person at authorized testing centers or remote proctored online |
| Pre Condition: | Must hold current, active RHCSA certification (EX200) |
| Official Syllabus URL: | https://www.redhat.com/en/services/training/ex294-red-hat-certified-engineer-rhce-exam |
RedHat RHCE Korean Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Advanced Playbook Features | 25% | - Implement error handling - Work with files and directories - Use Ansible Vault for secrets - Create and use templates |
| Topic 2: System Administration Automation | 10% | - Manage storage and volumes - Manage software packages - Configure services and firewall |
| Topic 3: Ansible Fundamentals | 20% | - Use ad-hoc commands - Manage static and dynamic inventories - Implement privilege escalation - Understand core Ansible components - Configure ansible.cfg |
| Topic 4: Ansible Roles and Reusability | 15% | - Organize content with roles - Reuse and import playbooks - Create and manage roles |
| Topic 5: Ansible Playbooks | 30% | - Manage handlers and tasks - Apply conditionals and loops - Use variables, facts, and registers - Write and structure playbooks |
RedHat Red Hat Certified Engineer - RHCE (RHCE Korean Version) Sample Questions:
올바른 텍스트
100MB 크기의 스왑 파티션을 만드세요. 시스템 부팅 시 자동으로 사용 가능하게 설정하세요.
Usefdisk/dev/hda->Tocreatenewpartition.
Typen->ForNewpartition
ItwillaskforLogicalorPrimaryPartitions.Presslforlogical.
ItwillaskfortheStartingCylinder:UsetheDefaultbypressingEnterKey.
TypetheSize:+100M->YoucanSpecifyeitherLastcylinderofSizehere.
PressPtoverifythepartitionslistsandrememberthepartitionsname.DefaultSystemIDis83thatmeansLinuxNative.
TypettochangetheSystemIDofpartition.
TypePartitionNumber
Type82thatmeansLinuxSwap.
Presswtowriteonpartitionstable.
EitherRebootorusepartprobecommand.
mkswap/dev/hda?->TocreateSwapFilesystemonpartition.
swapon/dev/hda?->ToenabletheSwapspacefrompartition.
free-m->VerifyEitherSwapisenabledornot.
vi/etc/fstab/dev/hda?swapswapdefaults00
ReboottheSystemandverifythatswapisautomaticallyenabledornot.
올바른 텍스트
보관 그룹 소유자에 파일/디렉토리를 만든 사람은 자동으로 보관 그룹의 소유자와 동일해야 합니다.
chmodg+s/archive
Verifyusing:ls-ld/archivePermissionshouldbelike:drwxrws---2rootsysuser4096Mar1618:08/archiveIfSGIDbitissetondirectorythenwhoeveryuserscreatesthefilesondirectorygroupownerautomaticallytheownerofparentdirectory.TosettheSGIDbit:chmodg+sdirectoryToRemovetheSGIDbit:chmodg-sdirectory
올바른 텍스트
/var/tmp/fstab 권한을 구성합니다.
/etc/fstab 파일을 /var/tmp/fstab에 복사합니다. var/tmp/fstab 권한을 다음과 같이 구성합니다.
/var/tmp/fstab 파일의 소유자는 Root이고 그룹 root에 속합니다.
파일 /var/tmp/fstab은 어떤 사용자도 실행할 수 없습니다.
사용자 natasha는 /var/tmp/fstab을 읽고 쓸 수 있습니다.
사용자 harry는 /var/tmp/fstab을 읽고 쓸 수 없습니다.
다른 모든 사용자(현재 및 미래)는 var/tmp/fstab을 읽을 수 있습니다.
cp/etc/fstab/var/tmp/
/var/tmp/fstabviewtheownersetfacl-mu:natasha:rw-/var/tmp/fstabsetfacl-mu:haryy:---/var/tmp/fstabUsegetfacl/var/tmp/fstabtoviewpermissions
올바른 텍스트
커널 업그레이드를 설치합니다.
다음에서 적합한 커널 업데이트를 설치하세요.
http://server.domain11.example.com/pub/updates.
다음 요구 사항을 충족해야 합니다.
업데이트된 커널을 시스템 시작의 기본 커널로 사용합니다.
원래 커널은 여전히 유효하며 시스템이 시작될 때 안내될 수 있습니다.
UsingthebrowseropentheURLinthequestiondownloadkernelfiletorootorhomedirectory.uname-r//checkthecurrentkernelversionrpm-ivhkernel-*.rpmvi/boot/grub.conf//checkSomequestionsare:Installandupgradethekernelasrequired.Toensurethatgrub2isthedefaultitemforstartup.Yumrepo:http://content.example.com/rhel7.0/x86-64/errataORuname-r//checkkernelYum-config-manager--add-repo="http://content.example.com/rhel7.0/x86-64/errata"YumcleanallYumlistkernel//installdirectlyYum-yinstallkernel//stuckwithitdonotpipe!Pleasedonotpipe!Defaultenablenewkernelgrub2-editenvlist//checkModifygrub2-set-default"kernelfullname"Grub2-mkconfig-o/boot/grub2/grub.cfg//Refresh
올바른 텍스트
/var/tmp/fstab의 권한 구성
/etc/fstab 파일을 /var/tmp/fstab에 복사합니다. /var/tmp/fstab의 권한을 다음과 같이 설정합니다.
/var/tmp/fstab 파일은 루트 사용자의 소유입니다.
/var/tmp/fstab 파일은 루트 그룹에 속합니다.
/var/tmp/fstab 파일은 누구도 실행할 수 없습니다.
사용자 natasha는 /var/tmp/fstab을 읽고 쓸 수 있습니다.
사용자 harry는 /var/tmp/fstab을 읽거나 쓸 수 없습니다.
다른 모든 사용자(현재 또는 미래)는 /var/tmp/fstab을 읽을 수 있습니다.
cp-a/etc/fstab/var/tmp
cd/var/tmp
ls-l
getfacl/var/tmp/fstab
chmodugo-x/var/tmp/fstab[Noneedtodothistherewon'tbeexecutepermissionforthefilebydefault]
#setfacl-mu:natasha:rw/var/tmp/fstab
#setfacl-mu:harry:0/var/tmp/fstab(zero)[Readpermissionwillbethereforalltheusersbydefault.Checkitusingls-l/var/tmp/fstab]Verifyby[ls-la/var/tmp/fstab]
We're so confident of our products that we provide no hassle product exchange.


By Patrick

