Mobile Development Fundamentals



Similar documents
Microsoft Extending Microsoft Dynamics CRM 2011

Enabling Office 365 Services

Course MS55077A Project Server 2013 Development. Length: 5 Days

Microsoft Dynamics CRM2015 Fast Track for developers

AppDev OnDemand Microsoft Development Learning Library

Programming Fundamentals of Web Applications Course 10958A; 5 Days

MS 10978A Introduction to Azure for Developers

Getting started with your AppDev Microsoft Development Library

MS 20487A Developing Windows Azure and Web Services

Pass4Sure.MB2-701_90Q&A. MB2-701 Extending Microsoft Dynamics CRM 2013

Course 20489B: Developing Microsoft SharePoint Server 2013 Advanced Solutions OVERVIEW

Key Benefits of Microsoft Visual Studio 2008

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T:

Application Development

City of Dublin Education & Training Board. Programme Module for. Mobile Technologies. leading to. Level 6 FETAC. Mobile Technologies 6N0734

Professional Profile

CATALOG OF CLASSES IT and Technical Courses

Developing Microsoft SharePoint Server 2013 Advanced Solutions

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio

Developing Microsoft SharePoint Server 2013 Core Solutions

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

Web Application diploma using.net Technology

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB)

This three-day instructor-led course provides students with the tools to extend Microsoft Dynamics CRM 4.0.

XML Processing and Web Services. Chapter 17

Programming in C# with Microsoft Visual Studio 2010

Developing Windows Azure and Web Services

JOB DESCRIPTION APPLICATION LEAD

CT30A8902 Service Oriented Architecture Exercises

EXAM PRO:Design & Develop Windows Apps Using MS.NET Frmwk 4. Buy Full Product.

Course 10978A Introduction to Azure for Developers

SPT2013: Developing Solutions with. SharePoint DAYS AUDIENCE FORMAT COURSE DESCRIPTION STUDENT PREREQUISITES

Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led

Beginning ASP.NET 4.5

Neuron ESB 3.5 introduces Long Running Workflow capabilities!

Pivot Charting in SharePoint with Nevron Chart for SharePoint

Describe how to utilize the Publishing API to access publishing settings and content.

4 Understanding. Web Applications IN THIS CHAPTER. 4.1 Understand Web page development. 4.2 Understand Microsoft ASP.NET Web application development

AppDev OnDemand Cloud Computing Learning Library

Objectif. Participant. Prérequis. Remarque. Programme. C# 3.0 Programming in the.net Framework. 1. Introduction to the.

Developing Microsoft SharePoint Server 2013 Advanced Solutions

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

WEB APPLICATION DEVELOPMENT. UNIT I J2EE Platform 9


AQA GCSE in Computer Science Computer Science Microsoft IT Academy Mapping

Developing Windows Azure and Web Services

Getting Started With Your LearnDevNow Learning

CHAPTER 1: INTRODUCTION TO ANDROID, MOBILE DEVICES, AND THE MARKETPLACE

300+ APIs Everywhere

GSA2013: The Great SharePoint Adventure 2013

Cloud Deployment Models

Noramsoft Inc. Noramsoft Inc. SPT2O1O - Course Description. Developing Solutions with SharePoint Server 2010 SPT2010. Noramsoft Inc. Noramsoft Inc.

The Great Office 365 Adventure

Sample Chapters. To learn more about this book visit Microsoft Learning at:

SharePoint 2010/2013 Course

Introduction to BlackBerry Smartphone Web Development Widgets

What s New. Archive Attender 4 For Microsoft Exchange

Microsoft Technology Associate STUDENT STUDY GUIDE. preparing for MTA certification. EXAM Mobile Development Fundamentals

Cloud Powered Mobile Apps with Azure

ArcGIS Viewer for Silverlight An Introduction

Introduction to Azure for Developers

Course 10977A: Updating Your SQL Server Skills to Microsoft SQL Server 2014

Microsoft SQL Server Review

PG DAC. Syllabus. Content. Eligibility Criteria

Developing Microsoft SharePoint Server 2013 Advanced Solutions. Version: Demo. Page <<1/8>>

Developing ASP.NET MVC 4 Web Applications

Platform. Building Business Applications with Microsoft Dynamics CRM Microsoft Dynamics CRM 2011

Performance Testing for Ajax Applications

Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2005 (VB)

How To Integrate SAP Business Data Into SharePoint 2010 Using Business Connectivity Services And LINQ to SAP

Please contact Cyber and Technology Training at for registration and pricing information.

MODULE 7: TECHNOLOGY OVERVIEW. Module Overview. Objectives

maximizing IT productivity

Senior Consultant 230 Male Dec 1971

10978A: Introduction to Azure for Developers

Developing ASP.NET MVC 4 Web Applications MOC 20486

Microsoft Introduction to Azure for Developers

70-487: Developing Windows Azure and Web Services

New Features in Neuron ESB 2.6

New Features of SharePoint 2013

