Exam 70-384 Recertification for MCSE: Communication

Published: 7 January 2016
Languages: English, German, Japanese
Audiences: IT professionals
Technology: Lync Server 2013
Credit towards certification: MCP, MCSE

Skills measured
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 Centre.

Plan and Design a Lync topology
Plan Lync site topology
Evaluate user distribution for central and branch site design; analyse business requirements for Persistent Chat ethical boundaries or room design; associate workloads to business requirements; analyse business requirements and plan Lync physical architecture; analyse capacity requirements and plan Lync physical architecture; analyse and design Lync SIP domains
Plan Lync servers
Define collocation of server roles; analyse hardware requirements; determine storage requirements for archiving and monitoring; determine OS version requirements; determine OS dependencies
Design a Lync Server HA/DR solution
Design strategy for branch office scenarios; design for resiliency; design SQL mirroring; design central site failover; design strategy for persistent chat; design strategy for voice applications

Plan and design Lync features
Plan for Lync user experience
Plan for contact list management; plan for client version control; plan for privacy; plan for common area phone hotdesking; plan for Music on Hold; plan for Address Book Web search/download
Plan for clients and devices
Design Lync mobility; plan for Phone Edition or 3PIP devices; define client authentication options; plan for Analog devices; plan for Lync users for VDI

Deploy and configure Lync
Configure and publish topology
Configure mediation server collocation; configure trunks and gateways; configure Lync roles; configure multiple media gateway support; add or remove server features; deploy Edge server
Deploy and configure clients and devices
Configure Lync client features; configure client policies; configure client security options; configure analog or Phone Edition/3PIP policies; configure mobile device policies; configure Lync users for VDI
Configure HA/DR
Configure pool failover; configure site failover; configure SQL mirroring; configure voice resiliency; map user experience to failover scenario

Manage operations and data resiliency for Lync
Troubleshoot the Lync environment
Enable and collect logs; recover from failed server build; analyse event viewer; enable OCSlogger tracing; enable Best Practice Analyzer; verify name resolution
Mitigate data loss
Backup and restore application service data; backup and restore filestore data; backup and restore Contacts; maintain and recover Lync 15 topology; maintain and recover LIS and RTC; recover CMS

Design Enterprise Voice
Design Enterprise Voice topology
Design mediation server collocation or placement; design for gateways; design trunks; design voice resiliency; design mediation server dependencies
Design voice applications
Design call park; design response group delegation mode; design response group workflows; determine correct usage of private line; design vacant number announcements
Design call routing
Design dial plans; design routes; design normalisation; design voice policies; define PSTN usages; design for basic emergency dialling and notification

Design and configure network services
Design for network optimisation
Assess network requirements; plan for optimal conferencing traffic; plan for capacity; plan for Edge placement; plan for QOS support; estimate network usage
Plan network services for Lync
Plan Location Information Services (LIS); plan Call Admission Control (CAC) for voice; plan Call Admission Control (CAC) for video; define port requirements for internal service; define port requirements for external services; plan for Media Bypass
Configure network services for Lync
Configure Location Information Services (LIS); configure Call Admission Control (CAC) for voice; configure Call Admission Control (CAC) for video; configure DHCP for Phone Edition; configure QOS; configure Media Bypass

Configure Enterprise Voice
Configure voice applications
Configure call park; configure Response Group workflows; configure Response Group queues; configure private line; configure vacant number announcements
Configure call routing
Configure dial plans; configure routes; configure trunks; configure and apply voice policies; configure PSTN Usages; configure emergency dialling

 

QUESTION 1
You need to recommend a solution to resolve the audio issues for the users in the Boston office.
Which three possible recommendations should you include in the solution? (Each correct answer presents a
complete solution. Choose three.)

A. user services
B. Quality of Service (QoS)
C. Call Admission Control (CAC)
D. a location policy
E. a conferencing policy

Answer: B,C,E


QUESTION 2
Which two tasks should be performed to meet the administrative requirements for Tech1? (Each correct answer
presents part of the solution. Choose two.)

A. Modify the permissions of the RTCUniversalServerAdmins group.
B. Run the New-CsAdminRole cmdlet.
C. Run the Update-CsAdminRole cmdlet.
D. Create a new universal security group and add Tech1 to the group.
E. Create a new global security group and add Tech1 to the group.

Answer: B,D

Explanation:
“To create a new role, you must first create a universal security group in Active Directory Domain Services that
shares a name with the role;”
http://technet.microsoft.com/en-us/library/gg398271.aspx


QUESTION 3
You are evaluating the implementation the second Front End Server. You need to recommend which common
name must be used for the certificate that will be installed on Lync2.
Which name should you recommend using?

A. *.contoso.com
B. lync2.contoso.com
C. lyncdiscover.contoso.com
D. pool1.contoso.com
Answer: D
Explanation: https:://social.technet.microsoft.com/Forums/en-
US/ocscertificates/thread/bc2b0383-17cd-4707-8c2f-19db8dd340f0/
The common name or SN of any Front End Server Certificate is the Pool Name.

 

 

Click here to view complete Q&A of 70-384 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-384 Training at certkingdom.com

 

Exam 70-355 Universal Windows Platform – App Data, Services, and Coding Patterns

Published: October 13, 2015
Languages: English
Audiences: Developers
Technology: Windows 10
Credit toward certification: MCP, MCSD

Skills measured
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.

Recognize and apply a specified design pattern
Describe the relationship between architecture, design pattern, and framework
Recognize common architectures and when they should be used, recognize common design patterns and when a pattern can be applied to make programming tasks faster and easier
Describe traditional Microsoft .NET design patterns
Describe the Gang of Four design patterns, including creational patterns, structural patterns, and behavioral patterns; describe 3-tier/N-tier patterns; describe enterprise patterns; describe cloud design patterns; describe head first patterns; describe repository patterns; describe unit of work patterns
Apply the Model-View-ViewModel (MVVM) Prism pattern
Separate concerns, develop the views for the MVVM app, develop the view-models for the MVVM app, develop the models for the MVVM app, develop class interactions and data binding for the MVVM app

Develop app and business logic, code that interfaces with other line-of-business (LOB) apps, and LOB Server Services (AD, SP)
Develop code for app-specific processes and computations
Create an asynchronous method or process, managing the return value from an asynchronous method, debugging and error handling for an asynchronous method, develop storyboards and custom animations for an object, represent 3-D models as code objects, manage 2-D projections of 3-D objects, use Task, ThreadPool, and background transfers
Implement background tasks
Create a background task, register a background task, set and respond to triggers, debug a background task, implement a lock screen app, share data/events between an app and its background tasks; directly calling a background task
Manage app lifecycle events
Prepare for suspension, resume from suspension or termination, implement an extended splash screen, extend execution and monitor suspension errors
Implement interactions with other apps
Integrate a share contract to share content with another app, integrate contact and appointment functionality, implement mapping and navigation (geolocation, geofencing, and Bing Maps), exchange data/file between apps, including launch for result; use drag and drop
Implement notifications and Windows Push Notification Services (WNS)
Implement and manage notifications; support Live Tile updates, including toasts and badges, support Action Center and secondary tiles
Implement interactions with devices
Develop code for camera and microphone, including photo, video, and audio; implement screen capture; implement printing and Play To; integrate HoloLens sensors and services; support wireless communication
Develop class libraries (code libraries, DLLs)
Naming assemblies, namespaces, types, and members in class libraries; using static and abstract classes, interfaces, enumerations, structures, and other types; designing and using properties, methods, constructors, fields, events, operators, and parameters; implementing extensibility mechanisms such as subclassing, using events, virtual members, and callbacks; designing, throwing, and catching exceptions

Develop code for implementing secure cloud data services and storage
Design and implement data roaming
Roaming user settings and preferences, roaming app session info
Design and implement a RESTful data solution (oData, JSON)
Using the ASP.NET Web API, implementing JSON serialization, adding a service reference to the project, using Windows.Web.https:.HttpClient objects
Design and implement Azure and cloud data sources
Implement offline data sync, implement caching, support OneDrive integration, implement file access and management (including File Picker and file access APIs), upload images to Azure Storage
Integrate Azure data services
Call a custom Cloud Service API from a client, schedule backend jobs in Mobile Services
Design and implement removable and embedded local data sources
Support SD card storage, implement SQLite on mobile devices

Develop code to implement authentication and business security requirements
Implement code to manage authentication and identity
Web authentication broker; Azure authentication; implement code to manage identity; implement biometric identity verification, including Windows Hello; implement Credential Locker, implement single sign-on
Implement code to manage authorization and access to resources
Implement authentication requests; authorize users and apps; manage authorization IDs; restrict access to resources, including data, files, folders, and devices
Implement cryptography within an app
Create cryptographic keys, hash and sign content, create message authentication codes, encrypt and decrypt data
Support enterprise security considerations
Implement security transparency, implement code access security, implement role-based security

