Top 50 Microsoft Dynamics Crm Interview Questions You Must Prepare 27.Jul.2024

Q1. What Are The Default Settings For Field Level Security And Auditing?

  • Field level security : Disable
  • Auditing : Enable

Q2. Does My Active Directory Domain Should Have Microsoft Exchange Server Installed In It?

No, it is not neccesary. One can use in-house or external SMTP and POP3 services.

Q3. How Should Is Change Execution Order Between Synchronous Workflow And Plugin?

we have tool synchronous event order in ToolBox by using we can able to update Rank of workflow.

Q4. How Can We Know The Owner Of Managed Solution?

Each Managed solution is linked with Publisher. Publisher indicates the owner of the Managed solution who developed it.

Q5. Can We Update The Components In Managed Solution?

No, we can’t update the components in Managed solution

Q6. How Do Secured Fields Behave For Retrieve And Retrievemultiple?

When user call the Retrieve/RetrieveMultiple messages, CRM evaluates if the user has access to each retrieved record and each secured field. CRM wont show error message if the retrieve column set contains secure fields instead null values are returned for secured fields.

Q7. What Are Requirement Levels We Have To Create A New Field For An Entity?

  • Optional
  • Business recommended
  • Required

Q8. What Is Meant By Metadata Services Of Mscrm?

The metadata of MSCRM holds the information about the attribute and the entity. For instance, platform name, datatype of attribute, size of the attribute, display name, etc

Q9. Which Security Roles Allow You To See Secured Fields?

System Administrator : The System Administrator field security profile gives full access to all secured fields in Microsoft Dynamics CRM. By default, all users who have the System Administrator security role have this profile. This profile is system managed and can’t be updated or deleted.

Q10. What Is Workflow?

workflow involves the automation of business processes from one party to another whose actions are in accordance to a set of rules.

Q11. What Is Meant By Managed Properties?

We can’t customize Managed solution components. By using, Managed properties of Managed solutions users can customize these Managed solution components.

Q12. Do All Attribute Data Types Support To Restrict All Permissions With Field Level Security?

No, there are a few additional rules that apply to certain attribute data types.
Boolean attributes can be secured for create and update operations but not for read.
Option set attributes can be secured for create, update, and read when a default value is unspecified.

Q13. How Do Secured Fields Behave For Filtered Views?

Filtered views will not return data for the secured fields if the calling user does not have authorization for the fields. When no field security is applied for any of the view’s attributes, the filtered views return complete data.

Q14. Where Can We Change The Number, Currency And Time Formats?

  • Click on settings Icon at top right corner of the CRM instance
  • Select Options
  • Under format tab
  • Click on “Customize”
  • Here, user can change the format of Number, Currency, Date and Time

Q15. What Is 'append' And 'append To' Privilege In Mscrm? Give One Example Of It?

Append' and 'Append To' priviledges works together. 'Append To' priviledge will allow other entities to get attached with the entity. 'Append' priviledge will allow the entity to attach the records to the entity with 'Append To' privildege.

Let us understand this with simple example:Let us say that you want to attach a note to a case then note entity should have 'Append' access right and case entity should have 'Append To' access right.

Let us take one more example to understand this. Suppose you have two custom entities called 'TestCustomEntity1' and 'TestCustomEntity2'. You want to attach the 'TestCustomeEntity2' records to 'TestCustomEntity1'records. For this you need to have 'Append' access right on 'TestCustomEntity1' entity and 'Append To' access right on 'TestCustomEntity2'.

Now guess will I be able to attach the records? Answer is "NO" because we need to create a 1:N relationship between 'TestCustomEntity1' and 'TestCustomEntity2'.

Now the user who has above mentioned access right in his security role will only be able to add 'TestCustomEntity2' records to 'TestCustomEntity1'.

Q16. What Is Managed Solution?

Managed solutions is a kind of completed package that we can distribute to others to install in their CRM organizations.

