Nagarro | Round 1 | Java Interview Questions and answers | MySQL | Microservices | Java8

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

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

  • @bhaveshmhatre991
    @bhaveshmhatre991 2 ปีที่แล้ว +5

    Great video!!
    One alternative to the MySQL question at 14:02
    SELECT DISTINCT e.salary FROM employee e ORDER BY e.salary DESC LIMIT 3

  • @swarupcodes
    @swarupcodes 2 ปีที่แล้ว +4

    As a 3 year old the answer were better than more senior folks. Awesome interview.

  • @OffRoadEngineerVlogs
    @OffRoadEngineerVlogs ปีที่แล้ว +1

    NYC information

  • @ankitsatapathy3545
    @ankitsatapathy3545 2 ปีที่แล้ว +2

    Singleton bean will return same bean everytime we do call getB()

    • @vyankateshshirde3259
      @vyankateshshirde3259 ปีที่แล้ว

      Yes it will return same object to get diff object needs to return null instead of B with @lookup method implementation

  • @digvijay1228
    @digvijay1228 ปีที่แล้ว +1

    How much did they offer you?

    • @InterviewRepo
      @InterviewRepo  ปีที่แล้ว +2

      For 3 yoe, the company was ready to offer till 25 LPA. Also candidate was having counter offers too

  • @SiriRudra1409
    @SiriRudra1409 ปีที่แล้ว

    select * from Employee order by salary desc limit 3; shall we use this query for top 3 salary. I got the result

  • @amlanabhijeet4902
    @amlanabhijeet4902 2 ปีที่แล้ว

    Was this interview conducted by flocareer?

    • @InterviewRepo
      @InterviewRepo  2 ปีที่แล้ว +1

      Not sure.

    • @amlanabhijeet4902
      @amlanabhijeet4902 2 ปีที่แล้ว

      @@InterviewRepo ok..cool,i thought i also had the same interviewer with the same set of questions a few days back so wondered.

  • @jayendrasingh9260
    @jayendrasingh9260 2 ปีที่แล้ว +1

    Sir ji everything is good but voice quality is not good pls do the needful... 😊

    • @InterviewRepo
      @InterviewRepo  2 ปีที่แล้ว

      Sorry for that. We will try to clear audio for our next uploads...

  • @ManishTiwari-or8zt
    @ManishTiwari-or8zt 2 ปีที่แล้ว

    Both beans were initialized only once, at the startup of the application context.
    To avoid this we can go for lookup method injection @lookup