Salesforce Apex Interview Questions & Answers

  Рет қаралды 7,759

Tech Journey With Ankit

Tech Journey With Ankit

Күн бұрын

Пікірлер: 46
@atrivedi1000
@atrivedi1000 4 ай бұрын
IT industry is a ocean, There is no limit of questions and answers but I must say this video is really nice that you have covered all the basic points of Apex and Object-Oriented Programming in 35 mins. When i was watching this video, I thought if you can add one example in the Static Method and Instance Method slide that would be really helpful for viewer like you have added in most of the slides, also in the next slide (Collection), if you can add points related to advantage and disadvantage of List, Set and Map along with the example would be plus. Thank you so much Ankit for creating and sharing informative video.
@vijaygehani2123
@vijaygehani2123 5 ай бұрын
Answer to your question at 28:27 is for a sync 100 SOQL queries are allowed and for async it is 200 SOQL queries. Thanks for the tip question of Set and Map that overrides and don't show the error. Highly appreciate your efforts on all the aspects of SFDC. I definitely see your channel going 10X subscribers very soon.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Thanks Buddy for your wishes. God is very kind
@harmeetsandhu8238
@harmeetsandhu8238 4 ай бұрын
Total Number of SOQL queries issued in Salesforce syc 100 /asyc 150. 1.Abstract Class have abstract method with body and In Interface Class Method without body. It will have only signature of method. 2.Apex code default Character limit 60,00,000 characters. 3.Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on the Salesforce platform.
@rangurajeevkumar1694
@rangurajeevkumar1694 4 ай бұрын
Apex is called a strongly typed programming language because it enforces strict data type definitions, performs compile-time type checking, ensures type safety, supports method overloading with type-specific signatures, and allows the use of generics. This helps catch type-related errors early and maintains code consistency.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 4 ай бұрын
Good very detailed
@ravigrover1923
@ravigrover1923 5 ай бұрын
An abstract class will have an abstract method as a must but can also have methods with body in that class . In Interface there will not be a method which is defined or has a body, it will just have signatures of methods and curly braces.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
💯
@siddharthpadhi8979
@siddharthpadhi8979 5 ай бұрын
thanku so much sir..will cover these videos also...currently covering lwc bootcamp videos.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Great keep learning
@shraddhatidke7079
@shraddhatidke7079 5 ай бұрын
Very helpful for the beginner salesforce developer ....need more such useful and advanced content.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Glad you found this helpful
@rashmichoudhari4223
@rashmichoudhari4223 3 ай бұрын
Extremely helpful for the beginner developers. Thank you so much Sir.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 3 ай бұрын
Glad you found this helpful
@Himanshukumar-pw4ys
@Himanshukumar-pw4ys 3 ай бұрын
Apex is a strongly typed programming language because it requires explicit data type declarations, enforces type checking at compile time, and ensures that variables, expressions and methods are consistently used with their declared types.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 2 ай бұрын
Very good
@sasikalakesavan532
@sasikalakesavan532 5 ай бұрын
The main difference between Interface and Abstract class is, Interface will have only abstract methods(method that has only a signature (body is not defined)). where as abstract class can have both abstract methods and non abstract methods
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Correct
@Himanshukumar-pw4ys
@Himanshukumar-pw4ys 3 ай бұрын
Governor limit of apex code character limit: 1 million characters per class/trigger
@TechJourneyWithAnkit
@TechJourneyWithAnkit 2 ай бұрын
Cool
@AmkapComehub
@AmkapComehub 4 ай бұрын
Hi Ankit, your video series are really good and helpful for interview prep. Have completed this and integration and going through LWC series. If possible please provide some insight in to development and deployment process. Thanks.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 4 ай бұрын
Sure i will plan for it.
@ravigrover1923
@ravigrover1923 5 ай бұрын
Ankit bhai a future topic which you can cover that will benefit a lot of trailblazers is "Order of Execution". Please make a full 30 minutes to 1 hr session on it with some examples of what metadata will run first like before trigger or before flow etc :)
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Sure Ravi Bhai will plan for it
@ravigrover1923
@ravigrover1923 5 ай бұрын
100 SOQL statements can be run but once you do 101th SOQL you will get an exception, hope that's correct aka 101 exception
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Correct 💯
@bbk9988
@bbk9988 5 ай бұрын
Your videos are really great and ur explanation is very helpful sir 🙏🏻🙏🏻, could you pls cover these apex topics , batch apex and other imp topics related to this via bootcamps.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Sure I will
@raghavendrasharma2466
@raghavendrasharma2466 5 ай бұрын
How can we handle bulk incoming requests from external system in integration?
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Using Bulk API. This question is covered in interview Integration playlist. Do checkout
@raghavendrasharma2466
@raghavendrasharma2466 5 ай бұрын
@@TechJourneyWithAnkit thank you
@user-jb6cn9ej5m
@user-jb6cn9ej5m 3 ай бұрын
100 soql query can be inviked in single transaction and for the ASYN 200
@TechJourneyWithAnkit
@TechJourneyWithAnkit 3 ай бұрын
Correct my friend
@shivameswarom
@shivameswarom 5 ай бұрын
Kindly please do more videos on Apex
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Sure , do check the lastest one
@shivameswarom
@shivameswarom 5 ай бұрын
Thank you so much for your valuable time and effort for us I really appreciate.🎉
@Saptarshi_101
@Saptarshi_101 3 ай бұрын
Hi, I had a confusion. In the documentation it is mentioned that the query locator returns 50 million Records. But here you have mentioned 10000. Am I missing something?
@TechJourneyWithAnkit
@TechJourneyWithAnkit 3 ай бұрын
According to the documentation, in a batch start() method the governor limit of query selector is bypassed. The governor limit of 10,000 still applies in execute() and finish() and other Apex class methods if you use a query selector
@digambarpatle184
@digambarpatle184 4 ай бұрын
hi Ankit how we can I ans if interviewers asked question -- How data flows in lws when we call Apex
@TechJourneyWithAnkit
@TechJourneyWithAnkit 4 ай бұрын
Didn't get your question
@digambarpatle184
@digambarpatle184 4 ай бұрын
@@TechJourneyWithAnkit if interviewer asked me a question How's the Data Flows in LWC Component When We Call Apex Class
@Dabbara-saiOO7
@Dabbara-saiOO7 5 ай бұрын
Sir lwc interview preparation series is completed or still anything is pending in that series
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
That one is completed
@ravigrover1923
@ravigrover1923 5 ай бұрын
Strongly typed means we must tell the compiler the data type before we ask for a variable to be defined. And the default code character limit is 6,000,000 characters.
@TechJourneyWithAnkit
@TechJourneyWithAnkit 5 ай бұрын
Very Good Ravi
@ommahajan1210
@ommahajan1210 3 ай бұрын
@@TechJourneyWithAnkit sir is it 6mb or 1 million characters.
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 259 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 55 МЛН
Salesforce Apex Interview Questions & Answers #salesforce #apex #interview
37:35
Tech Journey With Ankit
Рет қаралды 3,4 М.
Salesforce Apex Interview Questions & Answers #salesforce #apex  #interview
25:14
Tech Journey With Ankit
Рет қаралды 4,4 М.
Salesforce Batch Apex Interview Questions
9:38
SFDC Ninja
Рет қаралды 8 М.
How Much Tape To Stop A Lamborghini?
00:15
MrBeast
Рет қаралды 259 МЛН