ADS2013: App Development with SharePoint 2013

Joseph M Conaty Software Engineer

Introducing Apache Pivot. Greg Brown, Todd Volkert 6/10/2010

Updating Your SQL Server Skills to Microsoft SQL Server 2014

Wakanda Studio Features

Developing Microsoft Azure Solutions

Developing Microsoft Azure Solutions 20532A; 5 days

Deepak Patil (Technical Director) iasys Technologies Pvt. Ltd.

ARCHITECTURE. Architecture. Microsoft Dynamics GP. White Paper

Business Benefits From Microsoft SQL Server Business Intelligence Solutions How Can Business Intelligence Help You? PTR Associates Limited

Transcription:

Exam : 98-373 Title : Mobile Development Fundamentals Version : Demo 1 / 6

1.A programming theory that breaks design areas into distinct sections is referred to as: A. Lists. B. Separation of concerns. C. Abstraction. D. Inheritance. 2.You are working on a Windows Phone 7.5 application in Microsoft Visual Studio. You plan to test the behavior of the application when tombstomng occurs. You need to change the setting that instructs the debugger to use tombstoning instead of deactivation during testing. Where can you find the setting? A. In the project's properties B. In the Task List window C. In the Configuration Manager D. In the Toolbox window 3.What type of file is used to deploy Windows Phone 7 applications? A. XAP B. EXE C. CAB D. COM 4.What term describes the process of translating an application's strings into multiple languages? A. Globalization B. Universalization C. Multilingualization D. Localization Answer: D 5.Your mobile application has the following C* class methods: in: What will be the result of the code when the FindLength method is called? A. Throw a NullReferenceException B. Throw an ArgumentNullException C. Return -1 D. Return 0 2 / 6

6.You are designing the user interface for a Windows Phone 7 application by using Microsoft Silverlight. Which markup language should you use? A. DHTML B. MAML C.xaml D. HTML Answer: C 7.You plan to create Microsoft Silverlight code to join a multicast group that will subscribe the user of the application to a group address. What method should you use? A. Any-source multicast code B. Anycast IP address C. Multicast IP address D. Single-source multicast code 8.What does the following code segment do? (Line numbers are included for reference only. ) A. Throws a NullReferenceException at line 17 B. Throws a NullReferenceException at line 19 C. Throws an InvalidOperationException at line 03 D. Throws an InvalidOperationException at line 09 Answer: C 9.DRAG DROP Match each framework to its feature. (To answer, drag each framework from the column on the left to its feature on the right. Each framework may be used once, more than once, or not at all. Each correct match is worth one point. ) 3 / 6

Answer: 10.You are creating a Windows Phone application to retrieve text data from a web service. Which data-interchange format should you use to minimize data traffic for performance and cost? A. Plain Old Xml (POX) B. JavaScript Object Notation (JSON) C. Open Data Protocol (OData) D. simple Object Access Protocol (SOAP) 11.To query a relational database, Language-Integrated Query (LINQ) translates queries from mobile applications to: A. SQL. B. Batch scripts. C. HTML. D. Microsoft Silverlight. 4 / 6

12.You are creating an application that will allow users to send a customized email message to a particular contact in their address book. Which two classes should you use? (Choose two. ) A. EmailAddressChooserTask B. AddressChooserTask C. SaveEmaMAddressTask D. EmailComposeTask E. SmsComposeTask C 13.What type of storage is used to prevent applications from directly modifying the data of other applications? A. SD Card B. Isolated C. Local D. Remote 14.Which API is used to store and access data in the local database of a Windows Phone 7.5 application? A. LINQ to SQL B. Code First C. MicrosoftADO.NET D. Entity Framework 15.You need to prepare custom objects to save data to isolated storage by using the IsolatedStorageSettings class. What should you do? A. Implement the IXmlSenalizable interface. B. Add the required attributes to use the DataContractSerializer class to the objects. C. Create an XmlSerializationWriteCallback delegate for each of the classes, D. Derive each of the custom classes from the XmlMapping class. 16.What are two extension methods implemented by the Queryable class that support Language-Integrated Query (LINQ) queries? (Choose two. ) A. Round B. Median C. Query D. Sum E. Select Answer: CD 17.You need to use a background agent to keep a local database synchronized with a remote data 5 / 6

source. What is the maximum number of days you can schedule a background agent to run? A. 7 B. 14 C. 21 D. 28 18.Which class provides the device's orientation and movement in space in a Windows Phone 7.5 application? A. Motion B. Accelerometer C. Compass D. Gyroscope 19.Which networking feature is newly supported in Windows Phone 7.5? A. wi-fi B. Sockets C. Windows Communication Foundation (WCF) services D. WebRequest API 20.Which three applications are available on a Windows Phone 7 device, but not on the device emulator user interface? (Choose three. ) A. Windows Internet Explorer B. Xbox Live C. Pictures Hub D. Windows Phone Marketplace E. Bing Maps DE 6 / 6