Java Puzzles To Boost Your Confidence | Prepare for Your Next Java Coding Interview

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • DOWNLOAD SOURCE CODE HERE: bit.ly/jp-sour...
    Welcome to this course which will help you learn, practice, and grow as a Java developer and some interesting puzzles to test your problem-solving abilities.
    I am Faisal, I have created this course to help developers like you, gain confidence with the Java programming language.
    Why should you take this course?
    According to statistics, a majority of software programmers are not able to write code or solve coding problems by themselves. Also, according to my experience and interactions with different candidates in interviews, I see a large number of candidates, even with masters on their resume, are not able to solve simple programming exercises or struggle to solve them in coding interviews.
    The reason for this gap is, the majority of programmers think that learning a new programming language is enough to get a job. But the truth is, you need to shape your skills as a software engineer. You need to enhance your code writing skills, your logical thinking, and your problem solving abilities. This course will help you improve on them.
    This course is not a theoretical course, but we will be actually writing programs. It gives you a structured approach to solve and practice java programming puzzles. I truly believe that practical learning is the best learning that you can ever have.
    This course is designed keeping beginners in mind, we have made sure that each and every programming puzzle is clearly explained in an easy to understand manner. So if you are a beginner, don't worry, I am 100% committed to help you succeed.
    Why should you solve programming puzzles?
    You can’t master programming by reading books and online tutorials. You need to solve programming puzzles and challenges which would improve your logical and problem solving abilities. So if you are serious about becoming a good java developer, you should practice problems and improve your problem solving abilities.
    Benefits of this course
    1. Gain confidence as a java programmer
    2. Improve on your code writing skills, your logical thinking, and your problem solving abilities
    So what are you waiting for? Let's take the first step and enroll in this course. I will see you inside.
    *GROW AS JAVA DEVELOPER*
    1. SIGNUP FOR MY SPRING BOOT FOR BEGINNERS COURSE: link.embarkx.co...
    MINI version of Spring Boot Course for Beginners is here: • Build a Monthly Challe... [Watch it for Free]
    2. LEARN JAVA WITH 60+ HOURS OF CONTENT: link.embarkx.co...
    3. MASTER INTELLIJ IDEA: link.embarkx.co...

Komentáře • 24

  • @karthikeyanrm3446
    @karthikeyanrm3446 Před 6 měsíci +3

    I was about to request you to help us in attending interviews and clearing. Please do more like this - coding questions, programs, interview series in Java, Java 8 streams, Spring boot, Hibernate and Microservices etc.

  • @JoyontoRoy-xo7ob
    @JoyontoRoy-xo7ob Před 6 měsíci +2

    Please make a full tutorial on Spring Security

    • @EmbarkX
      @EmbarkX  Před 5 měsíci

      Coming soon. Stay Subscribed.

    • @JoyontoRoy-xo7ob
      @JoyontoRoy-xo7ob Před 5 měsíci

      @@EmbarkX thanks

    • @EmbarkX
      @EmbarkX  Před 4 měsíci

      Just launched on CZcams, you can access it here: link.embarkx.com/spring-security

  • @RitzVlogss
    @RitzVlogss Před měsícem

    Niceee❤❤❤❤

  • @vern0312
    @vern0312 Před 6 měsíci

    ReadyToDrive: why isn’t the solution
    Return (batteryNotDrained && doors locked)
    Both need to be true in order to be ready to drive.

    • @iggyzxc
      @iggyzxc Před 5 měsíci +1

      return batteryNotDrained && isDoorsLocked;

  • @dineshnaik081
    @dineshnaik081 Před 6 měsíci +1

    Hello Sir Please make full tutorial on Java Springboot full course

    • @EmbarkX
      @EmbarkX  Před 5 měsíci +1

      I am working on such a course with industry ready project. Details here: bit.ly/sb-full-stack-01
      Do subscribe to stay notified when I launch. There's a lot in pipeline.
      Check this playlist too: czcams.com/play/PLxhSr_SLdXGOIWnnL96g8xVr8lfWinkC7.html

  • @ashokreddy1497
    @ashokreddy1497 Před 6 měsíci

    This is unexpected useful vedio thank q❤

  • @roman88785
    @roman88785 Před 6 měsíci

    Sir,
    I am getting the error as code.Reverse is not found

  • @asgarantony
    @asgarantony Před 6 měsíci

    sir for the first problem when the test case is 430 the reverse is 34 . same for all the number ends with zero

    • @iggyzxc
      @iggyzxc Před 5 měsíci +1

      For leading zeroes try outputing a String instead of an integer. Change the method's return value to String and remove the ParseInt at the end.

  • @vern0312
    @vern0312 Před 6 měsíci

    solving problems is what kill me in interviews. I even bought that book cracking the coding interview and still get frustrated with hackerrank test.

    • @EmbarkX
      @EmbarkX  Před 5 měsíci

      Do follow entire video. It would surely help. Do like, share and subscribe for more such content. There's a lot in pipeline.

  • @anarodriguezfernandez75
    @anarodriguezfernandez75 Před 5 měsíci

    I have tried to download the code but I have not received the confirmation email.

  • @elmahdiaitlmahfoud2309
    @elmahdiaitlmahfoud2309 Před 5 měsíci

    ReadyToDrive : return batteryReady && doorsReady

  • @goodviber4136
    @goodviber4136 Před 6 měsíci

    Please make a react course full

    • @EmbarkX
      @EmbarkX  Před 5 měsíci

      I am working on such a course with industry ready project. Details here: bit.ly/sb-full-stack-01
      Do subscribe to stay notified when I launch. There's a lot in pipeline.

  • @elmahdiaitlmahfoud2309
    @elmahdiaitlmahfoud2309 Před 5 měsíci

    checkSeedHWRaining : return speed >= 60 && (raining ? speed

  • @user-cy4nc7ph4n
    @user-cy4nc7ph4n Před 6 měsíci

    Nice