How did you use Flows ?
How do you handle exceptions in Flows?
Few questions from LWC and Apex.
questions on previous employment experience.
The first technical round of interview was a coding challenge with 2 problems to solve. One was as below:
• Coding challenge # 1
Leads are onboarded with the following info: Email, LastName, FirstName, Phone from an automated process. Write Apex code to update a Lead with Lead Owner id. Create a variable called “assignment” and assign to a “wait queue” following the criteria met :
Email is in the right domain – abc.com or def.com
lastName = xyz ….similar conditions
• Coding challenge # 2
String x = a, b, c, c, c, d,e,e,f,g,g,g,g,g,h,I,j,k,k,k
Desired output = [[c,c,c],[e,e],[g,g,g,g,g],[k,k,k]]
Solve the above. Use any language of choice to get the desired output.
Second Technical round of interview were a mixture of behavioral and technical question targeted to understand the participant's approach to problems.