Mindtree|Real Interview|Experienced 6 years|Microservices|Springboot

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ย. 2024
  • Mindtree interview questions for experienced java. Real Interview.
    Interviewee experience in IT industry is 6 years.
    Microservices|Springboot|Rest API|Java 8
    Interview questions for companies like UST Global,TCS,Mindtree,Infosys,Infogain,Tech Mahindra,Capgemini,Cognizant etc.
    #USTglobal #interviewExperience #springboot
    #InterviewBroker
    #JavaInterviewQuestionsandAnswers​ #JavaInterviewQuestions​ #Intellipaat​ #JavaInterview​ #CoreJavaInterviewQuestions​ #JavaInterviewQuestionsandAnswersForExperienced​ #JavaTutorial​ #JavaProgramming​ #JavaTutorialForBeginners​
    #java
    #interview
    #question
    #microservices
    #docker
    #springboot
    #spring U
    Subscribe Channel: / @interviewbroker648
    Top 10 Tricky core java Interview questions top java interview questions,top java interview questions and answers,top interview questions and answers,top java interview questions for freshers,top 10 java interview questions,tricky java interview questions,tricky java interview questions for experienced,tricky java questions,java tricky interview questions,top 50 java interview questions,top 50 core java interview questions,java interview questions by durga sir,java interview questions for experienced,java interview questions for freshers,java interview questions and answers,java interview questions and answers edureka

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

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

    Questions:
    Background -> current technologies
    Features of spring boot and its adv
    How autoconfiguration works in spring boot
    How do you create spring boot app
    If i defined sql but did not add any properties to connect to db what would happen
    What props are to be given -> this is the autoconfig he was referring to earlier
    @componentscan - what does this do
    @springbootapps ?
    How do you handle properties
    Different types of properties for diff files -> profiles related Q
    How do you deploy apps in springboot
    Jnuit test cases
    Why do you write junit test cases
    @restcontroller
    @service & @repository?
    What will happen if you do @service instead of @repository
    How do you test your application - rest service - postman
    Which http protocol to use to update db to change an attribute, how do you achieve this
    Patch & put protocols
    Core java
    Diff btw primitive and non-primitive
    What are all the primitive data types
    Why are we defining string in 2 ways. How does memory work in these 2 cases
    Why is it maintaining at 2 places?
    Where will be a new object stored- heap or stack?
    How do you handle exception in java
    What will happen if we only do try or finally, but do not do catch
    What is diff between error and exception
    How do you improve on errors, how do you handle errors, what are the errors faced till now, how did you resolve them, how do you rectify ‘out of memory error’
    What are the different types of exceptions you have faced till now
    What is order of exception in java, which is highest
    Use of collections in java
    What are different types of collections you used till now
    When do you use set and map
    How is key stored in hashmap

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

    J unit purpose: to cover all the scenerios in at the time of bug fix.means at the time of bug fixing sometimes existing features will loss

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

    Exception is the mistake of programmers and those are recoverable...
    Error are not mistakes of programmers, Errors are generated by system configuration mistakes,
    basically Errors are not recoverable.

  • @rahul-sinha
    @rahul-sinha 2 ปีที่แล้ว +2

    Error indicates a serious problem that mainly occurs due to the lack of system resources, it occurs at run time. Error cannot be caught or handled.
    Example- Java.lang.StackOverFlow, java.lang.OutOfMemoryError
    Exceptions are the problems which can occur at both runtime and compile time. It mainly occurs due to the code written by the developers. Exception can be recovered by using the try-catch block and throws keyword.
    There are two types of exceptions i.e. checked and unchecked.
    Unchecked Exceptions : ArrayIndexOutOfBoundException, NullPointerException, ArithmaticException
    Checked Exceptions : SQLException, IOException

  • @RohitSharma-ke1bq
    @RohitSharma-ke1bq ปีที่แล้ว

    PUT, PATCH etc.. are not protocols. They are verbs in HTTP protocol.

  • @AkshayPatil-fo8mm
    @AkshayPatil-fo8mm 2 ปีที่แล้ว +1

    Thanks

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

    what if we explain the rest api flow from swagger documentation

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

    There is no question from Microservices.

  • @PramodKumar-kg3sd
    @PramodKumar-kg3sd 2 ปีที่แล้ว +5

    SIR ? in IT after 6 years of exp who calls SIR ?

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

      let it be calling sir will not be prob .

    • @PramodKumar-kg3sd
      @PramodKumar-kg3sd ปีที่แล้ว

      @@manigandangovindaraj4969 not a problem but it sets wrong example for others..

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

    selected??

  • @PramodKumar-kg3sd
    @PramodKumar-kg3sd 2 ปีที่แล้ว +3

    why interviewer sounds arrogant ?

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

    Any interview isn't complete with writing program 😁😁