Hi guys Can anyone please provide the AEM dumps for Certification. am planning to give certification exam, so please provide me any valid documents which is help me to crack an exam
I am working on Listeners in AEM. I wrote this code for JCREventHandler, I created system user for the same and added new configuration in Apache sling Service User Mapper Service Amendment. But on running the code and on adding new node in apps/demo-website. I don't get the required result. Als...
Hi Team, For SSRF, Localhost url that is localhost:4502- is not working, So please suggest what will be the url for aem in local machine.Also Kindly suggest how to configure SSRF url in the local machine.
Is it possible to configure content fragment models so that they generate unique dynamic file IDs when creating content fragments which could be used for querying purposes and all?
I am new to adding translations in AEM. Very likely we would be using Transperfect. Has anyone used it before? Can we roll out translations programatically in variations instead of having separate copies in other folders?
I was looking into QueryBuilder API when I saw the ability to do advanced configuration: http://localhost:4503/system/console/configMgr/com.day.cq.search.impl.builder.QueryBuilderImpl Now I saw a lot of technical terms there and not sure about what exactly do they mean and how can I tweak them ...
I am using GQL API to fetch data from AEM. However I need to have logic like contains or doesn't contains in `_path`. I wanted to know if the same is supported in AEM through GQL APIs? Like for example I see CONTAINS, CONTAINS_NOT for other fields but not for the _path. For the path, I only see EQUA...
I am trying to compare a value in my query with the returned values of a subquery. The structure looks like the following: SELECT * as node FROM [nt:unstructured]WHERE node.[ATTR] in (SELECT otherNode.[ATTR] FROM … ) I get „expected: static operand“ error. Any suggestions on this? PS: The que...
Does anyone know if AEM offer out of the box feature to bind the tags under page properties for Multiple Languages? For example, if Author select a "Market" tag under page properties > Basic > tag. Same "Market" tag automatically apply to French page as well? and If Author remove tag from one page i...