Wednesday, December 21, 2016

JN0-1360 Juniper Networks Certified Design Specialist, WAN (JNCDS-WAN)

JNCDS-WAN Exam Objectives (Exam: JN0-1360)

WAN Connectivity
Describe the various methods of WAN connectivity
Public/Private/Managed
Service Provider connectivity
Service Provider hand-off methods
Service Provider MPLS services
Enterprise Internet transport
Enterprise Layer 2/Layer 3 handoff services
Enterprise private connections

Network Availability and Traffic Prioritization
Describe network availability concepts
Calculating availability
Physical redundancy
Logical redundancy
Fate sharing (e.g., high availability)
Capacity planning
Describe class of service concepts
Diffserv
CoS processing

Service Provider Core WAN Design
Describe the design considerations of a Service Provider's core WAN
Network segmentation
IGP design
BGP design
MPLS design

Service Provider Edge WAN Design
Describe the design considerations of a Service Provider's edge WAN
Layer 2 Services
Layer 3 services
Metro Ethernet
Subscriber services
Multicast services

Enterprise WAN
Describe the design considerations of an Enterprise WAN
Private WANs
Large Enterprise WAN design
SME WAN design

Data Center WAN
Describe the design considerations of a data center WAN
Gateway and fabric connectivity
L2 WAN extensions
EVPN
VXLAN

WAN Security
Describe the design considerations for security in the WAN
Platform security
BGP Flowspec
MACsec
IPsec
Subscriber access security

WAN Management
Describe the design considerations for WAN management
OOB management design
Junos Space management platform
Best practices

SDN in the WAN
Describe the design considerations of SDN in the WAN
SD-WAN (protocols, considerations, benefits)
Northstar
WANDL
Contrail Cloud CPE

Thursday, December 15, 2016

JN0-690 Junos Troubleshooting

Junos Troubleshooting Exam Objectives (Exam: JN0-691)

Troubleshooting Methodology
Identify the elements to build a framework for approaching troubleshooting Junos devices
General troubleshooting methodology
Broad troubleshooting steps
Identify tools that can be used to troubleshoot Junos devices
CLI
Craft interface
Logging
Traceoptions
Real-time monitoring
Core files
Port mirroring
Identify tools that can be used for device and network monitoring
SNMP
RMON
Sampling

Chassis Monitoring and Troubleshooting
Identify the concepts, tools and features used to monitor and troubleshoot chassis-related components of Junos devices
Chassis
RE and PFE components
Fans and power supplies
System
Storage and file system
Boot media and start-up sequence
System software
Backups
Given a scenario, demonstrate knowledge of how to monitor and troubleshoot the chassis and core system components of Junos devices
show commands
Logging

Control Plane Monitoring and Troubleshooting
Identify the concepts, tools and features used to monitor and troubleshoot the control plane of Junos devices
System processes
User processes
ARP
RIB/FIB
Given a scenario, demonstrate knowledge of how to monitor and troubleshoot the control plane of Junos devices
show commands
clear commands
monitor commands
Logging
Traceoptions

Data Plane Monitoring and Troubleshooting
Identify the concepts, tools and features used to monitor and troubleshoot the data plane of Junos devices
PFE issues
Ethernet interfaces
MTU issues
Link flapping
Forwarding table issues
PFE load balancing
Local vs. transit traffic
Firewall filters and policers
Given a scenario, demonstrate knowledge of how to monitor and troubleshoot the data plane of Junos devices
request commands
show commands
monitor commands
clear commands
Loopback testing

Layer 2 and Layer 3 Protocol Monitoring and Troubleshooting
Identify the concepts, tools and features used to monitor and troubleshoot Layer 3 protocols on Junos devices
Routing table information
Routing loops
OSPF neighbors
OSPF adjacencies
BGP peering and peer groups
BGP neighbor states
Identify the concepts, tools and features used to monitor and troubleshoot Layer 2 protocols on Junos devices
VLAN’s
bridging concepts
xSTP protocols
switching table
Given a scenario, demonstrate knowledge of how to perform basic monitoring and troubleshooting of Layer 3 protocols on Junos devices
show commands
clear commands
Traceoptions
Given a scenario, demonstrate knowledge of how to perform basic monitoring and troubleshooting of Layer 2 protocols on Junos devices
show commands
clear commands
Traceoptions

High Availability (HA) Monitoring and Troubleshooting
Identify the concepts, tools and features used to monitor and troubleshoot HA components for Junos devices
Graceful Routing Engine switchover (GRES)
Graceful restart (GR)
Nonstop active routing/bridging
Virtual router redundancy protocol (VRRP)
Link aggregation groups (LAG)
Unified in-service software upgrade (ISSU)
Given a scenario, demonstrate knowledge of how to perform monitoring and troubleshooting of HA features on Junos devices
monitor commands
show commands
request commands

QUESTION 1
Which CLI command is used to restart a software process?

A. restart
B. reboot
C. commit
D. reload

Answer: A

Explanation: To restart a process one have to use restart <process name>, reboot is not even a
valid command.
Possible completions:
restart Restart software process


QUESTION 2
Which CLI command applies the candidate configuration to the active configuration?

A. load
B. merge
C. copy run start
D. commit

Answer: D

Explanation: Copy run start is a Cisco specific command and is nowhere to be found in Junos.
>commit Commit current set of changes


QUESTION 3
Which operational CLI command would you use to troubleshoot hardware-related problems?

A. show system
B. show chassis
C. show route
D. show cli

Answer: B

Explanation: Show route will only show you routing, show chassis will show you hardware related
information.
>show chassis ?
Possible completions:
alarms Show alarm status
cluster Show chassis cluster information
craft-interface Show craft interface status
environment Show component status and temperature, cooling system speeds
fan Show fan and fan tray information
firmware Show firmware and operating system version for components
forwarding Show forwarding process (fwdd) status
fpc Show Flexible PIC Concentrator status
hardware Show installed hardware components
location Show physical location of chassis
mac-addresses Show media access control addresses
pic Show Physical Interface Card state, type, and uptime
routing-engine Show Routing Engine status
temperature-thresholds Show chassis temperature threshold settings
usb Show chassis USB status


QUESTION 4
In the Junos OS, which type of file dumps the program’s environment in the form of memory
pointers, instructions, and register data to a file in the event of a panic or other serious
malfunction?

A. log file
B. backup file
C. configuration file
D. core file

Answer: D