Integrate cloud services and Azure App Service services
Build native and cross-platform apps using services
Integrate Azure App Service mobile app functionality within an existing mobile app, use a .NET client with Mobile Services, call a custom API from a client
Connect to your enterprise systems using services
Build a service that uses an existing SQL database, connect to an on-premises SQL Server from an Azure mobile service using hybrid connections, scale mobile services backed by Azure SQL database, authenticate your app with Active Directory Authentication Library single sign-on, add role-based access control to mobile services with Azure Active Directory, access Microsoft SharePoint on behalf of the user, schedule backend jobs in mobile services, troubleshoot a mobile services .NET backend
Connect to SaaS APIs using services
Implement single sign-on using credentials from third-party identity providers, build a service that uses MongoDB as a data store
Build offline-ready apps with sync using services
Allow employees to work offline when connectivity is not available, synchronize with your enterprise backend systems when devices comes back online, recover in the event of a disaster
Push notifications to users using services
Add push notifications to your app, send push notifications to authenticated users

Develop code that is maintainable and that supports app versioning, compatibility, and coexistence
Develop code using version control (TFVC or Git)
Develop code using a standardized coding convention, implement best practices for assembly versioning
Implement best practices for assemblies and side-by-side execution
Use strong-named assemblies, including version, culture, and publisher; use the GAC to provide version-aware storage; create an app that runs in isolation
Implement best practices for assembly placement and the GAC
Using an app configuration file, using codebases, providing a binding context

 

Click here to view complete Q&A of 70-355 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-355 Training at certkingdom.com

 

MCSA Part 2: Exam 70-347 Office 365 Part 2: Enabling Office 365 Services

Published: February 17, 2014
Languages: English, Chinese (Simplified), French, German, Japanese, Portuguese (Brazil), Spanish
Audiences: IT professionals
Technology: Office 365
Credit toward certification: MCP, MCSA

Who should take this exam?
Candidates for this exam are IT professionals who take part in evaluating, planning, deploying, and operating the Office 365 services, including its dependencies, requirements, and supporting technologies. Candidates should have experience with the Office 365 Admin Center and an understanding of Microsoft Exchange Online, Skype for Business Online, SharePoint Online, Office 365 ProPlus, and Microsoft Azure Active Directory. This includes experience with service descriptions, configuration options, and integrating services with existing identity management and on-premises infrastructure to support the business requirements of an organization.

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 clients and end-user devices (20–25%)
Manage user-driven client deployments
Restrict self-provisioning of Office 365 ProPlus, Windows Store Apps and Mobile Apps, activation/revoke activation, and Office for Mac
Manage IT deployments of Office 365 ProPlus
Manage deployment, manage streaming updates, use the Office deployment tool, and customize deployment
Set up telemetry and reporting
Enable telemetry through Group Policy, set up telemetry service, report user issues, and deploy agent
Plan for Office clients
Configure Outlook, Skype for Business client, Office Online, and click-to-run versus MSI; check configurations using the Microsoft Office Configuration Analyzer Tool (OffCAT)

Preparation resources
Office 365 deployment guide
Configure and deploy Telemetry Dashboard

Provision SharePoint Online site collections (20–25%)
Configure external user sharing
Enable external user sharing globally, enable per site collection, share with external users, and removing external user access using the web UI and Windows PowerShell
Create SharePoint site collection
Set SharePoint Online site collection administrator, set resource quota and warning level, and automatic adjustment of site collection sizes; set storage quota for site collection, and configure name and URL of site collection using the web UI and Windows PowerShell
Plan a collaboration solution
Use Yammer.com versus newsfeeds, coauthoring, Project Online, access files across multiple client devices, migrate files to OneDrive for Business, Excel services, Visio services, App Store, enterprise eDiscovery using the web UI and Windows PowerShell

Preparation resources
Manage external sharing for your SharePoint Online environment
Create or delete a site collection

Configure Exchange Online and Skype for Business Online for end users (25–30%)
Configure additional email addresses for users
Change default/reply to address, bulk add/remove for new domain, manage secondary email aliases, and SIP addresses using the web UI and Windows PowerShell
Create and manage external contacts, resources, and groups
Create and manage resource mailboxes, create shared mailboxes, create external contacts, assign additional email address to contacts, create and manage distribution list and members, and delegate permissions using the web UI and Windows PowerShell
Configure personal archive policies
Enable personal archive for mailboxes, create custom retention policy, create retention tags, apply retention policy to mailboxes, and review and modify default retention policy using the web UI and Windows PowerShell
Configure Skype for Business Online end-user communication settings
Turning off non-archived features for compliance, configure presence, available services, and configure per user external communication using the web UI and Windows PowerShell

Preparation resources
Manage mail contacts
Configure Exchange Online archiving

Plan for Exchange Online and Skype for Business Online (25–30%)
Manage antimalware and anti-spam policies
Release quarantine, configure SPAM confidence level, configure lists, and configure notifications using the web UI and Windows PowerShell
Recommend a mailbox migration strategy
Select the appropriate migration method from Remote move, Staged, Cutover, or IMAP using the web UI and Windows PowerShell
Plan for Exchange Online
Plan client requirements for archive, manage Office 365 Compliance Center, enable Legal hold, configure OWA access, and configure ActiveSync using the web UI and Windows PowerShell
Manage Skype for Business global external communications settings
Enable external access, manage domains, manage Skype consumer connectivity, customize meeting invitations, and disable push notification service using the web UI and Windows PowerShell


QUESTION 1
You are the Microsoft Lync administrator for a company that uses Lync Online.
The company has mandated that employees may use Lync Online to communicate with contacts from approved external domains.
You need to configure Lync Online to allow Lync federation with only three specific domains. You must achieve this goal by using the least amount of administrative effort.
Which two actions should you perform? Each correct answer presents part of the solution.

A. In the Lync admin center, set the External Access option to On except for blocked domains.
B. In the Office 365 admin center, add the three domains to the domain list and set the domain intent for each domain to Lync Online.
C. In the Lync admin center, set the External Access option to Off completely.
D. In the Lync admin center, set the External Access option to On only for allowed domains.
E. In the Lync admin center, configure the Presence Privacy Mode option to display presence information only to the users’ contacts.
F. In the Lync admin center, add the three domains to the Blocked Or Allowed Domains list.

Answer: D,F

Explanation: https:://solveit.openjive.com/post/2014/01/27/Lync-Federation-with-Office-
365Lync-Online
http://technet.microsoft.com/en-us/library/hh852512.aspx
http://technet.microsoft.com/en-us/library/jj205126.aspx


QUESTION 2
Your company is planning to migrate to Microsoft Exchange Online. The company employs 1,000 people, each with a mailbox currently located on Exchange 2010 on-premises. You estimate that it will take a minimum of four weeks to migrate all mailboxes from on-premises Exchange to Exchange Online.
The company has the following migration requirements:
During the migration, do not change the existing Microsoft Outlook profiles and . ost files used by the employees.
Ensure that email messages sent between on-premises mailboxes and online mailboxes during the migration are secure.
Do not send email messages between on-premises mailboxes and online mailboxes over the Internet in plain text.
You need to select the migration strategy that meets the requirements.
Which migration strategy should you use?

A. Cutover migration only
B. IMAP migration only
C. Remote move migration only
D. Staged migration only

Answer: C

Explanation: https:://technet.microsoft.com/en-GB/library/jj863291(v=exchg.150).aspx https:://support.microsoft.com/kb/2798131/en-gb https:://technet.microsoft.com/en-GB/library/dn720476(v=exchg.150).aspx


QUESTION 3
You are the Office 365 administrator for your company.
You have been receiving many unsolicited email messages originating from another country. Many of those messages contain foreign-language content.
You need to configure Microsoft Exchange Online Protection to filter messages based on the language content and IP addresses of the country or region of origin.
Which filters and options should you configure? To answer, drag the appropriate answer choices to the correct targets. Each answer choice may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

Answer:


QUESTION 4
You are the Office 365 administrator for your company. You manage an on-premises Microsoft Exchange Server 2003 environment that has 500 users and an externally-hosted Exchange environment that has 500 users. The hosted Exchange environment does not allow Outlook Anywhere connectivity. You do not have administrative access to all mailboxes in the hosted environment.
You plan to migrate and consolidate both environments into Office 365.
You have the following migration requirements:
Migrate on-premises mailboxes in batches by department.
Migrate email, calendar, and contact items from the on-premises environment. Migrate only email from the hosted environment.
In the table below, identify the migration type that must be used for each environment. Make only one selection in each column. Each correct selection is worth one point.

Answer:


QUESTION 5
You are the Office 365 administrator for your company’s Microsoft Exchange Online environment. The company recently subscribed to the Office 365 Enterprise El plan.
The company wants to filter email messages based on the following criteria:
Reverse DNS lookup Sender open proxy test HELO/EHLO analysis
Analysis of spam confidence level (SCL) ratings on email messages from a specific sender
You need to filter all email messages.
How should you complete the relevant Windows PowerShell script? To answer, select the appropriate command segment from each list in the answer area.

