Monday, June 12, 2017

Upwork MICROSOFT ACCESS 2010 TEST 2018

Hello Freelancer, Get the MICROSOFT ACCESS 2010 TEST of Latest version 2018. We are ready here to provide your desire upwork test answer. We already tested all exam test information Available include on here. So Dear, Why Late? Read the below full exam test and get more information from our website. 
Upwork MICROSOFT ACCESS 2010 TEST 2016

1. Which of the following Microsoft Access 2010 components can pose security risks in an untrusted database?

Answers:
  1. Action queries (queries that insert, delete, or change data)
  2. Macros
  3. Forms
  4. VBA code
2. Which of the following are reserved for use by SharePoint and is not supported on the Web?
Answers:
  1. Solutions
  2. Docs
  3. Lists
  4. UserInfo
  5. Reports
3. For what reason(s) can a digital signature or certificate be regarded as invalid?
Answers:
  1. The publisher is not a trusted publisher.
  2. The digital signature has expired.
  3. The certificate was not issued by a certified authority.
  4. All of the above.
4. Suppose you want to apply a calculated field on a TextBox control to concatenate the values of the firstName and lastName fields, with a space between them.Which of the following expressions will you enter in the Expression Builder?
Answers:
  1. [firstName] +” “+[lastName]
  2. [firstName] +” #”+[lastName]
  3. [firstName] &” “& [lastName]
  4. [firstName] &”,”& [lastName]
5. What is the purpose of Option Explicit?
Answers:
  1. It is a database object.
  2. Requires variable declarations.
  3. It contains all of the data access pages that are currently open in a Microsoft Access project.
  4. It contains all open standard modules and class modules in a Microsoft Access database.
6. Which of the following is not done when you compact a database?
Answers:
  1. Table records and objects are restructured and then stored in successive memory blocks.
  2. Databases linked to the compacted database are compacted and repaired.
  3. Table records are restored into their primary key order, if a primary key exists in the table.
  4. The physical size of the database is reduced by making an exact duplicate of the database.
7. How can you tell if a report has no records to display or print in Microsoft Access 2010?
Answers:
  1. By using the report’s Error event.
  2. By using the report’s ApplyFilter event.
  3. By using the report’s NoData event.
  4. By using the report’s Filter event.
8. How do you start a Microsoft Access application so that the user can’t see or use the Navigation Pane (or database container)?
Answers:
  • Set the Access Option to hide the navigation pane, and press CTRL+F11 special keys.
  • Set the Access Option to hide the navigation pane, and press ALT+F1 special keys.
  • Set the Access Option to hide the navigation pane, and turn off special keys to prevent F11.
  • Set the Access Option to hide the navigation pane, and press CTRL+G special keys.
9. What is the advantage of a Class Module versus a Standard Module?
Answers:
  1. Encapsulation, Inheritance
  2. Data Abstraction
  3. Polymorphism
  4. Reusability
10. How can you share common objects between multiple projects in Microsoft Access 2010?
Answers:
  1. By customizing tabs.
  2. By creating Data Macros.
  3. By using a Web Browser Control.
  4. By creating Application Parts.
11. Consider the following tables:
Books
———
BookId
BookName
AuthorId
SubjectId
PopularityRating (the Popularity of the book on a scale of 1 to 10)
Language(such as French, English, German etc)
What is the query to determine which German books (if any) are more popular than all the French books?
Answers:
  1. Select bookname from books where language=’German’ and popularityrating =(Select popularityrating from books where language=’French’)
  2. Select bookname from books where language=’German’ and popularityrating > (Select popularityrating from books where language=’French’)
  3. Select bookname from books where language=’French’ and popularityrating > (Select max(popularityrating) from books where language=’German’)
  4. Select bookname from books where language=’German’ and popularityrating > (Select max(popularityrating) from books where language=’French’)
12. Which of the following is NOT possible when you link to an Excel worksheet from within Access?
Answers:
  1. You can append data to an existing table.
  2. You can create a database containing multiple linked tables.
  3. You can edit the Excel spreadsheet by making changes in to the linked table.
  4. By creating a linked table any changes that are made to the data in Excel are automatically reflected in the linked table.
