Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Microsoft > Microsoft Certifications > 77-427 > 77-427 Online Practice Questions and Answers

77-427 Online Practice Questions and Answers

Questions 4

You work as an Office Assistant for Media Perfect Inc. You have created a spreadsheet in Excel 2013 and shared it with the other employees of the company. You want to select password protection and select options to prevent other employees from changing, moving, and deleting important data.

Which of the following options will you choose to accomplish the task?

A. Mark as Final

B. Protect Current Sheet

C. Encrypt with Password

D. Protect Workbook Structure

Buy Now

Correct Answer: D

The various Protect Workbook options are as follows:

1.

Mark as Final: This option is used to make the document read-only. When a spreadsheet is marked as final, various options such as typing, editing commands, and proofing marks are disabled or turned off and the spreadsheet becomes

read-only. This command helps a user to communicate that he is sharing a completed version of a spreadsheet. This command also prevents reviewers or readers from making inadvertent modifications to the spreadsheet.

2.

Encrypt with Password: When a user selects the Encrypt with Password option, the Encrypt Document dialog box appears. In the Password box, it is required to specify a password. Microsoft is not able to retrieve lost or forgotten

passwords, so it is necessary for a user to keep a list of passwords and corresponding file names in a safe place.

3.

Protect Current Sheet: This option is used to select password protection and permit or prohibit

other users to select, format, insert, delete, sort, or edit areas of the spreadsheet. This option

protects the worksheet and locked cells.

4.

Protect Workbook Structure: This option is used to select password protection and select options to prevent users from changing, moving, and deleting important data. This feature enables a user to protect the structure of the worksheet.

5.

Restrict Permission by People: This option works on the basis of Window Rights Management to restrict permissions. A user is required to use a Windows Live ID or a Microsoft Windows account to restrict permissions. These permissions

can be applied via a template that is used by the organization in which the user is working. These permissions can also be added by clicking Restrict Access.

6.

Add a Digital Signature: This option is used to add a visible or invisible digital signature.

It

authenticates digital information such as documents, e-mail messages, and macros by using computer cryptography. These signatures are created by specifying a signature or by using an image of a signature for establishing authenticity,

integrity, and non-repudiation.

Questions 5

Rick works as an Office Assistant for Tech Perfect Inc. The company has a Windows- based network. He is creating a form through Microsoft Excel 2013. He wants to enable worksheet forms to satisfy the flexible design requirements and to customize their appearance, behavior, fonts, and other characteristics. Which of the following will Rick use to accomplish the task?

A. Form control

B. Accounting template

C. Trust Center

D. ActiveX control

Buy Now

Correct Answer: D

ActiveX controls are used on worksheet forms, with or without the use of VBA code, and on VBA UserForms. They are used when a user needs more flexible design requirements than those provided by Form controls. They have extensive properties that can be used to customize their appearance, behavior, fonts, and other characteristics. The user can control different events that occur when an ActiveX control is interacted with. He can also write macros that respond to events associated with the ActiveX controls. When a user interacts with the control, the VBA code runs to process any events that occur for that control. The ActiveX controls cannot be added to chart sheets from the user interface or to XLM macro sheets. It is not possible to assign a macro to run directly from the ActiveX control. Answer option A is incorrect. A form control is an original control that is compatible with old versions of Excel, beginning with Excel version 5. 0. It is designed for use on XLM macro sheets. It can be used when a user wants to simply interact with cell data without using VBA code and when he wants to add controls to chart sheets. By using form controls, the user can run macros. He can attach an existing macro to a control, or write or record a new macro. These controls cannot be added to UserForms, used to control events, or modified to run Web scripts on Web pages. Answer option B is incorrect. The accounting template is used for numbering months of a financial year to period numbering. It is used to compare month to month, actual v budget, quarter to quarter, year to year variances. It is the initial point for other reports that need the use of months. Answer option C is incorrect. Trust Center is where a user can find security and privacy settings for Microsoft Office 2013 programs.

Questions 6

You work as an Office Assistant for Blue well Inc. You want to record a macro and save it with the name "Auto_Open" so that the macro will run whenever you open the workbook containing the macro.