Answer:

 

Click here to view complete Q&A of 70-347 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-347 Training at certkingdom.com

Exam 70-345 Designing and Deploying Microsoft Exchange Server 2016 (beta)

Published: January 8, 2016
Languages: English
Audiences: IT professionals
Technology: Microsoft Exchange Server 2016
Credit toward certification: MCSE

Skills measured
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.

Plan, deploy, manage, and troubleshoot mailbox databases (15–20%)
Plan, deploy, and manage mailbox databases
Plan for database size and storage performance requirements, plan mailbox database capacity and placement, plan archive mailboxes capacity and placement, plan modern public folder capacity and placement, plan for storage architecture (SAN, DAS, RAID, JBOD), plan file system requirements, plan for auto reseed, plan for virtualization requirements and scenarios, validate storage design by running JetStress, create and configure mailbox databases, manage mailbox databases, configure transaction log properties and file placement
Plan, deploy, and manage high-availability solutions for mailbox databases
Identify failure domains; plan a solution that meets SLA requirements around scheduled downtime; plan for software updates and server maintenance; plan for change management; create, configure, and manage Database Availability Groups (DAGs); create, configure, and manage DAG networks; create, configure, and manage proper placement of a file share witness (FSW); create and configure mailbox database copies; create, configure, and manage Azure file share witness (FSW); create, configure, and manage Azure DAG members
Plan, deploy, and manage a site-resilient Database Availability Group (DAG)
Recommend quorum options with given customer requirements; plan, create, and configure cross-site DAG configuration; plan, deploy, and configure Datacenter Activation Coordination (DAC); configure and manage proper placement of an alternate file share witness (FSW); test and perform site recovery
Monitor and troubleshoot mailbox databases
Monitor mailbox database replication and content indexing, troubleshoot mailbox database replication and replay, troubleshoot mailbox database copy activation, troubleshoot mailbox database performance, troubleshoot database failures (e.g., repair, defrag, recover), resolve quorum issues, troubleshoot data center activation
Plan, deploy, and manage backup and recovery solutions for mailbox databases
Plan most appropriate backup solution that meets SLA requirements of recovery point objectives and recovery time objectives; deploy, configure, and manage lagged mailbox database copies; recover an Exchange Server, mailbox database, mailbox, public folder, or mail item; recover the public folder hierarchy; perform a dial tone restore

Plan, deploy, manage, and troubleshoot client access services (15–20%)
Plan, deploy, and manage client access services
Plan namespaces for client connectivity; plan proxy and redirection requirements; plan and deploy certificates; plan and configure authentication (including FBA, Basic, NTLM, and Kerberos); plan, deploy, and configure Autodiscover, Outlook Anywhere, Outlook MAPI over https:, Exchange Web Services, Outlook on the Web, Exchange Admin Center, Exchange ActiveSync, POP3, and IMAP4; plan, deploy, and configure Office Online Servers (OOS); plan, create, and configure Offline Address Book (OAB); plan, create, and configure hierarchical address lists; plan, deploy, and configure address book policies
Plan, deploy, and manage mobility solutions
Plan, deploy, and configure OWA for Devices, Outlook for the Web policies, and mobile device mailbox policies; plan, deploy, and configure Allow Block Quarantine (ABQ); plan, deploy, and configure Office Apps
Plan, deploy, and manage load balancing
Configure namespace load balancing, plan for differences between layer seven and layer four load balancing methods
Monitor and troubleshoot client connectivity
Troubleshoot Outlook Anywhere connectivity, troubleshoot Outlook MAPI over https: connectivity, troubleshoot Exchange Web Services (EWS), troubleshoot Outlook on the Web, troubleshoot POP3 and IMAP4, troubleshoot authentication, troubleshoot Autodiscover, troubleshoot Exchange ActiveSync, troubleshoot proxy and redirection issues
Plan, deploy, and manage a site-resilient client access services solution
Plan site-resilient namespaces, configure site-resilient namespace URLs, perform and test steps for site failover and switchover, plan certificate requirements for site failovers, manage expected client behavior during a failover and switchover

Plan, deploy, manage, and troubleshoot transport services (15–20%)
Plan, deploy, and manage transport services
Plan a solution that meets SLA requirements around message delivery; plan inter-site mail flow; plan inter-org mail flow; plan, deploy, and configure redundancy for intra-site scenarios; plan and configure for SafetyNet; plan and configure for shadow redundancy; plan and configure for redundant MX records; plan, create, and configure TLS transport, Edge transport, Send/Receive connectors, transport rules, accepted domains, email address policies, and Address Rewriting
Troubleshoot and monitor transport services
Interpret message tracking logs and protocol logs; troubleshoot a shared namespace environment; troubleshoot SMTP mail flow; given a failure scenario, predict mail flow and identify how to recover; troubleshoot TLS; troubleshoot the new transport architecture
Plan, deploy, and manage message hygiene
Plan and configure malware filtering, plan and configure connection filtering, plan and configure spam filtering, plan and configure recipient filtering, plan and configure Sender Policy Framework, plan and configure Spam Confidence Level (SCL) thresholds
Plan, deploy, and manage site resilience transport services
Plan, create and configure MX records for failover scenarios; manage resubmission and reroute queues; plan, create, and configure Send/Receive connectors for site resiliency; test and perform steps for transport failover and switchover

Plan, deploy, and manage an Exchange infrastructure, recipients, and security (15–20%)
Plan and configure Active Directory (AD) Domain Services for Exchange and Organizational settings
Plan the number of domain controllers, plan placement of Global Catalog (GC), plan and configure DNS changes required for Exchange, plan for schema changes required for Exchange, prepare AD for Exchange, prepare domains for Exchange, plan and configure Active Directory site topology, plan and configure throttling policies
Create and configure mail-enabled objects
Create and configure mailboxes, create and configure resource mailboxes and scheduling, create and configure shared mailboxes, create and configure mail-enabled users and contacts, create and configure distribution lists, configure moderation, create and configure linked mailboxes, create and configure modern public folders
Manage mail-enabled object permissions
Determine when to use Send-As and Send-On-Behalf permissions, configure mailbox folder permissions, configure mailbox permissions, set up room mailbox delegates, configure auto-mapping, create and configure public folder permissions
Plan, deploy, manage, and troubleshoot Role Based Access Control (RBAC)
Determine appropriate RBAC roles and cmdlets, limit administration using existing role groups, evaluate differences between RBAC and Active Directory split permissions, plan and configure a custom-scoped role group, plan and configure delegated setup, plan and create unscoped top-level roles, troubleshoot RBAC, plan and configure user assignment policies
Plan an appropriate security strategy
Plan and configure BitLocker, plan and configure S/MIME
Plan, deploy, manage, and troubleshoot IRM with Active Directory Rights Management Services (AD RMS) or Azure RMS
Plan and configure Information Rights Management (IRM) in Exchange, create an RMS template, plan and create transport protection rules, plan and create Outlook protection rules, plan and configure journal report decryption, plan and configure IRM for eDiscovery, plan and configure pre-licensing for client access, troubleshoot failed IRM protection

Plan, deploy, and manage compliance, archiving, eDiscovery, and auditing (10–15%)
Plan and configure Data Loss Prevention (DLP) solutions
Plan a DLP solution to meet business requirements, plan and configure pre-built rules, plan and create custom rules, plan and configure custom DLP policies, plan and configure DLP fingerprinting
Plan, configure, and manage Archiving and Message Records Management (MRM)
Plan and configure retention policies; plan, create, and configure custom tags; assign policies to users; plan and configure the Managed Folder Assistant; remove and delete tags; plan and configure online archiving (Office 365); plan and create archive policies; plan and configure in-place archiving
Plan, configure, and perform eDiscovery
Plan and delegate RBAC roles for eDiscovery; enable a legal/litigation hold; perform a query-based InPlace hold; perform multi-mailbox searches in Exchange Administration Center (EAC) and Exchange Management Shell; integrate InPlace federated searches with Microsoft SharePoint Discovery center
Plan, configure, and manage a compliance solution
Plan and configure MailTips; plan, create, configure, and deploy message classifications; plan and configure transport rules to meet specified compliance requirements; plan and configure journaling
Plan, manage, and use mailbox and administrative auditing
Plan and configure mailbox audit logging, plan and configure administrative audit logging, search and interpret all audit logs

