Exam Number: 1Z0-320
Exam Title: MySQL Cloud Service 2018 Implementation Essentials
Associated Certification Paths MySQL Cloud Service 2018 Certified Implementation
Specialist
Duration: 120 minutes
Number of Questions: 79
Passing Score: 60%
View passing score policy
Validated Against: Exam has been validated against MySQL Enterprise
Edition 5.7.
Format: Multiple Choice
Complete Recommended Training
Data Management Cloud Learning Subscription (Individuals & Companies |
Partners)
Additional Preparation and Information
A combination of Oracle training and hands-on experience (attained via labs
and/or field experience) provides the best preparation for passing the exam.
Our certification exams are revised regularly to align with training and product
release updates. Information about exam revisions and new topics are found on
this page under 'Validated Statement' and within the exam topics below.
Certifications reflect validated skills for year and product release version
date of achievement. If you are preparing for this exam, we recommend you check
these topics periodically to ensure your exam prep covers any new topics that
may be added based on regular exam revision.
Oracle MySQL Enterprise Product Suite
Describe the difference between MySQL Enterprise Edition and the
Community/Standard Edition
Explain the products and features of MySQL Enterprise Products
Identity the Oracle products that are certified to work with MySQL Enterprise
Edition
Installation and Architecture
Explain the MySQL infrastructure architecture
Install a MySQL Enterprise Server
Configure settings for a MySQL Enterprise Server
Access MySQL databases with MySQL Workbench
Manage MySQL Database users with MySQL Workbench
Database Design
Describe Datatypes in a MySQL database
Create databases and tables
Create basic SQL queries
Maintain Databases, Tables, and Columns
Configure Indexes and Constraints
Join Tables
Partition MySQL Tables
MySQL Security
Execute MySQL Authorization and Privilege Management
Manage MySQL Password Policies
Describe MySQL Enterprise Authentication
Describe MySQL Enterprise Encryption
Configure MySQL Enterprise Firewall
Configure MySQL Enterprise Audit
Leverage MySQL Enterprise Monitor
Explain MySQL Enterprise Monitor benefits and features
Describe the topology of the MySQL Enterprise Monitor (Service Manager, Agents)
Manage MySQL Query Analyzer
Manage the customizability of MySQL Enterprise Advisors
Leverage MySQL Backup
Import and export data with MySQL Workbench
Describe the MySQL Enterprise Backup process
Install a MySQL Enterprise Backup
Configure MySQL backups
Configure MySQL Encryption and Compression
MySQL Overview of High Availability and Replication
Describe MySQL High Availability solutions
Explain Replication
Set up MySQL Replication using global transaction identifiers (GTID's) and
binlog
Set up MySQL Cluster
Explain Replication utilities
Deploy High Availability and Scalability features
MySQL Cloud Service
Describe Cloud Services options
Establish Cloud Service connection via Secure Shell (SSH)
Describe security rules within Oracle Compute Cloud Service
Configure security rules within Oracle Compute Cloud Service
Troubleshoot Cloud Service connections issues
Describe alerts and notification options using Cloud Service
Configure MySQL Cloud Service Backup
QUESTION 1
The replication for a Master and Slave MySQL Servers is up and running. The disk space for Master Server is continuously growing.
The binlog size keeps growing. Identify two methods to fix the issue.
A. Execute the PURGE BINARY LOGS statement without argument.
B. On the Master server, disable binlog by removing the –log-bin option
C. Delete all binlog files manually on the file system to release storage spaces.
D. Set the expire_logs_days sysem bariable to expire binary log files automatically after a given number of days.
E. To safely purge binary log files, perform the following steps:
1. On each slave server, use SHOW SLAVE STATUS to check which log file it is reading.
2. Obtain a listing of the binary log files on the master server with SHOW BINARY LOGS.
3. Determine the earliest log file among all the slaves. This is the target file. If all the slaves are up to date, this is the last log file on the list.
4. Make a backup of all the log files you are about to delete. (This step is optional, but always advisable.)
5. Purge all log files up to but not including the target file by using the PURGE BINARY LOGS statement.
Answer: B,E
QUESTION 2
A MySQL 5.7 server is monitored via 3306 without a MySQL Agent (agentless Installation). Which two options are not available In such a setup MEM GUI?
A. network related Information and network characteristics
B. security related advisors warning (for examine, password warnings and firewall warnings)
C. MySQL Query Analysis data
D. disk usage and disk characteristics including risk advisors warnings
E. MySQL Replication monitoring
Answer: C,E
QUESTION 3
Which statement would create an index by using the first 10 characters of the name column
in the customer table (assuming that name is a nonbinary string type)?
A. CREATE SUB INDEX part_of_name ON (customer,name,10);
B. CREATE INDEX (10) ON (customer.name);
C. CREATE INDEX part_of_name ON customer (name (10));
D. CREATE PARTIAL INDEX part_of_name ON customer (name,10);
E. CREATE INDEX part_of_name ON cutomer.name LIMIT 10 CHAR;
Answer: A
QUESTION 4
You have the MySQL 5.7 database fuming. MySQL Enterprise Backup 3.12 Is installed and it Is used to bade up the MySQL 5.7 database. The backup has failed. Identify the reason.
A. MySQL Enterprise Backup 3.x does not support MySQL 5.7. MySQL Enterprise Backup 4.x or later is required to back up MySQL 5.7.
B. MySQL Workbench must be Installed with MySQL Enterprise Backup to enable the backup to run successfully.
C. MySQL 5.7 Is supported in MySQL Enterprise Backup 3.x with the MySQL 5.7 extension pack.
D. MySQL 5.7 is supported In MySQL Enterprise Backup 3.x providing that the MySQL 5.7 Is pre registered In the MySQL Enterprise Backup configuration file.
E. mysqlbackup with MySQL Enterprise Backup 3.x must be executed once with the -- upgrad on MySQL 5.7 database to allow the mysql.backup_proqress and mysql.backup_history tables to be patched.
Answer: A
QUESTION 5
You have a user on your MySQL instance who is flooding the server with complex queries and large INSERTS, which prevents another user with a higher priority from running queries. Which two choices will limit the number of SELECTS to 10 per hour and the number of INSERTS to 4 per hour for user ‘employee1’ from MvSQL Workbench by first selecting Server > Users and Privileges > employee1?
A. Set Max Updates to 4 for 'employee1'.
B. Set Max. Queries to 14 for 'employee1'.
C. Set Max. Connections to 14 for 'employee1'.
D. Set Max Queries to 10 for 'employee1'.
E. Set Concurrent Connections to 14 for 'employee1'.
Answer: C
Saturday, June 23, 2018
Thursday, June 21, 2018
1Z0-928 Oracle Cloud Platform Big Data Management 2018 Associate
Exam Number: 1Z0-928
Exam Title: Oracle Cloud Platform Big Data Management 2018 Associate
Associated Certification Paths Oracle Cloud Platform Big Data Management 2018 Certified Associate
Duration: 100
Number of Questions: 66
Passing Score: 68%
View passing score policy
Validated Against:
Format: Multiple Choice
Complete Recommended Training
Big Data Fundamentals
Oracle Data Management Learning Subscription
Additional Preparation and Information
A combination of Oracle training and hands-on experience (attained via labs and/or field experience) provides the best preparation for passing the exam.
Our certification exams are revised regularly to align with training and product release updates. Information about exam revisions and new topics are found on this page under 'Validated Statement' and within the exam topics below. Certifications reflect validated skills for year and product release version date of achievement. If you are preparing for this exam, we recommend you check these topics periodically to ensure your exam prep covers any new topics that may be added based on regular exam revision.
Fundamentals of Big Data
Describe the functionality of Map Reduce and Spark
Describe the characteistics of the HDFS (Hadoop File System)
Describe the function of YARN (Yet Another Resource Negotiator)
Idenify when to use HDFS, NOSQL and RDBMS (Relational Database Management System) for Big Data
Oracle Solutions and Services for Big Data Needs (BDC)
Identify the Big Data Cloud components
Describe the principle architectures of BDC
Describe BDC Deployment Options
Describe BDC Integration with Oracle PaaS/IaaS
Identify the steps in a BDC Management Life Cycle
Create a multimode cluster and explore demo notebooks
Describe abiltiy to customize BDC Clusters
Oracle Solutions and Services for Big Data Needs (BDCS)
Identify the operating system user you will be in order to access your nodes
Describe the type of nodes you can create and add to a cluster
Identify the component for providing dynamic high performance resource in Big Data Cloud Service
Describe the characteristics of a node in Big Data Cloud Service
Identify the utility use to execute commands to the servers in Big Data Cloud Service
Implement network access to Big Data Cloud Service
Data Streaming Platform
Identify various type of EHCS (Event Hub Cloud Service) deployments in Oracle Cloud
Identify business solutions using EHCS
Integrate EHCS with BDC and Oracle PaaS
Describe EHCS Deployment Options
Oracle Big Data Security
Implement Authentication using Kerboros
Implement Authorization using Sentry (BDCS)
Identify the options for encrypting Hadoop
Identify the security components of Big Data Cloud Service
Identify the principals created to authenticate access to Big Data Cloud Service
Big Data Cloud Integration
Describe the features of Scoop and Flume
Identify the current Big Data connectors to integrate to Oracle data products
Describe and use the utility use to copy large files into your Big Data Cloud Service
Describe Oracle Big Data Connectors and their functionalities
Use BDC Connectors, Oracle R Advanced Analytics for Hadoop (ORAAH), Spatial & Graph
Exam Title: Oracle Cloud Platform Big Data Management 2018 Associate
Associated Certification Paths Oracle Cloud Platform Big Data Management 2018 Certified Associate
Duration: 100
Number of Questions: 66
Passing Score: 68%
View passing score policy
Validated Against:
Format: Multiple Choice
Complete Recommended Training
Big Data Fundamentals
Oracle Data Management Learning Subscription
Additional Preparation and Information
A combination of Oracle training and hands-on experience (attained via labs and/or field experience) provides the best preparation for passing the exam.
Our certification exams are revised regularly to align with training and product release updates. Information about exam revisions and new topics are found on this page under 'Validated Statement' and within the exam topics below. Certifications reflect validated skills for year and product release version date of achievement. If you are preparing for this exam, we recommend you check these topics periodically to ensure your exam prep covers any new topics that may be added based on regular exam revision.
Fundamentals of Big Data
Describe the functionality of Map Reduce and Spark
Describe the characteistics of the HDFS (Hadoop File System)
Describe the function of YARN (Yet Another Resource Negotiator)
Idenify when to use HDFS, NOSQL and RDBMS (Relational Database Management System) for Big Data
Oracle Solutions and Services for Big Data Needs (BDC)
Identify the Big Data Cloud components
Describe the principle architectures of BDC
Describe BDC Deployment Options
Describe BDC Integration with Oracle PaaS/IaaS
Identify the steps in a BDC Management Life Cycle
Create a multimode cluster and explore demo notebooks
Describe abiltiy to customize BDC Clusters
Oracle Solutions and Services for Big Data Needs (BDCS)
Identify the operating system user you will be in order to access your nodes
Describe the type of nodes you can create and add to a cluster
Identify the component for providing dynamic high performance resource in Big Data Cloud Service
Describe the characteristics of a node in Big Data Cloud Service
Identify the utility use to execute commands to the servers in Big Data Cloud Service
Implement network access to Big Data Cloud Service
Data Streaming Platform
Identify various type of EHCS (Event Hub Cloud Service) deployments in Oracle Cloud
Identify business solutions using EHCS
Integrate EHCS with BDC and Oracle PaaS
Describe EHCS Deployment Options
Oracle Big Data Security
Implement Authentication using Kerboros
Implement Authorization using Sentry (BDCS)
Identify the options for encrypting Hadoop
Identify the security components of Big Data Cloud Service
Identify the principals created to authenticate access to Big Data Cloud Service
Big Data Cloud Integration
Describe the features of Scoop and Flume
Identify the current Big Data connectors to integrate to Oracle data products
Describe and use the utility use to copy large files into your Big Data Cloud Service
Describe Oracle Big Data Connectors and their functionalities
Use BDC Connectors, Oracle R Advanced Analytics for Hadoop (ORAAH), Spatial & Graph
Wednesday, June 20, 2018
700-901 Cisco Express Networking
QUESTION 1
What are two of the APIs that Cisco Meraki offers out of the box? (Choose two.)
A. Dashboard API
B. Remote logging API
C. Scanning API
D. Client device monitoring API
E. Automated failover API
Answer: A,D
QUESTION 2
Where do Cisco Meraki customers go to open and manage ongoing support cases?
A. the Meraki portal within SalesForce.com
B. through the Cisco Meraki support e-mail alias (helpdesk)
C. the Cisco TAC Service Request System
D. the Help section within the Meraki Dashboard
Answer: D
QUESTION 3
Which are the two functions performed by the dedicated third radio in MR access points? (Choose two.)
A. WLAN controller
B. DHCP addressing
C. RF optimization (auto RF)
D. Site survey planning
E. wireless IPS (air marshal)
Answer: C,E
Explanation
https://meraki.cisco.com/blog/2014/02/three-radios-are-better-than-one/
QUESTION 4
How does the Cisco Meraki MC platform simplify the complexity and overhead involved in VoIP deployments?
A. With zero on-site infrastructure (non-existent PBX); SIP-based cloud architecture, and direct integration with providers.
B. With purpose-built, all-in-one solutions that consolidates voice, video, messaging, presence, and chat for every user on any device
C. By providing a single-image, on-premises communications platform that grows and interacts with plug-and-play ease
D. By providing easy to configure and reliable on-site call routing and processing server clusters.
Answer: D
QUESTION 5
Which feature of the Cisco Meraki MV cameras provides efficient inspection of an area of interest across recorded footage?
A. Dynamic pan-tilt-zoom query
B. Retroactive motion event search
C. Vari-focal zoom-and-enhance
D. High-definition video wall
Answer: C
Tuesday, June 19, 2018
98-366 Networking Fundamentals
Published: August 2, 2010
Languages: English, Chinese (Simplified), Chinese (Traditional), French, German, Italian, Japanese, Korean, Portuguese (Brazil), Russian, Spanish, Spanish (Latin America)
Audiences: Academic
Technology: Windows Server 2016
Credit toward certification: MTA
Skills measured
This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam. The higher the percentage, the more questions you are likely to see on that content area on the exam. View video tutorials about the variety of question types on Microsoft exams.
Please note that the questions may test on, but will not be limited to, the topics described in the bulleted text.
Do you have feedback about the relevance of the skills measured on this exam? Please send Microsoft your comments. All feedback will be reviewed and incorporated as appropriate while still maintaining the validity and reliability of the certification process. Note that Microsoft will not respond directly to your feedback. We appreciate your input in ensuring the quality of the Microsoft Certification program.
If you have concerns about specific questions on this exam, please submit an exam challenge.
If you have other questions or feedback about Microsoft Certification exams or about the certification program, registration, or promotions, please contact your Regional Service Center.
There are exam updates effective as of January 31, 2018. To learn more about these changes and how they affect the skills measured, please download and review the Exam 98-366 change document.
Understanding network infrastructures (30–35%)
Understand the concepts of Internet, intranet, and extranet
Virtual Private Network (VPN), security zones, firewalls
Understand local area networks (LANs)
Perimeter networks; addressing; reserved address ranges for local use (including local loopback IP), VLANs; wired LAN and wireless LAN
Understand wide area networks (WANs)
Leased lines, dial-up, ISDN, VPN, T1, T3, E1, E3, DSL, cable modem, and more, and their characteristics (speed, availability)
Understand wireless networking
Types of wireless networking standards and their characteristics (802.11a,b,g,n,ac including different GHz ranges), types of network security (WPA, WEP, 802.1X, and others), point-to-point (P2P) wireless, ad hoc networks, wireless bridging
Understand network topologies and access methods
Star, mesh, ring, bus, logical and physical topologies
Preparation resources
Solution Design Considerations for Network Topologies
Wireless LAN Service Overview
Wired and Wireless Networking with 802.1X Authentication
Understanding network hardware (20–25%)
Understand switches
Transmission speed, number and type of ports, number of uplinks, speed of uplinks, managed or unmanaged switches, VLAN capabilities, Layer 2 and Layer 3 switches and security options, hardware redundancy, support, backplane speed, switching types and MAC table, understand capabilities of hubs versus switches, virtual switches
Understand routers
Transmission speed considerations, directly connected routes, static routing, dynamic routing (routing protocols), RIP vs. OSPF, default routes; routing table and how it selects best route(s); routing table memory, Network Address Translation (NAT), software routing in Windows Server, installing and configuring routing; Quality of Service (QoS)
Understand media types
Cable types and their characteristics, including media segment length and speed; fiber optic; twisted pair shielded or unshielded; catxx cabling, wireless; susceptibility to external interference (machinery and power cables); susceptibility to electricity (lightning), susceptibility to interception
Preparation resources
Computer Hardware and Windows Server
Routing
Understanding protocols and services (45-50%)
Understand the Open Systems Interconnection (OSI) model
OSI model; Transmission Control Protocol (TCP) model; examples of devices, protocols, applications, and which OSI/TCP layer they belong to; TCP and User Datagram Protocol (UDP); well-known ports for most used purposes (not necessarily Internet); packets and frames
Understand IPv4
Subnetting, IPconfig, why use Internet Protocol version 4 (IPv4), addressing, ipv4toipv6 tunneling protocols to ensure backward compatibility, dual IP stack, subnetmask, gateway, ports, packets, reserved address ranges for local use (including local loopback IP)
Understand IPv6
Subnetting, IPconfig, why use IPv6, addressing, ipv4toipv6 tunneling protocols to ensure backward compatibility, dual IP stack, subnetmask, gateway, ports, packets, reserved address ranges for local use (including local loopback IP)
Understand names resolution
DNS, resource records, Windows Internet Name Service (WINS), steps in the name resolution process, HOSTS file, LMHOSTS file
Understand networking services
Dynamic Host Configuration Protocol (DHCP), Network Address Translation (NAT), firewalls, remote access, VPN
Understand TCP/IP
Tools (such as ping), tracert, pathping, Telnet, IPconfig, netstat, reserved address ranges for local use (including local loopback IP), protocols
Preparation resources
IPv6
IPv4 Name Resolution
TCP/IP
QUESTION 1
You are employed as a network designer at ABC.com.
A ABC.com client has requested a network setup for his home office. The network has to be cost
effective, and easy to extend and implement. Furthermore, the client wants his workstations
connected by a single cable.
Which of the following network topologies should you use?
A. A star network topology.
B. A bus network topology.
C. A mesh network topology.
D. A ring network topology.
Answer: B
QUESTION 2
You are employed as a network designer at ABC.com.
You have recently designed a home office network for ABC.com that includes a switch.
Which of the following are TRUE with regards to network switches? (Choose all that apply.)
A. It keeps track of the MAC addresses attached to each of its ports and directs traffic intended for
a particular address only to the port to which it is attached.
B. It keeps track of the IP addresses attached to each of its ports and directs traffic intended for a
particular address only to the port to which it is attached.
C. It operates at the Physical layer of the OSI model.
D. It operates at the Data-Link layer of the OSI model.
Answer: A,D
QUESTION 3
You are employed as a network administrator at ABC.com. The ABC.com network consists of a
single domain named ABC.com.
As part of a training exercise, you have been asked to identify the layer that allows applications
and a number of user functions access to the network.
Which of the following options represents your response?
A. The document layer.
B. The application layer.
C. The system layer.
D. The Data-link layer.
Answer: B
Explanation:
QUESTION 4
You are employed as a network administrator at ABC.com. The ABC.com network consists of a
single domain named ABC.com.
You have been tasked with making sure that ABC.com’s network includes a server that converts
NetBIOS names to IP addresses.
Which of the following actions should you take?
A. You should consider adding a DHCP server to the ABC.com network.
B. You should consider adding a DNS server to the ABC.com network.
C. You should consider adding a Web server to the ABC.com network.
D. You should consider adding a WINS server to the ABC.com network.
Answer: D
QUESTION 5
You are employed as a network designer at ABC.com.
ABC.com’s network is made up of two network segments, named Subnet A and Subnet B. DHCP
clients are located on Subnet
A. A DHCP server, named ABC-SR07, is located on Subnet B.
You need to make sure that DHCP clients are able to connect to ABC-SR07.
Which of the following actions should you take?
A. You should make sure that the RRAS service is configured.
B. You should make sure that the Web service is configured.
C. You should make sure that the DNS service is configured.
D. You should make sure that the DHCP relay agent service is configured.
Answer: D
Explanation:
Languages: English, Chinese (Simplified), Chinese (Traditional), French, German, Italian, Japanese, Korean, Portuguese (Brazil), Russian, Spanish, Spanish (Latin America)
Audiences: Academic
Technology: Windows Server 2016
Credit toward certification: MTA
Skills measured
This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam. The higher the percentage, the more questions you are likely to see on that content area on the exam. View video tutorials about the variety of question types on Microsoft exams.
Please note that the questions may test on, but will not be limited to, the topics described in the bulleted text.
Do you have feedback about the relevance of the skills measured on this exam? Please send Microsoft your comments. All feedback will be reviewed and incorporated as appropriate while still maintaining the validity and reliability of the certification process. Note that Microsoft will not respond directly to your feedback. We appreciate your input in ensuring the quality of the Microsoft Certification program.
If you have concerns about specific questions on this exam, please submit an exam challenge.
If you have other questions or feedback about Microsoft Certification exams or about the certification program, registration, or promotions, please contact your Regional Service Center.
There are exam updates effective as of January 31, 2018. To learn more about these changes and how they affect the skills measured, please download and review the Exam 98-366 change document.
Understanding network infrastructures (30–35%)
Understand the concepts of Internet, intranet, and extranet
Virtual Private Network (VPN), security zones, firewalls
Understand local area networks (LANs)
Perimeter networks; addressing; reserved address ranges for local use (including local loopback IP), VLANs; wired LAN and wireless LAN
Understand wide area networks (WANs)
Leased lines, dial-up, ISDN, VPN, T1, T3, E1, E3, DSL, cable modem, and more, and their characteristics (speed, availability)
Understand wireless networking
Types of wireless networking standards and their characteristics (802.11a,b,g,n,ac including different GHz ranges), types of network security (WPA, WEP, 802.1X, and others), point-to-point (P2P) wireless, ad hoc networks, wireless bridging
Understand network topologies and access methods
Star, mesh, ring, bus, logical and physical topologies
Preparation resources
Solution Design Considerations for Network Topologies
Wireless LAN Service Overview
Wired and Wireless Networking with 802.1X Authentication
Understanding network hardware (20–25%)
Understand switches
Transmission speed, number and type of ports, number of uplinks, speed of uplinks, managed or unmanaged switches, VLAN capabilities, Layer 2 and Layer 3 switches and security options, hardware redundancy, support, backplane speed, switching types and MAC table, understand capabilities of hubs versus switches, virtual switches
Understand routers
Transmission speed considerations, directly connected routes, static routing, dynamic routing (routing protocols), RIP vs. OSPF, default routes; routing table and how it selects best route(s); routing table memory, Network Address Translation (NAT), software routing in Windows Server, installing and configuring routing; Quality of Service (QoS)
Understand media types
Cable types and their characteristics, including media segment length and speed; fiber optic; twisted pair shielded or unshielded; catxx cabling, wireless; susceptibility to external interference (machinery and power cables); susceptibility to electricity (lightning), susceptibility to interception
Preparation resources
Computer Hardware and Windows Server
Routing
Understanding protocols and services (45-50%)
Understand the Open Systems Interconnection (OSI) model
OSI model; Transmission Control Protocol (TCP) model; examples of devices, protocols, applications, and which OSI/TCP layer they belong to; TCP and User Datagram Protocol (UDP); well-known ports for most used purposes (not necessarily Internet); packets and frames
Understand IPv4
Subnetting, IPconfig, why use Internet Protocol version 4 (IPv4), addressing, ipv4toipv6 tunneling protocols to ensure backward compatibility, dual IP stack, subnetmask, gateway, ports, packets, reserved address ranges for local use (including local loopback IP)
Understand IPv6
Subnetting, IPconfig, why use IPv6, addressing, ipv4toipv6 tunneling protocols to ensure backward compatibility, dual IP stack, subnetmask, gateway, ports, packets, reserved address ranges for local use (including local loopback IP)
Understand names resolution
DNS, resource records, Windows Internet Name Service (WINS), steps in the name resolution process, HOSTS file, LMHOSTS file
Understand networking services
Dynamic Host Configuration Protocol (DHCP), Network Address Translation (NAT), firewalls, remote access, VPN
Understand TCP/IP
Tools (such as ping), tracert, pathping, Telnet, IPconfig, netstat, reserved address ranges for local use (including local loopback IP), protocols
Preparation resources
IPv6
IPv4 Name Resolution
TCP/IP
QUESTION 1
You are employed as a network designer at ABC.com.
A ABC.com client has requested a network setup for his home office. The network has to be cost
effective, and easy to extend and implement. Furthermore, the client wants his workstations
connected by a single cable.
Which of the following network topologies should you use?
A. A star network topology.
B. A bus network topology.
C. A mesh network topology.
D. A ring network topology.
Answer: B
QUESTION 2
You are employed as a network designer at ABC.com.
You have recently designed a home office network for ABC.com that includes a switch.
Which of the following are TRUE with regards to network switches? (Choose all that apply.)
A. It keeps track of the MAC addresses attached to each of its ports and directs traffic intended for
a particular address only to the port to which it is attached.
B. It keeps track of the IP addresses attached to each of its ports and directs traffic intended for a
particular address only to the port to which it is attached.
C. It operates at the Physical layer of the OSI model.
D. It operates at the Data-Link layer of the OSI model.
Answer: A,D
QUESTION 3
You are employed as a network administrator at ABC.com. The ABC.com network consists of a
single domain named ABC.com.
As part of a training exercise, you have been asked to identify the layer that allows applications
and a number of user functions access to the network.
Which of the following options represents your response?
A. The document layer.
B. The application layer.
C. The system layer.
D. The Data-link layer.
Answer: B
Explanation:
QUESTION 4
You are employed as a network administrator at ABC.com. The ABC.com network consists of a
single domain named ABC.com.
You have been tasked with making sure that ABC.com’s network includes a server that converts
NetBIOS names to IP addresses.
Which of the following actions should you take?
A. You should consider adding a DHCP server to the ABC.com network.
B. You should consider adding a DNS server to the ABC.com network.
C. You should consider adding a Web server to the ABC.com network.
D. You should consider adding a WINS server to the ABC.com network.
Answer: D
QUESTION 5
You are employed as a network designer at ABC.com.
ABC.com’s network is made up of two network segments, named Subnet A and Subnet B. DHCP
clients are located on Subnet
A. A DHCP server, named ABC-SR07, is located on Subnet B.
You need to make sure that DHCP clients are able to connect to ABC-SR07.
Which of the following actions should you take?
A. You should make sure that the RRAS service is configured.
B. You should make sure that the Web service is configured.
C. You should make sure that the DNS service is configured.
D. You should make sure that the DHCP relay agent service is configured.
Answer: D
Explanation:
Tuesday, June 12, 2018
98-368 Cloud Fundamentals
Published: January 5, 2015
Languages: English, Chinese (Simplified), Chinese (Traditional), French, German, Italian, Japanese, Korean, Portuguese (Brazil), Russian, Spanish, Spanish (Latin America)
Audiences: IT professionals
Technology: Office 365, Microsoft Intune
Credit toward certification: MTA
Skills measured
This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam. The higher the percentage, the more questions you are likely to see on that content area on the exam. View video tutorials about the variety of question types on Microsoft exams.
Please note that the questions may test on, but will not be limited to, the topics described in the bulleted text.
Do you have feedback about the relevance of the skills measured on this exam? Please send Microsoft your comments. All feedback will be reviewed and incorporated as appropriate while still maintaining the validity and reliability of the certification process. Note that Microsoft will not respond directly to your feedback. We appreciate your input in ensuring the quality of the Microsoft Certification program.
If you have concerns about specific questions on this exam, please submit an exam challenge.
If you have other questions or feedback about Microsoft Certification exams or about the certification program, registration, or promotions, please contact your Regional Service Center.
Understand the cloud (20–25%)
Describe cloud principles and delivery mechanisms
Differentiate between on-premises IT service models; differentiate between subscription or pay-as-you-go versus upfront CapEx/OpEx funding model; use cloud services to expand capacity (elasticity of the cloud), scalability, redundancy, and availability; differentiate between cloud services that are configurable versus on-premises services that are customizable
Describe cloud security requirements and policies
Describe how cloud services manage privacy, how compliance goals are met, how data is secured at rest or on-the-wire, and how data and operations transparency requirements are met
Describe how a cloud service stays up to date and available
Describe the service/feature improvement process; monitor service health, service maintenance, and future roadmap publishing; identify guarantees, service level agreements (SLA), and capping of liability of the cloud service provider
Describe the different types of cloud services
Differentiate between types of cloud services and their characteristics, including infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS); integrate the cloud with on-premises services in hybrid scenarios
Enable Microsoft cloud services (20–25%)
Identify the requirements and dependencies for using Office 365 and Microsoft Intune
Plan networking and domains, firewall rule, client requirements, bandwidth implications, and DNS
Select a cloud service plan
Understand the different options and plans available for Office 365 and Microsoft Intune
Sign up for cloud services
Name your tenant, set up your first administrator, determine tenant location
Set up the initial configuration of cloud services
Register domains, verify domains, choose the domain purpose; identify required DNS record types
Administer Office 365 and Microsoft Intune (15–20%)
Create users and groups, and assign services and licenses
Differentiate between cloud identities (Online identity, Synchronized identities, Federated identities), create and manage users and identities, delete and restore users (soft delete), create and manage groups, assign and revoke licenses, determine user locations
Assign permissions in Office 365 and Microsoft Intune
Assign or revoke administrative roles; manage delegated admins; manage password policies, subscriptions, and licenses
Monitor service health in Office 365 and Microsoft Intune
Monitor the Service Health dashboard, subscribe to RSS feeds, monitor the maintenance schedule, monitor the message center, log service support requests, configure alerts
Use and configure Microsoft cloud services (20–25%)
Configure Exchange Online
Manage recipients (mailboxes, shared mailboxes, resources, contacts, groups), manage anti-spam and antivirus settings
Configure SharePoint Online, including OneDrive
Create SharePoint team sites, configure external sharing, set up social features using newsfeeds or Yammer, apply themes, set storage and resource limits
Configure Skype for Business Online
Manage Skype for Business user options, manage external communication settings, configure dial-in settings and meeting invitation options, configure Skype for Business Online DNS
Configure Microsoft Intune
Install Microsoft Intune client management software, create and deploy policies, automate installs, identify software requirements, set up notifications, identify mobile device management policies
Support cloud users (15–20%)
Resolve sign-in and Office application installation issues
Troubleshoot sign-in issues, forgotten passwords, connection problems, difficulty activating Office applications, and difficulty connecting mobile devices to Office 365 or Microsoft Intune; choose between 32-bit and 64-bit; identify when an Office repair is required; identify operating system requirements for Office 365 ProPlus; browser requirements and specific versions of Internet Explorer
Resolve email and calendar issues
Troubleshoot issues receiving and sending email, troubleshoot issues accessing a delegated mailbox
Resolve SharePoint and OneDrive issues
Identify storage limits, troubleshoot “Open with Explorer” not working and OneDrive not syncing, recover deleted files
Resolve Skype for Business issues
Troubleshoot Skype for Business sign-in issues, troubleshoot connection issues to Skype for Business Online, troubleshoot communicating to Skype consumer users and users in other companies using Skype for Business
QUESTION 1
What is an example of the way in which a Trojan horse commonly spreads to other computers?
A. It inserts copies of itself into other computer programs
B. It traverses a network by exploiting a vulnerability
C. It pretends to be a document from a friend
D. It downloads from an infected web page
Answer: D
Explanation: Trojan horses are commonly found on websites that offer free software, such as shareware programs. These
communal gathering spots on the Web give Trojan horse writers a degree of anonymity along with the chance of
attacking as many random victims as possible. Since website operators rarely have time to thoroughly examine every file
posted, an occasional Trojan horse can slip through the checking procedures unnoticed. -
Reference: HOW TROJAN HORSES SPREAD
http://etutorials.org/Misc/computer+book/Part+2+Dangerous+Threats+on+the+Internet/Cha pter+8+Trojan+Horses-
+Beware+of+Geeks+Bearing+Gifts/HOW+TROJAN+HORSES+SPREAD/
QUESTION 2
Your company uses Windows 8.1 work folders on personal devices. The devices are all registered in Microsoft Intune.
You need to enforce the following security requirements on the personal devices:
•Company data can be removed if an employee is terminated.
•Company data cannot be accessed if a devise is lost or stolen.
What should you do?
A. Enable selective wipe, and enforce a lock screen and password
B. Enable selective wipe, and secure files transfers with SSL
C. Enable selective wipe, and enforce encryption
D. Enforce encryption and enforce a lock screen and password
Answer: C
Explanation: * Microsoft Intune provides selective wipe, full wipe, remote lock, and passcode reset capabilities. A
selective wipe to remove only company data.
* Encryption on Mobile Devices can be managed with Configuration Manager and Intune
Reference: Help protect your data with remote wipe, remote lock, or passcode reset using
Microsoft Intune
https://technet.microsoft.com/en-us/library/jj676679.aspx
Reference: Managing Encryption on Mobile Devices with Configuration Manager and Intune
http://blogs.technet.com/b/pauljones/archive/2014/08/04/managing-encryption-on-mobile-devices-with-configurationmanager-
and-intune.aspx
QUESTION 3
This question requires that you evaluate the underlined text to determine if it is correct.
The "ExFAT" file system can automatically verify and auto correct data to avoid file system errors.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If the statement
is incorrect, select the answer choice than makes the statement correct.
A. No change is needed
B. NTFS
C. FAT32
D. ReFS
Answer: D
Explanation: Resilient File System (ReFS) is a Microsoft proprietary file system introduced with Windows Server 2012
with the intent of becoming the "next generation" file system after NTFS. ReFS key design advantages are intended to
include automatic integrity checking and data scrubbing, removing the need for chkdsk and protecting against data degradation.
Reference: http://en.wikipedia.org/wiki/ReFS
QUESTION 4
This question requires that you evaluate the underlined text to determine if it is correct.
The "Simple Spaces" resiliency type in Windows 8.1 Storage Spaces requires at least five drives in order to protect a
system from a single-drive failure.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If the statement
is incorrect, select the answer choice than makes the statement correct.
A. No change is needed
B. two-way mirror
C. Parity Spaces
D. three-way mirror
Answer: D
Explanation: Two-way mirror spaces require at least two drives, and three-way mirror spaces require at least five.
Mirror spaces are designed for increased performance and protect your files from drive failure by keeping more than one
copy. Two-way mirror spaces make two copies of your files and can tolerate one drive failure, while three-way mirror
spaces can tolerate two drive failures.
Languages: English, Chinese (Simplified), Chinese (Traditional), French, German, Italian, Japanese, Korean, Portuguese (Brazil), Russian, Spanish, Spanish (Latin America)
Audiences: IT professionals
Technology: Office 365, Microsoft Intune
Credit toward certification: MTA
Skills measured
This exam measures your ability to accomplish the technical tasks listed below. The percentages indicate the relative weight of each major topic area on the exam. The higher the percentage, the more questions you are likely to see on that content area on the exam. View video tutorials about the variety of question types on Microsoft exams.
Please note that the questions may test on, but will not be limited to, the topics described in the bulleted text.
Do you have feedback about the relevance of the skills measured on this exam? Please send Microsoft your comments. All feedback will be reviewed and incorporated as appropriate while still maintaining the validity and reliability of the certification process. Note that Microsoft will not respond directly to your feedback. We appreciate your input in ensuring the quality of the Microsoft Certification program.
If you have concerns about specific questions on this exam, please submit an exam challenge.
If you have other questions or feedback about Microsoft Certification exams or about the certification program, registration, or promotions, please contact your Regional Service Center.
Understand the cloud (20–25%)
Describe cloud principles and delivery mechanisms
Differentiate between on-premises IT service models; differentiate between subscription or pay-as-you-go versus upfront CapEx/OpEx funding model; use cloud services to expand capacity (elasticity of the cloud), scalability, redundancy, and availability; differentiate between cloud services that are configurable versus on-premises services that are customizable
Describe cloud security requirements and policies
Describe how cloud services manage privacy, how compliance goals are met, how data is secured at rest or on-the-wire, and how data and operations transparency requirements are met
Describe how a cloud service stays up to date and available
Describe the service/feature improvement process; monitor service health, service maintenance, and future roadmap publishing; identify guarantees, service level agreements (SLA), and capping of liability of the cloud service provider
Describe the different types of cloud services
Differentiate between types of cloud services and their characteristics, including infrastructure as a service (IaaS), platform as a service (PaaS), and software as a service (SaaS); integrate the cloud with on-premises services in hybrid scenarios
Enable Microsoft cloud services (20–25%)
Identify the requirements and dependencies for using Office 365 and Microsoft Intune
Plan networking and domains, firewall rule, client requirements, bandwidth implications, and DNS
Select a cloud service plan
Understand the different options and plans available for Office 365 and Microsoft Intune
Sign up for cloud services
Name your tenant, set up your first administrator, determine tenant location
Set up the initial configuration of cloud services
Register domains, verify domains, choose the domain purpose; identify required DNS record types
Administer Office 365 and Microsoft Intune (15–20%)
Create users and groups, and assign services and licenses
Differentiate between cloud identities (Online identity, Synchronized identities, Federated identities), create and manage users and identities, delete and restore users (soft delete), create and manage groups, assign and revoke licenses, determine user locations
Assign permissions in Office 365 and Microsoft Intune
Assign or revoke administrative roles; manage delegated admins; manage password policies, subscriptions, and licenses
Monitor service health in Office 365 and Microsoft Intune
Monitor the Service Health dashboard, subscribe to RSS feeds, monitor the maintenance schedule, monitor the message center, log service support requests, configure alerts
Use and configure Microsoft cloud services (20–25%)
Configure Exchange Online
Manage recipients (mailboxes, shared mailboxes, resources, contacts, groups), manage anti-spam and antivirus settings
Configure SharePoint Online, including OneDrive
Create SharePoint team sites, configure external sharing, set up social features using newsfeeds or Yammer, apply themes, set storage and resource limits
Configure Skype for Business Online
Manage Skype for Business user options, manage external communication settings, configure dial-in settings and meeting invitation options, configure Skype for Business Online DNS
Configure Microsoft Intune
Install Microsoft Intune client management software, create and deploy policies, automate installs, identify software requirements, set up notifications, identify mobile device management policies
Support cloud users (15–20%)
Resolve sign-in and Office application installation issues
Troubleshoot sign-in issues, forgotten passwords, connection problems, difficulty activating Office applications, and difficulty connecting mobile devices to Office 365 or Microsoft Intune; choose between 32-bit and 64-bit; identify when an Office repair is required; identify operating system requirements for Office 365 ProPlus; browser requirements and specific versions of Internet Explorer
Resolve email and calendar issues
Troubleshoot issues receiving and sending email, troubleshoot issues accessing a delegated mailbox
Resolve SharePoint and OneDrive issues
Identify storage limits, troubleshoot “Open with Explorer” not working and OneDrive not syncing, recover deleted files
Resolve Skype for Business issues
Troubleshoot Skype for Business sign-in issues, troubleshoot connection issues to Skype for Business Online, troubleshoot communicating to Skype consumer users and users in other companies using Skype for Business
QUESTION 1
What is an example of the way in which a Trojan horse commonly spreads to other computers?
A. It inserts copies of itself into other computer programs
B. It traverses a network by exploiting a vulnerability
C. It pretends to be a document from a friend
D. It downloads from an infected web page
Answer: D
Explanation: Trojan horses are commonly found on websites that offer free software, such as shareware programs. These
communal gathering spots on the Web give Trojan horse writers a degree of anonymity along with the chance of
attacking as many random victims as possible. Since website operators rarely have time to thoroughly examine every file
posted, an occasional Trojan horse can slip through the checking procedures unnoticed. -
Reference: HOW TROJAN HORSES SPREAD
http://etutorials.org/Misc/computer+book/Part+2+Dangerous+Threats+on+the+Internet/Cha pter+8+Trojan+Horses-
+Beware+of+Geeks+Bearing+Gifts/HOW+TROJAN+HORSES+SPREAD/
QUESTION 2
Your company uses Windows 8.1 work folders on personal devices. The devices are all registered in Microsoft Intune.
You need to enforce the following security requirements on the personal devices:
•Company data can be removed if an employee is terminated.
•Company data cannot be accessed if a devise is lost or stolen.
What should you do?
A. Enable selective wipe, and enforce a lock screen and password
B. Enable selective wipe, and secure files transfers with SSL
C. Enable selective wipe, and enforce encryption
D. Enforce encryption and enforce a lock screen and password
Answer: C
Explanation: * Microsoft Intune provides selective wipe, full wipe, remote lock, and passcode reset capabilities. A
selective wipe to remove only company data.
* Encryption on Mobile Devices can be managed with Configuration Manager and Intune
Reference: Help protect your data with remote wipe, remote lock, or passcode reset using
Microsoft Intune
https://technet.microsoft.com/en-us/library/jj676679.aspx
Reference: Managing Encryption on Mobile Devices with Configuration Manager and Intune
http://blogs.technet.com/b/pauljones/archive/2014/08/04/managing-encryption-on-mobile-devices-with-configurationmanager-
and-intune.aspx
QUESTION 3
This question requires that you evaluate the underlined text to determine if it is correct.
The "ExFAT" file system can automatically verify and auto correct data to avoid file system errors.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If the statement
is incorrect, select the answer choice than makes the statement correct.
A. No change is needed
B. NTFS
C. FAT32
D. ReFS
Answer: D
Explanation: Resilient File System (ReFS) is a Microsoft proprietary file system introduced with Windows Server 2012
with the intent of becoming the "next generation" file system after NTFS. ReFS key design advantages are intended to
include automatic integrity checking and data scrubbing, removing the need for chkdsk and protecting against data degradation.
Reference: http://en.wikipedia.org/wiki/ReFS
QUESTION 4
This question requires that you evaluate the underlined text to determine if it is correct.
The "Simple Spaces" resiliency type in Windows 8.1 Storage Spaces requires at least five drives in order to protect a
system from a single-drive failure.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If the statement
is incorrect, select the answer choice than makes the statement correct.
A. No change is needed
B. two-way mirror
C. Parity Spaces
D. three-way mirror
Answer: D
Explanation: Two-way mirror spaces require at least two drives, and three-way mirror spaces require at least five.
Mirror spaces are designed for increased performance and protect your files from drive failure by keeping more than one
copy. Two-way mirror spaces make two copies of your files and can tolerate one drive failure, while three-way mirror
spaces can tolerate two drive failures.
Friday, June 8, 2018
1Z0-980 Oracle Knowledge Management Cloud 2017 Implementation Essentials
Exam Number: 1Z0-980
Exam Title: Oracle Knowledge Management Cloud 2017 Implementation Essentials
Associated Certification Paths Oracle Knowledge Management Cloud 2017 Certified Implementation Specialist
Duration: 120
Number of Questions: 71
Passing Score: 63%
Validated Against: Exam has been validated against Oracle Service Cloud version 17
Format: Multiple Choice
Complete Recommended Training
Oracle Service Cloud Learning Subscription (Individuals & Companies | Partners)
Additional Preparation and Information
A combination of Oracle training and hands-on experience (attained via labs and/or field experience) provides the best preparation for passing the exam.
Our certification exams are revised regularly to align with training and product release updates. Information about exam revisions and new topics are found on this page under 'Validated Statement' and within the exam topics below. Certifications reflect validated skills for year and product release version date of achievement. If you are preparing for this exam, we recommend you check these topics periodically to ensure your exam prep covers any new topics that may be added based on regular exam revision.
Service Cloud Knowledge Base
Use answers
Modify answers
Describe answers relationships
Use answers search
Reports
Classify reports
Create reports
Use reports features
Explain the dashboard feature
Service Cloud Products and Services
Describe products and categories
Explain Service Level Agreements (SLA)
Explain response requirements
Configure queues
Integrate systems with the Connect Web Services for SOAP API
Use Connect Web Services
Create, read, update, delete/batch/chain operations
Use RightNow Object Query Language
Explain Custom Object/Custom Fields
Use analytics reports
Describe Knowledge API
Knowledge Advanced
Explain views
Use Knowledge Advanced features
Manage Knowledge Advanced Content
Use Knowledge Advanced Search Capabilities
Exam Title: Oracle Knowledge Management Cloud 2017 Implementation Essentials
Associated Certification Paths Oracle Knowledge Management Cloud 2017 Certified Implementation Specialist
Duration: 120
Number of Questions: 71
Passing Score: 63%
Validated Against: Exam has been validated against Oracle Service Cloud version 17
Format: Multiple Choice
Complete Recommended Training
Oracle Service Cloud Learning Subscription (Individuals & Companies | Partners)
Additional Preparation and Information
A combination of Oracle training and hands-on experience (attained via labs and/or field experience) provides the best preparation for passing the exam.
Our certification exams are revised regularly to align with training and product release updates. Information about exam revisions and new topics are found on this page under 'Validated Statement' and within the exam topics below. Certifications reflect validated skills for year and product release version date of achievement. If you are preparing for this exam, we recommend you check these topics periodically to ensure your exam prep covers any new topics that may be added based on regular exam revision.
Service Cloud Knowledge Base
Use answers
Modify answers
Describe answers relationships
Use answers search
Reports
Classify reports
Create reports
Use reports features
Explain the dashboard feature
Service Cloud Products and Services
Describe products and categories
Explain Service Level Agreements (SLA)
Explain response requirements
Configure queues
Integrate systems with the Connect Web Services for SOAP API
Use Connect Web Services
Create, read, update, delete/batch/chain operations
Use RightNow Object Query Language
Explain Custom Object/Custom Fields
Use analytics reports
Describe Knowledge API
Knowledge Advanced
Explain views
Use Knowledge Advanced features
Manage Knowledge Advanced Content
Use Knowledge Advanced Search Capabilities
Monday, June 4, 2018
CV0-002 CompTIA Cloud+ Exam
CompTIA Cloud+ validates the skills you need to maintain and optimize
cloud infrastructure services.
Cloud+ covers the increased diversity of knowledge, skills and abilities required of system administrators to validate what is necessary to perform effectively in data center jobs.
CompTIA Cloud+ views cloud-based infrastructure services as an increasingly important piece of an organization’s IT systems.
It is the only vendor-neutral, performance-based certification covering more than a specific vendor or a single function like security or networking to help you better realize the return on investment of cloud infrastructure services.
The new CompTIA Cloud+ CV0-002 exam is available now. More information on both versions of the exam is available in the Exam Details below
Exam Codes CV0-002 CV0-001
Launch Date February 9, 2018
Exam Description
CompTIA Cloud+ (CV0-002) reflects an emphasis on incorporating and managing cloud technologies as part of broader systems operations. It assumes a candidate will weave together solutions that meet specific business needs and work in a variety of different industries.
It includes the new technologies to support the changing cloud market as more organizations depend on cloud-based technologies to run mission critical systems, and hybrid and multi-cloud have become the norm. CompTIA Cloud+ covers competency in cloud models, virtualization, infrastructure, security, resource management and business continuity.
Familiarity with any major hypervisor technologies for server virtualization is recommended.
Number of Questions 90 questions 100 questions
Type of Questions Performance-based and multiple choice Multiple choice
Length of Test 90 Minutes 90 Minutes
Passing Score 750 (on a scale of 100-900) 750 (on a scale of 100-900)
Recommended Experience 2-3 years in system administration 24 to 36 months of work experience in networking, storage or IT data center administration. Familiarity with any major hypervisor technologies for server virtualization.
Languages English
Retirement Usually three years after launch August 1, 2018
Renewal
Keep your certification up to date with CompTIA’s Continuing Education (CE) program. It’s designed to be a continued validation of your expertise and a tool to expand your skill-set. It’s also the ace up your sleeve when you’re ready to take the next step in your career.
Get the most out of your certification
Information technology is an incredibly dynamic field, creating new opportunities and challenges every day. Participating in our Continuing Education program will enable you to stay current with new and evolving technologies and remain a sought-after IT and storage expert.
The CompTIA Continuing Education program
Your CompTIA Cloud+ certification is good for three years from the day of your exam. The CE program allows you to extend your certification in three-year intervals through activities and training that relate to the content of your certification.
It’s easy to renew
You can participate in a number of activities and training programs, including higher certifications, to renew your CompTIA Cloud+ certification. Complete CertMaster CE, an online, self-paced CE course, or collect at least 50 Continuing Education Units (CEUs) in three years, upload them to your certification account, and Cloud+ will automatically renew.
Which of the following is the BEST option for the architect to suggest?
A. Downsize by migrating all media services to one server and decommission two servers.
B. Downsize by decommissioning servers 2 and 3 and reallocate media servers to hosts.
C. Downsize by migrating all media services to one server, add one host server, and decommission one server.
D. Upsize the hosting services by turning server 1 into a host server.
Answer: A
Cloud+ covers the increased diversity of knowledge, skills and abilities required of system administrators to validate what is necessary to perform effectively in data center jobs.
CompTIA Cloud+ views cloud-based infrastructure services as an increasingly important piece of an organization’s IT systems.
It is the only vendor-neutral, performance-based certification covering more than a specific vendor or a single function like security or networking to help you better realize the return on investment of cloud infrastructure services.
The new CompTIA Cloud+ CV0-002 exam is available now. More information on both versions of the exam is available in the Exam Details below
Exam Codes CV0-002 CV0-001
Launch Date February 9, 2018
Exam Description
CompTIA Cloud+ (CV0-002) reflects an emphasis on incorporating and managing cloud technologies as part of broader systems operations. It assumes a candidate will weave together solutions that meet specific business needs and work in a variety of different industries.
It includes the new technologies to support the changing cloud market as more organizations depend on cloud-based technologies to run mission critical systems, and hybrid and multi-cloud have become the norm. CompTIA Cloud+ covers competency in cloud models, virtualization, infrastructure, security, resource management and business continuity.
Familiarity with any major hypervisor technologies for server virtualization is recommended.
Number of Questions 90 questions 100 questions
Type of Questions Performance-based and multiple choice Multiple choice
Length of Test 90 Minutes 90 Minutes
Passing Score 750 (on a scale of 100-900) 750 (on a scale of 100-900)
Recommended Experience 2-3 years in system administration 24 to 36 months of work experience in networking, storage or IT data center administration. Familiarity with any major hypervisor technologies for server virtualization.
Languages English
Retirement Usually three years after launch August 1, 2018
Renewal
Keep your certification up to date with CompTIA’s Continuing Education (CE) program. It’s designed to be a continued validation of your expertise and a tool to expand your skill-set. It’s also the ace up your sleeve when you’re ready to take the next step in your career.
Get the most out of your certification
Information technology is an incredibly dynamic field, creating new opportunities and challenges every day. Participating in our Continuing Education program will enable you to stay current with new and evolving technologies and remain a sought-after IT and storage expert.
The CompTIA Continuing Education program
Your CompTIA Cloud+ certification is good for three years from the day of your exam. The CE program allows you to extend your certification in three-year intervals through activities and training that relate to the content of your certification.
It’s easy to renew
You can participate in a number of activities and training programs, including higher certifications, to renew your CompTIA Cloud+ certification. Complete CertMaster CE, an online, self-paced CE course, or collect at least 50 Continuing Education Units (CEUs) in three years, upload them to your certification account, and Cloud+ will automatically renew.
QUESTION 1 - (Topic 1)
A company is seeking a new backup solution for its virtualized file servers that fits the following characteristics:
A. The files stored on the servers are extremely large.
A. Existing files receive multiple small changes per day.
A. New files are only created once per month.
A. All backups are being sent to a cloud repository.
Which of the following would BEST minimize backup size?
A. Local snapshots
B. Differential backups
C. File-based replication
D. Change block tracking
Answer: B
Explanation:
Reference https://www.acronis.com/en-us/blog/posts/tips-tricks-better-business-backup-and-recovery-world-backup-day
A company is seeking a new backup solution for its virtualized file servers that fits the following characteristics:
A. The files stored on the servers are extremely large.
A. Existing files receive multiple small changes per day.
A. New files are only created once per month.
A. All backups are being sent to a cloud repository.
Which of the following would BEST minimize backup size?
A. Local snapshots
B. Differential backups
C. File-based replication
D. Change block tracking
Answer: B
Explanation:
Reference https://www.acronis.com/en-us/blog/posts/tips-tricks-better-business-backup-and-recovery-world-backup-day
QUESTION 2 - (Topic 1)
Due to a competitor's unlimited data plan, a service provider is struggling and wants to transform its business services to be more hosting oriented. A cloud architect is tasked to review current cloud resource capacity and provide recommendations and a plan for better resource utilization. Given the following report:
Due to a competitor's unlimited data plan, a service provider is struggling and wants to transform its business services to be more hosting oriented. A cloud architect is tasked to review current cloud resource capacity and provide recommendations and a plan for better resource utilization. Given the following report:

