Good that you didn't argue with the interviewer. The hello world program work without adding additional security class. I just tested.
@manishghoshi38613 жыл бұрын
Right. It will work without adding any security.
@debasishchakraborty41963 жыл бұрын
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
@RoamWithNayan2 жыл бұрын
Yes thats what ! I was like why it’s required 😂
@Akshay-fz7ms2 жыл бұрын
Security is optional ...controller will work ...i thought he was asking for dispatcher servlrt specific config which is not required
@vivekpanday2 жыл бұрын
Interviewer is talking about Spring MVC controller....and making himself confused..
@jayshankargupta1063 жыл бұрын
interviews seems to work on Spring security recently in his project
@humaripragati2 жыл бұрын
🤣 Very True
@GauravSharma-wb9se3 жыл бұрын
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.
@CodingWorldWithNinja2 жыл бұрын
WebSecurityConfiguration is mainly used for cors issue
@dips28052 жыл бұрын
code for the question asked at 19:02 is System.out.println(empList.stream().filter(emp->emp.getAge()>50).collect(Collectors.toList()));
@sanjeevirayan91883 жыл бұрын
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.
@anupBroLogs2 жыл бұрын
He might just moved to springboot from spring. Thats why. 😝
@AstronomyStartTrek27112 жыл бұрын
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)
@coffeewithjava56252 жыл бұрын
Interviewer doesn't knows much ...
@bhavishyasoni74912 жыл бұрын
Interviewer asking wrong questions and misleading
@abhijitsalunkhe9964 Жыл бұрын
exactly
@kamra.gaurav3 жыл бұрын
14:14 auth2 is not for authentication...
@nolan_villeneuve7 ай бұрын
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
@vivekpanday2 жыл бұрын
@19:00 Local date LocalTime Instance are introduced in Java 8
@rajsaraogi Жыл бұрын
@2:40 what should be the anwser ?
@onlinenaman3 жыл бұрын
For Oauth, did you use Google etc, or your own Oauth server implementation?
@surajsingh-py5fr2 жыл бұрын
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 😅
@mallikarjunaathota29543 жыл бұрын
How much CTC they offered?
@vivekpanday2 жыл бұрын
@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 😂😂
@ANKITCHOUDHARYankitkrchy2 жыл бұрын
11:32 he is looking for 204 No_Content
@deepaksolanki19722 жыл бұрын
he is looking for 404 Not found. further he asks directly about it
@srjaqualife27063 жыл бұрын
I cleared all round ( Technical + Manager + HR) now there is one more round called cultural round what is that ?
@rexsam31342 жыл бұрын
It's related to your role ,- cultural round
@shyamagrawal61612 жыл бұрын
Nice set of questions
@MHK9582 жыл бұрын
Yaaa :)
@sushilroy223 жыл бұрын
It will work without security implementation
@AGTech7773 жыл бұрын
True,it will work but you can't change interviewer mindset.
@sumanta8504 Жыл бұрын
Pagol hai 😂, let say all my end points are public, no authentication is required then why do I need to implement security
@rohand55453 жыл бұрын
Can you tell which position you got selected. AO or AD? And How may rounds from written till HR?
@AGTech7773 жыл бұрын
Not sure about the position but this was first round.
@rohand55453 жыл бұрын
@@AGTech777 how many total rounds?
@prerakchoksi2379 Жыл бұрын
seems like interviewer dosent know things
@rajsaraogi Жыл бұрын
@10:50 answer should be 404 not found !
@prasadsonawane65503 жыл бұрын
How much time they take to release offer letter once HR discussion round is completed
@rohand55453 жыл бұрын
Location? Pune/Mumbai
@AGTech7773 жыл бұрын
Pune
@GauravSharma-wb9se3 жыл бұрын
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.
@rexsam31342 жыл бұрын
During interview noone subscribes
@jyotipaan54082 жыл бұрын
Seriously these constant pings are so disturbing. that ruining the video content.
@arinbose63663 жыл бұрын
Entity Not found means 404 that was very simple.
@msraju23266 ай бұрын
Why not 204 no content. Api is successful but no data
@MrAnitharao Жыл бұрын
bad request i think it is 400
@cvjcvj39902 жыл бұрын
Does UBS provide goodies to their newly joined employees😅?
@david007x9 ай бұрын
Rude interview. Its better do hide and seek than this
@rahulkatare8022 жыл бұрын
Package?
@lokendragupta99623 жыл бұрын
Did you selected
@AGTech7773 жыл бұрын
Yes
@sagaryedireswarapu2 жыл бұрын
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
@vivekpanday2 жыл бұрын
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