0% found this document useful (0 votes)
30 views3 pages

Java Developer Resume Sample

The document provides a resume summary and details for a Java developer including professional experience working on projects involving security vulnerabilities, web services, and Amazon Web Services as well as technical skills and education history.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views3 pages

Java Developer Resume Sample

The document provides a resume summary and details for a Java developer including professional experience working on projects involving security vulnerabilities, web services, and Amazon Web Services as well as technical skills and education history.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Name

Email
Phone Number

PROFESSIONAL SUMMARY
 Around 2 years of experience in design, development and implementation of software applications using
Java, J2EE technologies.
 Implementation of Java8 in the previous project and extensively can execute the code with some new features.
 Good knowledge in Core java, Collection framework and Multithreading.
 Extensive experience in building enterprise Applications and Distributed Systems using technologies such as
Java, J2EE and XML.
 Good knowledge and hands on experience in REST (Struts), spring and ORM frameworks.
 Extensive knowledge and implementation skills in Struts REST framework.
 Good knowledge on the spring modules like Spring IOC, Spring REST, Spring DAO, Spring Batch, Spring
Security.
 Good working experience in Spring Security, Spring Boot, Spring Batch.
 Good Knowledge in Object Relation Mapping using Hibernate.
 Hands-on experience with Web/Application servers (Tomcat, Web Logic and JBOSS).
 Good understanding and command in Amazon Web Services (Amazon EC2, Amazon S3, Amazon Simple DB,
Amazon RDS).
 Worked on AWS, High Availability Practices and deploying backup/restore infrastructure.
 Worked with Relational Database Management Systems including Oracle, SQL Server and have worked
extensively on JDBC to connect to and access various remote database including Oracle, MySQL, SQL Server.
 Experience in using Maven for build automation.
 Developing Web application using JavaScript, JSON, HTML and CSS.
 Build and deployment automation through tools like Jenkins.
 Responsible for administration and configuration of WebSphere, JBOSS.
 Experience in using JSP and Servlets to create web interfaces and integrating apache tools like Kafka.
 Administration and support of JIRA and related plug-ins and products.
 Experience in Test Driven Development, Waterfall model and Agile methodologies like SCRUM.

TECHNICAL SKILLS:

Web Development HTML5, CSS, JavaScript, JSON, Bootstrap


Version Control Tools SVN, GIT
Programming Languages C, C++, CORE JAVA
Methodologies Agile, Scrum
Build Scripts Maven, Ant
Web Services RESTful, Fair Knowledge on SOAP
Databases MySQL, ORACLE, SQL Server
J2EE Technologies Servlets, JDBC, Web Services (RESTful and SOAP)
Operating System Windows, Linux
Testing Tools Junit, Mockito
IDEs worked on Eclipse, Sublime Text, Visual studio
Frameworks Spring Boot, Spring (Core, Rest, JDBC, Batch, AOP)
Application Servers Apache Tomcat Server, JBOSS, IBM WebSphere
Education Qualifications:

Certifications:

PROFESSIONAL EXPERIENCE:

Employer:
Client: PNC Financial Services, Pittsburgh, PA Sep 2018 to Till Date
Role: JAVA Developer

Description: PNC is a financial based company and right now the company is looking to expand its business. So, coming
to the project my department is Online Banking which is Retail Banking Domain. To describe in brief, we are working on
a legacy project which is nothing but rewrite and as PNC is facing some security issues our department is assigned to
work on vulnerabilities. The main task is to get the vulnerabilities fixed.

Responsibilities:

 Working on the Vulnerabilities and security issues.


 Using Bit bucket as a code repository and using Smart Git as well.
 Working on mostly JSP’s, Servlets and JavaScript.
 Used Burp Suite as a testing tool for the vulnerabilities.
 Used Ultra Edit as the Text-Editor.
 Using the SOAP web services as a part of the project.
 Using JAVA 7 as the java version for the project
 As a part of Reactive team getting reports from EHT team and analyzing it completely and finding the proper
solution to that and try to resolve the issues in mean time.
 Involved in AGILE team and ensured to deliver a high-quality work with every iteration and attending the daily
SCRUM meetings and SPRINT retrospectives as well.
 Meanwhile turned into proactive team where we are supposed to work as what EHT does.
 Working to figure out the vulnerabilities same as the EHT team and providing it a proper remediation and the
