logo

CuriousTab

CuriousTab

Discussion


Home Certification Microsoft Certification Comments

  • Question
  • You are a member of a team of developers creating several ASP.NET applications for XYZ. You want to create a reusable toolbar that will be used in each of the applications. The toolbar will be displayed at the top of each page viewed by the user. The contents of the toolbar will vary depending on options each user selects when creating a profile. You want to be able to add the toolbar to the ASP.NET toolbox for each of the developers on your team.What should you do?


  • Options
  • A. Create a new Web Control Library project. Create the toolbar within a Web custom control.
  • B. Add a new Web user control to your ASP.NET project. Create the toolbar within the Web user control.
  • C. Add a new Web Form to your ASP.NET project. Design the toolbar within the Web Form and save the Web Form with an .ascx extension.
  • D. Add a new component class to your ASP.NET project. Design the toolbar within the designer of the component class.

  • Correct Answer
  • Create a new Web Control Library project. Create the toolbar within a Web custom control. 

    Explanation

    Web custom controls are compiled code, which makes them easier to use but more difficult to create. You can add a Web custom control to the Toolbox and display it in a visual designer with full Properties window support and all the other design-time features of ASP.NET server controls. 

     

    Incorrect Answers:

    B: Web user controls are easy to make, but they can be less convenient to use in advanced scenarios such as this. Because Web user controls are compiled dynamically at run time they cannot be added to the Toolbox


    C: A Web form would be inadequate.

     

    D: The Component class Provides the base implementation for the IComponent interface and enables object-sharing between applications. It does not fit in this scenario.


  • Microsoft Certification problems


    Search Results


    • 1. You have a computer that runs Windows 7. A printer is installed on the computer. You remove the Everyone group from the access control list (ACL) for the printer, and then you share the printer. You need to ensure that members of the Sales group can modify all the print jobs that they submit. You must prevent Sales group members from modifying the print jobs of other users. What should you do?

    • Options
    • A. From the printer's properties, assign the Print permission to the Sales group.
    • B. From the printer's properties, assign the Manage Documents permission to the Sales group.
    • C. From the local Group Policy, assign the Increase scheduling priority user right to the Sales group.
    • D. From the local Group Policy, assign the Take ownership of files or other objects user right to the Sales group.
    • Discuss
    • 2. Your network consists of a single Active Directory domain. All servers run Windows Server 2003 Service Pack 2 (SP2). All client computers run Windows XP Service Pack 3 (SP3). You install and configure Microsoft Windows Server Update Services (WSUS) 3.0 on a member server named Server1. You create a new Group Policy Object named GPO1 that enables automatic updating. You link GPO1 to the domain. You need to ensure that each client computer obtains software updates from Server1. What should you do?

    • Options
    • A. On each client computer, run Gpupdate /Force.
    • B. On each client computer, run wuauclt /detectnow.
    • C. From GPO1, configure the Enable client side targeting setting.
    • D. From GPO1, configure the Specify intranet Microsoft update service location setting.
    • Discuss
    • 3. You have a reference computer that runs Windows 7. You plan to deploy an image of the computer. You create an answer file named answer.xml. You need to ensure that the installation applies the answer file after you deploy the image. Which command should you run before you capture the image?

    • Options
    • A. Imagex.exe /append answer.xml /check
    • B. Imagex.exe /mount answer.xml /verify
    • C. Sysprep.exe /reboot /audit /unattend:answer.xml
    • D. Sysprep.exe /generalize /oobe /unattend:answer.xml
    • Discuss
    • 4. You have a computer named Computer1 that runs Windows Vista and a computer named Computer2 that runs Windows 7. You plan to migrate all profiles and user files from Computer1 to Computer2. You need to identify how much space is required to complete the migration. What should you do?

    • Options
    • A. On Computer1 run Loadstate c:\store /nocompress
    • B. On Computer1 run Scanstate c:\store /nocompress /p
    • C. On Computer2 run Loadstate \\computer1\store /nocompress
    • D. On Computer2 run Scanstate \\computer1\store /nocompress /p
    • Discuss
    • 5. Your network consists of one Active Directory domain. You have two computers named Computer1 and Computer2 that run Windows 7. Both computers are members of the domain. From Computer1, you can recover all Encrypting File System (EFS) encrypted files for users in the domain. You need to ensure that you can recover all EFS encrypted files from Computer2. What should you do?

    • Options
    • A. On Computer1, back up %systemroot%\DigitalLocker. On Computer2, restore %systemroot%\DigitalLocker.
    • B. On Computer1, export the data recovery agent certificate. On Computer2, import the data recovery agent certificate.
    • C. On Computer1, run Secedit.exe and specify the /export parameter. On Computer2, run Secedit.exe and specify the /import parameter.
    • D. On Computer1, run Cipher.exe and specify the /removeuser parameter. On Computer2, run Cipher.exe and specify the /adduser parameter.
    • Discuss
    • 6. Which of the following best describes how the user is alerted with information system and configuration alerts?

    • Options
    • A. A popup occurs and the Windows 7 desktop contrast is dimmed. Until you acknowledge the alert the screen will not move.
    • B. If Aero is installed the shaking alert flag appears in the index bar of every open window.
    • C. A flag in the taskbar with a red
    • D. All of the above
    • Discuss
    • 7. Your network consists of a single Active Directory domain. The domain includes a group named SalesUsers. You have a file server that runs Windows Server 2003 Service Pack 2 (SP2). The server has a folder named CorpData. You share the CorpData folder and assign the Domain Users group the Full Control share permission. In the CorpData folder, you create a folder named Sales. You need to configure security for the Sales folder to meet the following requirements: -Members of the SalesUsers group must be able to read, create, and modify all files and folders. -All other users must be able to view items in the folder. What should you do?

    • Options
    • A. On the Sales folder, block permission inheritance and remove permissions. Assign the Allow Modify permission to the SalesUsers group.
    • B. On the Sales folder, block permission inheritance and copy permissions. On the Sales folder, assign the Allow Modify permission to the SalesUsers group.
    • C. On the CorpData share, change the share permission for Domain Users to Read. On the Sales folder, assign the Allow Modify permissions to the SalesUsers group.
    • D. On the CorpData folder, block permission inheritance and remove permissions. In the Sales folder, assign the Allow Modify permissions to the SalesUsers group.
    • Discuss
    • 8. Your network consists of a single Active Directory domain named contoso.com. The functional level of the domain is Windows Server 2003. You have a file server named Server1 that is used to store users' home folders and profiles. On Server1, you create a folder named D:data and share the folder as UserData. You create a new user account named TemplateUser in Active Directory. You need to ensure that each user account you create by copying TemplateUser is configured to have a unique home folder stored in the UserData share. Which home folder path should you specify?

    • Options
    • A. D:\data\%homedrive%
    • B. D:\data\%username%
    • C. \\server1\userdata\%homedrive%
    • D. \\server1\userdata\%username%
    • Discuss
    • 9. Sachin works for a computer training institute in North America.After discussing the steps of installing Windows XP professional in the class room, sachin divided the students in a group of two and asked them to complete the installation on their respective machines.But none of the students were able to complete the installation process.Identify the solution that is the cause to the above problem.

    • Options
    • A. Needs to run XP Upgrade Adviser to avoid compatibility problem
    • B. Needs to run XP Upgrade Professional to avoid compatibility problem
    • C. Needs to run XP Upgrade Home Edition to avoid compatibility problem
    • D. Needs to run XP Service Pack to avoid compatibility problem
    • Discuss
    • 10. The navigation pane in Word 2010 has several tabs that let you move through the information in your document in different ways. Which of the following tabs is part of the Navigation pane?

    • Options
    • A. Browse by heading
    • B. Browse by search results
    • C. Browse by page
    • D. All of these
    • Discuss


    Comments

    There are no comments.

Enter a new Comment