13. What could be the problem when an error message “#Error” is received in a query?
Answers:
  1. The query is joining fields that have different data types.
  2. A field’s alias conflicts with a component of the expression for that field.
  3. The object or the database is damaged.
  4. The denominator of a calculated field is zero.
14. How do you create a report for a Crosstab Query if certain column values are missing?
Answers:
  1. Set the Value field in the Crosstab.
  2. Set the Column Heading field in the Crosstab.
  3. Set the Pivot list in the Crosstab.
  4. Set the report’s Crosstab property to True
15. Suppose you have a table named Cars with fields that store the name, year, price, and condition of used cars that you are considering for purchase. Also suppose that the table has become large and that you frequently include the Year field in queries. You can create an index on the Year field so that your queries return results more quickly. Which syntax will you use to achieve this?
Answers:
  1. CREATE INDEX YearIndex ON Cars (Year)
  2. CREATE Year INDEX ON Cars (Year)
  3. CREATE INDEX ON Cars (Year)
  4. Both b and c
16. Which of the following is true about a.accde file in Microsoft Access 2010?
Answers:
  1. It contains compiled VBA code to prevent users from viewing the code.
  2. It can be saved as a.accdb file in order to make design changes.
  3. It allows users to import forms and reports from other databases.
  4. It allows users to view, but not modify VBA code.
17. Suppose you want to use data from two tables in a query: tblCustomer and tblOrder. The two tables both have a field, CustomerID, that identifies a customer. Each record in the tblCustomer table may have one or more corresponding records in the tblOrder table, and the corresponding values can be determined by values in the CustomerID field. You now want to join the tables so that the query combines the records from the tables, excluding records from either table if there is no corresponding record in the other table. Which of the following FROM clauses will you use?
Answers:
  1. FROM [tblCustomer] LEFT JOIN [tblOrder] ON [tblCustomer].[CustomerID]=[tblOrder].[CustomerID]
  2. FROM [tblCustomer] RIGHT JOIN [tblOrder] ON [tblCustomer].[CustomerID]=[tblOrder].[CustomerID]
  3. FROM [tblCustomer] INNER JOIN [tblOrder] ON [tblCustomer].[CustomerID]=[tblOrder].[CustomerID]
  4. FROM [tblCustomer], [tblOrder]
18. If you want to encrypt a database by using a password, then the database must be opened in ________ mode.
Answers:
  1. Open Exclusive
  2. Open Exclusive Read-Only
  3. Open Read-Only
  4. Open Password-Enabled
19. Using which of the following Microsoft Access 2010 database file formats, can we use the Package and Sign tool?
Answers:
  1. .accdb
  2. .accdc
  3. .accde
  4. .mdb
20. When you run the Compatibility Checker in Microsoft Access 2010, in which of the following scenarios can you get the error- Access was unable to convert the query for use on the Web because it relies on an ORDER BY clause that is not supported on the Web?
Answers:
  1. Name of an order by element is not valid.
  2. Name of source table is not valid.
  3. Sort order is set to an option other than ascending or descending.
  4. The expression is not valid.
  5. All of the above
21. Using the Package and Sign tool, how many databases can you add to a package that you want to distribute to other users in Microsoft Access?
Answers:
  1. Unlimited
  2. 5
  3. 1
  4. 10
22. Microsoft Access uses indexes in a table to find data. Which of the following field types cannot be indexed?
Answers:
  1. OLE Object
  2. Attachment
  3. Memo
  4. Calculated
23. Which of the following is the correct way to enter the beginning or ending characters of the fields named (UnitPrice and CompanyName) in the AutoIndex onImport/Create field to create an Auto Index ?
Answers:
  1. unit.name
  2. unit;name
  3. unit,name
  4. ‘unit’,’name’
24. In a report with grouping, how can you display the count of records in each group?
Answers:
  1. Add a text box to the group’s footer section and set its control source to =Count(*).
  2. Set the report’s Group Count property to True.
  3. Add a label to the group’s header section and set the Caption property to Count Rows.
  4. Add a Summary control to the report’s footer section.