Which of the following is the BEST option for the architect to suggest?
A. Downsize by migrating all media services to one server and decommission two servers.
B. Downsize by decommissioning servers 2 and 3 and reallocate media servers to hosts.
C. Downsize by migrating all media services to one server, add one host server, and decommission one server.
D. Upsize the hosting services by turning server 1 into a host server.
Answer: A
QUESTION 3 - (Topic 1)
The CSA needs to install a patch on 58 virtual server instances during the Friday evening maintenance window. Which of the following is the MOST efficient way to get the patches installed?
A. Use the patch management tool to automate and orchestrate the patch installation.
B. Use a security vulnerability scanning tool to apply the patch automatically.
C. Schedule the patch to install from a remote file server upon server reboot.
D. Connect the server instances to the Internet to download the patch automatically.
Answer: A
The CSA needs to install a patch on 58 virtual server instances during the Friday evening maintenance window. Which of the following is the MOST efficient way to get the patches installed?
A. Use the patch management tool to automate and orchestrate the patch installation.
B. Use a security vulnerability scanning tool to apply the patch automatically.
C. Schedule the patch to install from a remote file server upon server reboot.
D. Connect the server instances to the Internet to download the patch automatically.
Answer: A
QUESTION 4 - (Topic 1)
In an IaaS environment, the security team issues a new signature file to prevent specific malware threats from infiltrating the company network. Which of the following describes where the security team should deploy the updated signatures?
A. IDS
B. Spam filter
C. WAF
D. NIPS
E. HIPS
Answer: C
In an IaaS environment, the security team issues a new signature file to prevent specific malware threats from infiltrating the company network. Which of the following describes where the security team should deploy the updated signatures?
A. IDS
B. Spam filter
C. WAF
D. NIPS
E. HIPS
Answer: C
QUESTION 5 - (Topic 1)
A company security policy mandates education and training for new employees. The policy must outline acceptable use policies for SaaS applications. Given these requirements, which of the following security controls is BEST suited?
A. Preventive
B. Detective
C. Corrective
D. Physical
Answer: C
A company security policy mandates education and training for new employees. The policy must outline acceptable use policies for SaaS applications. Given these requirements, which of the following security controls is BEST suited?
A. Preventive
B. Detective
C. Corrective
D. Physical
Answer: C
QUESTION 6 - (Topic 1)
A multinational corporation needs to migrate servers, which are supporting a national defense project, to a new datacenter. The data in question is approximately 20GB in size. The engineer on the project is considering datacenters in several countries as possible destinations. All sites in consideration are on a high-speed MPLS network (10Gb+ connections). Which of the following environmental constraints is MOST likely to rule out a possible site as an option?
A. Downtime impact
B. Legal restrictions
C. Peak time frames
D. Bandwidth
Answer: B
A multinational corporation needs to migrate servers, which are supporting a national defense project, to a new datacenter. The data in question is approximately 20GB in size. The engineer on the project is considering datacenters in several countries as possible destinations. All sites in consideration are on a high-speed MPLS network (10Gb+ connections). Which of the following environmental constraints is MOST likely to rule out a possible site as an option?
A. Downtime impact
B. Legal restrictions
C. Peak time frames
D. Bandwidth
Answer: B
Saturday, June 2, 2018
1Z0-935 Oracle Cloud Platform Data Integration 2018 Associate
Exam Number: 1Z0-935
Exam Title: Oracle Cloud Platform Data Integration 2018 Associate
Associated Certification Paths Oracle Cloud Platform Data Integration 2018 Certified Associate
Duration: 105 Minutes
Number of Questions: 70
Passing Score: 63%
Validated Against:
Format: Multiple Choice
Complete Recommended Training Complete the training below to prepare for your exam (optional):
Additional Preparation and Information
A combination of Oracle training and hands-on experience (attained via labs and/or field experience) provides the best preparation for passing the exam.
Our certification exams are revised regularly to align with training and product release updates. Information about exam revisions and new topics are found on this page under 'Validated Statement' and within the exam topics below. Certifications reflect validated skills for year and product release version date of achievement. If you are preparing for this exam, we recommend you check these topics periodically to ensure your exam prep covers any new topics that may be added based on regular exam revision.
Data Integration Platform Cloud (DIPC) Basics
Describe Oracle Data Integration Platform
Understand various DIPC editions
Create DIPC users and Roles
Data Integration Platform Cloud (DIPC) Architecture and Components
Describe DIPC Architecture
Describe DIPC components
Data Integration Platform Cloud (DIPC) Provisioning
Understand prerequisites of DIPC
Create a DIPC instance
Access DIPC using SSH
Configure Data Integration Platform Cloud (DIPC) topology for Oracle GoldenGate (GG)
Configure and verify a database setup for GoldenGate using dbasscli
Understand the required priviledges for GoldenGate users
Configure and verify extract, pump, replicate, and trails configuration using GGSCI
Configure GoldenGate for an Oracle Multitenant Pluggable Database
Configure Socks5 Proxy for GoldenGate
Configure GoldenGate replication
Describe GoldenGate architecture (Section 1.1 Exam 447)
Understand GoldenGate use cases (Section 1.3, Exam 447)
Configure Data Integration Platform Cloud (DIPC) topology for Oracle Data Integrator (ODI)
Understand ODI use cases (Exam 448)
Understand tools for configuring ODI in DIPC
Describe ODI Architecture (section 2.1, Exam 448)
Understand developing integration processes within ODI
Configure Data Integration Platform Cloud (DIPC) topology for Data Synchronization
Understand how to create source and target connects
Understand how to configure DIPC Remote Agent
Using Enterprise Data Quality (EDQ) for Data Quality Governance
Understand EDQ Architecture
Describe the key use cases of EDQ in DIPC
Use EDQ Director
Exam Title: Oracle Cloud Platform Data Integration 2018 Associate
Associated Certification Paths Oracle Cloud Platform Data Integration 2018 Certified Associate
Duration: 105 Minutes
Number of Questions: 70
Passing Score: 63%
Validated Against:
Format: Multiple Choice
Complete Recommended Training Complete the training below to prepare for your exam (optional):
Additional Preparation and Information
A combination of Oracle training and hands-on experience (attained via labs and/or field experience) provides the best preparation for passing the exam.
Our certification exams are revised regularly to align with training and product release updates. Information about exam revisions and new topics are found on this page under 'Validated Statement' and within the exam topics below. Certifications reflect validated skills for year and product release version date of achievement. If you are preparing for this exam, we recommend you check these topics periodically to ensure your exam prep covers any new topics that may be added based on regular exam revision.
Data Integration Platform Cloud (DIPC) Basics
Describe Oracle Data Integration Platform
Understand various DIPC editions
Create DIPC users and Roles
Data Integration Platform Cloud (DIPC) Architecture and Components
Describe DIPC Architecture
Describe DIPC components
Data Integration Platform Cloud (DIPC) Provisioning
Understand prerequisites of DIPC
Create a DIPC instance
Access DIPC using SSH
Configure Data Integration Platform Cloud (DIPC) topology for Oracle GoldenGate (GG)
Configure and verify a database setup for GoldenGate using dbasscli
Understand the required priviledges for GoldenGate users
Configure and verify extract, pump, replicate, and trails configuration using GGSCI
Configure GoldenGate for an Oracle Multitenant Pluggable Database
Configure Socks5 Proxy for GoldenGate
Configure GoldenGate replication
Describe GoldenGate architecture (Section 1.1 Exam 447)
Understand GoldenGate use cases (Section 1.3, Exam 447)
Configure Data Integration Platform Cloud (DIPC) topology for Oracle Data Integrator (ODI)
Understand ODI use cases (Exam 448)
Understand tools for configuring ODI in DIPC
Describe ODI Architecture (section 2.1, Exam 448)
Understand developing integration processes within ODI
Configure Data Integration Platform Cloud (DIPC) topology for Data Synchronization
Understand how to create source and target connects
Understand how to configure DIPC Remote Agent
Using Enterprise Data Quality (EDQ) for Data Quality Governance
Understand EDQ Architecture
Describe the key use cases of EDQ in DIPC
Use EDQ Director
Subscribe to:
Posts (Atom)