Implement and manage coexistence, hybrid scenarios, migration, and federation (10–15%)
Plan, deploy, and troubleshoot coexistence with Office 365 (Exchange Online)
Plan, deploy, and manage hybrid configuration; evaluate limitations of the Hybrid Configuration Wizard; plan and manage hybrid deployment OAuth-based authentication; plan and configure certificate and firewall requirements for Exchange Hybrid setup; troubleshoot transport with Exchange Online; troubleshoot client access with Exchange Online; troubleshoot directory synchronization
Plan, deploy, manage, and troubleshoot Exchange federation
Plan, create, and manage federation trusts with Microsoft federation gateways; manage sharing policies; manage organization relationships; plan and create certificate and firewall requirements for federation; troubleshoot Exchange federation trust and organization relationships; troubleshoot cross-forest availability
Plan, deploy, and troubleshoot on-premises coexistence with earlier supported versions of Exchange
Plan, create, and configure namespaces for coexistence; plan and configure proxy redirect; plan firewall configuration for coexistence; plan and configure for mail flow requirements; plan for mailbox migrations; troubleshoot transport in coexistence; troubleshoot client access in coexistence
Migrate from earlier supported versions of Exchange
Determine transition paths to Exchange, migrate to modern public folders, migrate mailboxes, plan for discontinued features, transition and decommission servers, troubleshoot Mailbox Replication Services

Who should take this exam?
This exam is designed for candidates who have a minimum of three years of experience designing and managing Exchange Server and who are responsible for the Exchange Server 2016 messaging environment in an enterprise environment. They are IT consultants or senior administrators who act as the technical lead over a team of administrators. Candidates should be familiar with the requirements for integrating Microsoft Exchange Server with Skype for Business and Office 365.

Click here to view complete Q&A of 70-345 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-345 Training at certkingdom.com

Exam 70-337 Enterprise Voice & Online Services with Microsoft Lync Server 2013

Published: November 6, 2012
Languages: English, Japanese
Audiences: IT professionals
Technology: Microsoft Lync Server 2013
Credit toward certification: MCP, MCSE

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.

Design Enterprise Voice (27%)
Design Enterprise Voice topology
Design mediation server collocation or placement, gateways, trunks, voice resiliency, mediation server dependencies, and voice usage and traffic
Design call routing
Design dial plans, routes, normalization, voice policies, basic emergency dialing and notification, and PSTN usages
Design voice interoperability to PSTN
Define SIP trunk capacity requirements; design multiple media gateway support, trunk configuration; define outbound translation rules, inbound dial plan; qualify technology options from UCOIP
Design voice applications
Design call park, response group delegation model, response group workflows; determine correct usage of private line and vacant number announcements
Design unified messaging
Design UM dial plans, normalization rules, UM auto-attendant, subscriber access, UM outbound dialing, and UM placement and capacity

Preparation resources
Planning for Enterprise Voice
Enterprise Voice and Online Services with Lync Server 2013: (03) Designing Exchange Server 2013 unified messaging integration
Guidelines for integrating on-premises unified messaging and Lync Server 2013

Design and configure network services (26%)
Design for network optimization
Assess network requirements; plan for optimal conferencing traffic, capacity, Edge placement, QOS support; estimate network usage
Plan network services for Lync
Plan Location Information Services (LIS), Call Admission Control (CAC) for voice, Call Admission Control (CAC) for video; define port requirements for internal and external services; plan for Media Bypass
Configure network services for Lync
Configure Location Information Services (LIS), Call Admission Control (CAC) for voice, Call Admission Control (CAC) for video, DHCP for phone edition, QOS, and media bypass

Preparation resources

Network infrastructure requirements
Network planning for Lync Server
Enterprise Voice and Online Services with Lync Server 2013: (07a) Networking, Part 1

Configure Enterprise Voice (26%)
Configure voice applications
Configure call park, Response Group workflows, Response Group queues, private line, and vacant number announcements
Configure call routing
Configure dial plans, routes, trunks; apply voice policies, PSTN usages, and emergency dialing
Configure unified messaging for Lync
Configure UM dial plans, the normalization rules, UM auto-attendant, subscriber access, and call answering rules

Preparation resources
Deploying Enterprise Voice
Microsoft Lync Server 2013 dial plan and voice routing deep dive
Enterprise Voice and Online Services with Lync Server 2013: (02) Configuring basic Enterprise Voice functionality

Plan and configure a Lync Online hybrid solution (21%)
Plan Lync Online hybrid solution
Plan for Lync Online hybrid dependencies, SIP namespace, corporate access to Lync Online, and capacity (network and Lync Online service); configure Edge server for federation with Lync Online; analyze business and user requirements
Migrate to Lync Online
Configure clients for Lync Online; enable or move users to Lync Online; create a hybrid voice dial plan; migrate user settings to Lync Online; administer Lync Online native and Lync Online hybrid
Diagnose connectivity in a Lync Online hybrid environment
Confirm DNS records; choose test CMDLETs; analyze signaling and media call flow; validate connectivity; use Microsoft Online Services Diagnostics and Logging Support Toolkit
Administer online UM
Configure DNS Records; configure Edge Server for integration; create and configure UM dial plan; manage and assign Hosted Voice Mail policies; enable users for Hosted Voice Mail; create Contact Objects for Hosted Voice Mail

Preparation resources
Planning for Lync Server 2013 hybrid deployments
Move users to Lync Online

Preparation options

In this episode of Prep tips from certification experts, James Seymour, Certification Planner, and Aaron Steele, Microsoft Consulting Services, discuss the relevancy of the skills being measured on Exam 337

Self-paced training
Enterprise Voice and Online Services with Lync Server 2013 Jump Start

View this two-day, demo-rich Jump Start aimed at helping IT pros design and configure Enterprise Voice and Online Services in Microsoft Lync Server 2013. Brian Ricks, Unified Communications Architect from BriComp, and Microsoft Principal Writer Rui Maximo provide a fast-paced and engaging learning experience packed with a variety of scenario-based demos focused on configuring and managing a Lync Server 2013 on premises, in the cloud or in a mixed deployment. Additionally, this course follows the criteria for Exam 70-337 and provides accelerated preparation for this important exam in the MCSE: Communication track.
From the community

Who should take this exam?
Candidates for this exam are IT consultants and telecommunications consulting professionals who design, plan, deploy, and maintain solutions for unified communications (UC). Candidates should be able to translate business requirements into technical architecture and design for a UC solution.

Candidates should have a minimum of two years of experience with Microsoft Lync technologies and be familiar with supported migration scenarios. Candidates should be proficient in deploying Lync Server 2013 solutions for end users, endpoint devices, telephony, audio/video and web conferences, security, and high availability. Candidates should also know how to monitor and troubleshoot Lync Server 2013 using Microsoft tools.

In addition, candidates should be proficient with Active Directory Domain Services, data networks, and telecommunications standards and components that support the configuration of Lync Server 2013. Candidates should be familiar with the requirements for integrating Lync Server 2013 with Microsoft Exchange Server and Office 365.

QUESTION 1
You need to configure the Lync Server 2013 infrastructure to meet the technical requirements for E911.
You create the network and subnets for each office.
Which three tasks should you perform next? (Each correct answer presents part of the solution. Choose three.)

A. Create a client policy.
B. Configure the location database
C. Create location policies.
D. Create a response group.
E. Create a voice route.
F. Create a normalization rule.

Answer: B,C,E


QUESTION 2
You are evaluating the planned changes for the contractors.
You need ensure that the contractors can access Outlook Voice Access and receive voice mails from callers.
Which cmdlet should you run?

A. New-CsExUmContact
B. New-CsSipDomain
C. New-CsVoicemailReroutingConfiguration
D. New-CsSipProxyCustom

Answer: A

Explanation:
http://technet.microsoft.com/en-us/library/gg398139.aspx


QUESTION 3
You need to recommend a solution to meet the security requirement.
What should you include in the recommendation?

A. An outbound translation rule
B. A response group
C. A voice policy
D. A private phone line

Answer: A

Explanation:
http://tsoorad.blogspot.com/2012/10/lync-2013-calling-party-number.html


QUESTION 4
You decommission the legacy PBX in the Singapore office. You configure all users in the Singapore office to route calls through their local Lync Server 2013 servers.
You need to identify the tasks that must be performed in each office to ensure that calls from Singapore meet the business requirements and the technical requirements.
Which task should you identify for each requirement?
To answer, drag the appropriate actions to the correct requirements in the answer area. Each action may be used once, more than once, or not at all. Additionally, you may need to drag the split bar between panes or scroll to view content.

Answer:


QUESTION 5
You need to prepare the Enterprise Voice infrastructure for E911.
Which two cmdlets should you run? (Each correct answer presents part of the solution. Choose two.)

A. Set-CsPstnUsage
B. Enable-CSPublicProvider
C. Set-CsVoiceConfiguration
D. New-CsVoiceRoute
E. New-CsVoiceRoutingPolicy

Answer: A,D

Explanation:
https:://technet.microsoft.com/en-us/library/gg398496.aspx

 

Click here to view complete Q&A of 70-337 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-337 Training at certkingdom.com

Exam 70-334 Core Solutions of Microsoft Skype for Business 2015 (beta)

Exam 70-334 Core Solutions of Microsoft Skype for Business 2015 (beta)

Published: July 31, 2015
Languages: English
Audiences: IT professionals
Technology: Skype for Business
Credit toward certification: MCSE

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.

