Nice explanation of all the answers... great job 💯👍
@forceGalaxy Жыл бұрын
Yes candidate is too good .
@vickyk4922 Жыл бұрын
@@forceGalaxy yes!can you post full video of this candidate which covers all the topics
@gvsfcloud1774 Жыл бұрын
@@forceGalaxycan you explain on passing sobject as parameter to custom event
@NareshSikhwal Жыл бұрын
Answer for Constructor and Connected callback is same. Component inserted in DOM.
@ChaitanyaCanSing10 ай бұрын
Constructor is called when the component is created right? Connected call back is called when the component is inserted??
@urmi0416 Жыл бұрын
can you upload a video on interview questions on LWC for 2 years of experience. What is the level of questions... really important can you please...
@forceGalaxy Жыл бұрын
Sure
@Saasex Жыл бұрын
@@forceGalaxy Hi Maam, It is highly needed. Please make a detailed video of the list of questions that will be asked from LWC and Apex for 2yrs exp guy. There is no video such as this on KZbin.
@namiows10 ай бұрын
for the last question, it’s mandatory also to have a aura component when replacing the standard action of a standard button, right? Is this correct also?
@amarmute7384 Жыл бұрын
I have a question.. If account has two 2opportunity I have to prevent deletion of account then how it can be done.. With no code
@anirudh3925 Жыл бұрын
Use validation rule
@Akshikhushi152810 ай бұрын
Validation rule won’t work here. As it is fire on record save. We should use triggers in this case.
@shanmugapraveen50799 ай бұрын
We can use flow
@narendrakumarponnaganti9327 Жыл бұрын
Hi, please make a video on freshers resume and provide sample resumes. i am waiting for this type of video. please do it soon
@forceGalaxy Жыл бұрын
On Wednesday will upload same.
@narendrakumarponnaganti9327 Жыл бұрын
@@forceGalaxythank you ma'am
@siri-i5i5 ай бұрын
How much exp he have??
@raghavendrasharma2466 Жыл бұрын
Hi forceGalaxy, Could you please help me. A question was asked in my interview today, the question is How do we fetch all accounts that have at least one or more contacts and we have to show fields like account name, last modified contact name related to account and in the org we have millions of accounts and contacts. And data have to show in datatable in LWC.
@AzeemKhan-hr3td Жыл бұрын
Hello Raghavendra, To implement the asked scenario you write an apex class and in the apex class apply the following SOQL to fetch all accounts that have child contact records, [SELECT Id, Name,(SELECT Id, Name FROM Contacts ORDER BY LASTMODIFIEDDATE) FROM Account WHERE Id IN (SELECT AccountId FROM Contact) ORDER BY LASTMODIFIEDDATE] The returning list of sobject from SOQL you can use in the Lightning table. I hope you will get a glimpse into implementing this scenario if any other information is needed, please let me know. Thanks.
@raghavendrasharma2466 Жыл бұрын
@@AzeemKhan-hr3td Thanks for the reply, soql has a limit of 50000 records but we have to work on millions of records then how can we do.
@raghavendrasharma2466 Жыл бұрын
@@AzeemKhan-hr3td thanks for the reply but soql has a limit of 50000 records, but we have to work on millions of records.
@SumitDaily Жыл бұрын
@@raghavendrasharma2466 We can write Batch Apex and process the Millions of records in the chunks. This will help us avoid hitting the Governer limit.
@raghavendrasharma2466 Жыл бұрын
@@SumitDaily but how can we show those records in LWC datatable?
@sameerqadri9877 Жыл бұрын
can i book fresher Interview on topmate with you ? on next week
@forceGalaxy Жыл бұрын
Sure . Availabilities are shared there.
@adityagupta1028 Жыл бұрын
Hi, I have created an Apex batch class to send an email for every 72 hours by using classic email template, I am using the opportunity and related contact data in classic email template and sending email to opportunity owner, I am receiving the email but merge fields are not working or showing in email when i am receiving. can you please tell me where I am missing? and also one more question what is whatId when using classic email template in Apex code?
@rohitkumargoud6220 Жыл бұрын
I've done something similar work but used Visualforce email template there you won't feel any problem with the fields
@the_Story_Teller_19079 ай бұрын
You might have to use VF email template to include merge fields. In classic email template, merge fields are not supported.
@PayalDongre-e1r Жыл бұрын
Is it for freshers?
@forceGalaxy Жыл бұрын
For fresher basic question are considered only if he has worked on web components , this is for who is having LWC projects experience.