Tech IndustryJun 26, 2021
AdobeFqFp21

Salesforce system design expectations

Hello friends, I have Salesforce interview process lined up for India location. What type of questions can be expected for system design, is it low level or high level. If anyone has recent experience, could you please share. I have read on blind that coding questions are mainly LC medium, will tagged questions in LC help? Yoe 7.5 years Tc 55 lpa #interview #salesforceinterview #systemdesign #leetcode

Salesforce rationlist Jun 26, 2021

What is cloud BU? In Salesforce every product is a SaaS cloud.

Adobe FqFp21 OP Jun 26, 2021

Ok yes. I have updated the post. Could you please give some insight

Salesforce rationlist Jun 26, 2021

High level Design would revolve around a use case and specific aspects of solution. Like design a notification system where the focus may be on 1 notification being sent to million users. How would you scale and what is the approach. Whether you will go asynchronous or not? If yes, how will you check point etc. How will you ensure no duplicate notification being sent etc. High level design is for LMTS+ and sometimes for high SMTS as well. For Low level design, it could be design a snake, chess or a cards game. Databases, class structure, oops, multi threading can be explored.