Which scenario requires a package rebuild?

You manage package deployments for a Microsoft Dynamics 365 Retail environment, and you need to determine if a package rebuild is necessary. Which scenario requires a package rebuild?A . You want to re-run a build due to warnings that appear in the Error List pane concerning best practices.B . You...

August 22, 2018 No Comments READ MORE +

Which statement will complete the method?

You are writing a method to update the Customer reference field on a Sales order table record. You begin by writing the following code: class ExampleClass { /// <summary> /// Update the Customer reference field on the Sales orders table. /// </summary> /// <param name = "_salesId"> /// Sales order...

August 21, 2018 No Comments READ MORE +

Where should you go to access this library?

You need to troubleshoot an issue by using the Async sync library. Where should you go to access this library?A . Real Time ServiceB . Reatil ServerC . Retail Modern POSD . Channel DatabaseView AnswerAnswer: C Explanation: Retail modern POS includes the Async library which downloads any available data packages...

August 18, 2018 No Comments READ MORE +

Which two best practices should you follow when using the labels?

You are an Independent Software Vendor (ISV) developer. You are working on a new solution that will support multiple languages and regions, and you need to use labels. Which two best practices should you follow when using the labels? Each correct answer presents a complete solution.A . Use descriptive text...

August 17, 2018 No Comments READ MORE +

Which two statements about the sr and textFromFile variables are true?

You are an Independent Software Vendor (ISV) developer, and you are reviewing the code in a solution. During the code review, you see the following: using (var sr = new System.IO.StreamReader(_inputFilename)) { var textFromFile = sr.ReadToEnd(); this.processFileDate(textFromFile); } Which two statements about the sr and textFromFile variables are true? Each...

August 13, 2018 No Comments READ MORE +

Which list is ordered correctly?

A junior programmer asks you to review an order of operator precedence so that a math operation evaluates appropriately. Which list is ordered correctly?A . unary, multiplicative, additive, logical, relationalB . shift, relational, additive, unary, logicalC . unary, multiplicative, additive, relational, logicalD . equality, multiplicative, additive, relational, unaryView AnswerAnswer: C...

August 10, 2018 No Comments READ MORE +

Where should you go to access this library?

You need to troubleshoot an issue by using the Async sync library. Where should you go to access this library?A . Real Time ServiceB . Reatil ServerC . Retail Modern POSD . Channel DatabaseView AnswerAnswer: C Explanation: Retail modern POS includes the Async library which downloads any available data packages...

August 9, 2018 No Comments READ MORE +

Under which event log in Event Viewer should you look to see the events?

You are an Independent Software Vendor (ISV) developer working on a solution that extends the Commerce Runtime (CRT) to handle new requests for an app deployed to tablets and cell phones. You are in the developer topology and need to troubleshoot an error and check for events. Under which event...

August 9, 2018 No Comments READ MORE +

Where should you look first to troubleshoot the issue in the most efficient manner possible?

You are an administrator of a Microsoft Dynamics 365 for Finance and Operations - Retail live environment. You receive a report that the corporate Retail server is unresponsive. Where should you look first to troubleshoot the issue in the most efficient manner possible?A . Environment Monitoring in Lifecycle Services (LCS)B...

August 8, 2018 No Comments READ MORE +

Which two statements about the sr and textFromFile variables are true?

You are an Independent Software Vendor (ISV) developer, and you are reviewing the code in a solution. During the code review, you see the following: using (var sr = new System.IO.StreamReader(_inputFilename)) { var textFromFile = sr.ReadToEnd(); this.processFileDate(textFromFile); } Which two statements about the sr and textFromFile variables are true? Each...

August 8, 2018 No Comments READ MORE +