While doing so, you observe that the Auto_Open macro fails every time. Which of the following are the causes of this?

Each correct answer represents a complete solution. Choose all that apply.

A. The default workbook or a workbook loaded from the XLStart folder is opened before running the macro.

B. The workbook is opened programmatically using the Open method.

C. The workbook where a user wants to save the Auto_Open macro already contains a VBAprocedure in its Open event.

D. The workbook is based on the record button that is disabled by default before running the Auto_Open macro.

Buy Now

Correct Answer: ABC

The various limitations of recording an Auto_Open macro are as follows:

1.

If the workbook where a user wants to save the Auto_Open macro already contains a VBA procedure in its Open event, then all actions in the Auto_Open macro are overridden by the VBA procedure used for the Open event.

2.

The Auto_Open macro will be ignored when a workbook is opened programmatically using the Open method.

3.

The Auto_Open macro runs before any other workbooks are opened. Therefore, if the user records actions he wants Excel to perform on the default workbook or a workbook loaded from the XLStart folder, the Auto_Open macro will fail when the user restarts Excel because it runs before the default and start-up workbooks are opened. Answer option D is incorrect. This is an invalid answer option.

Questions 7

You work as an Office Assistant for Tech Perfect Inc. You are working in a spreadsheet. You use a function in one cell and it works perfectly but when you attempt to copy the function down to other rows, you get the #REF error. Which of the following are the reasons that are causing the above problem?

Each correct answer represents a complete solution. Choose all that apply.

A. You are inserting a new column, next to a column that is already formatted as text.

B. Excel is trying to reference an invalid cell.

C. The lookup_value or the array you are searching resides in a cell containing unseen spaces at the start or end of that cell.

D. You are referencing an entire worksheet by clicking on the grey square at the top left of the worksheet.

Buy Now

Correct Answer: BD

The Lookup Function Won't Copy Down to Other Rows error occurs when a user uses a function in one cell and it works perfectly but when he attempts to copy the function down to other rows, he gets the #REF error. The #REF! Error arises when Excel tries to reference an invalid cell. This error occurs if the user has referenced an entire worksheet by clicking on the grey square at the top left of the worksheet. For Excel, this reference range is 1 to 1048576. Since the references are Relative References, Excel automatically increases the row references when this cell is copied down to other rows in the spreadsheet. Answer option C is incorrect. The Failure to Look Up Values in Excel error occurs when a user gets an unexpected error while trying to look up or match a lookup_value within an array and Excel is not able to recognize the matching value. If the lookup_value or the array the user is searching resides in a cell, the user can have unseen spaces at the start or end of that cell. This will create the situation where the contents of the two cells that the user is comparing look the same but extra spaces in one of the cells cause the cells to have slightly different content. The other reason is that the contents of the cells that are being compared may have different data types.

Answer option A is incorrect. The Excel Won't Calculate My Function error occurs when a user types in a function and presses Enter; the cell shows the function as the user typed it, instead of returning the function's value. The reason that causes this problem is that the cells containing the formula are formatted as 'text' instead of the 'General' type. This happens when the user inserts a new column, next to a column that is already formatted as text due to which the new column inherits the formatting of the adjacent column.

Questions 8

Rick works as an Office Assistant for Tech Perfect Inc. The company has a Windows- based network.

Rick wants to display data series, categories, data markers, and axes in the report. Which of the

following actions will Rick take to accomplish the task?

A. He will use stand-alone slicers.

B. He will create a PivotTable report.

C. He will configure form controls.

D. He will create a PivotChart report.

Buy Now

Correct Answer: D

The PivotChart report is used to provide a graphical representation of data in a PivotTable report in an interactive way. Whenever a user creates the PivotChart report, PivotChart report filters are displayed in the chart area. These are used for sorting and filtering the underlying data of the PivotChart report. Changes made to the layout and data in the associated PivotTable report are immediately reflected in the layout and data in the PivotChart report. The PivotChart report shows data series, categories, data markers, and axes in the same way as the standard charts do. It is possible to change the chart type and other options such as titles, legend placement, data labels, and chart location. Answer option A is incorrect. Stand-alone slicers are referenced from Online Analytical Processing (OLAP) Cube functions. These stand-alone slicers can be connected with any PivotTable in future. They can be added by using the slicer button on the Ribbon. They need to be manually linked into grids as required.

