I applied online. The process took 1 day. I interviewed at Accenture (Jaipur, Rajasthan) in Jun 2025
Interview
Overall expression was good,gone through some deeper Salesforce senerio based question which actually force you to think in design the solution with the best practices the interview not test your theoretical knowledge it pushes to think like a building the solution approach
Interview questions [1]
Question 1
About my project and deep explanation in terms of technicality
I applied through a recruiter. The process took 4 weeks. I interviewed at Accenture
Interview
There were a few rounds of phone/zoom based interviews followed by a take home project and a final review of the project submission. The Interviewers were friendly and helpful, and overall it was a good experience interviewing with them.
I applied online. The process took 1 week. I interviewed at Accenture (Banglor) in Jan 2025
Interview
There is 3 level of process
First you need to apply ,hr will call you and shortlist you and schedule your interview.
One technical person will take your interview if you selected then there is one more round which is manger or project allocation round
Interview questions [1]
Question 1
What is trigger , trigger question
Write a trigger on Account such that:
1. Whenever an Account’s Industry is updated to “Technology”,
All related Contacts should get updated with a custom field Is_Tech_Contact__c = true.
If Industry is changed from Technology to something else, then Is_Tech_Contact__c = false.
2. At the same time, for that Account:
If no open Opportunity exists → Create a new Opportunity with:
Name = "Tech Deal - " + Account.Name
Stage = "Prospecting"
CloseDate = Today + 30 days