1. Company name |
PNC Bank |
2. Company address |
Cleveland |
3. Job title |
Software Developer (java) |
4. To whom should the cover letter be addressed? |
Hiring Manager |
5. What are the job requirements? |
Develops, tests, and implements software solutions |
6. What is the duration of the job? |
Full-time |
7. What are the hours/days of work? |
9am to 5pm/5 days a week |
8. What are the working conditions? |
Equal opportunity |
9. Is there room for advancement? |
Yes |
10. What kind of training is offered? |
No training is offered. |
11. What other positions at this company match my qualifications? |
Write code, test, and deploy software |
12. What are the average starting salaries (benefits)? |
Base salary $73,300/yr. |
13. Is traveling or relocation required? |
No, is withing 5 miles from my location. |
14. Where is the business located (home office, other offices)? |
Cleveland |
15. What are the products or services that the employer provides or manufactures? |
Enterprise Risk Management Framework, managing risk for PNC Bank. |
16. What is the mission statement? |
Knowledgeable of the values and practices that align customer needs and satisfaction as primary considerations in all business decisions and able to leverage that information in creating customized customer solutions. |
Using the above information , write three common interview questions and answers. Integrate relevant company information and examples in your answers.
Q1: What do you know about PNC Bank and briefly describe understanding about the role offered.
PNC Bank is 160 year old bank that is committed to its cutomers, businesses and government and offers a wide range of services to all. The role offered over here is of software developer (JAVA) and the key responsibilities include software development, testing of the modules and adding new implementations to current software solutions.
Q2: Explain the process of SDLC.
Ans: The software development life cycle includes five generic phases which are Gathering of requirements, Design and analysis of systems, Coding, Testing and implementation.
Q3: Explain the different access modifiers in Java also give example with respect to bank database?
Answer: In java there are for different modifiers which are public, private, protected and default.
Public: It can be accessed by any class or method. The data would include the name of bank braches and codes which can be accessed by all.
Protected: It can be accessed by class of the same package, or by the sub-class of the parent class, or within the same class. This would include data about the customers which can be accessed by customer himself and bank staff
Default: Default is accessible within the package only. the public, protected, or private are not used.
Private: It can be accessed within the class only. This would include data which is private for bank like financials, wealth information, important passwords etc.
Get Answers For Free
Most questions answered within 1 hours.