Online Exam Quiz

questionQuestion  1 to 30

How do you create a new profile in Dynamics 365 Business Central?

  • By using the Profiles page
  • By using the Profile Management tool
  • By writing AL code
  • By modifying an existing profile
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

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

  • Pages
  • Reports
  • Tables
  • Queries
Mark for review

How do you define a primary key for a table in Dynamics 365 Business Central?

  • Using the PRIMARY KEY keyword in AL code
  • Using the Key property in table fields
  • Using the Table Properties window
  • Using a configuration file
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 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

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

  • Text
  • String
  • Char
  • Number
Mark for review

What language is used for developing extensions in Dynamics 365 Business Central?

  • C#
  • AL
  • JavaScript
  • TypeScript
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

Which of the following is used to define user permissions in Dynamics 365 Business Central?

  • Roles
  • Profiles
  • Permission Sets
  • User Groups
Mark for review

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

  • JavaScript
  • C#
  • AL
  • HTML
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

Which of the following is a valid AL code snippet for defining a procedure?

  • procedure MyProcedure()
  • PROCEDURE MyProcedure
  • MyProcedure()
  • Function MyProcedure()
Mark for review

What is the use of the Query object in Dynamics 365 Business Central?

  • To define table relationships
  • To fetch data from tables
  • To create reports
  • To manage user permissions
Mark for review

Which of the following is used to create a web service in Dynamics 365 Business Central?

  • Page
  • Codeunit
  • Table
  • Query
Mark for review

Which of the following is a valid trigger in Dynamics 365 Business Central?

  • OnBeforeInsert
  • OnPreInsert
  • BeforeInsert
  • InsertBefore
Mark for review

What is the role of the Data Exchange Definition in Dynamics 365 Business Central?

  • To define data import/export formats
  • To configure user permissions
  • To manage table relationships
  • To develop client-side scripts
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

What is the use of the Page Wizard tool in Dynamics 365 Business Central?

  • To create new pages quickly
  • To manage page properties
  • To configure page layouts
  • To customize page actions
Mark for review

What is the purpose of the Debugger tool in Dynamics 365 Business Central?

  • To analyze database performance
  • To identify and fix code issues
  • To manage user permissions
  • To generate reports
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

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

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

What is the default port number for the Web Client of Dynamics 365 Business Central?

  • 8080
  • 7047
  • 7070
  • 7447
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 use of the ApplicationArea property in a page object?

  • To define the functional area of the page
  • To manage user permissions
  • To customize page actions
  • To configure page layouts
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

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

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

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

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