Q17. What Are The Different Data Types We Have In Crm?

  • Single line of text
  • Multiple lines of text
  • Currency
  • Date and Time
  • Whole Number
  • Decimal Number
  • Floating Point Number
  • Option set
  • Two Options
  • Image
  • Lookup

Q18. How Can You Enable Or Disable The Form Assistant? And How To Be Sure That The Form Assistant Is Expanded Or Not?

One can use the following pathway to ensure this– Navigate to Customization >> Open the Entity >> Open Forms and Views >> Open Form >> Select Form Properties >> Open Display Tab >> Check/Uncheck the “Enable the Form Assistant” and “Expanded by Default”.

Q19. What Are The High Level Steps To Enable Field Level Security?

  • Enable field-level security for an attribute.
  • Create a field-level security profile.
  • Associate users or teams with the profile.
  • Add specific field permissions, such as Create, Update or Read for a specific attribute to the profile.

Q20. What Will Happen If Multiple Profiles Assigned To User/team?

User/Team receives the least restrictive permissions

Q21. What Are The Different Types Of Solutions In Dynamics Crm?

There are two types Dynamics CRM solutions:

  • Managed.
  • Unmanaged.

We have ‘Default Solution’ also in CRM with all components of instance

Q22. How Do Secured Fields Behave For Create Or Update?

If user prepares an object with secure fields to Create/Update a record then it will show “Insufficient permission” error on creating/updating the record.

Q23. Where Can We Get Organization And Discovery Service Urls In Crm Instance?

Navigate to Settings –> Customizations –> Developer Resources

Q24. What Is The Difference Between Dialogs And Workflow?

Dialogs refers to synchronous processes which requires user input, a wizard like interface. Where as Workflow refers to Asynchronous process which requires no user input and its an background process

Q25. What Is Plug-in?

A plug-in is an custom business logic which functions for integrating microsoft dynamics CRM 2011 with microsoft dynamics CRM online. This integrating is to augment or modify the standard behavior of the platform.

Q26. What Is The Difference Between Remove And Delete Buttons On Solution?

Remove button release the components from the solution whereas Delete button removes the component from CRM system.

Q27. What Is The Difference Between Plug-in And Workflow With Regard To Security Restrictions?

The user requires an system admin or system customizer security role and membership in the development administrator group, in order to register a plug-in with platform. Whereas, the user can use the web application for workflow.

Q28. What Tables Get Effected When A New User Is Created In Ms Crm?

When CRM creates a new user, it writes data to three different tables: [MSCRM_CONFIG].[dbo].[SystemUserAuthentication] [MSCRM_CONFIG].[dbo].[SystemUserOrganizations] [XX_MSCRM].[dbo].[SystemUserBase] The steps for creating the user in CRM is as follows: The first table is populated as soon as you press ‘Save’. Amongst other data, the users GUID in Active Directory is added to the table. Next it tries to bind the user to the chosen organization. Lastly CRM populates the table in wich is used to display CRM users in CRM. 

Q29. Where To Do The User Related (personal) Settings?

  • Click on settings Icon at top right corner of the CRM instance
  • Select Options
  • Here, user can update general settings like default module, #records per grid view, tmezon, currency, email settings, format settings, synchronization settings, email templates and etc.

Q30. How Do Secured Fields Behave When Records Are Shared?

A user with access to a secured field in a record can choose to share it with another user or team. The user can only give the access that they have on the record. For example, to share the record and grant Update privileges, the user must have update privileges.
You can share a secured field on a particular record with Read and/or Update with a security principal (user or team). The user or team members with whom the record was shared now have that type of secured field access only on the shared secured fields on only that particular record, even if the user or team member to whom it was shared does not have a field security profile that gives them access.

Q31. How To Create A Custom Entity Record Using Sdk?

Using Dynamic Entity.

Q32. On Creation Of Entity How Many Tables Will Be Created At Back End?

Entityname+Base , EntityName+ExtensionBase

example: if you created an entity bank then following tables will be created at crm database new_bankbase , new_bankentensionbase

Q33. Suppose If I Have 20 User License And I Have Created 20 Users. What Will Happen If I Create 21st User?