exact date of remediation.
 Worked on different types of vulnerabilities and some high expedite issues as well depending upon the
requirement.
 Using Contrast Security as the main tool to figure out the high vulnerabilities.

Environment: JAVA 7, JavaScript, CSS, JSP, Servlets, IBM - IRAD (IDE), IBM Web Sphere (V 8.5), Burp-Suite,
Version One, SOAP web services, Ultra Edit, Bit Bucket, Smart Git, Oracle DB, Contrast Security

Employer:
Client: Right Resource Management Feb 2018 – Aug 2018
Role: Java/J2EE Developer

Description: Right Resource the leading organization that helps every individual to get the proper information regarding
the latest postings for new jobs and helps every individual in delivering the right info regarding the latest jobs and existing
technologies and training. The individual can login with their intranet credentials to access the latest happenings, New
Announcements of the company and they can also post their ideas for the better improvement of the business.
Roles and Responsibilities:

 Implemented and suggested improvements in Java Applications including Spring, J2EE


 Verified codes and tested applications by debugging programs and data.
 Designed and maintained portals and utilized AJAX.
 Implemented and managed Portal software and solved authentication issues.
 Created basic services using SOAP web technology.
 Analyzed and estimated effort in designing, developing and testing software.
 Conducted unit by unit tests as per established functions and procedures.
 Designed AMI images of EC2 Instances by employing AWS CLI and GUI.
 Responsible for Troubleshoot various network problems, system problems like Core Dump Analysis.

Environment: JAVA/J2EE, Amazon Web Services (AWS), EC2, S3, AJAX, SOAP webservices, Spring, Junit, Jenkins

Common questions

Powered by AI

RESTful services play a crucial role in scaling enterprise applications by providing a stateless and lightweight framework for communication between client and server. REST (Representational State Transfer) uses standard HTTP methods, making it simpler and more efficient than SOAP for many applications, particularly for web-based communication . RESTful services are designed for scalability, leveraging HTTP directly and making integration across different platforms straightforward. They can handle modern web requirements flexibly, supporting multiple data formats like JSON and XML, which is beneficial for web and mobile app development . In contrast, SOAP (Simple Object Access Protocol) is a protocol with more rigid specifications, which makes it more suitable for environments requiring strict contracts and higher security assurances . SOAP often involves more overhead due to XML messaging, which can impact performance when scaling large applications. Thus, RESTful services are generally preferred for web scalability, whereas SOAP is used when transactions require enhanced security and atomicity.

CI/CD (Continuous Integration and Continuous Deployment) practices integrate with version control systems like Git to significantly enhance software development and deployment processes. These practices ensure that code changes are automatically tested and integrated into the main branch as soon as they are committed, reducing the risk of integration issues and increasing software reliability . By using Git, developers can collaborate more effectively as each team member's changes are tracked and managed. Branching strategies enable isolated development, which minimizes conflicts and allows for efficient merging of code . Once changes are committed, CI tools like Jenkins automatically build and test the applications, providing immediate feedback to developers, which helps in catching defects early in the cycle. CD pipelines then take the validated code through various test environments to production, ensuring that only approved and tested builds get deployed. This integration creates a seamless development and deployment pipeline, enhancing speed, reliability, and accountability within the software lifecycle.

Combining Agile methodologies with tools like Jenkins is highly effective in the development process as it enhances both the speed and quality of software delivery. Agile provides a framework for flexible and iterative development, which means that developers can rapidly respond to changes and continuously prioritize security issues . Using Jenkins for build automation complements Agile by enabling continuous integration and continuous deployment (CI/CD), making it easier to test code changes rapidly and frequently in a shared repository. This reduces the chance of vulnerabilities being introduced into the codebase and allows for quick remediation when issues are detected . The combination ensures that secure software deployment is part of the regular development cycle, improving both the application’s quality and security over time, as automatic tests and builds allow for constant feedback and adjustments.

Java Developers address security vulnerabilities by actively working on identifying and fixing security issues within the application. They use various testing tools like Burp Suite and Contrast Security to identify vulnerabilities and assess the application's security posture . The developers are often part of agile teams, which ensures that they can deliver high-quality work iteratively, improving vulnerabilities in each sprint cycle. They rely on tools like Bitbucket for version control and Smart Git for versioning to manage code securely and effectively . Additionally, developers participate in SCRUM meetings to discuss daily progress related to vulnerabilities and set remediation dates, ensuring a proactive approach to security . These methodologies and tools enable them to systematically fix known vulnerabilities and improve the application's security resilience.