Plan and design Skype for Business (30-35%)
Plan Skype for Business site topology
Evaluate user distribution for central and branch site design; associate workloads to business requirements; analyze business requirements and capacity requirements; plan Skype for Business architecture; analyze and design Skype for Business SIP domains including shared SIP namespaces(Split Domain); plan for Skype for Business Online dependencies
Plan Skype for Business Server support infrastructure
Define certificate requirements for internal servers; analyze and design load balancing, plan for DNS, SQL, AD DS, and file store; assess network requirements including ExpressRoute; plan for optimal conferencing traffic, capacity, and QoS support; estimate network usage and capacity including internal network and Skype for Business Online service requirements
Plan Skype for Business Servers
Define server roles; analyze hardware requirements; determine storage requirements for archiving and monitoring; determine operating system version requirements; determine operating system dependencies; define virtualization requirements
Design a Skype for Business Server high availability/disaster recovery (HA/DR) solution
Design a strategy for central and branch office scenarios, resiliency, SQL mirroring, SQL AlwaysOn Failover Clustering Instances and SQL AlwaysOn Availability Groups, Persistent Chat, load balancing, and Geo DNS; define failover scenarios
Design conferencing
Design dial-in conferencing including conference access numbers and conferencing regions, conferencing lifecycle, conferencing policies, video interoperability server (VIS), Office Online Server (OOS), and Skype Meeting Broadcast
Design Skype for Business remote and external access using Edge Services
Design federation including Skype consumer connectivity, Skype for Business Online, and XMPP; design for mobility; design for directors; design for remote user access; define certificate requirements for remote servers; analyze and design firewall requirements, load balancing, DNS, and reverse proxy, split tunneling strategies
Plan for Skype for Business clients and user experiences
Plan contact list management, client version control, privacy, Address Book web search/download, Skype for Business mobility, client authentication options, Skype for Business users for VDI, and corporate access to Skype for Business Online; design for client UI experience; plan for Skype for Business room system
Plan migration and upgrade from previous versions
Plan the migration sequence; plan for in-place upgrade; decommission old servers; monitoring and archiving server roles; plan for co-existence with previous server versions; upgrade from mirroring to AlwaysOn

Deploy and configure Skype for Business (30-35%)
Configure and publish topology
Create Skype for Business roles; create gateways and trunks; add/remove server features; deploy Edge Server; deploy SQL HA options, create Office Online Server
Configure conferencing
Create PIN policy, regions and conference dial-in access numbers, meeting configuration, conference policies, mediation server co-location, and trunks and gateways; configure Skype Meeting Broadcast
Configure Skype for Business remote and external access
Configure federation, including Skype consumer connectivity, Skype for Business Online, and XMPP; configure mobility policies and remote user access policies; configure load balancing, DNS, and reverse proxy
Deploy and configure clients
Configure Skype for Business client features, client policies, and client security options; deploy Skype for Business users for VDI; deploy Skype for Business room system
Migrate and upgrade from previous versions and/or Skype for Business Online
Consolidate servers to a supported single version; move users; migrate Response Groups or LIS; move CMS or File Share Data; transition to SQL AlwaysOn; perform in-place upgrade; configure clients for Skype for Business Online; enable or move users to Skype for Business Online; migrate user settings; migrate to Skype for Business Online
Configure HA/DR
Configure pool pairing, configure Geo DNS for site failover, configure SQL HA
Deploy and configure monitoring and archiving services
Deploy monitoring reports; configure CDR and Quality of Experience; configure archiving storage; configure archiving and eDiscovery with Exchange including Exchange Online, archiving policies, Media Quality Dashboard (MQD), and server-side conversation history
Deploy and configure Persistent Chat servers
Implement chat history, room management URLs, HA and DR, user policies, room design, and ethical boundaries

Manage and troubleshoot Skype for Business (30-35%)
Manage and troubleshoot conferencing and application sharing
Manage and troubleshoot Conferencing Auto Attendant (CAA), Conference Announcement Service (CAS), contact objects, and conference directories; troubleshoot web scheduler, multipoint control unit (MCU) health, simple URLs (join launcher), UC add-in for Microsoft Outlook; manage and troubleshoot multi-party video, server resources, media relay, and third-party interop; troubleshoot Microsoft PowerPoint presentation connections, Office Web App server configurations, and dataproxy; troubleshoot Skype Meeting Broadcast.
Manage and troubleshoot sign-in, presence, and client configuration
Manage and troubleshoot DNS, certificates, registration, network connectivity including ExpressRoute, authentication, and auto-discover; manage and troubleshoot aggregation (OOF, calendar, machine, and user), enhanced privacy, subscriptions, contact list, and privacy relationship; manage and troubleshoot file transfer, policy assignment, URL filtering, client version filtering, GPO, and Skype for Business Online
Manage and troubleshoot federation and remote access
Manage and troubleshoot federation, including Skype consumer connectivity, XMPP, and Skype for Business Online federation types (open, direct, and enhanced), federation policy, and legacy interop; troubleshoot mobile auto-discover issues, mobile device usage issues, mobile callback feature, push notification, call establishment, and mobile conference data
Manage and troubleshoot Address Book
Configure Address Book; troubleshoot normalization, local versus web lookup, internal file download, external file download, Address Book generation, and contact merge
Manage and troubleshoot high availability and resiliency
Manage and troubleshoot the backup service, server storage replication, and file share replication by using DFS; manage single server failure (Skype for Business, SQL); manage data center failure, including CMS and branch survivability; backup and restore application service data; manage filestore data and contacts; maintain and recover Skype for Business topology; recover CMS
Identify issues by using troubleshooting tools
Interpret Skype for Business monitoring reports, and identify potential issues; configure synthetic transactions; test connectivity with PowerShell Test cmdlets; configure core reliability and media quality monitoring; verify service health and CMS replication; recover from failed server build; analyze event viewer; enable Best Practice Analyzer; verify name resolution; identify issues using CLSlogging Scenarios; use Snooper for log analysis; identify issues using a network packet analyzer, CLS Logger, Event Viewer, and Performance Monitor; analyze signaling and media call flow for Skype for Business for online users; validate connectivity for online users; use Microsoft Online Services Diagnostics and Logging Support Toolkit
Manage and troubleshoot topology and dependent infrastructure
Enable or move Skype for Business users; configure role-based access control (RBAC); manage and troubleshoot DNS; manage RGS delegated administration; troubleshoot database synchronization issues, including SQL HA and LYSS replication, topology replication, IIS, user placement, and RBAC rights assignment; troubleshoot certificates
Manage and troubleshoot Persistent Chat servers
Manage categories, scope, chat rooms, room access, compliance, and add-ins

Preparation options
Instructor-led training
From the community

Who should take this exam?
Candidates for this exam are IT consultants and telecommunications consulting professionals who design, plan, deploy, and maintain solutions for unified communications (UC). Candidates should be able to translate business requirements into technical architecture and design for a UC solution. Candidates should have a minimum of two years of experience with Skype for Business technologies and should be familiar with supported migration scenarios. Candidates should be proficient in deploying Skype for Business solutions for end users, endpoint devices, telephony, audio/video and web conferences, security, and high availability. Candidates should also know how to monitor and troubleshoot Skype for Business using Microsoft tools. In addition, candidates should be proficient with Active Directory Domain Services, data networks, and telecommunications standards and components that support the configuration of Skype for Business. Candidates should be familiar with the requirements for integrating Skype for Business with Microsoft Exchange Server and Office 365.

 

Click here to view complete Q&A of 70-334 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-334 Training at certkingdom.com

 

Exam 70-333 Deploying Enterprise Voice with Skype for Business 2015 (beta)

Published: July 31, 2015
Languages: English
Audiences: IT professionals
Technology: Skype for Business
Credit toward certification: MCSE

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.

