I applied through other source. I interviewed at Accenture
Interview
The interview was an intensive, single-round technical evaluation lasting approximately 1.3 hours that tested end-to-end Salesforce capabilities. The discussion covered a wide range of topics, including Admin configurations, LWC concepts, Apex architecture, Flows, and Integration scenarios. After thoroughly assessing conceptual knowledge across these modules, the interview concluded with a live coding test where I was asked to write functional LWC code on the spot.
Interview questions [1]
Question 1
Write an LWC that loads a third-party JavaScript charting library (like Chart.js) from a Static Resource to visualize data fetched from Apex. Ensure the script only loads once, the chart only renders after both the DOM and data are ready, and prevent memory leaks when the user navigates away from the page.