Skip to main content

Posts

Showing posts with the label Interview Question and Answer

Featured post

XM Cloud content sync from prod to uat or UAT to prod step by step

When working with Sitecore, it’s common to need content synchronization across environments. Today, I’ll walk you through the steps to sync content from Production to UAT/TEST and vice versa. Steps to Follow 1. Set Up Your Workspace Create a folder on your computer where you will manage the script files and exported data. Open the folder path in PowerShell to begin scripting. We need to run some scripts in PowerShell to update the folder with the basic requirements for syncing content. PS C:\Soft\ContentSync> dotnet new tool-manifest PS C:\Soft\ContentSync> dotnet nuget add source -n Sitecore https://nuget.sitecore.com/resources/v3/index.json PS C:\Soft\ContentSync> dotnet tool install Sitecore.CLI PS C:\Soft\ContentSync> dotnet sitecore cloud login If the above error occurs, you will need to run a different command to resolve the issue. PS C:\Soft\ContentSync> dotnet sitecore init now, Again run above command to open and authenticate with XM Cloud. It will be there a...

AngularJS Interview Question and answer

 HCL,Wipro,Chetu Interview question on AngularJS Generally question is asked in technical interview . This is the best Interview question arise on interview. be ready to get prepared on AngularJS technologies. No life without AngularJS for developer. See my other post which help you to get answer of these question or visit on page of AngularJS. 1.     When module are loaded of dependent modules ? 2.     How you initialize AngularJS manually?   3.     What is Global API? 4.     What are Prefixes $ and $$ in AngularJS?   5.     What is Filter?   6.     How are the AngularJS expressions different from the JavaScript expressions?   7.     What is Directives ?   8.     What are the role of directives ng-init, ng-app and ng-model in AngularJS? 9.     What are scope inheritance AngularJS?   ...

Angularjs Iinterview Question and answer

Some of interview Question and which is best for you to crack any interview 1.        What is AngularJS ?   2.     What are AngularJS advantages ? 3.        How can  access jQLite or jQuery with AngularJS? 4.        Why we use AngularJS? 5.        How AngularJS is different from other JavaScript Framework? 6.        Does AngularJS has dependency on jQuery? 7.        How to use jQuery with AngularJS? 8.     How we can Compare the features between  AngularJS and jQuery? 9.        Which IDE we use for AngularJS for development? 10.    What is the purpose of jQLite or jQuery lite? 11.    What are AngularJS core module? 12.    How AngularJS use to handle the security? 13.  ...