Plan and design Skype for Business with Enterprise Voice (30-35%)
Design Enterprise Voice topology
Design mediation server collocation or placement, gateways, trunks, voice resiliency, mediation server dependencies, voice usage and traffic, DNS, and phone configuration
Design call routing and Public Switched Telephone Network (PSTN) connectivity
Design dial plans, routes, including location-based routing, normalization, voice policies, basic emergency dialing and notification, PSTN usage, and trunk configuration; design for call via work; define SIP trunk capacity requirements; design multiple media gateway support, trunk configuration; define outbound translation rules, inbound dial plan; qualify technology options from UCOIP
Design voice applications
Design call park, Response Group, delegation model, Response Group workflows; design private line and vacant number announcements
Design unified messaging (UM)
Design UM dial plans, normalization rules, UM auto-attendant, subscriber access, UM outbound dialing, and UM placement and capacity for on-premises and online
Plan for network readiness and optimization
Assess network requirements including Multiprotocol Label Switching (MPLS), virtual private network (VPN), multiple MPLS providers including ExpressRoute providers, asymmetric links, point-to-point wireless, internal NAT, TCP vs. UDP, and signaling vs. media traffic; plan for optimal conferencing traffic, capacity, Edge placement, assess QoS readiness including traffic policing and traffic shaping impact on RTC, DSCP, port based, scavenger class, best effort traffic class, and separate/converged networks; estimate network usage; analyze media scenarios for conference, peer-to-peer, PSTN, and capture traces for max jitter, average jitter, peak consecutive packet loss, average packet loss, and one-way network delay
Design network services for Enterprise Voice
Design Location Information Services (LIS) and Call Admission Control (CAC); plan for Media Bypass; design for QoS including port requirements for internal and external services; design and forecast network needs for sizing ExpressRoute
Model and analyze Skype for Business traffic per site
Predict and calculate service needs and growth, compare how different personas impact network requirements, and calibrate usage models based on customer usage and business requirements, including web, audio and video conferencing, PSTN, and peer-to peer calls; adjust business requirements, adjust network components (topology, capacity), and limit traffic volume or modify solution design; calculate traffic volume by using the Skype for Business bandwidth calculator for branch traffic, central site traffic, and remote user traffic
Analyze policies and historical data network usage
Analyze Service Level Agreements (SLAs) on network infrastructure, analyze impact of security policies, including firewalls, VPN tunnels, remote access, Direct Access, NAT, and Private VLANs, and assess appropriateness of current QoS policies for Skype for Business, average usage, peak usage, average drop, and peak packet loss; analyze historical call quality data; analyze bandwidth requirements for Skype for Business Online
Plan and analyze simulation traffic results, and make recommendations
Design site traffic generator endpoint placement/location, design site traffic generator transaction path, and design site traffic generator transaction volume per path; interpret baseline network characteristics and any variations, analyze simulation results in the context of a network (topology, QoS); recommend network reconfigurations, recommend modifications for QoS approach, and explain impact of observed network characteristics, including latency, packet loss, jitter, and bandwidth usage

Deploy and configure Enterprise Voice (30-35%)
Configure network services for Enterprise Voice
Configure Location Information Services (LIS), Call Admission Control (CAC) for voice, Call Admission Control (CAC) for video, DHCP for phone edition, QOS, and media bypass; configure ExpressRoute for Office 365
Configure voice applications
Configure call park, Response Group workflows, Response Group queues, private line, and vacant number announcements, configure delegation; configure and enable PSTN Conferencing with ACP, Cloud PBX, PSTN Calling, Hybrid Voice infrastructure; port phone numbers to Microsoft as the carrier; configure users with cloud phone numbers
Configure call routing
Configure dial plans, routes, and trunks; apply voice policies, PSTN usages, and emergency dialing; call via work
Configure unified messaging (UM) for Skype for Business and Cloud Voicemail
Configure UM dial plans, the normalization rules, UM auto-attendant, subscriber access, and call answering rules; configure DNS records; configure Edge Server for integration with Office 365; manage and assign Hosted Voice Mail policies; enable users for Hosted Voice Mail; create Contact Objects for Hosted Voice Mail; configure Skype for Business Online Enterprise Voice users to have Cloud Voicemail
Configure Enterprise Voice client features
Configure delegation, simultaneous ring, team calling, and group call pickup, shared line appearance, call via work

Manage and troubleshoot Enterprise Voice (30-35%)
Troubleshoot call setup and teardown
Troubleshoot Skype for Business Server and Skype for Business Online internal phone calls (PC to PC), external phone calls (PC to Public Switched Telephone Network [PSTN]), inbound and outbound routing, network configuration, and internal and external clients; call via work
Troubleshoot Enterprise Voice quality issues
Analyze Call Detail Recording/ Quality of Experience (CDR/QOE) logs, analyze call flow by using Snooper, analyze call data quality using call quality methodology (CQM), troubleshoot third-party devices, QOS, and network bandwidth; analyze rate my call results; analyze and troubleshoot issues with Skype for Business Online Enterprise Voice users
Troubleshoot Enterprise Voice configuration
Analyze dial plans (normalization, translation), analyze session management (trunk routing); analyze policies, routes, and usages; troubleshoot external connectivity (gateways, SBA, PBX, SBC, PSTN) and media bypass; call admission control (CAC); call via work; troubleshoot delegation, simultaneous ring, team calling, and group call pickup; number porting
Troubleshoot and analyze Enterprise Voice applications
Troubleshoot call park, Response Groups, unassigned numbers, Exchange voicemail, and LIS and emergency calling implementation
Troubleshoot universal communications (UC) devices and peripherals
Troubleshoot device update issues, device connectivity issues (LPE + 3PIP), PIN authentication issues, peripherals, and VDI plug-in device pairing
Monitor and manage Skype for Business
Monitor call quality dashboard, monitoring server reports, QoE, synthetic transactions, and server health; monitor Rate My Call results

Who should take this exam?
Candidates for this exam are IT consultants and telecommunications consulting professionals who design, plan, deploy, and maintain solutions for unified communications (UC). Candidates should be able to translate business requirements into technical architecture and design for a UC solution. Candidates should have a minimum of two years of experience with Skype for Business technologies and be familiar with supported migration scenarios. Candidates should be proficient in deploying Skype for Business Server and Skype for Business Online solutions for end users, endpoint devices, telephony, audio/video and web conferences, security, and high availability. Candidates should also know how to monitor and troubleshoot Skype for Business using Microsoft tools. In addition, candidates should be proficient with Active Directory Domain Services, data networks, and telecommunications standards and components that support the configuration of Skype for Business. Candidates should be familiar with the requirements for integrating Skype for Business with Microsoft Exchange Server and Office 365.

Click here to view complete Q&A of 70-333 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-333 Training at certkingdom.com

Exam 70-247 Configuring and Deploying a Private Cloud with System Center 2012

Published: April 7, 2014
Languages: English, Japanese
Audiences: IT professionals
Technology: Microsoft System Center 2012 and Microsoft System Center 2012 R2
Credit toward certification: MCP, MCSE

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.

Design and deploy System Center (15–20%)
Design a scalable System Center architecture
Planning for capacity, high availability, scalability, business continuity, delegation, and disaster recovery; assess the current datacenter environment; identify the appropriate System Center components for the private cloud implementation
Install the System Center Infrastructure
Install prerequisites required for System Center; install System Center components
Upgrade System Center components
In-place upgrade, side-by-side migration

Preparation resources
Infrastructure planning and design guides for System Center
Upgrade to System Center 2012
Preparing a target computer for System Center 2012 components

Configure System Center infrastructure (20–25%)
Configure System Center components
Configure Data Protection Manager (DPM) storage pools; configure DPM site-to-site replication; configure System Center agents; configure System Center Management Groups; configure System Center data retention; configure Orchestrator watcher nodes; configure Public Key Infrastructure (PKI) for System Center; configure user roles, Run-As accounts, Run-As profiles; configure Service Manager database; configure Operations Manager Gateway
Configure portals and dashboards
App Controller portal; Service Manager self-service portal; Operations Manager dashboards including Application Monitoring dashboards

Preparation resources
Automate private cloud protection and recovery with Microsoft System Center 2012 – Data Protection Manager
Self-service portal deployment scenarios for System Center 2012 – Service Manager
How to install the VMM self-service portal

Configure the fabric (25–30%)
Configure the storage fabric
Classification and pools; providers; arrays; File server cluster; storage pools; file shares
Configure the network fabric
Logical networks; VM networks; IP/MAC resource pools; VIP templates; load balancing; logical switches; network isolation, including network virtualization with Windows Server Gateway; private VLANs and VLANs
Configure and manage the deployment and update servers
Integrate a Windows Server Update Services (WSUS) server into the Virtual Machine Manager fabric; configure and manage a library server; integrate Windows Deployment Services (WDS)/PXE into the Virtual Machine Manager fabric, including virtualization hosts deployment using Windows Deployment Services (WDS)
Configure clouds and virtualization hosts
Clouds and host groups; configure and deploy virtualization hosts

Preparation resources
Configuring Fabric Resources in VMM
Managing your Fabric with System Center Virtual Machine Manager 2012
Workloads: Monitoring the Microsoft Private Cloud Fabric with Microsoft System Center 2012 SP1 – Operations Manager

Configure System Center integration (15–20%)
Configure private cloud integration
Configure Operations Manager connectors; Orchestrator integration packs; Service Manager connectors; SharePoint integration; Configure IP Address Management (IPAM) server integration, configure AppController
Configure integration of private and public clouds
Configure Service Provider Framework (SPF), configure Microsoft Azure Pack for Windows Server

Preparation resources
Integration packs for System Center 2012 – Orchestrator
Creating profiles and templates in VMM
System Center 2012 integration guide

Configure and deploy virtual machines and services (15–20%)
Configure profiles
Configure physical computer profiles, guest operating system profiles, hardware profiles, SQL server profiles, application profiles, capability profiles
Create and configure server App-V packages
Sequence an application, configure App-V package settings; configure and deploy a server App-V agent
Configure and deploy a service
Import and export templates; configure VM templates; configure service templates; deploy a SQL DAC package; deploy a web deploy package; deploy a Server App-V package; create and configure pre-install post-install, and First VM When Created scripts
Update a service
Apply updates to existing VMs (in-place); deploy new VMs with updated settings; update/replace the operating system; update/replace apps; update/replace SQL; scale out service tiers