In Java web development projects, JSP, Servlets, and JavaScript work together to enhance both functionality and user experience. JSP (JavaServer Pages) is used for creating dynamic web content by embedding servlet code within HTML pages, which allows for rapid generation of content based on user input or other variables . Servlets manage client requests and server responses, serving as the control layer in the MVC (Model-View-Controller) architecture by handling requests and forwarding them to the appropriate JSP pages . This division helps separate business logic from presentation. JavaScript improves user experience by enabling dynamic interactivity on the client side, allowing real-time updates to the user interface without needing to reload pages . Together, these technologies provide a powerful framework for building interactive, feature-rich web applications efficiently.

Spring, Hibernate, and Struts play different but complementary roles in building enterprise applications. Spring serves as a comprehensive framework, providing core features such as dependency injection (Spring IOC) and support for RESTful web services, which are crucial for developing scalable and maintainable applications . Hibernate is primarily used for object-relational mapping and managing database operations through efficient querying capabilities, allowing developers to interact with the database in an object-oriented way without writing extensive SQL code . Struts is leveraged for building web applications by offering a powerful framework to create scalable and flexible web applications using model-view-controller (MVC) architecture . Together, these frameworks complement each other by offering solutions for different layers of an application: presentation (Struts), service, and business logic (Spring), and data access (Hibernate). This comprehensive stack enables developers to address complex application requirements systematically and efficiently.

Using ORM frameworks like Hibernate in conjunction with JDBC significantly enhances database operations by abstracting the database interactions and automating the data conversion between incompatible type systems. Hibernate provides developers with a more intuitive method to interact with database entities as Java objects, eliminating the boilerplate code needed for handling JDBC directly . This leads to reduced development time and improved maintainability, as developers can focus on business logic rather than SQL coding. Hibernate also manages the database cache, optimizing performance by reducing unnecessary database queries, and offers better support for complex queries through its HQL (Hibernate Query Language). Together, Hibernate and JDBC provide a powerful and flexible way to manage database operations effectively, enhancing both performance and productivity in enterprise applications.

While build tools like Maven greatly streamline the Java application development process by automating builds and managing dependencies, developers might face certain challenges. These include complex dependency management, where conflicts between libraries can arise, making dependency resolution cumbersome . To address these challenges, developers can make use of Maven's dependency management features to specify exact versions of dependencies, thus avoiding conflicts. Additionally, creating and maintaining a well-documented project structure conforming to Maven’s conventions helps in reducing confusion and errors . Another challenge is the learning curve associated with Maven’s extensive configuration and build lifecycle, which can be mitigated through comprehensive documentation and training. Leveraging community support and existing plugins can also help in addressing build and integration complexities effectively.

Test Driven Development (TDD) practices significantly influence the software development lifecycle by promoting a testing-first approach, which ensures code quality and helps identify flaws early in the development process. In agile environments, TDD aligns well with frequent iterations and rapid deployment cycles . By writing tests before code, developers are encouraged to think through design and requirements thoroughly, reducing the likelihood of bugs and facilitating better documentation of code functionality. This practice leads to more maintainable and extensible code as developers can refactor with confidence, knowing that tests will catch unexpected changes in behavior . Additionally, TDD enhances collaboration and communication across agile teams as test cases clearly define and communicate functionality at each iteration. This ensures that features are incrementally developed with quality assurance built into each step, ultimately improving overall productivity and software reliability.

Using Amazon Web Services (AWS) for hosting and deploying Java applications offers several advantages. AWS provides a scalable and flexible infrastructure with services like Amazon EC2 and Amazon S3, allowing developers to easily manage application demands . This elasticity is essential for handling fluctuating loads and ensuring high availability, essential in enterprise environments . However, challenges include the initial complexity and learning curve associated with AWS's wide range of services and configurations. Managing costs effectively can be difficult as developers need to understand pricing models to avoid unexpected expenses. Additionally, security and compliance are challenging, requiring proper configurations and continuous monitoring to prevent vulnerabilities. Despite these challenges, AWS's robust suite of tools, such as automation through AWS CLI, greatly benefits developers in effectively managing their Java application deployments.

You might also like