Answer option C is incorrect. A form control is an original control that is compatible with old versions of Excel, beginning with Excel version 5. 0. It is designed for use on XLM macro sheets. It can be used when a user wants to simply interact

with cell data without using VBA code and when he wants to add controls to chart sheets. By using form controls, the user can run macros. He can attach an existing macro to a control, or write or record a new macro. These controls cannot

be added to UserForms, used to control events, or modified to run Web scripts on Web pages.

Answer option B is incorrect. A PivotTable report is used to summarize large amounts of data, to analyze numerical data, and to answer unexpected questions about data.

Questions 9

You work as an Office Assistant for Tech Perfect Inc. You are working in a spreadsheet. You observe that while trying to look up or match a lookup_value within an array, Excel is not able to recognize the matching value. Which of the following are the reasons that are causing the above problem?

Each correct answer represents a complete solution. Choose all that apply.

A. The lookup_value or the array you are searching resides in a cell containing unseen spaces at the start or end of that cell.

B. The contents of the cells that are being compared may have different data types.

C. Excel is trying to reference an invalid cell.

D. You are inserting a new column, next to a column that is already formatted as text.

Buy Now

Correct Answer: AB

The Failure to Look Up Values in Excel error occurs when a user gets an unexpected error while trying to look up or match a lookup_value within an array and Excel is not able to recognize the matching value. If the lookup_value or the array the user is searching resides in a cell, the user can have unseen spaces at the start or end of that cell. This will create the situation where the contents of the two cells that the user is comparing look the same but extra spaces in one of the cells cause the cells to have slightly different content. The other reason is that the contents of the cells that are being compared may have different data types. Answer option C is incorrect. The Lookup Function Won't Copy Down to Other Rows error occurs when a user uses a function in one cell and it works perfectly but when he attempts to copy the function down to other rows, he gets the #REF error. The #REF! error arises when Excel tries to reference an invalid cell. This error occurs if the user has referenced an entire worksheet by clicking on the grey square at the top left of the worksheet. For Excel, this reference range is 1 to 1048576. Since the references are Relative References, Excel automatically increases the row references when this cell is copied down to other rows in the spreadsheet. Answer option D is incorrect. The Excel Won't Calculate My Function error occurs when a user types in a function and presses Enter, the cell shows the function as the user typed it, instead of returning the function's value. The reason that causes this problem is that the cells containing the formula are formatted as 'text' instead of the 'General' type. This happens when the user inserts a new column, next to a column that is already formatted as text due to which the new column inherits the formatting of the adjacent column.

Questions 10

Rick works as an Office Assistant for Tech Perfect Inc. He is creating a user form through

Microsoft Excel 2013. While creating forms for a number of users, he is required to repeat some of the actions multiple times. It is a very time consuming process. To resolve this issue, he wants to record the sequence of actions to perform a certain task and to play them back in the same order.

Which of the following actions will Rick take to accomplish the task?

A. He will use the Trust Center bar.

B. He will use the Evaluate Formula tool.

C. He will put the workbook in a trusted location.

D. He will create and run a macro.

Buy Now

Correct Answer: D

A macro is defined as a tool that permits a user to automate tasks and add several functionalities to forms, reports, and controls. For example, if a user adds a command button to a form, he associates the button's OnClick event to a macro,

and the macro consists of the commands that are to be performed by the button each time it is clicked. The macro records the user's mouse clicks and keystrokes while he works and lets him play them back later. The macro can be used to

record the sequence of commands that the user uses to perform a certain task. When the user runs the macro, it plays those exact commands back in the same order.

Answer option B is incorrect. Evaluate Formula is a formula examination tool provided by Microsoft Excel. This tool is useful for examining formulas that do not produce any error but are not generating the expected result.

Answer options A and C are incorrect. The benefit of connecting to external data from Microsoft Excel is that a user can automatically update Excel workbooks from the real data source wheneverthe data source is updated with new

