MS Dynamic 365 Interview Question and Answers Practical Scenario Based
MS Dynamic 365 Interview Question and Answers Practical Scenario Based
5. Can we apply automation in import and export the solution? If yes how?
Answer: We can automate solution deployment using DevOps CI, CD Pipelines with some
Power Sheel script and Power Platform Build Tools.
6. If one solution has used the same form in multiple tables with different configuration, is it
shown any error at the time of exporting to production?
Answer: If all the dependent components are in place there will be no error.
8. For sales and service, we used one solution or 2 different? If one, then if both solution
contain have same entity, is there any conflict happen in production?
Answer: Better to create 2 solutions depending on module. If one solution is created, we
have to be careful about change override otherwise there is no issue.
9. In UAT and production if some issue arises then how to resolve that one?
Answer: First, we must understand which component is causing the issue. If any solution
component causes an issue, then we need to fix the issue in Development and re-test and
move the solution patch to UAT and production. For Plugins we can use profilers for
debugging to understand root cause, plugin trace to analyze. Need to check if the issue is
12. How to identify where the issue is a bug or a configuration issue? How to fix the bug in
production?
Answer: By debugging code and running use cases we can Analyse Root Cause. For
production server log files, traces help to do Root Cause analysis. For production bug fix see
number 1 questions answer.
13. If some error is showing in production, then How to identify that is from functional side or
technical error?
Answer: By debugging code and running use cases we can Analyse Root Cause. For
production server log files, traces help to do Root Cause analysis. For production bug fix see
number 1 questions answer.