Preparation resources
Configuring profiles and templates
Server App-V, sequencing and deploying datacenter apps

QUESTION 1
You need to recommend a deployment topology for the PKI. The deployment topology must meet the cloud requirements.
What should you recommend? (More than one answer choice may achieve the goal. Select the BEST answer.)

A. An online enterprise root certification authority (CA) only
B. An online standalone root certification authority (CA) only
C. An offline root certification authority (CA) and an online enterprise subordinate CA
D. An offline root certification authority (CA) and an online standalone subordinate CA

Answer: C


QUESTION 2
You need to recommend a solution for the management packs. The solution must meet the cloud requirements.
What should you recommend? (More than one answer choice may achieve the goal. Select the BEST answer.)

A. Export the management packs, and then modify the settings of the management packs. Seal the management packs, and then import the management packs.
B. Export the management packs, modify the settings of the management packs, and then import the unsealed management packs.
C. Unseal the management packs, and then modify the settings of the management packs.
D. Create a new management pack that contains overrides.

Answer: B


QUESTION 3
You need to recommend a solution to meet the requirements for App2.
What should you include in the recommendation?

A. Active Directory Rights Management Services (AD RMS)
B. Active Directory Federation Services (AD FS)
C. Windows Azure Active Directory Rights Management Services
D. Microsoft Forefront Identity Manager (FIM) 2010 R2

Answer: B


QUESTION 4
You need to recommend the configuration settings for the SQL Server instance that will host the App Controller database. The solution must support the planned changes.
What should you include in the recommendation?

A. Change the database collation.
B. Enable case sensitivity.
C. Disable full-text search.
D. Install the SQL Server Reporting Services (SSRS).

Answer: A

Explanation: To support Simplified Chinese change MS SQL Collation https:://msdn.microsoft.com/en-us/library/ms144250(v=sql.105).aspx


QUESTION 5
You need to identify which components must be created to meet the App1 deployment requirements.
Which components should you identify?

A. A service template and a service request template
B. A guest operating system profile and a virtual IP (VIP) template
C. A guest operating system profile and a service request template
D. A service template and a virtual IP (VIP) template

Answer: C

 

Click here to view complete Q&A of 70-247 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-247 Training at certkingdom.com

Exam 70-246 Monitoring and Operating a Private Cloud with System Center 2012

Published: April 7, 2014
Languages: English, Chinese (Simplified), French, German, Japanese, Portuguese (Brazil)
Audiences: IT professionals
Technology: Microsoft System Center 2012 and Microsoft System Center 2012 R2
Credit toward certification: MCP, MCS

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.

Configure data center process automation (15–20%)
Implement workflows
Implement SCO Runbook automation; automate remediation of incidents including resolution of System Center Virtual Machine-based incidents; design and build end-to-end automation incorporating System Center 2012 technologies; implement change control and problem resolution workflows
Implement service offerings
Add a new service offering to the service catalog; create a custom workflow using the Service Manager console; reference Orchestrator workflows in Service Manager; implement self-service provisioning of virtual machines

Preparation resources

Workflows: Customizing and authoring
How to create a service offering
Microsoft System Center 2012: Service delivery and automation

Deploy resource monitoring (20–25%)
Deploy end-to-end monitoring
Deploy agents; discover and deploy network device monitoring; import and configure management packs; deploy and configure monitoring of a heterogeneous virtualization infrastructure
Configure end-to-end monitoring
Configure overrides; create synthetic transactions; configure Outside-In monitoring; configure application performance monitoring (APM); create distributed application models; integrate the monitoring infrastructure with Global Service Monitor (GSM)
Create monitoring reports and dashboards
Implement service-level tracking; implement reports including chargeback reports and System Center Manager data warehouse reports; implement dashboards

Preparation resources
Private cloud demo extravaganza 12: Enabling application performance monitoring with System Center 2012
Microsoft System Center Operations Manager 2012: Network monitoring, Part 3
Creating a service level dashboard

Monitor resources (20–25%)
Monitor network devices
Analyze network device health; manage Operations Manager alerts; manage notifications
Monitor servers
Monitor the Operating System Environment (OSE); manage System Center Operations Manager alerts including automating resolution of alerts; manage notifications; implement and manage rules and monitors in Operations Manager; configure Audit Collection Services including Dynamic Access Control integration
Monitor the virtualization layer
Monitor host and guest performance; monitor virtual applications; manage Operations Manager alerts; manage notifications
Monitor application health
Application Performance Management (APM); synthetic transactions; manage Operations Manager alerts including automating resolution of alerts; manage notifications; distributed applications

Preparation resources

Operations Manager monitoring scenarios
Workloads: Monitoring the Microsoft private cloud fabric with Microsoft System Center 2012 SP1 Operations Manager
Microsoft Virtual Academy: Monitor and operate applications with System Center 2012 SP1 – Part 2

Configure and maintain service management (15–20%)
Implement service level management
Define service level objectives (SLOs) and service level agreements (SLAs); implement SLA management and escalation; maintain SLAs (including planning for future growth); analyze SLAs (reporting)
Manage problems and incidents
Customize problem management, link incidents to problems, and resolve problems; raise, assign, and resolve incidents; perform root cause analysis/diagnosis; integrate problem and incident resolution with change management; create and manage a knowledge base
Manage cloud resources
Deploy new applications to private and public clouds; deploy VM/service (applications, SQL, roles); deploy multi-tier applications by using service templates; manage applications in private and public clouds; manage VM hardware (CPUs, Dynamic memory); manage self service

Preparation resources
Configuring service level management in System Center 2012 – Service Manager
Managing incidents and problems in System Center 2012 – Service Manager
Cloud resource management with System Center 2012 Service Pack 1 (SP1) – Orchestrator and Service Provider Foundation

Manage configuration and protection (20–25%)
Manage compliance and configuration
Implement security and compliance (includes IT GRC process management pack); analyze and remediate configuration compliance; analyze data in System Center Advisor; implement configuration compliance by using System Center 2012 Configuration Manager Desired Configuration Management (DCM); implement update baseline in System Center 2012 Virtual Machine Manager
Manage updates
Update machine roles in a service template; manage and update applications across multiple clouds; manage software updates to System Center Virtual Machine Manager infrastructure, virtual machines, and VM images; deploy patches by using System Center 2012 Configuration Manager; deploy patches by using Windows Server Update Services (WSUS)
Implement backup and recovery
Back up/recover product settings; back up/recover the cloud infrastructure; manage backups (protection groups, storage) by using Data Protection Manager (DPM); implement business continuity for the cloud; manage checkpoints; integrate DPM with Microsoft Azure Online Backup

Preparation resources
Private cloud demo extravaganza 5: Standardized service updating with System Center 2012
Streamlining offsite protection of data


QUESTION 1
You work in the Cloud Services department at ABC.com. The company has a private cloud
hosted on a System Center 2012 infrastructure.
The infrastructure includes a System Center 2012 – Configuration Manager site server and a
System Center 2012 – Service Manager management server. The two System Center
components are installed on separate servers.
A baseline named Corp-Servers contains several configuration items.
You want to configure incident management to automatically generate desired configuration
management–based incidents for each Service Manager configuration item that is reported as
noncompliant against the values defined in the baseline.
You configure a connector to import information into Service Manager.
What should you do next?

A. You should create a Desired Configuration Management Event Workflow.
B. You should create a Task.
C. You should create a Subscription.
D. You should create a Channel.

Answer: A

Explanation:


QUESTION 2
Your role of Systems Administrator at ABC.com includes the management of the company’s
private cloud. The company has a System Center 2012 infrastructure that includes the following
servers:
ABC-SRV1 runs System Center 2012 – Configuration Manager (SCCM).
ABC-SRV2 runs System Center 2012 – Service Manager (SCSM).
ABC-SRV3 runs System Center 2012 – Operations Manager (SCOM).
ABC-SRV4 runs System Center 2012 – Virtual Machine Manager (SCVMM).
The private cloud hosts a virtual desktop infrastructure (VDI) that consists of 100 virtual machines
(VMs) running Windows 7 Enterprise.
A corporate custom application is deployed to each Windows 7 VM. The vendor of the application
releases an important security update for the application.
You need to ensure that all Windows 7 VMs have the new version of the application installed.
How can you check that each VM has the new version of the application?

A. By using a Desired Configuration Management baseline deployed from ABC-SRV1.
B. By using a connector to import information from ABC-SRV4 to ABC-SRV2.
C. By using a software monitor configured on ABC-SRV3.
D. By using a VM template deployed from ABC-SRV4.

Answer: A

Explanation:


