ExamGecko
Home / LPI / 300-300 / List of questions
Ask Question

LPI 300-300 Practice Test - Questions Answers, Page 3

Add to Whishlist

List of questions

Question 21

Report Export Collapse

Which option in smb.conf defines the domain of which the server is a member?

Choose the correct answer

ad
ad
member domain
member domain
basedn
basedn
domain
domain
realm
realm
Suggested answer: E
asked 18/09/2024
Leandro Franklin Franklin
51 questions

Question 22

Report Export Collapse

Which of the following groups exists by default in an Active Directory domain?

Choose the correct answer

Domain Administrators
Domain Administrators
Domain Users
Domain Users
Domain 31aclclisc
Domain 31aclclisc
Domain Update Role Accounts
Domain Update Role Accounts
Unassigned Users
Unassigned Users
Suggested answer: B
asked 18/09/2024
j j
35 questions

Question 23

Report Export Collapse

Which of the following FSMO roles exist? (Choose two.)

Choose the correct answer

File Server
File Server
Directory Server
Directory Server
PDC Emulator
PDC Emulator
RID Master
RID Master
Global Catalog
Global Catalog
Suggested answer: C
asked 18/09/2024
Nabil BENIKHLEF
46 questions

Question 24

Report Export Collapse

When using rsync to synchronize the SYSVOL share's contents between multiple Samba servers, which of the following precautions should be taken? (Choose three.)

Choose the correct answer

Synchronize from the domain controller which is the PDC emulator to the other domain controllers.
Synchronize from the domain controller which is the PDC emulator to the other domain controllers.
Overwrite the permissions of all files in the SYSVOL directory to be readable by root only after each sync.
Overwrite the permissions of all files in the SYSVOL directory to be readable by root only after each sync.
Make the SYSVOL share read only on all domain controllers but the one used as synchronization source.
Make the SYSVOL share read only on all domain controllers but the one used as synchronization source.
Make sure that the SYSVOL share is active on only one domain controller.
Make sure that the SYSVOL share is active on only one domain controller.
Make sure to make all changes to GPOs on the domain controller which is the replication source.
Make sure to make all changes to GPOs on the domain controller which is the replication source.
Suggested answer: A, C, E
asked 18/09/2024
Neha Dua
49 questions

Question 25

Report Export Collapse

Which of the following commands adds a forward DNS record named fileserver01 pointing to the IPv6 address 2001:db8::190 into the DNS zone samba.private on the Samba 4 server dc1?

Choose the correct answer

net dns -S dc1 -U Administrator addrecord fileserver01.samba.private AAAA 2001:db8::190
net dns -S dc1 -U Administrator addrecord fileserver01.samba.private AAAA 2001:db8::190
dnstool -f dns.tdb add fileserver01.samba.private AAAA 2001:db8::190 -U Administrator
dnstool -f dns.tdb add fileserver01.samba.private AAAA 2001:db8::190 -U Administrator
samba-dns dynupdate -S dc1 -U Administrator -h fileserver01.samba.private -t AAAA -V 2001:db8::190
samba-dns dynupdate -S dc1 -U Administrator -h fileserver01.samba.private -t AAAA -V 2001:db8::190
nsupdatesmb -U Administrator //dc1/samba.private/fileserver01 add AAAA 2001:db8::190
nsupdatesmb -U Administrator //dc1/samba.private/fileserver01 add AAAA 2001:db8::190
samba-tool dns add dc1 samba.private fileserver01 AAAA 2001:db8::190 -U Administrator
samba-tool dns add dc1 samba.private fileserver01 AAAA 2001:db8::190 -U Administrator
Suggested answer: E
asked 18/09/2024
Sze Yenn Tan
40 questions

Question 26

Report Export Collapse

A Samba 4 server provides DNS information regarding an Active Directory Domain. All other DNS information is provided by an additional DNS server. Which of the following solutions ensures that the clients of the Samba server can look up all DNS records including those from the domain?

Choose the correct answer

The additional DNS server is configured in the file /etc/resolv.conf on the Samba server and the option dns forwarder = yes is set in smb.conf.
The additional DNS server is configured in the file /etc/resolv.conf on the Samba server and the option dns forwarder = yes is set in smb.conf.
The search domain of all clients is set to the Active Directory domain name. All clients query only the additional DNS server and not a domain controller.
The search domain of all clients is set to the Active Directory domain name. All clients query only the additional DNS server and not a domain controller.
Both the Samba server and the additional DNS server are configured on the clients. This ensures that the Samba server is listed first in each client's resolv.conf.
Both the Samba server and the additional DNS server are configured on the clients. This ensures that the Samba server is listed first in each client's resolv.conf.
All clients are configured to send DNS queries to the additional DNS server only. The Samba server's smb.conf contains the option wins dns proxy = yes to provide all domain-related naming information via the NetBIOS name service independently from DNS.
All clients are configured to send DNS queries to the additional DNS server only. The Samba server's smb.conf contains the option wins dns proxy = yes to provide all domain-related naming information via the NetBIOS name service independently from DNS.
The additional DNS server is configured in the option dns forwarder in smb.conf. All clients query the Samba server for any DNS information.
The additional DNS server is configured in the option dns forwarder in smb.conf. All clients query the Samba server for any DNS information.
Suggested answer: E
asked 18/09/2024
Mykhailo Vavilov
36 questions

Question 27

Report Export Collapse

Which of the following commands sets up Samba 4 as an Active Domain Directory Controller for a new domain?

Choose the correct answer

samldap-domainadd
samldap-domainadd
net ads prepare domain
net ads prepare domain
samba-tool domain provision
samba-tool domain provision
smbcontrol dcpromo
smbcontrol dcpromo
samba-dcpromo
samba-dcpromo
Suggested answer: C
asked 18/09/2024
Jendoubi moez
39 questions

Question 28

Report Export Collapse

What is true about the container CN=Users in an Active Directory LDAP tree? (Choose two.)

Choose the correct answer

GPOs cannot be assigned to this container.
GPOs cannot be assigned to this container.
Users outside of this container cannot log into any member computer of the domain.
Users outside of this container cannot log into any member computer of the domain.
The container can only contain user object but no user groups.
The container can only contain user object but no user groups.
New users are created here and must be moved to another container before they can log in.
New users are created here and must be moved to another container before they can log in.
New users are by default created in this container.
New users are by default created in this container.
Suggested answer: A, E
asked 18/09/2024
Adekunle Fodeke
35 questions

Question 29

Report Export Collapse

Which of the following statements are true regarding the smbpasswd command? (Choose two.)

Choose the correct answer

The -x parameter removes an account from the Samba database.
The -x parameter removes an account from the Samba database.
The -a parameter adds an account to the Samba database. If the account already exists, this parameter is ignored.
The -a parameter adds an account to the Samba database. If the account already exists, this parameter is ignored.
The -d parameter deletes an account from the Samba database.
The -d parameter deletes an account from the Samba database.
The -e parameter excludes an account from the Samba database.
The -e parameter excludes an account from the Samba database.
smbpasswd changes only passwords on Samba domain controllers while DCs running Windows keep the old passwords.
smbpasswd changes only passwords on Samba domain controllers while DCs running Windows keep the old passwords.
Suggested answer: A, B
asked 18/09/2024
james campbell
42 questions

Question 30

Report Export Collapse

Which of the following TCP ports is used to provide the SMB protocol without NetBIOS?

Choose the correct answer

133
133
138
138
139
139
386
386
445
445
Suggested answer: E
asked 18/09/2024
Grégory CALIX
40 questions
Total 53 questions
Go to page: of 6
Search

Related questions