UBS java Interview Experience |Exp 8 years |Selected

Поділитися
Вставка
  • Опубліковано 19 лис 2024

КОМЕНТАРІ • 57

  • @rohand5545
    @rohand5545 3 роки тому +41

    Good that you didn't argue with the interviewer. The hello world program work without adding additional security class. I just tested.

    • @manishghoshi3861
      @manishghoshi3861 3 роки тому +1

      Right. It will work without adding any security.

    • @debasishchakraborty4196
      @debasishchakraborty4196 2 роки тому +2

      Exactly, with single rest controller REST API can be tested without issues in spring-boot, it's a different context if we need to secure REST API designed

    • @RoamWithNayan
      @RoamWithNayan 2 роки тому +1

      Yes thats what ! I was like why it’s required 😂

    • @Akshay-fz7ms
      @Akshay-fz7ms 2 роки тому +2

      Security is optional ...controller will work ...i thought he was asking for dispatcher servlrt specific config which is not required

    • @vivekpanday
      @vivekpanday 2 роки тому +1

      Interviewer is talking about Spring MVC controller....and making himself confused..

  • @sanjeevirayan9188
    @sanjeevirayan9188 3 роки тому +32

    Hello Interviewer,. We don't need to have Websecurityconfigadapter in order to build rest API. It will work without having websecurityconfigadapter. If you want restrictd api to third party or user, you have to write class implemented by websecurityconfig adapter( authentication and authorisation) in order restrict the api. Even interviewer don't know how to ask the question.

    • @anupBroLogs
      @anupBroLogs 2 роки тому +3

      He might just moved to springboot from spring. Thats why. 😝

    • @AstronomyStartTrek2711
      @AstronomyStartTrek2711 2 роки тому

      Exactly..Just now tried a hello world with a simple restcontroller with local host and tomcat server port..Websecurity configurer adaptor we extend from our implementing class and overide its methods to enforce authenticate and authorisation(achieved this with JWTS)

    • @coffeewithjava5625
      @coffeewithjava5625 2 роки тому +1

      Interviewer doesn't knows much ...

    • @bhavishyasoni7491
      @bhavishyasoni7491 2 роки тому

      Interviewer asking wrong questions and misleading

    • @abhijitsalunkhe9964
      @abhijitsalunkhe9964 Рік тому

      exactly

  • @GauravSharma-wb9se
    @GauravSharma-wb9se 2 роки тому +6

    you are really irritating by putting subscribe request in middle of video...its sound really irritates because conversation volume is low so i was listening at high volume and your click sound is jumping in between repeatedly.

  • @jayshankargupta106
    @jayshankargupta106 2 роки тому +9

    interviews seems to work on Spring security recently in his project

  • @CodingWorldWithNinja
    @CodingWorldWithNinja 2 роки тому +3

    WebSecurityConfiguration is mainly used for cors issue

  • @nolan_villeneuve
    @nolan_villeneuve 4 місяці тому

    interviewer said LocalDate and LocalTime is the old way and something new is introduced in Java8, he's wrong though. LocalDate and LocalTime both are introduced in Java 8 only

  • @dips2805
    @dips2805 Рік тому +1

    code for the question asked at 19:02 is
    System.out.println(empList.stream().filter(emp->emp.getAge()>50).collect(Collectors.toList()));

  • @vivekpanday
    @vivekpanday 2 роки тому

    @19:00 Local date LocalTime Instance are introduced in Java 8

  • @surajsingh-py5fr
    @surajsingh-py5fr Рік тому +2

    As you mention they have 7 years of experience
    As per the experience he is not able to give right answer
    Then how he selected bro 😅

  • @vivekpanday
    @vivekpanday 2 роки тому +1

    @11:11 if UI changes is not required we can return 204 . Else return 200 with empty data.....also seems someone Google it while answering it 😂😂

  • @MHK958
    @MHK958 Рік тому +2

    Yaaa :)

  • @prerakchoksi2379
    @prerakchoksi2379 Рік тому +1

    seems like interviewer dosent know things

  • @arinbose6366
    @arinbose6366 2 роки тому +1

    Entity Not found means 404 that was very simple.

    • @msraju2326
      @msraju2326 4 місяці тому

      Why not 204 no content. Api is successful but no data

  • @onlinenaman
    @onlinenaman 3 роки тому

    For Oauth, did you use Google etc, or your own Oauth server implementation?

  • @ANKITCHOUDHARYankitkrchy
    @ANKITCHOUDHARYankitkrchy 2 роки тому +1

    11:32 he is looking for 204 No_Content

    • @deepaksolanki1972
      @deepaksolanki1972 2 роки тому

      he is looking for 404 Not found. further he asks directly about it

  • @kamra.gaurav
    @kamra.gaurav 3 роки тому +2

    14:14 auth2 is not for authentication...

  • @sushilroy22
    @sushilroy22 3 роки тому +10

    It will work without security implementation

    • @AGTech777
      @AGTech777  3 роки тому +6

      True,it will work but you can't change interviewer mindset.

    • @sumanta8504
      @sumanta8504 11 місяців тому +1

      Pagol hai 😂, let say all my end points are public, no authentication is required then why do I need to implement security

  • @david007x
    @david007x 6 місяців тому +1

    Rude interview. Its better do hide and seek than this

  • @rajsaraogi
    @rajsaraogi Рік тому

    @2:40 what should be the anwser ?

  • @shyamagrawal6161
    @shyamagrawal6161 2 роки тому

    Nice set of questions

  • @MrAnitharao
    @MrAnitharao Рік тому +1

    bad request i think it is 400

  • @mallikarjunaathota2954
    @mallikarjunaathota2954 3 роки тому +2

    How much CTC they offered?

  • @srjaqualife2706
    @srjaqualife2706 2 роки тому

    I cleared all round ( Technical + Manager + HR) now there is one more round called cultural round what is that ?

    • @rexsam3134
      @rexsam3134 2 роки тому

      It's related to your role ,- cultural round

  • @rajsaraogi
    @rajsaraogi Рік тому +1

    @10:50 answer should be 404 not found !

  • @rohand5545
    @rohand5545 3 роки тому +1

    Can you tell which position you got selected. AO or AD? And How may rounds from written till HR?

    • @AGTech777
      @AGTech777  3 роки тому +1

      Not sure about the position but this was first round.

    • @rohand5545
      @rohand5545 3 роки тому

      @@AGTech777 how many total rounds?

  • @cvjcvj3990
    @cvjcvj3990 2 роки тому

    Does UBS provide goodies to their newly joined employees😅?

  • @prasadsonawane6550
    @prasadsonawane6550 3 роки тому

    How much time they take to release offer letter once HR discussion round is completed

  • @GauravSharma-wb9se
    @GauravSharma-wb9se 2 роки тому

    once or twice is ok to request for subscribe by putting irritating sound but you have put it many times in single video....if you have impressive content then people will automatically subscribe.

    • @rexsam3134
      @rexsam3134 2 роки тому

      During interview noone subscribes

    • @jyotipaan5408
      @jyotipaan5408 2 роки тому

      Seriously these constant pings are so disturbing. that ruining the video content.

  • @rohand5545
    @rohand5545 3 роки тому +2

    Location? Pune/Mumbai

  • @rahulkatare802
    @rahulkatare802 2 роки тому

    Package?

  • @lokendragupta9962
    @lokendragupta9962 3 роки тому +1

    Did you selected

  • @sagaryedireswarapu
    @sagaryedireswarapu 2 роки тому +1

    LocalDate is pre Java 8? The interviwer seems to be wanting to listen to answers that he has hardocded in his mind. In fact the candidate told the correct answer: lacdate.now()/locatime.now(). Instant would also do the same but the TZ would then be UTC

    • @vivekpanday
      @vivekpanday 2 роки тому +1

      I will not pass interviewer I will get chance to interview him 😂 he is hard coded answers in his mind and many of them are wrong