Explanation: Junos will under a panic create a core-dump file, definitely not a backup file.
> show system core-dumps
/var/crash/*core*: No such file or directory
/var/tmp/*core*: No such file or directory
/var/tmp/pics/*core*: No such file or directory
/var/crash/kernel.*: No such file or directory
/tftpboot/corefiles/*core*: No such file or directory


QUESTION 5
Which operational CLI command would you use to display information about the system and
software processes?

A. show system
B. show chassis
C. show route
D. show cli

Answer: A

Explanation: Show route will only show you routing, show system will show you software related
information:
>show system ?
Possible completions:
alarms Show system alarm status
audit Show file system MD5 hash and permissions
auto-snapshot Show auto-snapshot status when system booted from alternate slice
autoinstallation Show autoinstallation information
autorecovery Show autorecovery information
boot-messages Show boot time messages
buffers Show buffer statistics
certificate Show installed X509 certificates
commit Show pending commit requests (if any) and commit history
configuration Show configuration information
connections Show system connection activity
core-dumps Show system core files
directory-usage Show local directory information
download Show status of downloads
firmware Show all firmware version information
health Show online diagnostic status
license Show feature licenses information
login Show system login state
memory Show system memory usage
processes Show system process table
queues Show queue statistics
reboot Show any pending halt or reboot requests
resource-cleanup Show resource cleanup information
rollback Show rolled back configuration
services Show service applications information
snapshot Show snapshot information
software Show loaded JUNOS extensions
statistics Show statistics for protocol
storage Show local storage data
threads Show system threads table
uptime Show time since system and processes started
users Show users who are currently logged in
virtual-memory Show kernel dynamic memory usage

Thursday, December 1, 2016

JN0-343 Juniper Networks Certified Internet Specialist, SEC (JNCIS-SEC)

JN0-332 NCIS-SEC Exam Objectives

Junos Security Overview
Identify concepts, general features and functionality of Junos OS security
Junos security architecture
Branch vs. high-end platforms
Major hardware components of SRX Series services gateways
Packet flow
Packet-based vs. session-based forwarding

Zones
Identify concepts, benefits and operation of zones
Zone types
Dependencies
Host inbound packet behavior
Transit packet behavior
Demonstrate knowledge of how to configure, monitor and troubleshoot zones
Zone configuration steps
Hierarchy priority (Inheritance)
Monitoring and troubleshooting

Security Policies
Identify the concepts, benefits and operation of security policies
Policy types (default policy)
Policy components
Policy ordering
Host inbound traffic examination
Transit traffic examination
Scheduling
Rematching
ALGs
Address books
Applications
Demonstrate knowledge of how to configure, monitor and troubleshoot security policies
Policies
ALGs
Address books
Custom applications
Monitoring and troubleshooting

Firewall User Authentication
Describe the concepts, benefits and operation of firewall user authentication
User Firewall
User authentication types
Authentication server support
Client groups

Screens
Identify the concepts, benefits and operation of Screens
Attack types and phases
Screen options
Demonstrate knowledge of how to configure, monitor and troubleshoot Screens
Screen configuration steps
Monitoring and troubleshooting

NAT
Identify the concepts, benefits and operation of NAT
NAT types
NAT/PAT processing
Address persistence
NAT proxy ARP
Configuration guidelines
Demonstrate knowledge of how to configure, monitor and troubleshoot NAT
NAT configuration steps
Monitoring and troubleshooting

IPSec VPNs
Identify the concepts, benefits and operation of IPSec VPNs
Secure VPN characteristics and components
IPSec tunnel establishment
IPSec traffic processing
Junos OS IPSec implementation options
Demonstrate knowledge of how to configure, monitor and troubleshoot IPSec VPNs
IPSec VPN configuration steps
Monitoring and troubleshooting

High Availability (HA) Clustering
Identify the concepts, benefits and operation of HA
HA features and characteristics
Deployment requirements and considerations
Chassis cluster characteristics and operation
Cluster modes
Cluster and node IDs
Redundancy groups
Cluster interfaces
Real-time objects
State synchronization
Ethernet switching considerations
IPSec considerations
Manual failover
Demonstrate knowledge of how to configure, monitor and troubleshoot clustering
Cluster preparation
Cluster configuration steps
Monitoring and troubleshooting

Unified Threat Management (UTM)
Identify concepts, general features and functionality of UTM
Packet flow and processing
Design considerations
Policy flow
Platform support
Licensing
Describe the purpose, configuration and operation of antispam filtering
Methods
Whitelists vs. blacklists
Order of operations
Traffic examination
Configuration steps using the CLI
Monitoring and troubleshooting
Describe the purpose, configuration and operation of antivirus protection
Scanning methods
Antivirus flow process
Scanning options and actions
Configuration steps using the CLI
Monitoring and troubleshooting
Describe the concepts, benefits and operation of content and Web filtering
Filtering features and solutions
Configuration steps using the CLI
Monitoring and troubleshooting
QUESTION 1
Which type of Web filtering by default builds a cache of server actions associated with each URL it
has checked?

A. Websense Redirect Web filtering
B. integrated Web filtering
C. local Web filtering
D. enhanced Web filtering

Answer: B

Explanation:


QUESTION 2
Which security or functional zone name has special significance to the Junos OS?

A. self
B. trust
C. untrust
D. junos-global

Answer: D

Explanation:


QUESTION 3
Which command do you use to display the status of an antivirus database update?

A. show security utm anti-virus status
B. show security anti-virus database status
C. show security utm anti-virus database
D. show security utm anti-virus update

Answer: A

Explanation:

QUESTION 4
Which zone is system-defined?

A. security
B. functional
C. junos-global
D. management

Answer: C

Explanation:


QUESTION 5
You want to allow your device to establish OSPF adjacencies with a neighboring device connected
to interface ge-0/0/3.0. Interface ge-0/0/3.0 is a member of the HR zone. Under which
configuration hierarchy must you permit OSPF traffic?

A. [edit security policies from-zone HR to-zone HR]
B. [edit security zones functional-zone management protocols]
C. [edit security zones protocol-zone HR host-inbound-traffic]
D. [edit security zones security-zone HR host-inbound-traffic protocols]

Answer: D

Explanation:

Saturday, November 26, 2016

Exam MB6-702 Microsoft Dynamics AX 2012 R3 Financials

Exam MB6-702 Microsoft Dynamics AX 2012 R3 Financials

Published: December 23, 2014
Languages: English, Chinese (Simplified), Japanese
Audiences: IT professionals
Technology: Microsoft Dynamics AX
Credit toward certification: Specialist

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.

Configure Microsoft Dynamics AX 2012 R3 (25–30%)
Set up the General Ledger, chart of accounts, and journals
Create a chart of accounts; create and categorize main accounts; identify main account types; create financial dimensions and dimension sets; configure account structures; create advanced rule structures; create organizational units and hierarchies; create fiscal calendars, years, and periods; create date intervals; create reason codes; define journal names; define allocation rules and allocation basis; create system accounts; create journal texts; set up intercompany accounting; define General Ledger parameters
Define cash and bank management and procedures
Create bank transaction types and groups; define bank parameters; create payment purpose codes, bank groups, and bank accounts; define check layouts
Set up Accounts Payable and Accounts Receivable
Create payment schedules and terms, create a payment day, define cash discounts and payment fees, create payment methods, create vendor accounts, create vendor groups, define vendor posting profiles, assign a vendor posting profile, form setup and print management, define matching policies and tolerances, create charges and charge groups, define aging periods
Set up currencies and sales tax
Set up currencies, currency types, and exchange rates; create ledger posting groups; create sales tax authorities; create sales tax settlement periods; create sales tax codes; create sales tax groups; set up item sales tax groups; set up a sales tax jurisdiction

Manage Microsoft Dynamics AX 2012 R3 (25–30%)
Manage General Ledger daily and periodic procedures
Create a General Ledger journal, post multiple journals, approve journals, create a voucher template, create a periodic journal, reverse a General Ledger transaction, manage journal transaction inquiries and reports, create journal controls, revalue foreign currency, process financial consolidation, post a sales tax payment
Manage Accounts Payable daily and periodic procedures
Create vendor invoices, create invoice journals, revalue foreign currency, generate vendor payments, manage vendor postdated checks
Manage Accounts Receivable daily and periodic procedures
Create customer invoices, create free text invoices, revalue foreign currency, apply customer payments, manage customer collections
Manage commitment accounting and cash flow
Configure dependent ledger accounts, set up cash flow forecasting, define a cash flow forecast budget model, create and calculate cash flow transactions
Manage advanced payments
Set up bridge accounts, manage electronic vendor and customer payments, manage centralized payments and prepayments (deposits), administer a bill of exchange, manage direct debit mandates
Maintain bank accounts
Checks and deposit slips, void and refund checks, manage bank remittance and payment reversals, reconcile a bank account

Define and manage budgets (15–20%)
Plan budgets
Identify budget components, identify budgeting methodologies, create organizational hierarchies, define budget stages, define budget allocation terms, configure budget plans, configure budget allocation schedules, configure support for budget planning templates
Control budgets
Plan for budget controls; identify budget control components; set up, create, and revise budgets; define the budget funds available calculation; define budget cycles; create budget control rules and budget groups; manage budget reporting; manage integrated budgeting; create budget transfers
Create basic budgets
Define budget dimensions, create budget models and codes, create budget register entries, define and create encumbrances, manage purchase order encumbrances, process year-end purchase orders

Configure and manage Fixed Assets (20–25%)
Configure the Fixed Assets module
Set up the Fixed Assets module, create value models, create Fixed Asset groups, set up Fixed Asset parameters, manage reason codes in the Fixed Assets module, manage depreciation methods and conventions, manage depreciation books, manage provision types and bonus depreciation, update depreciation conventions for a depreciation book, set up depreciation profiles
Set up assets
Identify Fixed Assets module components; manage Fixed Asset forms; set up assets in the Fixed Assets module; lend assets; assign bar codes to assets, budget assets; integrate other modules with Fixed Assets
Manage asset transactions
Identify typical Fixed Asset transaction types; record acquisitions and acquisition proposals; create and acquire Fixed Assets from purchase orders; record depreciation, value adjustments, and disposals; manage transaction reversals; manage replacement costs and update insured values; copy Fixed Assets and change Fixed Asset groups; manage Fixed Asset additions
QUESTION 1
You need to create a fixed asset that records depreciation quarterly.
Which form should you use to configure the period frequency for posting depreciation?

A. Value models
B. Depreciation profiles
C. Special depreciation allowance
D. Depreciation books

Answer: A


QUESTION 2
Which three methods can you use to assign bar codes to fixed assets? Each correct answer presents a complete solution.

A. Automatically assign the bar codes when you create fixed assets.
B. Assign the bar codes to fixed assets groups.
C. Automatically assign the bar codes based on the fixed asset journal type.
D. Assign the bar codes to current fixed assets.
E. Manually assign the bar codes when you create fixed assets.

Answer: A,B,D


QUESTION 3
You need to configure a workflow to approve all budget amounts at the line level.
Which workflow configuration type should you use?

A. Budget register entry workflow
B. Ledger fixed assets budget journal workflow
C. Budget plan workflows
D. Budget account entry workflow

Answer: A


QUESTION 4
You need to ensure that you have the most current data to manage customer collections.
What should you create first?

A. A customer account statement
B. A customer balance list
C. A customer aging snapshot
D. A customer pool

Answer: B


QUESTION 5
Which two elements are required to create a budget plan in Microsoft Dynamics AX 2012? Each correct answer presents part of the solution.

A. Budget plan priority
B. Budget plan preparer
C. Budget planning user group
D. Budget planning process

Answer: A,C

Thursday, November 24, 2016

Exam MB6-703 Microsoft Dynamics AX 2012 R3 Trade and Logistics

Published: December 15, 2014
Languages: English, Chinese (Simplified), Japanese
Audiences: IT professionals
Technology: Microsoft Dynamics AX
Credit toward certification: Specialist

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.

Manage the supply chain foundation (35–40%)
Manage product information
Define products, model configurable products, authorize and finalize product setup in a legal entity, configure units of measure, define products as not stocked
Set up inventory management
Implement item groups, item model groups, and storage and tracking dimension groups; configure warehouse management
Manage purchase orders
Work with purchase orders and purchase order types, set up account payable purchase parameters, purchase not stocked items, ship to multiple addresses, set up and maintain a delivery schedule, change management, purchase order documents, process a purchase order; generate a receipts list and a product list
Manage serial and batch numbers
Manage dimension group storage dimensions, implement manual allocation and automatic allocation, trace inventory
Manage sales orders
Work with sales orders; sales orders types; implement full text search; configure sales parameters; implement sales orders for not stocked items; ship to multiple addresses; implement other sales order actions; configure enhanced delivery date control; set up and maintain delivery schedule; manage available ship and receipt dates, order entry deadlines, and direct delivery; generate a sales order confirmation and a sales order picking list; process a picking list registration; ship a carrier interface
Manage quality and quarantine
Set up quality management basics, set up automatic quality order generation, create a manual quality order, work with a nonconformance, implement quality reports and certificates, set up quarantine warehouse parameters, manage quarantine items and inventory transactions on quarantined items
Manage inventory journals and reports
Set up inventory journals; implement inventory adjustment and movement journals, transfer journals, bill of material (BOM) journals, and counting journals; create a journal-specific setup; create and process counting journals; tag counting journals; implement inventory blocking, set up ABC inventory classification; configure inventory reports and forecasting reports

Manage distribution and trade (30–35%)
Manage over/under delivery and charges
Configure over and under delivery, add charges, configure price charges, implement charges codes, manage manual charges and automatic charges
Manage customer and vendor trade agreements
Activate trade agreements, set up trade agreements, configure trade agreement parameters, set up trade agreement policies, configure supplementary items, configure purchase and sales agreements, agreement commitment types
Manage item arrival and registration
Set up item registration, configure item arrival by using the arrival overview form, manage item arrival
Manage vendor and customer returns
Create vendor returns and vendor returns for serialized items; set up customer returns; create a return order; implement item arrival and receipt registration; implement quarantine orders, replacement orders, and not stocked item returns
Manage sales quotations
Set up a sales quotation, work with quotations, work with additional sales quotation features
Manage item reservations
Why perform reservations and what you can reserve; implement manual reservations and automatic reservations; implement automatic reservations and selection of lots, explosion reservations, view reservations, lock reservations, cancel reservations, and batch reservations; pick reserved items; reserve serialized inventory
Pick sales order
Enable sales order picking and setup; release sales order picking; manage picking operations
Manage commissions
Set up a commission, view commission transactions, manage commission transactions for return items
Manage transfer orders
Set up transfer orders, use the transfer order form, pick items for a transfer order, ship and receive a transfer order

Implement and configure Microsoft Dynamics AX 2012 bills of materials module (30–35%)
Create simple BOMs
Use the BOM form to create simple BOMs, work with BOMs in BOM Designer
Create BOMs with versions
BOM versions overview; create BOMs by using the Product per Company form; activate multiple BOM versions; copy BOM versions; change BOM versions; create BOMs with a version from the BOM form, BOMs with a version in the BOM Designer, and quantity-dependent BOMs; work with validity dates and sub-BOMS on component lines
Manage product change cases
The product change case process, set up a product change case, associate entities, process a product change case
Manage dimension-based configurations
Manage dimension-based configurations, implement BOM configurations and item configurations
Work with BOM calculations
The BOM calculations structure; implement cost groups, profit settings, and calculation groups; view costing versions and BOM calculations; implement cost and sales price calculations; implement Explosion Mode and BOM stop explosions
Manage sales orders and BOMs
Configurable BOMS and sales orders, view BOMs in a sales order, explode a BOM from a sales order, calculate a BOM from a sales order
Manage scrap and measurement
Implement BOM scrap, configure and manage BOM measurements
Report a BOM as finished
Report a BOM as finished
Manage reports and other BOM functionality
Manage standard BOM reports, manage other BOM functionality


QUESTION 1
You create a new purchase order and add a line that has a product, quantity, and unit price.
You need to send the purchase order to the vendor.
What should you generate?

A. Areceipts list
B. Aproduct receipt
C. Apro forma receipts list
D. Aconfirmation

Answer: B

Explanation: Confirm the receipt of products [AX 2012]
When you order a product such as a new office desk, and the purchase is then confirmed, a product receipt that has not yet been confirmed becomes available on the Unconfirmed product receipts page on Enterprise Portal for Microsoft Dynamics AX. The product receipt indicates the expected date of delivery of the ordered product. When the product arrives, you must confirm the receipt of the product. You need to do this to indicate that you accept the delivery. You do this on the Unconfirmed product receipts page.
? Click Procurement on the top link bar, and then click Unconfirmed product receipts on the Quick Launch.
? Select the product receipt that you want to confirm. On the Action Pane, on the Confirmation of product receipt tab, in the Update group, click Receive.
? Approve or change the received quantity, and then click the Close line check box if you want to close the purchase order line.
? Click Save and close to save the changes, if any, and return to the Unconfirmed product receipts page. The product receipt that you have just confirmed is no longer visible in the list.


QUESTION 2
You need to identify what happens to the on-hand inventoryof a bill of materials (BOM) and the components of the BOM when you report a BOM as finished.
What should you identify?

A. The on-hand quantity of the BOM and the on-hand quantity of the BOM components ate unchanged.
B. The on-hand quantity of the BOM is increased, and the on-hand quantity of the BOM components is decreased.
C. The on-hand quantity of the BOM is unchanged and the on-hand quantity of the BOM components is decreased.
D. The on-hand quantity of the BOM item is increased, and the on-hand quantity of the BOM components is unchanged.

Answer: D


QUESTION 3
You need to create a draft sales order. The sales order must not include inventory transactions.
Which order type should you use?

A. Subscription
B. Sales order
C. Item requirements
D. Journal

Answer: D

Explanation: A sales order of type Journal is a draft sales order. It has no effect on stock.


QUESTION 4
A warehouse coordinator manually allocates how much inventory should be shipped each day for transfer orders. A warehouse worker uses the information entered by the warehouse coordinator to process the shipments automatically.
You need to identify which actions must be performed by the warehouse coordinator and the warehouse worker.
What should you identify?

A. The warehouse coordinator enters the quantity into the Receive now field, and then the warehouse worker performs the shipment update.
B. The warehouse coordinator enters the quantity into the Ship now field, and then the warehouse worker performs the shipment update.
C. The warehouse coordinator enters the quantity into the Ship now field, and then the warehouse worker performs the picking list update.
D. The warehouse coordinator enters the quantity into the Receive now field, and then the warehouse worker performs the picking list update.

Answer: B

Explanation: Transfer orders (form) [AX 2012] *Ship now
View or modify the shipment quantity for the transfer order line that you want to ship now.
*
/Shipped quantity
The quantity of a transfer order line that has already been shipped. This field is updated after every shipment update.
(Ship remain
The remaining quantity to be shipped after the last shipment update.
Incorrect: *Receive now
View or modify the receipt quantity for the transfer order line that you want to receive now.


QUESTION 5
You are setting up a new product.
Which of the following three fields are required to finalize the released product? Each correct answer presents pan of the solution.

A. Product category
B. Item group
C. Item sales tax group
D. StorageDimension group
E. Item modelgroup

Answer: B,D,E



Saturday, November 19, 2016

650-474 PAISESE Introducing Cisco Identity Services Engine for System Engineer Exam

Exam Number 650-474
Duration 45 minutes (30-35 Questions)
Available Languages English

This exam will test system engineers' knowledge of the Identity Services Engine (ISE) services, nodes, roles, personas, software packages and licenses, and appliance platform, as well as in depth features of authentication, authorization and accounting, and guest services. In addition, system engineers will be tested on how profile service gathers and classifies the connected network devices, and also how posture service is used to ensure the endpoint device complies with corporate security policy before authorizing network access. The exam also assesses a candidate's ability to understand best practices and design concepts so a system engineer can create an HDL with appropriate ISE appliance platform.

Exam Topics
The following topics are general guidelines for the content likely to be included on the exam. However, other related topics may also appear on any specific delivery of the exam. In order to better reflect the contents of the exam and for clarity purposes, the guidelines below may change at any time without notice.

ISE Architecture and Technical Overview
Authentication and Authorization
ISE Services
Design Considerations for ISE
High-level Design

QUESTION 1
What is DPI?

A. Digital Primary Initiator
B. Digital Program Information
C. Digital Program Insertion
D. Digital Primary Indicator

Answer: C

Explanation:


QUESTION 2
What is the function of an integrated receiver/decoder?

A. multiplex MPEG programs
B. receive programs for display on a television
C. receive and decode satellite signals
D. receive and decode IPsec signals

Answer: B

Explanation:


QUESTION 3
Which two versions Of MPEG compression does Cisco D90X encoder use :( Choose two.)

A. MPEG-1
B. MPEG-2
C. MPEG-3
D. MPEG-4

Answer: B,D

Explanation:



Wednesday, November 16, 2016

650-663 CSPVS Cisco SP Video Sales for AM for Validating Knowledge

Cisco SP Video Sales for AM (650-663)

Exam Description: The 650-663 Cisco SP Video Sales for AM (CSPVS) exam is a 30-minute test with 15 – 25 questions that tests a candidate's knowledge of how to sell an SP video solution, including features and benefits of end-to-end SP video solutions, value-selling messages, and positioning against competitive solutions by articulating key differentiators. Candidates can prepare for this exam by taking the Authorized Service Provider Video Partner Selling SP Video Solutions training.

The following topics are general guidelines for the content that is likely to be included on the exam. However, other related topics may also appear on any specific instance of the exam. To better reflect the contents of the exam and for clarity purposes, these guidelines may change at any time without notice.

100% 1.0 Cisco SP Video Sales for AM

QUESTION 1
What is DPI?

A. Digital Primary Initiator
B. Digital Program Information
C. Digital Program Insertion
D. Digital Primary Indicator

Answer: C

Explanation:


QUESTION 2
What is the function of an integrated receiver/decoder?

A. multiplex MPEG programs
B. receive programs for display on a television
C. receive and decode satellite signals
D. receive and decode IPsec signals

Answer: B

Explanation:


QUESTION 3
Which two versions Of MPEG compression does Cisco D90X encoder use :( Choose two.)

A. MPEG-1
B. MPEG-2
C. MPEG-3
D. MPEG-4

Answer: B,D

Explanation:


Monday, November 14, 2016

Exam MB6-892 Microsoft Dynamics AX Distribution and Trade

Published: May 9, 2016
Languages: English
Audiences: IT professional
Technology: Microsoft Dynamics AX
Credit toward certification: Specialist

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.

Set up and maintain master data for the supply chain and distribution and trade (30–35%)
Manage customer relationships
Create and maintain customer records in Microsoft Dynamics AX, configure and manage customer trade agreements, set up customer groups and posting profiles, configure credit limits
Manage vendor relationships
Create and maintain vendor records, configure and manage vendor trade agreements, set up vendor groups and posting profiles
Manage products and services
Create product and service items, create item groups and item model groups, create product dimensions and inventory dimension groups, track inventory using serial and batch numbers, create units of measure, create inventory and posting profiles
Enrich product data
Set up product attributes, create and maintain product hierarchies

Manage the sales process (25–30%)
Control and manage sales
Create charges codes, create customer charges groups, create item charges groups, create delivery charges groups, create auto charges, create terms of payment
Manage sales commissions
Create commission customer groups, create commission item groups, create commission sales groups, set up commission calculations
Create sales quotations
Work with sales quotations, update sales quotations
Perform the sales process
Create sales orders, create customer sales agreements
Process outbound delivery and invoicing
Set up warehouses, pack and ship products, post a packing slip, invoice customers, process returns from customers

Manage the purchase process (30–35%)

Control and manage purchases
Create charges codes, create vendor charges groups, create item charges groups, create delivery charges groups, create auto charges
Create purchase requisitions
Create and submit purchase requisitions for approval, define control parameters and workflow on purchase requisition documents, set up purchasing policies
Create requests for quotations
Process requests for quotations, reply to requests for quotations, create requests for quotations
Perform the procurement process
Create purchase orders, create purchase agreements, create release lines, set up and process change management
Receive products and services
Perform desktop receiving, create purchase invoices and match receipts, set up quality management on purchase items, inspect product receipts, receive products and return rejections, create a case for undelivered products from a vendor
Manage vendor invoices
Set up payment schedules, manage terms of payment, create cash discounts, configure payment fees, configure vendor posting profiles, add charges on purchase order invoices, describe the types of invoice matching, perform invoice matching, create and process vendor invoices
Manage vendor invoice journals
Describe the methods for invoicing in Accounts Payable, create and process invoice registers and approval journals, create and process invoice journals, create and use a voucher template in an invoice journal, process invoice matching for vendor invoices

Manage the payment process and cash application process (10–15%)
Set up payment management
Configure methods of payments, create payment days, configure customers and vendors for payment processing, set up bank remittance, create payment fees
Manage vendor payments
Create and process vendor payment journals, set up and process electronic vendor payments, manage vendor transactions, reverse a vendor transaction, reverse a posted payment, identify inquiries and reports in Accounts Payable and their uses
Manage customer payments
Create and process payment journals, such as cash receipts; set up and process electronic customer payments; set up and generate prenotes; manage customer transactions; create and manage deposit slips; set up and use bridging accounts for posting payments; identify inquiries and reports in Accounts Payable and their uses
Manage bills of exchange
Identify and configure journal names for bills of exchange, configure Accounts Receivable parameters for bills of exchange, configure the setup components for bills of exchange, process bills of exchange




How Can You Get Microsoft MB6-892 Certification?

Certkingdom.com is an international Training Source Provider. That provides most accurate Microsoft MB6-892 Microsoft Specialist Certification training materials that allow you to pass the MB6-892 exam in the first attempt. Certkingdom.com training product offer emphasizes high-quality instructions, interactive learning, and collaborative study activities. Certkingdom.com provide exam based real MB6-892 exam questions, because our Microsoft Experts work tirelessly to create ease for you in preparation. We have strived to make a difference by making excellent training Product accessible to the client. The team members of Certkingdom.com work with a passion for guaranteeing your success. Thats why our MB6-892 Microsoft Dynamics AX Distribution and Trade Customer Service training material is gaining increasing recognition and credibility in worldwide.

Certkingdom.com Provides MB6-892 Training Product is in Two Different Unique Method:

Practice Test Software:
Certkingdom.com provide cost-effectively and authentic source of Microsoft Dynamics AX Distribution and Trade Customer Service MB6-892 Exam Questions. It gives a detailed explanation both correct and incorrect answers. With the help of this software, the candidate can check their Microsoft Specialist preparation progress. Because it give a real-time exam scenario.

PDF Format:
PDF format with the brief explanation of all Microsoft MB6-892 exam questions. it is a Digital Format that can easily store, transmit in a non-editable format. It allows you to determine your progress and area of practice and provide self-study exam preparation option.

Excellent Customer Support:
Certkingdom.com is committed to outstanding customer support. Our Expert team understands what the customer is asking. We clearly understand customers are not annoyance, they are a reason we are here. Certkingdom.com aimed to provide excellent customer support with best possible services.

Security and Privacy:
Certkingdom.com is committed to ensuring that your information is 100% secure. We use security and privacy measure for our client data security.

24/7 On-Line Support:
Certkingdom.com customer support team is always ready to answer your question 24/7 hours a day, 7 days a week.

Money-Back Guarantee:
If candidate prepares MB6-892 Microsoft Specialist Certification exam with our products and do not pass the exam. Certkingdom.com will refund your full payment with 7 working days. This Guarantee is to make sure that Certkingdom.com training Materials do not contain any flaws in them, we deliver what is promised.

Free-Update:
Without any additional cost, Certkingdom.com provides free updates of the Microsoft Specialist MB6-892 Microsoft Dynamics AX Distribution and Trade Customer Service exam Questions of 90 days from the date of purchase. we update our site on the regular base with a fresh new look and feel as well as new content and features.

Getting Discount:
Certkingdom.com provide 15% discount on purchasing of MB6-892 Microsoft Specialist Certification Exam bundle which contains both PDF Practice questions and Practice Test Software

We understand the importance of examining MB6-892 is for you. Therefore we bring you the full self-study and preparation of materials for the MB6-892 exam that will allow you to pass the exam with confidence and the highest score possible. Our Customer Service Review products of Microsoft Dynamics AX Distribution and Trade is fully updated and have all questions verified that you have to prepare to pass the Microsoft exam. Once you have fully prepared with our MB6-892 exam preparation implements you'll be ready for the real exam smoothly.

We believe while offering comfort and time-saving Microsoft Customer Service Dynamics CRM 2016 exam prep solutions to candidates and we provide extremely Instant download and easy to understand service preparation software for Microsoft. Microsoft Dynamics AX Distribution and Trade practice test customer. We propose you never difficult to understand the MB6-892 preparation software but our team of professionals has developed a fast and easy access to download MB6-892 practice exam software that can be used by customers and the ultimate guarantee of success in exam.
MB6-892 Exam Questions and answers with explanation:

We recognize the importance of time and therefore offers you MB6-892 preparation materials that can save time candidates. MB6-892 pdf dumps with fast learning methodologies and offered to candidates as completely solved questions MB6-892 answers as PDF files that can be instantly downloaded by applicants. comes with fast learning methodologies and offered to candidates as completely solved questions MB6-892 answers as PDF files that can be instantly downloaded by applicants. MB6-892 issue of the answers are easy to use by candidates and this can save their valuable time as well. PDF files completely cover all subjects MB6-892 exam and syllabus.

MB6-892 Exam Certification:
The Microsoft MB6-892 exam is extremely valuable for getting a good job and popular worldwide. The majority of all organizations requires Microsoft. Microsoft Dynamics AX Distribution and Trade Service certifications for customers and encourage existing employees to pass the exam so that workers are able to deal with the newly updated systems. Microsoft Dynamics AX Distribution and Trade Microsoft customer service is an important credential that all professionals and experts in IT looking to win and passing the MB6-892 you will capture these valuable credentials. Microsoft releases important certifications each year with the customer service Microsoft Dynamics AX Distribution and Trade is the much required after credential that everyone seeks to achieve. All major organizations and companies related to information technologies prefer people who spent the MB6-892 and obtained certification of Microsoft Customer Service Microsoft Dynamics AX Distribution and Trade successfully. We saw that people with the Certification Department at Microsoft. Microsoft Dynamics AX Distribution and Trade customers are preferred for recruitment and hiring phase and employees who pass the exam get salary increases and promotions more often than who are not certified Microsoft. Microsoft Dynamics AX Distribution and Trade verifies the skills and information that a person holds a specific system or technology software and passing the MB6-892 will allow people to enter the rewarding career opportunities that would otherwise difficult to reach.

100% guarantee your success MB6-892 exam:
If you do not pass the Microsoft Dynamics Microsoft MB6-892 exam (Microsoft Dynamics AX Distribution and Trade Customer Service) on your first attempt using our testing engine we will give you a complete repayment of your purchasing fee.


Certkingdom.com Questions and Answers?

Answer:
The MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service Practice Test Questions PDF and VCE are the Most Updated and Latest MB6-892 Questions and Answers you will find pertaining to the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam

Most Updated MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service Questions and Answers Covering Exam Objectives
Pass the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service with our 100% Money Back Guarantee
Free Updates for Life time membership for the MB6-892 Practice Questions and Answers

24/7 MB6-892 Live Chat Support
MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service PDF and VCE Engine Included
Instant Downloading of the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service right after purchase.

How Does the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service VCE/PDF work?
Answer:
The MB6-892 VCE Test Engine Questions and answers help cover all the exam objectives you will be tested on with regards to the Microsoft MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam.
You can be rest assured that Certkingdom.com covers all the exam objectives you will be tested on. Preparing for your MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam is very time consuming and here at Certkingdom.com.com we are here to help you prepare for that difficult MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam.

What is in the Microsoft MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service demo?

Answer:
You receive MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service Questions and Answers with Explanations that show you the quality of our MB6-892 Practice Questions and Answers. Every MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service Questions and Answer is well thought out and prepares you for the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam.

What If I do not Pass the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam?


Answer:
If you do not pass the MB6-892 exam, we give you a full refund within 180 days after your purchase date of the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam. You can be rest assured that using Certkingdom.com MB6-892 Practice Questions and Answers are a great help in preparing for the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam!

How do I claim my refund on the Microsoft MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam?

Answer:
Claiming a refund for the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service is simple. In the event if you fail the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam which is very unlikely, you just simply visit the Guarantee page and follow the instructions to claim your MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service refund. You can also add an extension to the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service if you choose not to go with the refund or 2 Free Exams of your choice.

How many computers can I install the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service testing engine on?

Answer:
You can install the MB6-892 Questions and Answers on 2 computers. If you install the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service on two or more computers, your account will not work and be blocked to access any further updates to the Microsoft MB6-892 Practice Exam.

After purchasing the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service, do I receive the product instant after purchase?

Answer:
After purchasing the Microsoft MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam, you receive your order instantly after purchase. You can order the MB6-892 pdf or MB6-892 VCE. You receive the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam instantly right after purchase.

Do you provide MB6-892 Questions and Answers With Explanations Updates?

Answer:
You are entitled to Life time membership of updates after your purchase of the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam. If the objectives on the Microsoft MB6-892 exam change, you will have Life time membership in which you can log into your members area and download the Updated MB6-892 exam practice questions and answers with explanations. Certkingdom.com Updated MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service practice exam test questions area great help for the exam.

Do you provide 24/7 Support on the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam?

Answer:
Certkingdom.com provides 24/7 online chat support and email support for the Microsoft MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam. If you have any questions related to the MB6-892 exam, come on live chat and ask our tech support or contact Support for any questions relating to the MB6-892 - Microsoft Dynamics AX Distribution and Trade Customer Service exam.




Friday, November 11, 2016

650-667 Cisco SP Video Cable Access Networks Design for SE

650-667 CSPVCAD Cisco SP Video Cable Access Networks Design for SE for Validating Knowledge (not for Cisco Certification)

Exam Description: The 650-667 Cisco SP Video Cable Access Networks Design for SE (CSPVCAD) exam is a 45-minute test with 25–35 questions. The exam tests a candidate's knowledge on designing a service provider access network solution, configuring and testing the solution, and comparing it against competitive solutions by articulating key differentiators. Candidates can prepare for this exam by taking the Authorized Service Provider Video Partner Cable Access Networks track of training, including Phases I, II, and III.

The following topics are general guidelines for the content that is likely to be included on the exam. However, other related topics may also appear on any specific instance of the exam. To better reflect the contents of the exam and for clarity purposes, these guidelines may change at any time without notice.

100% 1.0 SE Cisco SP Video Cable Access Design

Tuesday, November 1, 2016

Exam 70-734 OEM Preinstallation for Windows 10

Published: June 16, 2016
Languages: English, Japanese
Audiences: IT professionals
Technology: Windows 10, Microsoft Assessment and Deployment Kit (ADK)
Credit toward certification: MCP

This exam measures your ability to accomplish the technical tasks listed below. 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.

Prepare deployments
Prepare the environment
Prepare Assessment and Deployment Kit (ADK), prepare USB, design an answer file, create a default user profile, preserve preinstalled OEM drivers
Identify a business strategy for deploying operating system images
Identify a build-to-order or build-to-plan approach, select a deployment method, implement end-user upgrade paths
Determine hardware configurations
Determine Unified Extensible Firmware Interface (UEFI) requirements, configure network and storage drivers, configure a boot device
Build a Windows Preinstallation Environment (Windows PE or WinPE)
Troubleshoot a problematic installation in WinPE, customize a WinPE installation, create a 32-bit or 64-bit WinPE environment, manage Windows PE packages

Create, capture, and deploy images
Create a reference installation
Set up and capture a reference PC, preinstall Microsoft and third-party desktop applications, set up a Push-Button Restore, evaluate deployment logs, prepare and test Out-of-Box Experience (OOBE)
Determine redistribution licensing requirements
Determine redistribution rights and technical requirements, select licensed recovery types, determine OEM preinstallation requirements

Manage deployments
Manage images
Upgrade a Windows edition, perform online or offline servicing, activate a grace period timer, manage nested images within Windows Imaging File Format (WIMS), add and remove packages, add and remove drivers, set the multilingual deployment of an operating system, manage application updates
Apply a reference installation
Perform drive partitioning, deploy reference and recovery images, set up Push-Button Recovery with REAgentC and BCD commands
Validate an image
Validate an image in audit mode, validate Push-Button Reset, sysprep images to OOBE, identify causes of driver failure, finalize installation, validate licensing requirements and components

Saturday, October 29, 2016

Exam 70-357 Developing Mobile Apps

Published: July 22, 2016
Languages: English
Audiences: Developers
Technology: Visual Studio Community
Credit toward certification: MCSD

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.

Develop a XAML page layout for an adaptive UI (10–15%)
Construct a page layout
Configure a RelativePanel layout; select the appropriate XAML layout panel based on the UI requirement; configure a grid with appropriate column and row properties; configure alignment, margins, and padding
Implement responsive and adaptive UI behaviors
Differentiate between responsive and adaptive UI behaviors, create responsive and adaptive UIs by using VisualStateManager and AdaptiveTriggers, implement settings syntax for element properties and attached properties
Create and use custom controls within an adaptive UI
Evaluate when to create a custom control; create a custom control; implement styles, themes, and resource dictionaries; apply styles to custom controls by using Generic.xaml
Optimize a page layout
Reduce complexity for performance gains, reduce unnecessary nesting

Implement page navigation and lifecycle events (10–15%)
Choose the appropriate navigation structure for an app
Evaluate when to implement the Hub, Master/Details, Tabs and Pivot, and Nav Pane navigation patterns; evaluate when to implement a custom navigation pattern
Implement Nav Pane navigation
Load page content by using Frame.Navigate, implement page navigation by using the Nav Pane pattern; implement a SplitView control for use as a navigation pane; support accessibility requirements within navigation by implementing key based navigation, UI automation, and narrator; handle Back button behavior for different Windows 10 device families
Manage app activation
Launch an app, activate an app on Startup, implement activation from a deep link, implement activation based on Search integration, implement activation from a secondary tile
Manage app suspension and resuming
Prepare an app for suspension, resume from suspension or termination, extend execution and monitor suspension errors

Implement data access and data binding (20–25%)
Access data by using Entity Framework (EF)
Access data by using EFCore with SQLite, implement a local SQLite database
Implement the {Binding} extension
Implement the {x:Bind} extension
Implement MVVM classes and class interactions
Implement event binding by applying command patterns, implement a Dispatcher to update the UI thread with async return data
Implement app-to-app communications
Integrate a Share contract to share content with another app, integrate drag-and-drop, launch an app for results, implement app extensions, implement App Services
Implement REST Web Services
Implement JSON and data serialization, access cloud data and Web APIs by using HttpClient
Implement file system access
Manage storage by using StorageFile, StorageFolder, and StorageItem; access a file location by using FilePickers; implement data roaming and roaming folders

Implement feature detection for adaptive coding (10–15%)
Implement API detection within adaptive code
Implement Type detection within adaptive code
Implement supported capabilities
Implement support for a microphone, implement support for a webcam, implement support for location, implement support for enterprise authentication

Manage user input and custom user interactions (10–15%)
Implement command bars, flyouts, and dialogs
Implement command bars and AppBarButton buttons, implement context menus and menu flyouts, implement content dialogs, display a tooltip by using ToolTipService, display a pop-up menu, implement control over app settings
Implement support for traditional and touch input devices
Support touch input, support mouse input, support keyboard and virtual keyboard input
Implement speech and voice commands
Support speech synthesis, support speech recognition, support Cortana integration, support Personal Assistant Launch capability, support voice commands
Implement alternative forms of input
Implement inking, implement camera input, implement location services and GPS input

Manage authentication and identity management (10–15%)
Implement authentication using Web Authentication Broker
Implement web service authentication, implement OAuth, implement Azure Active Directory authentication
Manage credentials securely with Credential Locker
Implement two-factor authentication
Implement two-factor authentication using Microsoft Passport, implement two-factor authentication using Windows Hello

Implement notifications, background tasks, and reusable components (20–25%)

Create and consume class libraries and Windows Runtime components
Develop Windows Runtime components, develop class libraries, integrate class libraries and Windows Runtime components
Implement tile and toast notifications
Implement adaptive and interactive toast notifications, implement local tile notifications
Create and register a background task
Create a background task project and reference the background task within a project, implement background task event triggers and conditions
Implement and manage a background task
Monitor background task progress and completion, manage task lifecycle, share data and events between an app and its background tasks, call a background task directly
Create and consume a Universal Windows Platform (UWP) app service
Specify the AppService extension, implement app service as a background task, deploy the app service provider, call app services



Tuesday, October 25, 2016

Exam 70-698 Installing and Configuring Windows 10

Published: June 7, 2016
Languages: English
Audiences: IT professionals
Technology: Windows 10
Credit toward certification: MCSA

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.

Implement Windows (30–35%)
Prepare for installation requirements
Determine hardware requirements and compatibility; choose between an upgrade and a clean installation; determine appropriate editions according to device type; determine requirements for particular features, such as Hyper-V, Cortana, Miracast, Virtual Smart Cards, and Secure Boot; determine and create appropriate installation media
Install Windows
Perform clean installations, upgrade using Windows Update, upgrade using installation media, configure native boot scenarios, migrate from previous versions of Windows, install to virtual hard disk (VHD), boot from VHD, install on bootable USB, install additional Windows features, configure Windows for additional regional and language support
Configure devices and device drivers
Install, update, disable, and roll back drivers; resolve driver issues; configure driver settings, including signed and unsigned drivers; manage driver packages; download and import driver packages; use the Deployment Image Servicing and Management (DISM) tool to add packages
Perform post-installation configuration
Configure and customize start menu, desktop, taskbar, and notification settings, according to device type; configure accessibility options; configure Cortana; configure Microsoft Edge; configure Internet Explorer; configure Hyper-V; configure power settings
Implement Windows in an enterprise environment
Provision with the Windows Imaging and Configuration Designer (ICD) tool; implement Active Directory–based activation; implement volume activation using a Key Management Service (KMS); query and configure activation states using the command line; configure Active Directory, including Group Policies; configure and optimize user account control (UAC)

Configure and support core services (30–35%)
Configure networking
Configure and support IPv4 and IPv6 network settings; configure name resolution; connect to a network; configure network locations; configure Windows Firewall; configure Windows Firewall with Advanced Security; configure network discovery; configure Wi-Fi settings; configure Wi-Fi Direct; troubleshoot network issues; configure VPN, such as app-triggered VPN, traffic filters, and lockdown VPN; configure IPsec; configure Direct Access
Configure storage
Configure disks, volumes, and file system options using Disk Management and Windows PowerShell; create and configure VHDs; configure removable devices; create and configure storage spaces; troubleshoot storage and removable devices issues
Configure data access and usage
Configure file and printer sharing and HomeGroup connections; configure folder shares, public folders, and OneDrive; configure file system permissions; configure OneDrive usage; troubleshoot data access and usage
Implement apps
Configure desktop apps, configure startup options, configure Windows features, configure Windows Store, implement Windows Store apps, implement Windows Store for Business, provision packages, create packages, use deployment tools, use the Windows Assessment and Deployment Kit (ADK)
Configure remote management
Choose the appropriate remote management tools; configure remote management settings; modify settings remotely by using the Microsoft Management Console (MMC) or Windows PowerShell; configure Remote Assistance, including Easy Connect; configure Remote Desktop; configure remote PowerShell

Manage and maintain Windows (30–35%)
Configure updates
Configure Windows Update options; implement Insider Preview, Current Branch (CB), Current Branch for Business (CBB), and Long Term Servicing Branch (LTSB) scenarios; manage update history; roll back updates; update Windows Store apps
Monitor Windows
Configure and analyze Event Viewer logs, configure event subscriptions, monitor performance using Task Manager, monitor performance using Resource Monitor, monitor performance using Performance Monitor and Data Collector Sets, monitor system resources, monitor and manage printers, configure indexing options, manage client security by using Windows Defender, evaluate system stability using Reliability Monitor, troubleshoot performance issues
Configure system and data recovery
Configure a recovery drive, configure a system restore, perform a refresh or recycle, perform a driver rollback, configure restore points, resolve hardware and device issues, interpret data from Device Manager, restore previous versions of files and folders, configure File History, recover files from OneDrive, use Windows Backup and Restore, perform a backup and restore with WBAdmin, perform recovery operations using Windows Recovery
Configure authorization and authentication
Configure Microsoft Passport, configure picture passwords and biometrics, configure workgroups, configure domain settings, configure HomeGroup settings, configure Credential Manager, configure local accounts, configure Microsoft accounts, configure Device Registration, configure Windows Hello, configure Device Guard, configure Credential Guard, configure Device Health Attestation, configure UAC behavior
Configure advanced management tools
Configure services, configure Device Manager, configure and use the MMC, configure Task Scheduler, configure automation of management tasks using Windows PowerShell


QUESTION 1
You capture a reference image of a Windows 10 installation to a file named Custom.wim.
You build a new client computer and start the computer from Windows Preinstallation Environment (Windows PE).
You need to deploy the image contained in Custom.wim to the new computer by using Windows PE.

What should you do first?

A. Run setup.exe from the Windows 10 installation media.
B. Create a hard disk partition.
C. Create an answer file.
D. Mount the Custom.wim file.

Correct Answer:

Explanation/Reference:




QUESTION 2
You work for an OEM system builder.
You plan to sell a client computer. The computer has Windows 10 preinstalled in a dual boot configuration by using OEM versions of Windows 10.
You need to identify the license or licenses required for the computer.

What should you identify?

A. One OEM System Builder Windows desktop operating system license
B. Two Full Packaged Product (FPP) licenses
C. One Full Packaged Product (FPP) license and one OEM System Builder Windows desktop operating system license
D. Two OEM System Builder Windows desktop operating system licenses
E. One Full Packaged Product (FPP) license

Correct Answer:
Explanation
Explanation/Reference:




QUESTION 3

You are an OEM system builder.
You customize push-button reset for a custom Windows 10 deployment.
You need to test the Reset your PC feature.
What should you use?

A. System Properties
B. Action Center
C. System Restore
D. Pc Settings

Correct Answer:

Saturday, October 22, 2016

Exam 70-741 Networking with Windows Server 2016 (In development)

Published: November 3, 2016
Languages: English
Audiences: IT professionals
Technology: Windows Server 2016
Credit toward certification: MCSA

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.

Implement Domain Name System (DNS) (15–20%)
Install and configure DNS servers
Determine DNS installation requirements, determine supported DNS deployment scenarios on Nano Server, install DNS, configure forwarders, configure Root Hints, configure delegation, implement DNS policies, implement DNS global settings using Windows PowerShell, configure Domain Name System Security Extensions (DNSSEC), configure DNS Socket Pool, configure cache locking, enable Response Rate Limiting, configure DNS-based Authentication of Named Entities (DANE), configure DNS logging, configure delegated administration, configure recursion settings, implement DNS performance tuning, configure global settings using Windows PowerShell
Create and configure DNS zones and records
Create primary zones; configure Active Directory integration of primary zones; create and configure secondary zones; create and configure stub zones; configure a GlobalNames zone; analyze zone-level statistics; create and configure DNS Resource Records (RR), including A, AAAA, PTR, SOA, NS, SRV, CNAME, and MX records; configure zone scavenging; configure record options, including Time To Live (TTL) and weight; configure round robin; configure secure dynamic updates; configure unknown record support; use DNS audit events and analytical (query) events for auditing and troubleshooting; configure Zone Scopes; configure records in Zone Scopes; configure policies for zones

Implement DHCP (15–20%)
Install and configure DHCP
Install and configure DHCP servers, authorize a DHCP server, create and configure scopes, create and configure superscopes and multicast scopes, configure a DHCP reservation, configure DHCP options, configure DNS options from within DHCP, configure policies, configure client and server for PXE boot, configure DHCP Relay Agent, implement IPv6 addressing using DHCPv6, perform export and import of a DHCP server, perform DHCP server migration
Manage and maintain DHCP
Configure a lease period, back up and restore the DHCP database, configure high availability using DHCP failover, configure DHCP name protection, troubleshoot DHCP

Implement IP Address Management (IPAM) (15–20%)
Install and configure IP Address Management (IPAM)
Provision IPAM manually or by using Group Policy, configure server discovery, create and manage IP blocks and ranges, monitor utilization of IP address space, migrate existing workloads to IPAM, configure IPAM database storage using SQL Server, determine scenarios for using IPAM with System Center Virtual Machine Manager for physical and virtual IP address space management
Manage DNS and DHCP using IPAM
Manage DHCP server properties using IPAM, configure DHCP scopes and options, configure DHCP policies and failover, manage DNS server properties using IPAM, manage DNS zones and records, manage DNS and DHCP servers in multiple Active Directory forests, delegate administration for DNS and DHCP using role-based access control (RBAC)
Audit IPAM
Audit the changes performed on the DNS and DHCP servers, audit the IPAM address usage trail, audit DHCP lease events and user logon events

Implement network connectivity and remote access solutions (25–30%)
Implement network connectivity solutions
Implement Network Address Translation (NAT), configure routing
Implement virtual private network (VPN) and DirectAccess solutions
Implement remote access and site-to-site (S2S) VPN solutions using remote access gateway, configure different VPN protocol options, configure authentication options, configure VPN reconnect, create and configure connection profiles, determine when to use remote access VPN and site-to-site VPN and configure appropriate protocols, install and configure DirectAccess, implement server requirements, implement client configuration, troubleshoot DirectAccess
Implement Network Policy Server (NPS)
Configure a RADIUS server including RADIUS proxy, configure RADIUS clients, configure NPS templates, configure RADIUS accounting, configure certificates, configure Connection Request Policies, configure network policies for VPN and wireless and wired clients, import and export NPS policies

Implement core and distributed network solutions (10–15%)
Implement IPv4 and IPv6 addressing
Configure IPv4 addresses and options; determine and configure appropriate IPv6 addresses; configure IPv4 or IPv6 subnetting; implement IPv6 stateless addressing; configure interoperability between IPv4 and IPv6 by using ISATAP, 6to4, and Teredo scenarios; configure Border Gateway Protocol (BGP); configure IPv4 and IPv6 routing
Implement Distributed File System (DFS) and Branch Office solutions
Install and configure DFS namespaces; configure DFS replication targets; configure replication scheduling; configure Remote Differential Compression (RDC) settings; configure staging; configure fault tolerance; clone a Distributed File System Replication (DFSR) database; recover DFSR databases; optimize DFS Replication; install and configure BranchCache; implement distributed and hosted cache modes; implement BranchCache for web, file, and application servers; troubleshoot BranchCache

Implement an advanced network infrastructure (10–15%)
Implement high performance network solutions
Implement NIC Teaming or the Switch Embedded Teaming (SET) solution, and identify when to use each; enable and configure Receive Side Scaling (RSS); enable and configure network Quality of Service (QoS) with Data Center Bridging (DCB); enable and configure SMB Direct on Remote Direct Memory Access (RDMA) enabled network adapters; enable and configure SMB Multichannel; enable and configure virtual Receive Side Scaling (vRSS) on a Virtual Machine Queue (VMQ) capable network adapter; enable and configure Virtual Machine Multi-Queue (VMMQ); enable and configure Single-Root I/O Virtualization (SR-IOV) on a supported network adapter
Determine scenarios and requirements for implementing software-defined networking (SDN)
Determine deployment scenarios and network requirements for deploying SDN; determine requirements and scenarios for implementing Hyper-V Network Virtualization (HNV) using Network Virtualization Generic Route Encapsulation (NVGRE) encapsulation or Virtual Extensible LAN (VXLAN) encapsulation; determine scenarios for implementation of Software Load Balancer (SLB) for North-South and East-West load balancing; determine implementation scenarios for various types of Windows Server Gateways, including L3, GRE, and S2S, and their use; determine requirements and scenarios for distributed firewall policies and network security groups