Module 12: X++ Overview

D365 MCQ Questions > D365 F&O Technical

This article presents multiple-choice questions and answers related to X++ in D365 F&O, designed for technical consultants and developers. Test your knowledge of X++ syntax, data types, operators, and control statements with these MCQs. Improve your skills and prepare for interviews or certification exams with this valuable resource. ➲ Module 12: X++ Overview - Quiz


  • A Classes, objects, variables
  • B Classes, methods, objects
  • C Methods, variables, classes
  • D Methods, objects, variables
  • A To define a variable that can change data types
  • B To define a variable of a type that the compiler will determine.
  • C To define an array type variable
  • D To define a container
  • A Info, Warning, and Error
  • B Info, Box, and Warning
  • C Dialog, Box, and Error
  • D Info, Dialog, and Box
  • A Only at the beginning of a method
  • B Only at the beginning of a class declaration
  • C Anywhere in the code (“in-line”)
  • D Anywhere within a form
  • A 1, 3, 5, 7, 9
  • B 1, 4, 7, 10
  • C 0, 3, 6, 9
  • D 0, 1, 3, 6, 9
  • A Comment code to communicate with other developers
  • B Use a naming standard for an organization
  • C Limit code comments to shorten text strings
  • D Each element should have a label assigned in the Properties window
  • A Azure DevOps Services
  • B Azure DevOps Server
  • C Visual Studio Team Foundation Server
  • A code:”while"
  • B code:”while" type:form,method
  • C type:form,method while
  • D name:while
  • A Make it complicated
  • B Always keep it the same
  • C Keep it simple
  • A Task recorder
  • B Data migration framework
  • C Software deployable packages
  • A Number of users
  • B Number of transactions per month
  • C Seasonality
  • D Printing checks
  • A You can use var to declare local variables for declarations of for loop counters
  • B You can declare a variable wherever statements can be provided.
  • C You can declare a variable after the variable is used.
  • D You can declare variables in smaller scopes, outside which the variables can’t be referenced.
  • A Error handling
  • B A ternary operation
  • C If statement
  • D Switch statement