Software Architecture and Design Patterns Interview Questions

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024

ความคิดเห็น • 168

  • @questpondvideos
    @questpondvideos  8 หลายเดือนก่อน +6

    C# Interview Questions : th-cam.com/video/BKynEBPqiIM/w-d-xo.html
    ASP.NET Interview Questions : th-cam.com/video/pXmMdmJUC0g/w-d-xo.html
    OOPs Interview Questions : th-cam.com/video/u99wAoBjDvQ/w-d-xo.html
    Angular Interview Questions : th-cam.com/video/-jeoyDJDsSM/w-d-xo.html
    JavaScript Interview Questions : th-cam.com/video/Zb4dPi7CANU/w-d-xo.html
    SQL Server Interview Questions : th-cam.com/video/SEdAF8mSKS4/w-d-xo.html
    Azure DevOps Tutorial : th-cam.com/video/aonA7Kb7WGE/w-d-xo.html

  • @PriyaMenon000
    @PriyaMenon000 2 หลายเดือนก่อน +9

    Thank you for all your videos! They've been incredibly helpful in my learning journey. Recently, I had a .NET backend interview, and I encountered the following questions:
    1. Have you ever written an Azure DevOps pipeline from scratch? If so, can you describe the process?
    2. How do you typically manage code check-ins within your development team?
    3. What’s your experience transitioning monoliths into microservices?
    4. How have you utilized Docker containers in your projects?
    5. Can you explain polymorphism and provide examples from your projects?
    6. Have you worked on projects using hexagonal architecture? How does it compare to traditional approaches?
    7. What was your role in the last project you worked on, and what were your day-to-day responsibilities?
    8. Have you taken on any lead roles in your projects? What were your responsibilities?
    9. How have you used lambda expressions in your code? Can you provide examples?
    10. What unit testing frameworks have you used, and how have they been integrated into your development workflow?
    11. Experience in ORM tools - last used example
    12. How have you implemented parallel processing in your projects?
    13. Have you used async/await in your code? Can you explain how it improves performance?
    14. Can you describe SOLID principles and explain how you've applied them in your projects?
    15. Can you explain the concept of batch processing, Series Processing and how you’ve used it in your work?
    16. What is the difference between IEnumerable and IQueryable? When would you use one over the other?
    17. How does indexing work in a database, and what are the differences between clustered and non-clustered indexes?
    18. When do you choose SQL over NoSQL, and what factors do you consider?
    19. How do you ensure data integrity during data processing?
    20. Can you explain the concept of Software as a Service (SaaS) and Infrastructure as a Service (IaaS)? How have you used them in projects?
    21. What challenges have you faced during microservice development?
    22. How do you handle production issues? Can you give an example of a challenging issue you've resolved?
    23. Have you ever had disagreements with teammates? How did you handle such situations?
    24. What’s your approach to handling merge conflicts when using Version control?

  • @seanishok04
    @seanishok04 8 หลายเดือนก่อน +37

    Happy Birthday Sir.Questions I faced in Interview, Could you please answer these question that will be really helpful. 1. There is a scheduler that runs every thursday to import data from CSV file in FTP server to User table. CSV file will contain new user or updates to existing user or existing user deleted. There is no flag in csv file to identify whether it new or existing or removed. How do you design a system to import file to table with less I/O. 2. we have service which calls multiple different API, If any one api call fails how do you make sure other API calls are not committed ? 3. What is clean architecture and when do you use it? 4. What is CQRS design pattern and why we need to use? 5. There is an application which is running in Dev and QA environment, How to configure authentication for this application such that Dev environment uses AD authentication and QA environment uses Forms Authentication or any other authentication.? 6. What is Repository pattern and Unit of Work why do we need to use it? 7. Entity Framework VS Dapper which one do you choose for your project and why? 8. Can we have EDMX file and Code First approach in same project? 9. Difference between Adapter and Decorator pattern? 10. How do you plan and migrate the existing application to Azure Cloud? 11. Azure App service vs Azure Function

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน +2

      We have taken the questions and will try to attempt it in later chapters. Thanks for commenting

    • @ShantanuShukla
      @ShantanuShukla 3 หลายเดือนก่อน +2

      1. Easiest way is that you create a temporary table to state the data of CSV and then use SQL Merge command to compare Stage and productions data.
      2. Use Distributed transactions using TransactionScope class
      5. You can use put it on config and use Factory pattern to initialize
      Rest required lot of explanation so skipping them.

  • @Rahul-jf5kf
    @Rahul-jf5kf 8 หลายเดือนก่อน +7

    the left hand person is exactly me. this is how I answered the questions? now I laughing at myself. Thank you very much for creating this video and thank you for the presentation style you choose.

  • @rpchost
    @rpchost 8 หลายเดือนก่อน +11

    I recently watched your 13.5 hours video in udemy (C# design pattern), and even it is an old video from 2013 I guess, but it has a big impact in making me a much better software architect

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน +3

      Thanks for mentioning it. I agree its old but has lot of effect. We are in process of updating it with DDD and MicroServivces. Happy learning.

    • @TrishanTech22
      @TrishanTech22 2 หลายเดือนก่อน

      Everything is really fantastic sir..only that beep sound is frustrating

  • @AliasgerTrunkwala786
    @AliasgerTrunkwala786 4 วันที่ผ่านมา

    Your videos have given me a great way of revising my knowledge of all the needed criteria. Thank you soo much sir.

    • @questpondvideos
      @questpondvideos  2 วันที่ผ่านมา

      Thank you, glad you found it helpful ☺

  • @prabhachoudhary6270
    @prabhachoudhary6270 8 หลายเดือนก่อน +1

    Hi Sir, I completed this video. It is very helpful and real time. I had faced this questions in my interview.

  • @govindraopawar9129
    @govindraopawar9129 19 วันที่ผ่านมา

    epic line: "Single man singleton" ..... superbb sir. you are very unique personality and very unique style to explain complex concepts.

    • @questpondvideos
      @questpondvideos  18 วันที่ผ่านมา

      Really glad you enjoyed the explanation style :) Thank you so much sir !

  • @tj_r_3679
    @tj_r_3679 8 หลายเดือนก่อน +2

    We need more content on Design patterns. Plus, an additional Note: You can do a follow up series on How we can combine the design patterns together to implement a hypothetical/real world solution to a problem would be the best way to go in my opinion. Thank you again for your videos. I have learnt so much just from your videos. Happy Birthday to you.

  • @swathimeher3934
    @swathimeher3934 2 หลายเดือนก่อน

    I’ve always enjoyed your lectures. They are detailed, in-depth, and make it easier to grasp the concepts clearly.

  • @touseefkhan5355
    @touseefkhan5355 7 หลายเดือนก่อน +4

    You had no moustache in introduction but quickly manage to grow before starting the questions. WOw such a hard topic you chose :)

    • @questpondvideos
      @questpondvideos  7 หลายเดือนก่อน +1

      hahahah you caught me :-)

  • @dke4772
    @dke4772 7 หลายเดือนก่อน +1

    very simple & clear explanation

  • @randomuser324
    @randomuser324 5 หลายเดือนก่อน

    I have always said singleton pattern and then got stuck in answering follow up questions. This video was very helpful

  • @ajinkya9028
    @ajinkya9028 8 หลายเดือนก่อน +2

    Great gift to students on birthday.
    Wish you a many many happy birthday Sir🎉

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You , there is a free gift mentioned in the video do not miss to claim it. Happy Job Hunting !

  • @anchal924
    @anchal924 8 หลายเดือนก่อน

    Hi Sir, I have been asked these questions in the interview:
    1. Singleton Pattern, In .net core how do we implement Singleton.
    2. what is Dependency Injection and how do you implement it.
    These questions are almost asked in every interview
    Great video Thank you

  • @kapilpatel9379
    @kapilpatel9379 8 หลายเดือนก่อน +1

    Thanks for the thoughtfully created video, I already have your subscription but rarely taking use of it, now such a video gave a high level intro, I will surely go through the detailed videos.

  • @SunilKumar-bw2sd
    @SunilKumar-bw2sd 8 หลายเดือนก่อน +1

    Great gift to students on birthday.
    Wish you a many many happy birthday Sir 🎂

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank you, there is another gift I have talked about in the video, if you have not claimed it yet do check out. Happy Learning!

  • @shezyOnDaSpot
    @shezyOnDaSpot 8 หลายเดือนก่อน +3

    Sir, you are really doing a very good job... I always wait for your informative videos... I have been in the IT field since more than 20+ years... worked in all kinds of languages/OS from dBaseIII to .NetCore & Python.... DOS 5 to Azure
    In the field of IT, If you want to keep alive then every day there's a new thing to learn which makes you better and better....
    Thanks for your efforts in good topic selections...Luv from Pakistan!
    Regards

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน +1

      I agree IT is such a field we need to learn every day. Enjoy this journey

    • @shezyOnDaSpot
      @shezyOnDaSpot 8 หลายเดือนก่อน

      Thanks for reply, I am so glad to read one of my favorite youtube coach! the most interesting part of this video is the real interview Q&A scenes... so funny :) (Lekin mujhe aisa laga, mein bhi isi tarah confused ho jata hoon), so pls in ur next videos yea walay scene zaroor dala karen, hum buhat improve hon gai ...

  • @maheshsn561
    @maheshsn561 8 หลายเดือนก่อน +3

    Happy Birthday Sir... I love to watch your videos. Thank You ...

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thanks, appreciate your support. Do not miss to claim the FREE GIFT as I have instructed in this video. Happy Job hunting!

  • @vinothkumarbaskar1558
    @vinothkumarbaskar1558 8 หลายเดือนก่อน +8

    Sir , you are like Buddha, providing wisdom to .NET Developers

  • @jashneaaftabi
    @jashneaaftabi 8 หลายเดือนก่อน +2

    It’s a real time video thanks 🙏🏻 for uploading looks like I was giving interview.

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thanks and also do check at the end of the video we have provided a gift. happy learning.

  • @sanjayyadav3170
    @sanjayyadav3170 8 หลายเดือนก่อน +3

    Your Videos are awesome .
    Happy Birthday Sir 🙏

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank you so much sir for your appreciation , hope you have claimed the free gift which has been mentioned about in the video. Happy Learning, Happy Job Hunting

  • @padmashreebaithyar9348
    @padmashreebaithyar9348 8 หลายเดือนก่อน +1

    Thanks Sir! I never knew I am already using 4-5 design patterns. I thought DP is a nightmare to understand

  • @hmraja9665
    @hmraja9665 8 หลายเดือนก่อน +1

    I really appreciate your hard work. It's really helpful for us. Thanks so much.

  • @LavaKafleNepal
    @LavaKafleNepal 8 หลายเดือนก่อน +2

    Happy Birthday Grudev wow cheers congrats 25 Important Architecture Interview Questions with Answers

  • @srkneo007
    @srkneo007 6 หลายเดือนก่อน

    your explaning is out of the world , because of you I can remember and understand easily. Thank you so much :)

    • @questpondvideos
      @questpondvideos  6 หลายเดือนก่อน

      Thank you, glad it helped.
      Hope you have claimed the free gift mentioned at the end of the video. happy leaning.

  • @samnanda-ne5zm
    @samnanda-ne5zm 8 หลายเดือนก่อน +1

    We are very Thankful to your sir.
    It is adding lot of value to us

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank you for your kind words, do not forget to claim the free gift as mentioned in the video. Happy Learning.

  • @jesalrana570
    @jesalrana570 7 หลายเดือนก่อน

    Hello Sir,
    It was amazing viseo for the interview. I used to watch some videos before interview and believe me it really helped me to crack the interview. I did on my recent one. Interviewer asked on my past exp. which I explained impressively and one question how I can optimize solution so I explained to use some architecture style, design patterns, etc. Not sure what happened but I was not selected. May be need to check on what to ans. Sometimes not expexted what they asked.

  • @ravivishwakarma7786
    @ravivishwakarma7786 หลายเดือนก่อน

    I used the Repository pattern, Singleton pattern and Iterator pattern in my project.

    • @questpondvideos
      @questpondvideos  หลายเดือนก่อน

      Those are great patterns, thank you for sharing !!!

  • @vivektyagi1054
    @vivektyagi1054 8 หลายเดือนก่อน +1

    Happy Birthday Sir :) I Love the way you teach and congrats 25 Important Architecture Interview Questions with Answers

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You , there is a free gift mentioned in the video do not miss to claim it. Happy learning Happy Job Hunting.

  • @ramyareddy8230
    @ramyareddy8230 3 หลายเดือนก่อน

    I went through entire video very informative

  • @nishanamusthafa2241
    @nishanamusthafa2241 8 หลายเดือนก่อน +1

    Happy Birthday Sir. Thanks for the video.

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank you for watching, hope you have claimed the free gift as well which is mentioned in the video, happy learning.

  • @madhaviguruprasad6265
    @madhaviguruprasad6265 8 หลายเดือนก่อน +1

    Many many Happy returns of the day uncle ✨👏🏻🎂

  • @sandeeprana9083
    @sandeeprana9083 3 หลายเดือนก่อน

    Hatts off sir. You are the best teacher ❤

  • @trijay
    @trijay 8 หลายเดือนก่อน

    @15:32
    Iversion of control - Architectural style
    Dependency injection - Design pattern
    Dependency inversion Principle - Architectural style
    Please correct me if I am wrong

  • @seanishok04
    @seanishok04 8 หลายเดือนก่อน +4

    57:00 I was hired for tech lead(Individual Contirbutor role) but giving Technical Architect (Individual Contributor role). I dont have any experience with Architect role but willing to learn and looking for some guidance.

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Very nice to hear that. but many times ( especially in smaller companies) architects are taken and made to code :-) like developers.

  • @RajuPatil-w2u
    @RajuPatil-w2u 4 หลายเดือนก่อน

    Very Nice Explanation . Have clear view now. Thank you

  • @Gauravkumar-jm4ve
    @Gauravkumar-jm4ve 8 หลายเดือนก่อน +1

    Thank you so much dear respected sir, it was really needed

  • @ShiaFiqhMasael
    @ShiaFiqhMasael 8 หลายเดือนก่อน +1

    Holy Ramazan Gift from your side thanks man

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You for your wishes :)

  • @vilasinim8800
    @vilasinim8800 8 หลายเดือนก่อน

    sir i absolutely love your videos i have bought several of your classes which helped me a lot in cracking the interviews sir please guide me what role i should be looking in future with only 3+ years of experience in c# and .net i do love learning design patterns and interested more in designing application from scratch though i have not got enough opportunity in my current organization sir it would be a of a great help if there is a road map you personally suggest

  • @nehasen9075
    @nehasen9075 17 วันที่ผ่านมา

    Thankyou for this video its really help full

  • @paramjitsingh6566
    @paramjitsingh6566 8 หลายเดือนก่อน +1

    Happy Birthday best teacher!!

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You , there is a free gift mentioned in the video do not miss to claim it. Happy learning Happy Job Hunting.

  • @sumant2000
    @sumant2000 8 หลายเดือนก่อน

    It will be great video series of mock interviews in case you initiate.

  • @abdulsattar-y7m
    @abdulsattar-y7m 3 หลายเดือนก่อน

    just love the way you present, more than best. thanks for your great work and efforts, single man singleton :)

  • @Itsme1n1ly
    @Itsme1n1ly หลายเดือนก่อน

    Gem video❤ Very much helpful to crack the interview. Thanks a ton sir ❤

    • @questpondvideos
      @questpondvideos  หลายเดือนก่อน

      Thank You so much for your feedback :)

  • @sachink818
    @sachink818 8 หลายเดือนก่อน

    Sir, One Scenario base question was asked me like
    We have Ecommers application with clientele base in two different regions, and have One angular UI application, 10 microsevices and API, multiple sql databases. So how many traffic managers or loadbalancer will required, where and how the application would be deployed on azure cloud services. please cover this kind of question in next video, thank you❤🙏

  • @vprmiracle
    @vprmiracle 2 หลายเดือนก่อน

    Great.. this is a eye opener post for me

  • @shuvbhowmickbestin
    @shuvbhowmickbestin หลายเดือนก่อน +1

    why would you use View for the "look and feel" when you already have Angular doing so for you? Won't you simple use a web API?

    • @questpondvideos
      @questpondvideos  หลายเดือนก่อน

      View can be anything Razor view or Angular view or HTML view. In case of Angular it will Angular view and Controller will be WebAPI. Thats also MVC
      Angular is also MVC ( Model - View - Component )

  • @nikenikekadamsikhiwal5009
    @nikenikekadamsikhiwal5009 8 หลายเดือนก่อน

    Thanks sir !
    Really appreciate all your efforts. Thanks for all the support.

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Glad to hear that, thank you :)

  • @poojatundalwar2706
    @poojatundalwar2706 6 หลายเดือนก่อน +1

    Thank you so much for an amazing explanation.. It's the best ..✨

    • @questpondvideos
      @questpondvideos  6 หลายเดือนก่อน

      Thank you so much, do claim the free gift I have mentioned about at the end of this video 👍

  • @ankitkumar141
    @ankitkumar141 8 หลายเดือนก่อน +1

    Happy b'day Shiv.May God bring all best things in your life 🎉🎉

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You So Much :) there is a free gift mentioned in the video do not miss to claim it. Happy Learning Happy Job Hunting.

  • @tronggia_70
    @tronggia_70 8 หลายเดือนก่อน +2

    Dependency Injection is design pattern. Dependency inversion is architechture pattern. Inversion of control is architechture style. Please correct me

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน +2

      Yes , DI is a pattern yes or must be to be more specific constructor injections ,, property DI injection . I think one more keyword we should add here design principle. DINV and IOC are Design principle.
      design principles guide the design of individual components, ensuring they are well-organized and adhere to best practices. On the other hand, architecture styles guide the overall structure of the entire software system, determining how different components and modules interact at a higher level. While design principles are concerned with the "how" of designing individual parts, architecture styles focus on the "what" and "how" of organizing and structuring the entire system.

  • @ravivishwakarma7786
    @ravivishwakarma7786 หลายเดือนก่อน

    38:15 but it takes memory space persistently after creating, without need.

  • @kavyachowdaryvelaga8599
    @kavyachowdaryvelaga8599 8 หลายเดือนก่อน +2

    Happy Birthday Sir ❤

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thanks , there is a free gift mentioned in the video do not miss to claim it. Happy learning.

  • @JyotiPharma
    @JyotiPharma 8 หลายเดือนก่อน +1

    Happy Birthday 🎂 Guru Ji

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You , there is a free gift mentioned in the video do not miss to claim it. Happy Job Hunting.

  • @gyanaojha
    @gyanaojha 4 หลายเดือนก่อน

    Thank you Sir for the very helpful content.

  • @shekar7570
    @shekar7570 6 หลายเดือนก่อน

    Hi Sir, thank you, can you please make a class on technical leader job interview! For Embedded systems technical leader position!!

  • @SajidAli79743
    @SajidAli79743 8 หลายเดือนก่อน

    Completed this video and enjoyed . Thanks sir

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank you, do claim free video access as mentioned at the end of the video. Happy Learning

    • @SajidAli79743
      @SajidAli79743 8 หลายเดือนก่อน

      @@questpondvideos how can claim

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      @@SajidAli79743 check at 1:40:06 , follow the instructions and claim it.

  • @vishalkulkarni9672
    @vishalkulkarni9672 3 หลายเดือนก่อน

    I think we should check for instance==null in first if. After executing InitializeCountries(), we should create instance=new Singleton(). In this example other thread might get partially loaded non-null list. Am I correct?

  • @provofficial1
    @provofficial1 8 หลายเดือนก่อน +1

    Hi Sir, I got question related to Adopter , Bridge and Façade Pattern and They asked me its all wrapper then why do need all these ? If you can explain about it more ?

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Bridge and Facade surely do not look like wrappers but Adapter does come does have some resemblance . But please note its not just about creating a wrapper the whole point is to make incompatible interface compatible. And Adapter has two flavors Object adapter and other class adapter. Object adapter looks like a wrapper but not class adapter as it uses inheritance. And please note Adapter pattern adheres to interface but a normal wrapper class is just a aggregation.

  • @pankajyadav-ks9nn
    @pankajyadav-ks9nn หลายเดือนก่อน

    I am watching this video at 25 minutes with in 4 hours I will continue till finish

  • @ankit20in
    @ankit20in 3 หลายเดือนก่อน

    Hi Shiv, Only one suggestion. If you are planning to add subtitles in your future videos, please leave 10% of bottom screen empty, as it is very difficult to read the text that you have wrote.

  • @pradeepb4625
    @pradeepb4625 6 หลายเดือนก่อน

    Kindly provide complete series for web api

  • @pradeepkumar-ug9hz
    @pradeepkumar-ug9hz 8 หลายเดือนก่อน +1

    Happy Birthday Sir Ji 😊

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You , there is a free gift mentioned in the video do not miss to claim it. Happy learning.

  • @bhushannarvekar4346
    @bhushannarvekar4346 8 หลายเดือนก่อน +1

    Happy Birthday Sir 🎉

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You , there is a free gift mentioned in the video do not miss to claim it. Happy Job Hunting.

  • @Pavankumarsinglavqrdoor1242
    @Pavankumarsinglavqrdoor1242 8 หลายเดือนก่อน

    Hir sir what's your thoughts on AI impact on coding jobs. Will this replace developers

  • @rohitsanwariya7217
    @rohitsanwariya7217 8 หลายเดือนก่อน +2

    Happy birthday 🎂 sir

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน +1

      Thank You for your wishes :)

  • @Rahul-jf5kf
    @Rahul-jf5kf 8 หลายเดือนก่อน

    for 52:00 if we remove null check inside lock then also it will be a lazy loading and it entered here because it is null in first condition. in between how it can become null

    • @amitaec
      @amitaec 6 หลายเดือนก่อน

      Buddy, it will create a performance issue if you don't have an outer null check. More thread, try to acquire for lock.

  • @PatilSandip321
    @PatilSandip321 6 หลายเดือนก่อน

    Great Video & Explanation. Thank you

  • @Srilakshmisakhamuri-b2e
    @Srilakshmisakhamuri-b2e 5 วันที่ผ่านมา

    where exactly you have used SOLID PRINCIPLES in your project? interviewers asked me this question

  • @dhruvthakkar9591
    @dhruvthakkar9591 8 หลายเดือนก่อน +1

    Happy birthday sir!

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thanks , there is a free gift mentioned in the video do not miss to claim it. Happy Job Hunting.

  • @pranikpratik
    @pranikpratik 8 หลายเดือนก่อน +1

    Happy Birthday sir 🎉

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You :) there is a free gift mentioned in the video do not miss to claim it. Happy Job Hunting.

  • @sreenuksr
    @sreenuksr 8 หลายเดือนก่อน +1

    Happy birthday Sir

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You :) there is a free gift mentioned in the video do not miss to claim it. Happy
      Learning

  • @balajimurugan5595
    @balajimurugan5595 8 หลายเดือนก่อน

    Hi Sir, Happy Birthday!! I have faced one scenario question like "Client says to develop enterprise application", How will you design for that"? Thanks :)

  • @hrushikeshvyas5840
    @hrushikeshvyas5840 8 หลายเดือนก่อน +1

    Happy Birthday sir

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You :) there is a free gift mentioned in the video do not miss to claim it. Happy Learning Happy Job Hunting.

  • @ritesharya5140
    @ritesharya5140 7 หลายเดือนก่อน

    Sir, this video is very helpful.

    • @questpondvideos
      @questpondvideos  7 หลายเดือนก่อน

      Thank you for watching the complete video, hope you have claimed free gift highlighted at the end of the video.

  • @amarr2010
    @amarr2010 8 หลายเดือนก่อน +1

    Happy Birthday Shivji

  • @sireebieber-fv1tj
    @sireebieber-fv1tj 3 หลายเดือนก่อน +1

    I jst started this video before interview thought its was too deep and didnt complete ., i ve got this question on technical and got rejected at end.

  • @upulwaruna.abeysinghe
    @upulwaruna.abeysinghe 8 หลายเดือนก่อน

    I love this , appreciate it brother

  • @crazyworld2036
    @crazyworld2036 8 หลายเดือนก่อน +1

    You are a good teacher love from pakistan.

  • @prahladkhatri8666
    @prahladkhatri8666 8 หลายเดือนก่อน

    Happy Birthday Sir

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You :) there is a free gift mentioned in the video do not miss to claim it. Happy Learning Happy Job Hunting.

  • @AvinashKumar-rd2fi
    @AvinashKumar-rd2fi 18 วันที่ผ่านมา

    Single Man Singleton" [23:30] 🤣 Oscar level mocking. Sir you should start one more channel for the entertainment purpose based on Engineer's life. You literally nailed as Interview candidate 😂. You are always Rocking, perfect explanation. Thank you

    • @questpondvideos
      @questpondvideos  18 วันที่ผ่านมา +1

      haha 😄 appreciate you watching...Thank you for the love and support 🙏🙏

    • @AvinashKumar-rd2fi
      @AvinashKumar-rd2fi 12 วันที่ผ่านมา

      Sir, In MVC controller (Guru) can also return the complete view (Shishya) Than how it is different from MVP.

  • @RaviSaxenadrishtee
    @RaviSaxenadrishtee 8 หลายเดือนก่อน

    Be lated Happy Birthday Sir

    • @questpondvideos
      @questpondvideos  8 หลายเดือนก่อน

      Thank You , there is a free gift mentioned in the video do not miss to claim it. Happy learning Job Hunting.

  • @shafiq.hussain.cscore
    @shafiq.hussain.cscore 4 หลายเดือนก่อน

    Excellent

  • @TrishanTech22
    @TrishanTech22 2 หลายเดือนก่อน

    Sir can u please avoid that beep sound...which is not good. Or not in sync with your voice...

  • @bhuvanesh247
    @bhuvanesh247 8 หลายเดือนก่อน

    Happy birthday sir

  • @swapnilmetkar6676
    @swapnilmetkar6676 8 หลายเดือนก่อน

    I got a question about observer pattern

  • @RahulPandey2
    @RahulPandey2 6 หลายเดือนก่อน

    I was asked basic method to write in architecture interview.. interviewer was looking how I write code not the logic

  • @harmeetkukreja8750
    @harmeetkukreja8750 4 หลายเดือนก่อน

    Singleton pattern always earlier when DP not known at 34 min

  • @rishiraj2548
    @rishiraj2548 7 หลายเดือนก่อน

    good day greetings!

  • @sumant2000
    @sumant2000 8 หลายเดือนก่อน

    Awesome

  • @gazalaaijaz8387
    @gazalaaijaz8387 5 หลายเดือนก่อน

    Awesome :)

  • @Pavankumarsinglavqrdoor1242
    @Pavankumarsinglavqrdoor1242 8 หลายเดือนก่อน

    You are a good actor also😂😂

  • @MrAvadheshVerma
    @MrAvadheshVerma 3 หลายเดือนก่อน

    Sealed keywords missing

  • @manjunathb9454
    @manjunathb9454 8 หลายเดือนก่อน

    😊

  • @serdgeedgerunner
    @serdgeedgerunner หลายเดือนก่อน +1

    Extremely loud beeping

    • @questpondvideos
      @questpondvideos  หลายเดือนก่อน

      Sorry for that !

    • @hariaarava4749
      @hariaarava4749 15 วันที่ผ่านมา

      Loud is really disturbing a lot

  • @shivaKumar-wt6sb
    @shivaKumar-wt6sb 8 หลายเดือนก่อน

    nice

  • @reddysekhar4161
    @reddysekhar4161 2 หลายเดือนก่อน

    😀

  • @maheshmandhare8008
    @maheshmandhare8008 8 หลายเดือนก่อน +1

    You are frutfull.

  • @NiravPatel01
    @NiravPatel01 8 หลายเดือนก่อน

    😂 yes answered singleton pattern