The 21st User will get created in MSCRM but that user will be in disabled state.

Q34. What Is Discovery Services?

The discovery services function for determining the correct organization and URL.MSCRM has many servers, each of which it, might be dedicated to multiple Organization

Q35. How To Join Two Table Using Query Expression?

Using Linked entity. You should always try to minimize the number of SWS calls that we make in the database. Often during code review it is explored that the number of Microsoft CRM web-service could have been reduced by making use of the Linked-entity concept. So we should always look for the opportunity to minimize the effort.

Q36. What Is The Lookup Data Type And Where It Will Be Placed?

It will be created on 1:N relationship mapping and will be placed at “N” side entity

Q37. What Is E-mail Router In Microsoft Dynamics Crm?

E-mail router in MS CRM forms the software component which creates an interface between the Organization’s messaging system and the microsoft dynamcs CRM deployment.

Q38. Business Rules,javascript Method Which One Trigger The First?

javascript method is clientside program and syncronous and business rules are asynchronous process so javascrit execute first.

Q39. Can We Hide Tab In Ms Dynamic Crm Form Using Javascript? How?

Yes we can hide particular section using following line of code.
Xrm.Page.ui.tabs.get("tab_name").sections.get("section_name").setVisible(false);

Q40. What Is The Maximum Limit Of Records Can Be Displayed In Crm Grid View?

The maximum limit of records can be displayed in CRM grid view is 250.

Q41. What Is The Char Limit For Custom Components Pre-fix?

2-8

Q42. I Am Using Singleton Pattern And Found That Two Objects Are Created , How Is It Possible?

If you have multiple worker processes configured then not all of the requests are handled by the same process and thus not the same singleton. so if multiple singleton are handling requests then obviously multiple objects will be created. 

Q43. How Do Secured Fields Behave For Offline Synchronization?

Only the secured field values that you have access to replicate into the offline database. If you don’t have access to the data, it is not saved offline.

Q44. What Are All The Steps To Export The Solution As Managed Solution?

  • Navigate to Settings – Solutions
  • Select the solution that you want to export
  • Click on “Export”
  • Follow the Wizard and select “Managed” solution type in “Package Type” page.
  • Follow the remaining steps in wizard and save the solution 

Q45. Can We Modify The Name Of Root Business Unit?

 No; We will have to re-install MSCRM.

Q46. Where Does Crm Store Option Set Values In Sql Server?

StringMapBase

Q47. How Can We Know What Are All Attributes Can Be Secured In Crm With Field Level Security?

There are thousands of attributes from all entities those can secured with field level security. We can get those attributes in 2 simple ways:

  1. Install metada ta browser for the customized CRMs and query the entity metadata for the following properties CanBeSecuredForCreate, CanBeSecuredForRead and CanBeSecuredForUpdate.
  2. Open EntityMetadata.xlsx file for uncustomized CRM and query the entity metadata for the following properties CanBeSecuredForCreate, CanBeSecuredForRead and CanBeSecuredForUpdate.

Q48. How To Enable/disable The Form Assistant? How To Make Sure The Form Assistant Is Expanded/collapsed On A Form?

Navigate to Customization >> Open the Entity >> Open Forms and Views >> Open Form >> Select Form Properties >> Open Display Tab >> Check/Uncheck the "Enable the Form Assistant" and "Expanded by Default".

Q49. What Type Of Operations And Data Can Be Audited In Crm?

Below data and operations can be audited in CRM:

  • Create, update, and delete operations on records.
  • Changes to the shared privileges of a record.
  • N:N association or disassociation of records.
  • Changes to security roles.
  • Audit changes at the entity, attribute, and organization level. For example, enabling audit on an entity.
  • Deletion of audit logs.
  • When (date/time) a user accesses Microsoft Dynamics CRM data, for how long, and from what client.

Q50. Where To Change The #of Records Count Limit That Displaying In Entity Grid View?

  • Click on settings Icon at top right corner of the CRM instance.
  • Select Options.
  • Under General tab, select the value for Records per page (25, 50, 75, 100 and 250).