25. What is the purpose of the Application Parts option in Microsoft Access 2010?
Answers:
  1. It enables you to reduce coding errors and easily incorporate more complex logic to create robust applications.
  2. It integrates your Access reports using multiple data connections and information linked or imported from other sources.
  3. It integrates your Access data with live web content.
  4. It turns portions of your database into reusable templates.
26. Which one of the following correctly selects rows from the students table that have null in column1?
Answers:
  1. Select * from students where column1 is null
  2. Select * from students where column1 = null
  3. Select * from students where column1 EQUALS null
  4. Select * from students where column1 NOT null
  5. Select * from students where column1 CONTAINS null
27. Which of the following is true of the Ribbon interface?
Answers:
  1. Ribbons can be dragged and dropped to be on the side or the bottom of the screen.
  2. Ribbons can be minimized or collapsed.
  3. Ribbons can be replaced with command bars.
  4. New ribbons can be created using the Office Ribbon Generator.
28. What is the function of the icon marked as A (see image) when you are creating Macros in Microsoft Access 2010?
Answers:
  1. Close
  2. Delete
  3. Move up
  4. Move Down
29. What is the function of the ‘Single Step’ in Macros as shown in the image?
Answers:
  1. This command is saves expressions one at a time.
  2. This command executes an action one at a time.
  3. This command saves all queries in a single step.
  4. This command saves all reports in a single step.
30. Password protected databases offer:
Answers:
  1. Only one password with full rights.
  2. Different user rights for different logins/passwords.
  3. Integrated security with Active Directory.
  4. Integrated security with Windows Logins.
31. What will happen when you click on the icon marked as A (see image)?
Answers:
  1. Data Mode pop up will be opened.
  2. Print Preview of the expression that was typed in the text box of Repeat Expression will be displayed.
  3. Expression Builder will pop up.
  4. None of the above
32. A company has the following departments:
Marketing, Designing, Production, Packing
What will be the result of the following query?
Select department from table where department < ‘Marketing’
Answers:
  1. The query will return “Designing, Packing”
  2. The query will return “Designing, Production”
  3. The query will return “Production, Packing”
  4. The query will return “Designing”
33. Microsoft Access 2010 does not support more than ____________ fields in a table.
Answers:
  1. 55
  2. 155
  3. 200
  4. 255
34. Choose the appropriate query for the Products table where data should be displayed primarily in ascending order of the ProductGroup column. Secondary sorting should be in the descending order of the CurrentStock column.
Answers:
  1. Select * from Products order by CurrentStock, ProductGroup.
  2. Select * from Products order by CurrentStock DESC, ProductGroup.
  3. Select * from Products order by ProductGroup, CurrentStock.
  4. Select * from Products order by ProductGroup, CurrentStock DESC.
  5. None of the above.
35. Which of the following is incorrect about the Quick Access Toolbar?
Answers:
  1. You can move the Quick Access Toolbar from its default location.
  2. Toolbar can be minimized or collapsed.
  3. You cannot display the Quick Access Toolbar on multiple lines.
  4. You cannot increase the size of the buttons representing the commands by an option in Microsoft Office.
36. Which textbox property in Microsoft Access 2010 determines that the text box is bound, unbound or calculated?
Answers:
  1. RecordSource
  2. ControlSource
  3. CanGrow
  4. RowSource
37. A query that uses the BETWEEN operator for two numbers is identical to:
Answers:
  1. >= and <=
  2. > and <
  3. >= and <
  4. > and <=
38. Which of the given text field properties should you set in order to force a user to enter a date value specifically in MM-DD-YYYY format?
Answers:
  1. Indexed
  2. Validation Rule
  3. Input Mask
  4. Default Value

Finally no more words require about the MICROSOFT ACCESS 2010 TEST  information in this session of this content. If you are require knowing more, Please ask to us via our contact us form or comment box. Please make sure that, you don’t send Personal information via the Comment box.  Thanks for Being with us.

1 comment:

  1. This is an awesome post.Really very informative and creative contents.Thanks to sharing these concept is a good way to enhance the knowledge.I like this site very much.I like it and help me to development very well.Thank you for this brief explanation and very nice information.Well, got a good knowledge.
    Azure Training in Chennai | Azure course in Chennai | Windows Azure course in Chennai

    ReplyDelete