information. It is possible that the external data connection might be disabled on the computer. For connecting to the data source whenever a workbook is opened, it is required to enable data connections by using the Trust Center bar or by

putting the workbook in a trusted location.

Questions 11

You work as an Office Assistant for Blue Well Inc. The company has a Windows-based network. You want to quickly filter data in a PivotTable report without opening drop-down lists to find the items that you want to filter. For this purpose, you are required to use a slicer. Which of the following are the ways that you can use to accomplish the task? Each correct answer represents a complete solution. Choose all that apply.

A. Create a copy of a slicer connected with the PivotTable.

B. Create a slicer connected with the PivotTable.

C. Create a slicer by disabling Macros associated with the PivotTable.

D. Use an existing slicer connected with another PivotTable.

Buy Now

Correct Answer: ABD

The various ways to use or create slicers to filter PivotTable data in an existing PivotTable are as follows:

1.

Create a slicer connected with the PivotTable.

2.

Create a copy of a slicer connected with the PivotTable.

3.

Use an existing slicer connected with another PivotTable.

Answer option C is incorrect. This is an invalid answer option.

Questions 12

You work as a Finance Manager for Blue Well Inc. The company has a Windows-based network. You are using Excel spreadsheet for maintaining the financial budget and other financial calculations. You want to return the price per $100 face value of a security that pays interest at maturity. Which of the following financial functions will you use to accomplish the task?

A. PRICE function

B. PPMT function

C. PRICEMAT function

D. PRICEDISC function

Buy Now

Correct Answer: C

Various financial functions (reference) are as follows:

1.

ACCRINT function: It is used to return the accrued interest for a security that pays periodic interest.

2.

ACCRINTM function: It is used to return the accrued interest for a security that pays interest at maturity.

3.

AMORDEGRC function: It is used to return the depreciation for each accounting period by using a depreciation coefficient.

4.

COUPDAYBS function: It is used to return the number of days from the beginning of the coupon period to the settlement date.

5.

AMORLINC function: It is used to return the depreciation for each accounting period.

6.

COUPDAYS function: It is used to return the number of days in the coupon period containing the settlement date.

7.

COUPDAYSNC function: It is used to return the number of days from the settlement date to the next coupon date.

8.

COUPNCD function: It is used to return the next coupon date after the settlement date.

9.

COUPNUM function: It is used to return the number of coupons payable between the settlement date and maturity date.

10.

COUPPCD function: It is used to return the previous coupon date before the settlement date.

11.

CUMIPMT function: It is used to return the cumulative interest paid between two periods.

12.

CUMPRINC function: It is used to return the cumulative principal paid on a loan between two periods.

13.

DB function: It is used to return the depreciation of an asset for a specified period by using the fixed-declining balance method.

14.

DDB function: It is used to return the depreciation of an asset for a particular period by using the double-declining balance method.

15.

DISC function: It is used to return the discount rate for a security.

16.

DOLLARDE function: It is used to convert a dollar price that is expressed as a fraction into a dollar price that is expressed as a decimal number.

17.

DOLLARFR function: It is used to convert a dollar price that is expressed as a decimal number intoa dollar price that is expressed as a fraction.

18.

DURATION function: It is used to return the annual duration of a security with periodic interest payments.

19.

EFFECT function: It is used to return the effective annual interest rate.

20.

FV function: It is used to return the future value of an investment.

21.

FVSCHEDULE function: It is used to return the future value of a starting principal after applying a series of compound interest rates.

22.

INTRATE function: It is used to return the interest rate for a fully invested security.

23.

IPMT function: It is used to return the interest payment for an investment for a specified period.

24.

IRR function: It is used to return the internal rate of return for a series of cash flows.

25.

ISPMT function: It is used to calculate the interest paid during a particular period of an investment.

26.

MDURATION function: It is used to return the Macauley modified duration for a security with an assumed par value of $100.

27.

MIRR function: It is used to return the internal rate of return in which positive and negative cash flows are financed at different rates.

28.

NOMINAL function: It is used to return the annual nominal interest rate.

29.

NPER function: It is used to return the number of periods for an investment.

30.

