LOT-953 Free Dumps Study Materials
Question 3: The XYZ Company has offices in many different countries. There is a single Inventory database,
replicated to a server in each country. Users connect to the server associated with the country in which
they work. Each product document includes a multivalue field named Country, indicating the country or
countries in which the product is available. How can Drew ensure that the server at each country is sent
only the data for products available for sale within that country?
A. From the Security tab of the properties on each countrys replica database, select Restricted replication.
Select Restrict by formula. Enter a replication formula of: SELECT @IsMember("COUNTRY_NAME";
Country).
B. From the Advanced tab of the replication settings for each countrys replica database, select
Documents by selection formula, and enter the formula: SELECT @IsMember("COUNTRY_NAME";
Country).
C. Add a computed Authors field to the Product forms in the database. Use a value formula of Country.
Run an agent to refresh all documents.
D. From the Defaults tab of the properties for the Product form, select by formula under Restrict copying.
Enter a formula of: SELECT @IsMember(@Location(1); Country).
Correct Answer: B