Java Interview Questions And Answers(Part-1)
In this article, we will provide a comprehensive guide to Java Interview Questions, tailored for both freshers and experienced professionals.
Q1. What are your role and responsibility in your projects ?
Ans :
1.Collecting requirement from functional team.
2.created Excel sheet on share folder to add queries related to requrirement and task.
3.Attending meetings with Functional team to get clarification on queries which are logged in Query log.
4.preparing Technical Design Document(TDD) and Getting approval for TDD from Architect and functional team.
5.Code development
6.Unit Testing
7.Code review
8.Pushing code to git repository
9.Support for SIT and UAT environments.
Q2. Explain about your project Architecture ?
Ans :
Explain about your Project like Banking System where people will apply for to open new account or modify already existing account details. They can perform different operation like Deposit amount, withdraw amount and can get loan based on their eligibility criteria.
Q3. How many modules are there in your project and what are those?
ANS :
Credential Management.
Saving Account
Current Account
Deposit Loan
Balance Enquiry.
etc.