NPV function: It is used to return the net present value of an investment on the basis of a series of periodic cash flows and a discount rate.

31.

ODDFPRICE function: It is used to return the price per $100 face value of a security with an odd first period.

32.

ODDFYIELD function: It is used to return the yield of a security with an odd first period.

33.

ODDLPRICE function: It is used to return the price per $100 face value of a security with an odd last period.

34.

ODDLYIELD function: It is used to return the yield of a security with an odd last period.

35.

PMT function: It is used to return the periodic payment for an annuity.

36.

PPMT function: It is used to return the payment on the principal for an investment for a particular defined period.

37.

PRICE function: It is used to return the price per $100 face value of a security that pays periodic interest.

38.

PRICEDISC function: It is used to return the price per $100 face value of a discounted security.

39.

PRICEMAT function: It is used to return the price per $100 face value of a security that pays interest at maturity.

40.

PV function: It is used to return the current value of an investment.

41.

RATE function: It is use d to return the interest rate per period of an annuity.

42.

RECEIVED function: It is used to return the amount received at maturity for a fully invested security.

43.

SLN function: It is used to return the straight-line depreciation of an asset for one period.

44.

SYD function: It is used to return the sum-of-years' digits depreciation of an asset for a particular period.

45.

TBILLEQ function: It is used to return the bond-equivalent yield for a Treasury bill.

46.

TBILLPRICE function: It is used to return the price per $100 face value for a Treasury bill.

47.

TBILLYIELD function: It is used to return the yield for a Treasury bill.

48.

VDB function: It is used to return the depreciation of an asset for a specified or partial period by using a declining balance method.

49.

XIRR function: It is used to return the internal rate of return for a schedule of cash flows that is not necessarily periodic.

50.

XNPV function: It is used to return the net present value for a schedule of cash flows that is not necessarily periodic.

51.

YIELD function: It is used to return the yield on a security that pays periodic interest.

52.

YIELDDISC function: It is used to return the annual yield for a discounted security.

53.

YIELDMAT function: It is used to return the annual yield of a security that pays interest at maturity.

Questions 13

You work as an Office Assistant for Tech Tree Inc. You have created a report in a workbook in

Microsoft Excel 2013. You want to export XMLdata to your Excel 2013 worksheet. On exporting the XML data, the following error message appears:

"XML MAPS IN MY WORKBOOK ARE NOT EXPORTABLE"

Which of the following are the reasons that are causing the above error? Each correct answer represents a complete solution. Choose all that apply.

A. The maxoccurs attribute is not equal to 1.

B. The relationship of the mapped element with other elements is not preserved.

C. The element is a recursive structure.

D. The XML map associated with this XML table contains one or more required elements that are not mapped to the XML table.

Buy Now

Correct Answer: AB

The various issues with exporting XML data are as follows:

1.

MAP CAN BE EXPORTED BUT SOME REQUIRED ELEMENTS ARE NOT MAPPED:

This error occurs under the following situations:

The XML map associated with this XML table contains one or more required elements that are not mapped to the XML table. The element is a recursive structure. The XML table contains a variety of mixed content.

2.

EXCEL CANNOT SAVE THE WORKBOOK BECAUSE IT DOES NOT CONTAIN ANY XML MAPPINGS: Excel cannot save the user's workbook in the XML Data file unless one or more mapped ranges are created.

3.

XML MAPS IN MY WORKBOOK ARE NOT EXPORTABLE: An XML mapping cannot be exported if the relationship of the mapped element with other elements is not preserved due to the following reasons:

The mapped element's schema definition is contained within a sequence with the following attributes:

The maxoccurs attribute is not equal to 1.

The sequence has more than one direct child element defined or has an extra compositor as a direct child.

Nonrepeating sibling elements with the same repeating parent element are mapped to dissimilar XML tables.

Various repeating elements are mapped to the same XML table and the recurrence is not defined by an ancestor element.

Child elements from various parents are mapped to the same XML table. XML schema constructs a list of lists, denormalized data, or a choice construct.

Exam Code: 77-427
Exam Name: Excel 2013 Expert Part One
Last Update: May 25, 2026
Questions: 62

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2026 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.