Online Exam Quiz

questionQuestion  1 to 30

Which of the following is used to customize the user interface in Dynamics 365 Business Central?

  • JavaScript
  • C#
  • AL
  • HTML
Mark for review

How do you update an existing extension in Dynamics 365 Business Central?

  • By modifying the source code and republishing
  • By writing SQL queries
  • By using the Extension Management page
  • By using the Development Environment
Mark for review

What is the file extension for an AL language file?

  • .al
  • .cs
  • .js
  • .txt
Mark for review

How can you define a relationship between two tables in Dynamics 365 Business Central?

  • Using the TableRelation property in table fields
  • Using SQL joins
  • Using the Relationship keyword
  • Using the Relation property in tables
Mark for review

What is the use of the EventSubscriber attribute in AL code?

  • To declare a method as a web service endpoint
  • To subscribe to events
  • To declare a method as a table trigger
  • To define a custom report
Mark for review

What tool do you use to publish and test extensions locally in Dynamics 365 Business Central?

  • Azure DevOps
  • Docker
  • PowerShell
  • Visual Studio Code
Mark for review

How can you define a variable in AL code?

  • Using the VAR keyword
  • Using the DIM keyword
  • Using the DEFINE keyword
  • Using the LET keyword
Mark for review

What is the role of the Base Application in Dynamics 365 Business Central?

  • To provide core functionalities and features
  • To manage user permissions
  • To handle integration with other systems
  • To configure the user interface
Mark for review

How can you create a new report in Dynamics 365 Business Central?

  • By writing SQL queries
  • By using the Report Designer
  • By creating a new report object in AL code
  • By modifying an existing report
Mark for review

What is the purpose of the AL language in Dynamics 365 Business Central?

  • To develop client-side scripts
  • To define business logic and data structure
  • To configure the database
  • To customize the user interface
Mark for review

How do you define a global variable in AL language?

  • Using the GLOBAL keyword
  • Using the VAR keyword outside a function
  • Using the GLOBALVAR keyword
  • Using the DEFINE keyword
Mark for review

Which of the following objects are used to create user interfaces in Dynamics 365 Business Central?

  • Pages
  • Reports
  • Tables
  • Queries
Mark for review

Which of the following objects is used to create reports in Dynamics 365 Business Central?

  • Table
  • Page
  • Report
  • Query
Mark for review

Which of the following is a valid data type in AL language?

  • Text
  • String
  • Char
  • Number
Mark for review

How do you add a new field to an existing table in Dynamics 365 Business Central?

  • By modifying the base application
  • By creating a table extension
  • By creating a new table
  • By using a configuration file
Mark for review

What is the use of the OnInsert trigger in Dynamics 365 Business Central?

  • To execute code before inserting a record
  • To execute code after inserting a record
  • To execute code before updating a record
  • To execute code after updating a record
Mark for review

Which of the following tools is used to manage source control for Dynamics 365 Business Central development?

  • GitHub
  • Azure DevOps
  • GitLab
  • Bitbucket
Mark for review

How can you handle errors in AL code?

  • Using the TRY...CATCH statement
  • Using the ERROR function
  • Using the HANDLE_ERROR function
  • Using the THROW statement
Mark for review

How do you deploy an extension to a production environment in Dynamics 365 Business Central?

  • By copying files manually
  • By using the Development Environment
  • By using the Extension Management page
  • By writing deployment scripts
Mark for review

What is the use of the DataItemLink property in a report object?

  • To link report data items
  • To define table relationships
  • To manage data export
  • To customize report layouts
Mark for review

How do you add a new role to a user in Dynamics 365 Business Central?

  • By modifying the user's properties
  • By using the Users page
  • By using the Role Center
  • By writing AL code
Mark for review

How do you define an enumeration in AL language?

  • Using the ENUM keyword
  • Using the DEFINE keyword
  • Using the ENUMERATE keyword
  • Using the ENUMERATION keyword
Mark for review

What is the purpose of the C/AL language in Dynamics 365 Business Central?

  • To define business logic and data structure
  • To develop client-side scripts
  • To configure the database
  • To customize the user interface
Mark for review

How do you define a field in a table in Dynamics 365 Business Central?

  • Using the FIELD keyword in AL code
  • Using the DEFINE keyword in AL code
  • Using the VAR keyword in AL code
  • Using the FIELD keyword in SQL
Mark for review

Which of the following is a valid data type for a field in Dynamics 365 Business Central?

  • Integer
  • Number
  • Char
  • DateTime
Mark for review

What is the primary development environment for Dynamics 365 Business Central?

  • Visual Studio Code
  • Visual Studio
  • SQL Server Management Studio
  • Power BI
Mark for review

Which of the following tools can be used to create an extension in Dynamics 365 Business Central?

  • Azure DevOps
  • Visual Studio Code
  • Docker
  • SQL Server Management Studio
Mark for review

Which of the following is used to run custom code on the client-side in Dynamics 365 Business Central?

  • JavaScript
  • C#
  • AL
  • TypeScript
Mark for review

How can you call a codeunit from a page action in Dynamics 365 Business Central?

  • Using a SQL query
  • Using the Codeunit.RUN method
  • Using the PageAction.CALL method
  • Using JavaScript
Mark for review

How can you create a new table in Dynamics 365 Business Central?

  • Using AL code
  • Using C# code
  • Using JavaScript code
  • Using SQL queries
Mark for review

blinkerOnline

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • Answered
  • Not Answered
  • Marked for Review