Testing Mock Interview| Java Mock Interview For Freshers

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 183

  • @rdautomationlearning609
    @rdautomationlearning609  3 года назад +23

    ruclips.net/video/w_0VJHgiAr4/видео.html
    Have a look at above Playlist

    • @guhansaitej
      @guhansaitej 2 года назад

      Naku English radhu nenu software job ki suitable avuthana I completed msc computer science

    • @FARMERSGROUND
      @FARMERSGROUND 2 года назад

      @@guhansaitej suitable

    • @amlansain3610
      @amlansain3610 2 года назад +1

      Sir i want to give mock test

    • @Komiii07
      @Komiii07 2 года назад

      Sir I will give to mock exam please help what is process for this that

  • @KuldeepKumar-se1xv
    @KuldeepKumar-se1xv 3 года назад +23

    Brilliant Interview!!! Thanks for the Upload.

  • @itzzmeriyaz2322
    @itzzmeriyaz2322 Год назад +2

    The way of explaining by the interviewer is awesome..

  • @atul8784
    @atul8784 3 года назад +8

    Good set of questions sir thank u so much

  • @lipikapatilrajput8810
    @lipikapatilrajput8810 3 года назад +10

    From khandesh... 👍👍

  • @harichandra1131
    @harichandra1131 3 года назад +14

    Thank you so much sir for giving your valuable time to mock interview

    • @rdautomationlearning609
      @rdautomationlearning609  3 года назад

      Thank you, All the Best for career ahead!!

    • @harichandra1131
      @harichandra1131 3 года назад +3

      @@rdautomationlearning609 I got placed in reputed mnc with good package. Thank you sir for your guidance

    • @rdautomationlearning609
      @rdautomationlearning609  3 года назад

      @@harichandra1131 Congratulations!!
      Please share your success story with us

  • @adityau5823
    @adityau5823 2 года назад +5

    Aswm video needed more of this type 🙌💯🙌🙌🙌

  • @barathbabu2709
    @barathbabu2709 2 года назад +7

    Thank You for Uploading this Mock Interview in Java Selenium (Software Testing) Training Interview❤️

  • @nishantdave9839
    @nishantdave9839 Год назад +2

    I have my interview tomorrow. Got this video at a perfect time!

  • @AsmathNoorAli
    @AsmathNoorAli 2 года назад +8

    We have to fresher most helpful and hope that select easy attend the interview thank you so much sir ❤️

  • @subhankarpati18
    @subhankarpati18 2 года назад +1

    Now I'm doing core java &it is very useful fore me

  • @ayyappansri
    @ayyappansri 3 года назад +32

    Extraordinary performance of both. The interviewer is too good in attitude. As same reflection candidate is too good.

  • @madhavi.penumatsa
    @madhavi.penumatsa Год назад

    tq for uploading these kind of vedios sir it will give more knowledge,more confidence.

  • @malikrihanshaikh2953
    @malikrihanshaikh2953 2 года назад +135

    J spider and q spider students attendance plz ...

  • @Jumbiiiee
    @Jumbiiiee 3 года назад +56

    Perfect timing for my interview next week, thank you!

    • @rdautomationlearning609
      @rdautomationlearning609  3 года назад +2

      Thank you, All the Best for career ahead!!

    • @sahiljagtap1958
      @sahiljagtap1958 2 года назад +3

      How did the interview go? Can you please share your experience?

    • @rdautomationlearning609
      @rdautomationlearning609  2 года назад +1

      Thank you for watching!!

    • @Jumbiiiee
      @Jumbiiiee 2 года назад

      @@sahiljagtap1958 I now work at my dream company...I can't believe it! I watched some videos from @RD Automation Learning and practiced writing automation tests.

    • @joysaha3927
      @joysaha3927 2 года назад +1

      @@Jumbiiiee That's really great! Congrats! btw in which company?

  • @yuvachannel4686
    @yuvachannel4686 2 года назад +3

    Thank you sir useful and different questions

  • @archanavinod1
    @archanavinod1 2 года назад +2

    Best one .... Thank you....

  • @vishalmaulkar5064
    @vishalmaulkar5064 2 года назад +2

    A very good interview

  • @gangaraogv1480
    @gangaraogv1480 2 года назад +2

    Thank you so much for valuable information

  • @gottepavani1838
    @gottepavani1838 2 года назад +1

    Sir tell your own words sir that vl b beneficial for us

  • @pothuladeepika5618
    @pothuladeepika5618 2 года назад +22

    Thank you for uploading this kind of great video ,this is very helpful those peoples are ready to crack the mock interviews 🥰👌🏿

    • @rdautomationlearning609
      @rdautomationlearning609  2 года назад

      Thank you for watching!!

    • @pavanbonasi4955
      @pavanbonasi4955 2 года назад

      @@rdautomationlearning609
      Can you please schedule one mock interview for me sir.... because I m also tried to get job because your mock is very helpful for facing the interview

  • @rakeshmore3181
    @rakeshmore3181 2 года назад +4

    Excellent interview 😊

  • @harshavardhangaikwad8261
    @harshavardhangaikwad8261 3 года назад +17

    It was the Perfect Interview for the freshers Thanks to Both of You and if anyone knows if that guy get the job let me know...

  • @khushithakur8737
    @khushithakur8737 2 года назад +2

    Best video ever

  • @manoharkhairnar9929
    @manoharkhairnar9929 2 года назад +3

    Good

  • @karthickv1289
    @karthickv1289 3 года назад +3

    Nice vid.

  • @MCTvJizo
    @MCTvJizo 3 года назад +4

    Sir plz one video in core java,web server, sql interview questions

  • @Vithal_Nivargi
    @Vithal_Nivargi 3 года назад +3

    nice sir!!!!

  • @aliabbas632
    @aliabbas632 2 года назад +1

    Nice

  • @imgullu
    @imgullu 9 месяцев назад

    Time Stamp : 14:10
    //Find a number is Palindrome or not || Java Solution
    class Solution {
    // Method to check if the given integer is a palindrome
    public boolean isPalindrome(int x) {
    // Convert the integer to a string for easier manipulation
    String c = Integer.toString(x);
    // Convert the string to a character array
    char[] cArr = c.toCharArray();
    // Get the length of the character array
    int len = cArr.length;
    // Initialize the 'end' pointer to the last index of the character array
    int end = len-1;
    // Iterate over the first half of the character array
    for(int i=0; i

  • @mukeshchaudhari7926
    @mukeshchaudhari7926 2 года назад

    good bhava ,,i am also from pachora...

  • @accforgame8563
    @accforgame8563 Год назад

    About pointers
    we do have object refrence variable whihc stores adressof location where the object is stored in heap
    and about pointer it gives the memory location then whats the diffrence between pointer and object refrence variable

  • @joysaha3927
    @joysaha3927 2 года назад +2

    Sir, can you please take my mock interview also?? It will be very helpful for me!! Thank you. :)

  • @yavaralikhan9142
    @yavaralikhan9142 Год назад

    i wish my interview will be as easy as this one

  • @Manchoduonline
    @Manchoduonline 2 года назад +1

    The hiring person so cool man.

  • @connorsj8740
    @connorsj8740 3 года назад +6

    Bro, ask questions on agile methodology pls cover everything..

  • @kingsite8328
    @kingsite8328 3 года назад +4

    Grt

  • @ShashankGupta347
    @ShashankGupta347 2 года назад +20

    Access Specifiers:
    Default: within the package
    Public: can be access by any class or method
    Private: within the class
    Protected: can be accessed by class of same package and subclass extends the child class

    • @ShashankGupta347
      @ShashankGupta347 2 года назад +2

      Constructor can not be static as they are use to initialise the object, if someone intentionally do so, they will get compile time error

    • @ShashankGupta347
      @ShashankGupta347 2 года назад +1

      Object is super class of all the classes

    • @ShashankGupta347
      @ShashankGupta347 2 года назад

      Using Inheritance we acquire member instance and member function of parent classs into the child class using extend keyword.

    • @ShashankGupta347
      @ShashankGupta347 2 года назад +1

      Different Types of Inheritance
      Single inheritance.
      Multi-level inheritance.
      Multiple inheritance.
      Hierarchical Inheritance.
      Hybrid Inheritance.

    • @ShashankGupta347
      @ShashankGupta347 2 года назад +4

      Aggregation
      It is a special form of Association where:
      It represents Has-A’s relationship.
      It is a unidirectional association i.e. a one-way relationship. For example, a department can have students but vice versa is not possible and thus unidirectional in nature.
      In Aggregation, both the entries can survive individually which means ending one entity will not affect the other entity.
      Composition is a restricted form of Aggregation in which two entities are highly dependent on each other.
      It represents part-of relationship.
      In composition, both entities are dependent on each other.
      When there is a composition between two entities, the composed object cannot exist without the other entity.

  • @Unfollowthem
    @Unfollowthem 2 года назад

    I am exactly in the same level as this guy

  • @kondurucharan1631
    @kondurucharan1631 2 года назад +1

    Sir please upload sql manual testing interview 🙏 sir

  • @nikhilnayan2047
    @nikhilnayan2047 2 года назад +1

    In this video all questions asked from opps concept..

  • @debiprasaddash654
    @debiprasaddash654 3 года назад +9

    As much I know there is no specifier in java these are modifiers

    • @hanmanttryambakhudekar9181
      @hanmanttryambakhudekar9181 2 года назад

      It is called specifier as well as modifier

    • @debiprasaddash654
      @debiprasaddash654 2 года назад

      @@hanmanttryambakhudekar9181 no concept of specifier in java this is modifier

    • @hanmanttryambakhudekar9181
      @hanmanttryambakhudekar9181 2 года назад

      Specifier and modifier is same

    • @TT-xg7qd
      @TT-xg7qd Год назад

      Both are same , either we call it as a modifier or specifier ..so it is not a problem....

  • @gottepavani1838
    @gottepavani1838 2 года назад +1

    Sir v want a video on hibernate jpa spring boot

  • @ijazmohamed3817
    @ijazmohamed3817 2 года назад +4

    Difference between Aggregation and composition ? Plz

    • @javeriaislam2259
      @javeriaislam2259 2 года назад +8

      Aggregation is weak relationship while composition is string relationship like car and indicator' s relationship is example of aggregation but car and engine's relationship is composition ... Without aggregation the system is dtill complete but without composition its not

    • @ijazmohamed3817
      @ijazmohamed3817 2 года назад

      @@javeriaislam2259 thank you for your wonderful explanation with real time example 😊♥️ if you dont mind, will you please give example for technical

  • @mohammedjavith923
    @mohammedjavith923 2 года назад +25

    There is no Access specifier in Java. They are called as Access modifiers....

    • @techkumar9760
      @techkumar9760 2 года назад +2

      Both are same

    • @19babaashritpal52
      @19babaashritpal52 2 года назад +2

      Actually there is no difference between access specifier and access modifier in Java they both mean the same and Access modifier is the new and official term used instead of access specifier

    • @thoratrushikesh7560
      @thoratrushikesh7560 2 года назад

      Those are same

    • @TT-xg7qd
      @TT-xg7qd Год назад

      Both are same bro

  • @anwarhussain1090
    @anwarhussain1090 Год назад

    Can you please provide a video on parallel tests execution without using cypress cloud on GitHub actions. Tests should be run on GitHub actions without cypress cloud.

  • @elicharlasubbaiah7412
    @elicharlasubbaiah7412 2 года назад +5

    How to join your mocks for core java sir? Where to register?

  • @rupandas1742
    @rupandas1742 2 года назад +4

    Sir I have done Engineering in EC in 2018 and having knowledge of Manual Testing.So Can I get Job?

  • @cheekatisravankumar107
    @cheekatisravankumar107 2 года назад +2

    Sir can you make pdf for java interview questions with answers for cracking interview sir pleaase i am from mechanical background i m trying for software field

  • @razz9661
    @razz9661 2 года назад +2

    Iam completed my graduation in 2018 can i eligible for taking course on testing.what is the popular course on testing and best for the future.

  • @surajchougala
    @surajchougala 2 года назад +3

    Hi bro
    I am working in TCS as contact employee from 1.3 years now TCS is offered me for permanent position, total 2.6 years of experience current CTC is 3.5. should i accept TCS permanent offed and what CTC need to ask

  • @rroyals573
    @rroyals573 2 года назад +1

    I have completed my graduation in BCA in 2018 .There is 4 yrs gap . So, what I'll say in interview. In these 4yrs I was trying to crack gvrnt exam but I can't...also suffering from some medical issue...

  • @LokeshAnnaConnects
    @LokeshAnnaConnects 2 года назад

    please conduct mock interview on core java ...how i get it please explain

  • @user-ok9hb2jn2c
    @user-ok9hb2jn2c Год назад

    Need opportunity 😕

  • @tablaplayerrr
    @tablaplayerrr 2 года назад

    Jva developer interview questions again sir

  • @FsaVlog
    @FsaVlog 2 года назад +3

    Can you take my mock on Core java and DSA?

  • @javinash216
    @javinash216 2 года назад +1

    Ever answer said ..only long form any .not satisfied every answer..only interview er is perfect n basically concept answer

  • @huoyuhao2664
    @huoyuhao2664 2 года назад +5

    ....for palindrome, wouldn't it be easier to just convert the number to string and reverse it then compare both? Or just reverse half of the string, then compare left and right part?

    • @bartallen7023
      @bartallen7023 2 года назад +1

      stringbuffer* or simply store it as array of numbers and compare indices

    • @rdautomationlearning609
      @rdautomationlearning609  2 года назад

      Thank you for response & watching videos and for your support!!!!

    • @rdautomationlearning609
      @rdautomationlearning609  2 года назад

      @@bartallen7023 Thank you for response & watching videos and for your support!!!!

    • @huoyuhao2664
      @huoyuhao2664 2 года назад

      @@bartallen7023 after gaining more experience from problem solving: my answer would be, use two pointers, one at start, one at end, move them towards the middle, check if chars are same or not, if not return false, otherwise after while loop ends(both at mid) return true

  • @rahulingale5548
    @rahulingale5548 2 года назад +9

    Sometimes companies are taking 2nd Manager Round n Client Rounds as well
    So please request you to make more Mock on the same
    THANKS 😊..

  • @BrothersFoodie
    @BrothersFoodie 2 года назад +2

    Please shedule my enterwiew

  • @MsSWAGboss
    @MsSWAGboss 2 года назад +3

    why aren't my interviews this easy :(

  • @bhaktiratnaparkhi8319
    @bhaktiratnaparkhi8319 2 года назад

    Sir how to apply for your mock interview?? Plz ans my query @RD Automation learning

  • @siri1791
    @siri1791 2 года назад +8

    Hi I have to check the number is positive then that time I use
    If(n>0)
    {
    S.o.println (num is positive);
    }
    Else
    {S.o.println("num is negative");
    }

    • @lalitchaudhari31
      @lalitchaudhari31 2 года назад +4

      public class Don
      {
      public static void main(String[] args)
      {
      int number=15;
      if(number > 0)
      {
      System.out.println(number+" is a positive number");
      }
      else if(number < 0)
      {
      System.out.println(number+" is a negative number");
      }
      else
      {
      System.out.println(number+" is neither positive nor negative");
      }
      }
      }
      OUTPUT =15 POSITIVE

  • @user-ok9hb2jn2c
    @user-ok9hb2jn2c 2 года назад +1

    Any vacancy in ur company sir🙁

  • @yashwanthks3779
    @yashwanthks3779 2 года назад

    Sir please ask me about core java this help me get place in a company

  • @manjunathreddy649
    @manjunathreddy649 2 года назад +2

    Is this real interview or practice interview

  • @gokulnath589
    @gokulnath589 2 года назад +6

    Did he get the job ?

  • @maruthigowda8554
    @maruthigowda8554 Год назад

    How to give mock interview

  • @deveshpatil8970
    @deveshpatil8970 2 года назад +6

    As per my knowledge there is nothing called specifiers in java they are modifiers ... correct me if I'm wrong

    • @ruch830
      @ruch830 2 года назад

      they also called as access specifiers or access modifiers or access providers or visibility labels

    • @deveshpatil8970
      @deveshpatil8970 2 года назад

      @@ruch830 this terminology is only for C++ If you want proof then do one thing declare top level class as Private and see the error saying private modifier is not allowed on top level classes.
      Compiler also considers private as modifier but not specifier..As private,public, protected, default are access specifiers in C++ but they all are considered as modifiers in java

    • @shivamvishwakarma7864
      @shivamvishwakarma7864 2 года назад

      They also called specifiers

  • @surajdeshmukh102
    @surajdeshmukh102 2 года назад +1

    0

  • @lakshminarayanachennuboina3274
    @lakshminarayanachennuboina3274 2 года назад +1

    good evening sir, sir could take my interview sir

  • @kalyanisalalkar6077
    @kalyanisalalkar6077 2 года назад +1

    Hello sir, could you please take my interview

  • @julikumari1970
    @julikumari1970 3 года назад +6

    Hello Sir, Could you please take my interview?

  • @dasanikmal1543
    @dasanikmal1543 Год назад

    If you write public void static main, you are altering the signature by switching the order of the keywords void and static. This change will cause a compilation error, and the program will not run successfully.

  • @lakshminc
    @lakshminc 2 года назад

    Too many ads

  • @PracticalKnowledge_By_Ai
    @PracticalKnowledge_By_Ai 2 года назад

    can I give interview in hindi?

  • @shaileshbhoyar4106
    @shaileshbhoyar4106 2 года назад

    Sir, How can i join core java mock interview

  • @m.p713
    @m.p713 Год назад

    Sir how to contact you

  • @techgana1663
    @techgana1663 2 года назад +4

    System.out.print("Brilliant"); ♥️