Get Dependent Picklist Values in Apex?
Question I have a pair of dependent picklists in Salesforce. In Apex code, how can I determine the valid options in the dependent field for each value in the controlling field? For example, consider the following picklists: Controlling Field (Controlling_Field__c): Dependent Field (Dependent_Field__c): I tried using getPicklistValues(), but it does…
Goldman Sachs SDE III Interview Questions
Table Of Contents Preparing for the Goldman Sachs SDE III Interview is no easy feat, but with the right guidance, you can approach it with confidence. In my experience, this interview is known for its rigorous assessment of both technical expertise and problem-solving abilities. You’ll face tough questions that test…
How to Automate Password Expiry Reminders?
Question I want to automate the process of sending email reminders to Customer Community users when their password is about to expire in 7 days. However, my organization uses multiple profiles for Customer Community users, and each profile has its own password expiration policy (e.g., 90-day expiration, 180-day expiration, etc.)….
Kafka Interview Questions
Table Of Contents When I first started preparing for Kafka interviews, I realized how critical it is to understand both the fundamentals and advanced concepts of this powerful event-streaming platform. Interviewers don’t just stop at definitions or basic concepts—they delve into real-world scenarios, architectural challenges, and performance optimization techniques. You…
What are static code analysis tools for Apex?
Question: Are there any static code analysis tools available for Apex? I am aware of the Force.com Security Source Code Scanner, but it has the drawback of requiring requests to be placed in a queue and run remotely, which slows down the development process. Is there a tool I can…
How to Enable Salesforce Dark Mode?
Table Of Contents The technological landscape is constantly evolving, driven by user preferences and the growing need for more efficient, user-friendly interfaces. One significant trend that has gained momentum is the adoption of Dark Mode across various software platforms. Recognized for its powerful role in customer relationship management (CRM), Salesforce…
Why Is My Salesforce Webhook Returning “FORBIDDEN”?
Question I recently set up a Stripe Webhook endpoint in our Salesforce sandbox, and it worked perfectly when tested via Postman and Stripe. However, after deploying it to production, I started encountering the following error whenever I tried to access the endpoint via Postman or directly in a browser: I…
Core AI interview questions
Table Of Contents In the dynamic and rapidly growing field of Core AI interview questions typically explore essential concepts and practical applications. Candidates can expect to face inquiries about algorithms, machine learning techniques, neural networks, and data processing. Interviewers often present real-world scenarios to assess how applicants tackle complex problems…
Can Named Credential Merge Fields Be Used in URLs?
Question: I have a Named Credential defined as follows: The service I am trying to authenticate against requires passing the username and developer key as URL parameters. I attempted to use Named Credential merge fields to pass these parameters, but debugging the request shows that the merge fields are not…
Salesforce Heroku Architect Interview Questions
Table Of Contents As a Salesforce Heroku Architect, you’re expected to be a problem-solver, a strategist, and a master of scalable cloud solutions. In interviews for this role, I’ve found that the questions often push you to demonstrate your expertise in Heroku architecture, application deployment, data synchronization, and performance optimization….