QUESTION 3
Your role of Systems Administrator at ABC.com includes the management of the company’s
private cloud. The private cloud is hosted on an internal System Center 2012 infrastructure.
The network includes servers that run Windows Server 2008 R2 Hyper-V and are managed by
servers running System Center 2012 – Virtual Machine Manager (VMM).
You install a Windows Server 2008 R2 server named ABC-DPM1. You install System Center
2012 – Data Protection Manager (DPM) on ABC-DPM1.
ABC-DPM1 will be used to back up the Hyper-V servers.
You need to configure the environment to enable ABC-DPM1 to perform file level restores of the
virtual machines (VMs) running on the Hyper-V servers.
What should you install first?

A. You should install the Data Protection Manager (DPM) role on the Hyper-V servers.
B. You should install the Hyper-V role on the Data Protection Manager (DPM) server.
C. You should install the Windows Server Backup role on the VMs.
D. You should install the Data Protection Manager (DPM) role on the VMM server.

Answer: B

Explanation:


QUESTION 4
You work as a Network Administrator at ABC.com. The network includes a System Center 2012
infrastructure.
A private cloud is hosted on Windows Server 2008 R2 Hyper-V servers and managed by System
Center 2012.
The Hyper-V servers are backed up by servers running System Center 2012 – Data Protection
Manager (DPM).
The DPM servers store backups on local Direct Attached Storage disks. You need to increase the
disk storage capacity on a DPM server.
After adding physical hard disks to the DPM server, you open the DPM Administrator Console,
click Management on the navigation bar and then click the Disks tab.
Which option should you select in the Actions Pane in the DPM Administrator Console?

A. Rescan.
B. Add.
C. Connect.
D. Disk Allocation.

Answer: B

Explanation:


QUESTION 5
Your role of Systems Administrator at ABC.com includes the management of the company’s
private cloud. The private cloud is hosted on an internal System Center 2012 infrastructure.
The network includes servers that run Windows Server 2008 R2 Hyper-V and are managed by
servers running System Center 2012 – Virtual Machine Manager (VMM).
You install a Windows Server 2008 R2 server named ABC-DPM1. You install System Center
2012 – Data Protection Manager (DPM) on ABC-DPM1.
ABC-DPM1 will be used to back up the Hyper-V servers.
You need to configure the environment to enable ABC-DPM1 to perform System State backups of
the Hyper-V servers.
What should you install first?

A. You should install the Hyper-V role on the Data Protection Manager (DPM) server.
B. You should install the Windows Server Backup role on the Hyper-V servers.
C. You should disable the Volume Shadow Copy service on the Hyper-V servers.
D. You should install the Data Protection Manager (DPM) role on the Hyper-V servers.

Answer: B

Explanation:

 

lick here to view complete Q&A of 70-246 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-246 Training at certkingdom.com

Exam 70-383 Recertification for MCSE: SharePoint

Published: January 6, 2016
Languages: English, German, Japanese
Audiences: IT professionals
Technology: SharePoint Server 2013
Credit toward certification: MCP, MCSE

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.

Design a SharePoint topology
Design an information architecture
Design inter-site navigational taxonomy; design site columns and content types; design keywords, synonyms, best bets, and managed properties; plan information management policies; plan managed site structures; plan term sets
Design a logical architecture
Plan application pools; plan web applications; plan for software boundaries; plan content databases; plan host-header site collections; plan zones and alternate access mapping
Plan SharePoint Online (Office 365) deployment
Evaluate service offerings; plan service applications; plan hybrid search scenarios; plan site collections; plan customizations and solutions; plan security for SharePoint Online; plan for SharePoint Online admin roles; plan networking services for SharePoint Online

Plan security
Plan and configure authentication
Plan and configure Windows claims authentication; plan and configure identity federation; configure claims providers; configure OAuth authentication; plan and configure for anonymous authentication; configure connections to ACS
Plan and configure platform security
Plan and configure security isolation; plan and configure services lockdown; plan and configure general firewall security; plan and configure antivirus settings; plan and configure certificate management
Plan and configure farm-level security
Plan rights management; plan and configure delegated farm administration; plan and configure delegated service application administration; plan and configure managed accounts; plan and configure blocked file types; plan and configure web part security

Install and configure SharePoint farms
Create and configure enterprise search
Plan and configure search topology; plan and configure result sources; plan and configure crawl schedules; plan and configure crawl rules; plan and configure crawl performance
Create and configure Managed Metadata Service application (MMS)
Configure managed service application proxy settings; configure content type hub settings; configure sharing term sets; plan and configure content type propagation schedule; configure custom properties; configure term store permission
Create and configure User Profile Service application (UPA)
Configure UPA application; setup My Sites and My Site hosts; configure social permissions; plan and configure sync connections; configure profile properties; configure audiences

Create and configure web applications and site collections

Provision and configure web applications
Create managed paths; configure https: throttling; configure List throttling; configure Alternate Access Mappings (AAM); configure authentication provider; configure SharePoint Designer settings
Manage search
Manage result sources; manage query rules; manage display templates; manage Search Engine Optimization (SEO) settings; manage result types; manage search schema
Manage taxonomy
Manage site collection term set access; manage term set navigation; manage topic catalog pages; configure custom properties; configure search refinement; configure list refinement

Maintain core SharePoint environment
Troubleshoot SharePoint environment
Establish baseline performance; perform client-side tracing; perform server-side tracing; analyze usage data; enable developer dashboard; analyze diagnostic logs

Plan business continuity management
Plan for SQL high availability and disaster recovery
Plan for SQL Server clustering; plan for SQL Server Always-On; plan for SQL Server Log Shipping; plan for SQL Server mirroring; plan for storage redundancy; plan for login replication

Plan SharePoint environment
Plan and configure search workload
Plan and configure search result relevancy; plan and configure index freshness; plan and configure result sources; plan and configure end-user experience; plan and configure search schema; analyze search analytics reports; plan and configure result throttling
Plan ECM workload
Plan and configure E-Discovery; plan and configure document routing; configure co-authoring; plan and configure record disposition and retention; plan large document repositories; plan and configure software boundaries

Upgrade and migrate SharePoint environment
Upgrade site collection
Perform health check; analyze and resolve health check results; plan and configure available site collection modes; plan and configure site collection upgrade availability; plan and configure EVAL mode; plan and configure site collection upgrade throttling

Create and configure service applications
Create and configure App Management
Create and configure App Store; create and configure subscriptions; configure marketplace connections; configure DNS entries; configure wildcard certificates
Configure service application federation
Plan services to federate; perform certificate exchange; manage trusts; manage service application permissions; publish service applications; consume service applications

Manage SharePoint solutions, BI, and systems integration
Plan and configure BI infrastructure
Plan and configure performance point; plan and configure reporting services; plan and configure PowerPivot; plan and configure Excel Services; plan and configure Power View; plan and configure BI security

Question No : 1 – (Topic 1)
You need to implement corporate sizing and performance guidelines for general usage scenarios.
Which three actions should you perform? (Each correct answer presents part of the solution. Choose three.)

A. For the Remote BLOB Storage (RBS) storage subsystem on network attached storage
(NAS), limit the maximum time-to-first-byte (TTFB) of any response from the NAS to 100 milliseconds.

B. Limit the maximum size of each content database to 4 TB.

C. For the Remote BLOB Storage (RBS) storage subsystem on network attached storage
(NAS), limit the maximum time-to-first-byte (TTFB) of any response from the NAS to 20 milliseconds.

D. Limit the number of documents in each document library to 20 million.

E. Limit the number of documents in each content database to 10 million.

F. Limit the maximum size of each content database to 200 GB.

Answer: C,E,F

Question No : 2 – (Topic 1)
You need to ensure that service applications meet the technical requirements by using the least amount of administrative effort.
What should you do?

A. Use the Farm Configuration Wizard to add service applications.
B. Use Windows PowerShell to configure service applications.
C. Use the SharePoint Products Configuration Wizard to complete the server configuration.
D. In Central Administration, manually create each service application.

Answer: B

Question No : 3 – (Topic 1)
You need to ensure that content authors can publish the specified files.
What should you do?

A. Create multiple authoring site collections. Create a site that contains lists, document
libraries, and a Pages library. Create an asset library in a new site collection, and enable
anonymous access to the library on the publishing web application.

B. Create multiple authoring site collections. Create a site that contains lists, document
libraries, and a Pages library. Create an asset library in the authoring site collection, and
enable anonymous access to the library on the authoring web application.

C. Create one authoring site collection. Create a site that contains multiple lists, document
libraries, and Pages libraries. Create an asset library in a new site collection, and enable
anonymous access to the library on the publishing web application.

D. Create multiple authoring site collections. Create a site that contains multiple lists,
document libraries, and Pages libraries. Create an asset library in a new site collection, and
enable anonymous access to the library on the publishing web application.

Answer: B

Click here to view complete Q&A of 70-383 exam
Certkingdom Review

MCTS Training, MCITP Trainnig

Best Microsoft MCTS Certification, Microsoft 70-383 Training at certkingdom.com