I applied through a staffing agency. The process took 2 weeks. I interviewed at CompuCom (New Delhi) in Sept 2022
Interview
I have received a call via one of the hiring partners with CompuCom.
By the quality of questions and concepts asked, you can try to judge the panel and get a high level overview of projects in Salesforce space.
I felt like interview panel was very immature, they were having around 8-10 years of experience but the questions were mostly focused on syntax, like Regex, directives in HTML, template ifTrue, template forEach, calling apex via wire, custom event in lwc, calling a child component from parent, API names of the fields on various standard objects or API names of the standard objects. There were hardly any scenario based questions.
They are looking for a candidate who can learn by heart the API names and exact syntax.
Interview questions [3]
Question 1
What is the object API name of Opportunity Product?
What is the field API name of the field which link Content Document with a sObject?
Write the syntax of Regex function, directives in HTML, template ifTrue, template forEach, calling apex via wire, custom event in lwc, calling a child component from parent, API names of the fields on various standard objects or API names of the standard objects.
Write the apex code to pass two strings, a,b, and then read the strings and make sure that all the characters are either integer or decimal and then return the division, a/b.