SlideShare a Scribd company logo
SANDIPRUPRAO MOHOD
Email:sandipmohod@gmail.com
Contact No: +1669 241 9001
CARRIER SUMMARY
Java Developer with 10+ years of experience working with CMM Level5 industries in the field of IT with focus on
requirement analysis, estimations based on software models, design, development, maintenance and unit testing
of web applications, with efficient use of JAVA, J2EE Technologies and Oracle PL/SQL. Worked primarily as middle
tier developer in the domain of Banking & Financial Services, Reference Data and Retail.
TECHNICAL SKILLSET:
Programming Skills: Java/ J2EE, Java Servlet, Java Struts, JSP, Spring, JDBC, Hibernate,
JUnit, JMock, RESTFul & SOA based Web Services, JAXB
Web Technologies: UML, HTML, Java Script, CSS, JQuery, Apache, WebTomcat, JBoss
Framework: Struts, Spring 3.0, Jersey 1.17
Database Skills: Oracle PL/SQL, MySQL.
Version Control: Subversion SVN, GIT
Change Management & Bug Tracking Tools: JIRA
IDE: Eclipse, Toad, Spring Toolkit, SQL Manager Lite for MySQL, MySQL Workbench
Tools: Maven
EDUCATIONAL QUALIFICATIONS
 Master of Science in Computer Science from Amravati University, INDIA with 61% Marks
 Bachelor of Science in Computer Science from Amravati University, INDIA with 66% Marks
PROFESSIONAL EXPERIENCE
 Macy’s.com,San Francisco,California,United States, Senior Java Developer
04/2015 – Till Date
Project: PROS (Product Recommendations and Optimized Services)
PROS is e-commerce application which consists of different modules like RTO, MMM, and Milan.
RTO module serves the recommendations to the macys.com page. The recommendations are provided by
MMM which acts as a reservoir for the recommendations for the given product ids. The recommendations are
determined by RTO and MMM depending upon the experiment and the respective models. Experiments and
the respective models are constructed by the business analysts. To construct the experiments and the respective
models, users use Milan as a user interface.
Responsibilities:
 Designed and develop web Services (Restful).
 Design and develop User Interface.
 Data modelling
 Use design patterns.
 Use Java 1.6 concurrent packages.
 Use Spring Profile.
 Use JBOSS to deploy application
 Use Jboss Infinispan for Cache Replicationacross all application instances.
 Use GITHUB repository for source code management.
Environment: Java, J2EE, JBOSS 6.1, Jersey 1.7, Spring Toolkit, Maven, AngularJs 1.4, XML, GITHUB, Oracle
10g, Spring 3.0, Junit, Jboss Infinispan 6
 PLM Logix LLC,SaraToga,California,United States, Senior Java Developer
01/2015 – 03/2015
Project: On the Radar (OTR)
OTR is e-commerce Web Application which uses external web services to fetch the product data from different
vendors like Amazon, Wal-mart etc.In addition to the specified vendor products it cater to the needs of the local
vendor products which are otherwise not visible on vendor’s list like Amazon,Wal-mart etc.
Thus OTR maintain its own products range (garnered through local vendors) along with the products of standard
vendors.
OTR has its Web Services which visits its own cashed database products before asking for information to the
vendor specific web services and display the products to the user both standard vendor products and the local
vendor products as well.
I have used concurrent hits to the multiple vendors’ web services so as to fetch the product from the respective
vendors, apart from hitting the local cache database so as to show the local vendor product as well.
While updatingthe local cache database periodically so as get rid of stale data, I have used concurrent updates into
the memory and final update to the cached database.
Responsibilities:
 Designed and develop web Services (SOAP and Restful).
 Data modelling
 Use design patterns.
 Use executor framework (Multithreading) to fire product request call to each vendor web services.
 Write packages in PL/SQL
 Used Tomcat to deploy application
 Used ControlM (scheduled jobs) to refreshthe cashed database after specified amount of time so as to override
the stale product data in the cache.
 Used SVN repositoryfor source code management.
Environment: Java, J2EE, Tomcat, Spring Toolkit, Maven, JQuery, XML, SVN, Oracle 10g, Spring Framework,
Spring MVC,Hibernate, JPA
 Hongkong and Shanghai Banking Corporation ( HSBC), France,Paris,Senior Java Developer
08/2012 – 07/2013
Project: Risk Wait Assets (eRWA)
eRWA is a web application which calculates the RWA for the trades. The trades are fed to the application from
the trade repository. The application also does the Basel III calculation on the trades and provides it to the
downstream application for analytical purposes either through data files or through web services.
The application also got the user interface. The interface is used by the Business User to do the adjustment in the
trade’s wrong figures trickle downto the eRWA from the feeder. This avoids revisiting the Trade Repository to
fetch the correct figures.
I am involved in writing the web services which are ultimately used by the downstream applications. Also was
involved in introducing the new features in the user interface. Migration of Basel II calculation the Basel III
calculation so as to provide the figures of Basel III to the downstream application through web services.
Application gets approximately 100 files in an hour so as to load it efficiently with all the validations, I wrote
concurrent loader using multithreading. It involved the poller thread which looks for a new file continuously in
specific folders, create a task for the file to load and push it into the waiting queue. Job Executer would pick up
the task; allocate the worker to load the file depending upon the type of the file with due validations.
Responsibilities:
 Designed and develop web Services for the downstream application.
 Write packages in PL/SQL
 Implementing sorting algorithm according to the nature of the data pattern.
 Usage of design patternespecially Template pattern, Factory method pattern, and command pattern
 Usage of executor framework (multithreading) to load the files.
 Use of concurrent primitives like CyclicBarrier to load the files in to the sytem.
 Data modelling using sql workbench.
 Used Web Sphere to deploy application.
 Used ControlM (scheduled jobs)to generate and provide the RWA and Basel III calculation to the
downstream application
 Used SOAP services so as to provide the data to the application
 Used SVN repositoryfor source code management.
 Currently involved in migrating Code repository fromSVN to RTC (Rational Team Concert).
Environment: Java, Web Sphere, Spring Toolkit, Maven, JQuery, AJAX, JSF, HTML, CSS,
Java Script, XML, SVN, Oracle 10g, Spring
 Nielsen Company, Oldsmar,Florida,United States, Senior Java Developer
01/2012 – 07/2012
Project: AdRelevance (ADR) US
ADR US is a web crawler which captures ads oninternet web sites. Crawler capture ads based on various rules
defined in the system. The HTTP prober (component) probes different URLs and fetch the HTML contents
which is then normalizes using JavaScripter (Component) and Periphery Prober. The Ads are extracted using
AdEtractor (Component) from the normalized contents by applyingrules. The Ads are recorded in the database.
All new ads are examined by humans, who classify them in many ways and also weed out non-advertising
content. Finally, the data is then is sent to the Web Front-End (WFE) where client can run reports and view the
ads.
I am involved in fixing the Rule engine flaws which are used to identify the ads. Modifythe core part of
application so as to make the system aware of the new tags whichare being added in HTML specification.
Change Rhino component (used to interpret the java script) so as make it aware of newfeatures added in the
JavaScript.
Responsibilities:
 Designed and develop new Rules and fixed the existingones.
 Followed Javadesign patterns template and observer pattern.
 Extensively worked on Java collections API for optimization and thread-safe data access.
 Used XML formats to transfer data from the server.
 Worked on SQL, PL/SQL using Oracle Database.
 Wrote Junits using Mockito, Powermockito for the use cases.
 Used Apache Tomcat to deploy application.
 Used SVN repositoryfor source code management.
 Participated and contributed in daily scrumcalls.
Environment: Java, Apache Tomcat, Eclipse, AJAX, JSF, HTML, CSS,
Java Script, XML, SVN.
 Royal Bank of Scotland, Singapore, Senior J2EE Developer
10/2010 – 12/2011
Project: WallStreet Interactive Real-Time Engine (WIRE).
WIRE is an application which is sand witched in betweenSystemX and WSS (WallStreet) application. The
cashflows (premium of the deals) flows from SystemX to WIRE application where the cashflows are processed
automatically. Processed valid cashflows are provided to the WSS application throughWSS web services. WIRE
application consists of three components Importer, Provider and Viewer. Importer pulls the cashflow messages
from SystemX. Provider pushes the valid cashflows to the WSS application. Viewer provides the user interface to
the Business user of the cashflows and allows manual cashflowprocessing.
Responsibilities:
 Requirement analysis, designand development of new cashflow validations.
 Developed RESTFul web services for payments system and user transactionusing Spring& Hibernate.
 Extensively worked on Spring Dependency Injection, AOP for Transaction management.
 Worked on properties externalization using Spring.
 Worked on fixing the memory leakage problems in Tomcat.
 Developed URL Rewrite and Redirect Tool using UrlRewriteFilter & Jetty.
 Worked on ActiveMQ as message broker to consume messages.
Environment: Java, Oracle 10g, Spring, SVN, Jetty. Eclipse Indigo, ActiveMQ,
 Royal Bank of Scotland, London, UK, Senior J2EE Developer
09/2010 – 10/2010
Project: Forward Looking Activity and Income Reporting (FLAIR)
FLAIR is deal management system where the user can create new deals. The system consists of different roles
which determine whichoperations are allowed on a given deal. Also, the users are arranged in a hierarchy, higher
the position of the user in the hierarchy, more number deals the user can see and deal with.
Responsibilities:
 Worked on Search & Reporting module to develop complex search interface using Struts, Spring &
Hibernate.
 Developed Reporting framework using Cron, Quartz to schedule and deliver reports created using
Jasper.
 Developed UI using HTML, JavaScript, CSS, JQuery, JSP2.0 directives, expressions, actions, tags and
custom tags to allow user for multiple search, does not equal selection, auto complete functionality.
 Worked on Struts2.0 MVC Framework for handling user request defining action-mappings,
DispatchAction.
 Extensively used Spring2.5 MVC Framework for better leverage, POJO programming, Dependency
Injection, Testability.
 Worked on initializing ApplicationContext to retrieve beaninstance, DI (DependencyInjection)
through constructors and setters.
 Worked on wiring collectionwhile Dependency Injection of a bean.
 Used byName autowiring to reduce the length spring-configurationfile.
 Externalized the configurationproperties using PropertyPlaceHolderConfigurer.
 Worked on publishing and listening of the EOD processing of the events using ApplicationEvent and
ApplicationListener.
 Configured SessionFactory using dataSource, mappingResources, annotatedClasses and
hibernateProperties.
 Used Spring quartz cron scheduler using CronTriggerBean to develop email scheduler for sending
notification.
 Worked on scheduling of tasks to execute methods using SimpleTriggerBean and
MethodInvokingTimerTaskFactoryBean specifying start and regular interval for golden copy
validation and processingof incoming SWIFT messages.
 Worked on Spring JMS using ActiveMQ as Message Broker and JmsTemplate for creating
connection, obtaining a session and actually receiving messages from master sources.
 Created DAO layer using HibernateDAOSupport, JdbcDaoSupport and Service layer to implements
required database operations using created DAO.
 Extensively worked on Hibernate3.0 for configuring hibernate properties, connection pool, mapping
components using xml file and annotations like @Embedded and @Embeddable and migrating
persistence mappingfrom xml files to annotation on domainmodel classes using JPA (Java Persistence
API) like @Entity, @Table, @Column, @JoinTable etc.
 Worked on hibernate DitachedCriteria to apply filters while retrieving the data.
 Used Hibernate Generic DAO framework to avoid hand coded DAO implementation taking
advantage of Search interface.
 Worked on performance improvement using hibernate second level cache and query level cache using
EHCache.
 Extensively worked on Object Oriented Programming aspect of Java using JDK1.5 for collections along
with comparator, multithreading, thread synchronizationusing ThreadPoolExecutor.
 Worked on scheduling of jobs using Quartz based on Cron Expressions using Java.
 Developed a Reporting framework to generate scheduled reports in PDF, Excel and Word Document
format using Jasper Reports, Dynamic Reports, iReport.
 Fully customized DisplayTag for pagination, sorting and export functionality.
 Customized the Tomcat log4j.xml for creating different log files with appender.
 Worked on UMLet10.4 an opensource UML design plug-in for Eclipse.
 Involved in requirement gathering, effort estimation and designing& development of Search and
Reporting module.
 Prepared Technical Specification Document and Project Management Plan.
 Configured eclipse plug-in for SVN and CVS.
 Owned responsibility as SVN repository manager for creating tags, branches, trunks etc.
 Responsible for build and deployment of application in ST and SIT environment.
 Responsible for code review and executing JUnit test cases.
Environment: Java, JSP, J2ee, AJAX, JavaScript, JQuery, Oracle 10g, CSS, Struts, Spring, Hibernate,
SQLBuiilder, JDBC, PL/SQL, SQL, Windows XP, SVN, CVS, Eclipse Helios, Jasper Reports, Dynamic
Reports, iReport, Ant1.8.2, Tomcat5.5.28, DisplayTag, Eclipse Europa
 ABN AMRO BANK NV, London, UK, Java Developer
06/2007 – 08/2010
Project: Corporate Client Identifier (CCID)
CCID is a Reference Data Application, deals with all clients within the Wholesale Client SBU (strategic business
unit) including global clients (multinationals), banks, financial institutions, public sector and corporations.
The application is connected with approximately 80 Interfaces from which it receives the data and to whom it
provides the data.
Application receives Source Client information from the Interfaces.CCID application do the matching of these
clients depending upon various business criteria and fuzzy logic as well. Matching do the cross referencing of these
clients with Master Client regarded as GID (Global Identifier). This all matching work is done by DME (Data
Matching Engine).
DGE (Data Generation Engine) generate the feed containing cross reference and Master Client information to
various target systems specific to respective Target System.
Responsibilities:
 Worked on Struts2.0 MVC Framework for handling user request defining action-mappings,
DispatchAction.
 Extensively used Spring2.5 MVC Framework for better leverage, POJO programming, Dependency
Injection, Testability.
 Worked on publishing and listening of the EOD processing of the events using ApplicationEvent and
ApplicationListener.
 Configured SessionFactory using dataSource, mappingResources, annotatedClasses and
hibernateProperties.
 Followed Javadesign patterns command and strategic pattern.
 SQL performance tuning
Environment: Java, JSP, J2ee, JavaScript,Oracle 10g, CSS, Struts, Spring, JDBC, PL/SQL, SQL, Windows XP,
SVN, CVS, Eclipse Helios, Jasper Reports, Ant1.8.2, WebSphere 5.5, DisplayTag, Eclipse Europa
 LIC Employees Co-Operative Bank Ltd , Amravati, Maharashtra, INDIA, Java Developer
12/2004 – 04/2007
Project: Accounting process automation.
Since the numbers of employees were less, the accountingpart was being done manually. But as the employees’
number grew, bank took the decisionto automate the accounting part. The accounting is divided into different
modules. The modules were for Loan, Loan Installment, Fixed Deposit and saving account.
I was involved in writing the use cases using UML for various modules, design and development of the different
modules.
Responsibilities:
 Design and development of User Interface, client side validation, business logic to allow super user to
print the reports for applications on daily and weekly basis in excel format.
 Worked on Struts2.0 MVC Framework for handling user request defining action-mappings,
DispatchAction.
 Followed Javadesign patterns observer and adaptor.
Environment: Java, JSP, J2ee, JavaScript,Oracle 10g, CSS, Struts, JDBC, MySQL, Windows XP,
SVN,NetBeans 5,, Ant1.8.2,Tomcat 4

More Related Content

What's hot

Narender_resume
Narender_resumeNarender_resume
Narender_resume
Narender Yadav
 
Naga Srinivas
Naga SrinivasNaga Srinivas
suhail-Dotnet-Technical Manager
suhail-Dotnet-Technical Managersuhail-Dotnet-Technical Manager
suhail-Dotnet-Technical Manager
suhail ahamed abdul khader
 
Vivek Sharma Resume
Vivek Sharma ResumeVivek Sharma Resume
Vivek Sharma Resume
vivek sharma
 
Building Web Application Using Spring Framework
Building Web Application Using Spring FrameworkBuilding Web Application Using Spring Framework
Building Web Application Using Spring Framework
Edureka!
 
Developing Next-Gen Enterprise Web Application
Developing Next-Gen Enterprise Web ApplicationDeveloping Next-Gen Enterprise Web Application
Developing Next-Gen Enterprise Web Application
Mark Gu
 
Resume_Java_3exp
Resume_Java_3expResume_Java_3exp
Resume_Java_3exp
Vinuthan M C
 
CV_PrasantKumar
CV_PrasantKumarCV_PrasantKumar
CV_PrasantKumar
Prashant Rai
 
Gandhi_DotNet_4+ yrs_Exp
Gandhi_DotNet_4+ yrs_ExpGandhi_DotNet_4+ yrs_Exp
Gandhi_DotNet_4+ yrs_Exp
Gandhi Goli
 
SarojKumarDash_dotNet_5Years
SarojKumarDash_dotNet_5YearsSarojKumarDash_dotNet_5Years
SarojKumarDash_dotNet_5Years
Saroj Kumar Dash
 
Resume_Brad_Johnson
Resume_Brad_JohnsonResume_Brad_Johnson
Resume_Brad_Johnson
Bradlee Johnson
 
J2ee seminar
J2ee seminarJ2ee seminar
J2ee seminar
Sahil Kukreja
 
Bhanu Resume
Bhanu ResumeBhanu Resume
Bhanu Resume
Bhanu Sudarshan H
 
perl-java
perl-javaperl-java
perl-java
tutorialsruby
 
ABHAY_SHUKLA
ABHAY_SHUKLAABHAY_SHUKLA
ABHAY_SHUKLA
ABHAY SHUKLA
 
Web applications portfolio
Web applications portfolioWeb applications portfolio
Web applications portfolio
Ravi S
 
Brijesh Soni
Brijesh SoniBrijesh Soni
Brijesh Soni
Brijesh Soni
 
Zhen_Wu_Resume_V2
Zhen_Wu_Resume_V2Zhen_Wu_Resume_V2
Zhen_Wu_Resume_V2
Zhen Wu
 
senior software developer .net
senior software developer .netsenior software developer .net
senior software developer .net
Rakesh Kumar Kushwaha
 
JAVA LOGGING for JAVA APPLICATION PERFORMANCE
JAVA LOGGING for JAVA APPLICATION PERFORMANCEJAVA LOGGING for JAVA APPLICATION PERFORMANCE
JAVA LOGGING for JAVA APPLICATION PERFORMANCE
Rajendra Ladkat
 

What's hot (20)

Narender_resume
Narender_resumeNarender_resume
Narender_resume
 
Naga Srinivas
Naga SrinivasNaga Srinivas
Naga Srinivas
 
suhail-Dotnet-Technical Manager
suhail-Dotnet-Technical Managersuhail-Dotnet-Technical Manager
suhail-Dotnet-Technical Manager
 
Vivek Sharma Resume
Vivek Sharma ResumeVivek Sharma Resume
Vivek Sharma Resume
 
Building Web Application Using Spring Framework
Building Web Application Using Spring FrameworkBuilding Web Application Using Spring Framework
Building Web Application Using Spring Framework
 
Developing Next-Gen Enterprise Web Application
Developing Next-Gen Enterprise Web ApplicationDeveloping Next-Gen Enterprise Web Application
Developing Next-Gen Enterprise Web Application
 
Resume_Java_3exp
Resume_Java_3expResume_Java_3exp
Resume_Java_3exp
 
CV_PrasantKumar
CV_PrasantKumarCV_PrasantKumar
CV_PrasantKumar
 
Gandhi_DotNet_4+ yrs_Exp
Gandhi_DotNet_4+ yrs_ExpGandhi_DotNet_4+ yrs_Exp
Gandhi_DotNet_4+ yrs_Exp
 
SarojKumarDash_dotNet_5Years
SarojKumarDash_dotNet_5YearsSarojKumarDash_dotNet_5Years
SarojKumarDash_dotNet_5Years
 
Resume_Brad_Johnson
Resume_Brad_JohnsonResume_Brad_Johnson
Resume_Brad_Johnson
 
J2ee seminar
J2ee seminarJ2ee seminar
J2ee seminar
 
Bhanu Resume
Bhanu ResumeBhanu Resume
Bhanu Resume
 
perl-java
perl-javaperl-java
perl-java
 
ABHAY_SHUKLA
ABHAY_SHUKLAABHAY_SHUKLA
ABHAY_SHUKLA
 
Web applications portfolio
Web applications portfolioWeb applications portfolio
Web applications portfolio
 
Brijesh Soni
Brijesh SoniBrijesh Soni
Brijesh Soni
 
Zhen_Wu_Resume_V2
Zhen_Wu_Resume_V2Zhen_Wu_Resume_V2
Zhen_Wu_Resume_V2
 
senior software developer .net
senior software developer .netsenior software developer .net
senior software developer .net
 
JAVA LOGGING for JAVA APPLICATION PERFORMANCE
JAVA LOGGING for JAVA APPLICATION PERFORMANCEJAVA LOGGING for JAVA APPLICATION PERFORMANCE
JAVA LOGGING for JAVA APPLICATION PERFORMANCE
 

Viewers also liked

What you need to know about fasfa
What you need to know about fasfaWhat you need to know about fasfa
What you need to know about fasfa
youthdiscovery
 
Open source prez
Open source prezOpen source prez
Open source prez
bruder_barna
 
E-Brochure Noida World One (1)
E-Brochure Noida World One (1)E-Brochure Noida World One (1)
E-Brochure Noida World One (1)saurabh manchanda
 
Med ped
Med pedMed ped
Med ped
cnreyno
 
Despréndete
DespréndeteDespréndete
Despréndete
Sandra Gudino
 
Production processes
Production processesProduction processes
Production processes
UDPACentrifuge
 
Edward via college of osteopathic medicine
Edward via college of osteopathic medicineEdward via college of osteopathic medicine
Edward via college of osteopathic medicine
cnreyno
 
The diversity initiative
The diversity initiativeThe diversity initiative
The diversity initiative
youthdiscovery
 
Med Ped
Med PedMed Ped
Med Ped
cnreyno
 
resume
resumeresume
resume
hafiz Ishfaq
 
2015-2016 GEM ASEAN Report
2015-2016 GEM ASEAN Report2015-2016 GEM ASEAN Report
2015-2016 GEM ASEAN Report
Ulrike Guelich
 
Jonathan Mulosa ET'Al
Jonathan Mulosa ET'AlJonathan Mulosa ET'Al
Jonathan Mulosa ET'Al
JONATHAN MULOSA
 
How did you attract/ address your audience?
How did you attract/ address your audience?How did you attract/ address your audience?
How did you attract/ address your audience?
millieiron
 
Sin título 1
Sin título 1Sin título 1
Sin título 1
TeknoEsteban
 
Linkedin personal resume 20150128
Linkedin personal resume 20150128Linkedin personal resume 20150128
Linkedin personal resume 20150128
Edward Chao
 
Клуб бухгалтеров НКО: Обзорный семинар 28.01.2015 на ВДНХ
Клуб бухгалтеров НКО: Обзорный семинар 28.01.2015 на ВДНХКлуб бухгалтеров НКО: Обзорный семинар 28.01.2015 на ВДНХ
Клуб бухгалтеров НКО: Обзорный семинар 28.01.2015 на ВДНХ
Pavel Gamolskiy
 
Edward via College of Osteopathic Medicine
Edward via College of Osteopathic MedicineEdward via College of Osteopathic Medicine
Edward via College of Osteopathic Medicine
cnreyno
 
Спортивные сборы в Красной Поляне
Спортивные сборы в Красной ПолянеСпортивные сборы в Красной Поляне
Спортивные сборы в Красной Поляне
Kupola
 

Viewers also liked (18)

What you need to know about fasfa
What you need to know about fasfaWhat you need to know about fasfa
What you need to know about fasfa
 
Open source prez
Open source prezOpen source prez
Open source prez
 
E-Brochure Noida World One (1)
E-Brochure Noida World One (1)E-Brochure Noida World One (1)
E-Brochure Noida World One (1)
 
Med ped
Med pedMed ped
Med ped
 
Despréndete
DespréndeteDespréndete
Despréndete
 
Production processes
Production processesProduction processes
Production processes
 
Edward via college of osteopathic medicine
Edward via college of osteopathic medicineEdward via college of osteopathic medicine
Edward via college of osteopathic medicine
 
The diversity initiative
The diversity initiativeThe diversity initiative
The diversity initiative
 
Med Ped
Med PedMed Ped
Med Ped
 
resume
resumeresume
resume
 
2015-2016 GEM ASEAN Report
2015-2016 GEM ASEAN Report2015-2016 GEM ASEAN Report
2015-2016 GEM ASEAN Report
 
Jonathan Mulosa ET'Al
Jonathan Mulosa ET'AlJonathan Mulosa ET'Al
Jonathan Mulosa ET'Al
 
How did you attract/ address your audience?
How did you attract/ address your audience?How did you attract/ address your audience?
How did you attract/ address your audience?
 
Sin título 1
Sin título 1Sin título 1
Sin título 1
 
Linkedin personal resume 20150128
Linkedin personal resume 20150128Linkedin personal resume 20150128
Linkedin personal resume 20150128
 
Клуб бухгалтеров НКО: Обзорный семинар 28.01.2015 на ВДНХ
Клуб бухгалтеров НКО: Обзорный семинар 28.01.2015 на ВДНХКлуб бухгалтеров НКО: Обзорный семинар 28.01.2015 на ВДНХ
Клуб бухгалтеров НКО: Обзорный семинар 28.01.2015 на ВДНХ
 
Edward via College of Osteopathic Medicine
Edward via College of Osteopathic MedicineEdward via College of Osteopathic Medicine
Edward via College of Osteopathic Medicine
 
Спортивные сборы в Красной Поляне
Спортивные сборы в Красной ПолянеСпортивные сборы в Красной Поляне
Спортивные сборы в Красной Поляне
 

Similar to Resume_Sandip_Mohod_Java_9_plus_years_exp

Nitesh_Sr._Java_developer_Lead
Nitesh_Sr._Java_developer_Lead Nitesh_Sr._Java_developer_Lead
Nitesh_Sr._Java_developer_Lead
Nitesh Dasari
 
Resume
ResumeResume
Resume
santukumar12
 
New resume
New resumeNew resume
New resume
Rahul Kumar
 
Sunil kumar resume
Sunil kumar resumeSunil kumar resume
Sunil kumar resume
SUNILKUMAR GADHETHARIA
 
Sreekanth java developer raj
Sreekanth java developer rajSreekanth java developer raj
Sreekanth java developer raj
sreekanthavco
 
Full stack Java Developer
Full stack Java DeveloperFull stack Java Developer
Full stack Java Developer
MdHasan872214
 
KaranDeepSinghCV
KaranDeepSinghCVKaranDeepSinghCV
KaranDeepSinghCV
Karandeep Singh
 
Ranjith_Reddy Yallampalli Resume
Ranjith_Reddy Yallampalli ResumeRanjith_Reddy Yallampalli Resume
Ranjith_Reddy Yallampalli Resume
Ranjith Reddy Yallampalli
 
Rajeev_Resume
Rajeev_ResumeRajeev_Resume
Rajeev_Resume
Rajeev Bhatnagar
 
JulianSerna2016
JulianSerna2016JulianSerna2016
JulianSerna2016
Julian Serna
 
Nand_CV
Nand_CV Nand_CV
Sid K
Sid KSid K
Sid K
Sid K
 
Imdad resume
Imdad resumeImdad resume
Imdad resume
imdadareeph
 
Sanjeev_Kumar_Paul- Resume-Latest
Sanjeev_Kumar_Paul- Resume-LatestSanjeev_Kumar_Paul- Resume-Latest
Sanjeev_Kumar_Paul- Resume-Latest
Sanjeev Kumar Paul
 
Rajeev Ranjan_CV (Java Fullstack)
Rajeev Ranjan_CV (Java Fullstack)Rajeev Ranjan_CV (Java Fullstack)
Rajeev Ranjan_CV (Java Fullstack)
Rajeev Singh
 
Shyam Patil - Resume
Shyam Patil - ResumeShyam Patil - Resume
Shyam Patil - Resume
Shyam Patil
 
Prasant_nayak_IBM_3Yr_Exp
Prasant_nayak_IBM_3Yr_ExpPrasant_nayak_IBM_3Yr_Exp
Prasant_nayak_IBM_3Yr_Exp
Prasant Kumar Nayak
 
KiranGara_JEE_7Yrs
KiranGara_JEE_7YrsKiranGara_JEE_7Yrs
KiranGara_JEE_7Yrs
Kiran Gara
 
SeniorNET Bhanu Resume
SeniorNET Bhanu ResumeSeniorNET Bhanu Resume
SeniorNET Bhanu Resume
(Actively Looking) Akunuru
 
newSkills_09
newSkills_09newSkills_09
newSkills_09
Yue Chao Qin
 

Similar to Resume_Sandip_Mohod_Java_9_plus_years_exp (20)

Nitesh_Sr._Java_developer_Lead
Nitesh_Sr._Java_developer_Lead Nitesh_Sr._Java_developer_Lead
Nitesh_Sr._Java_developer_Lead
 
Resume
ResumeResume
Resume
 
New resume
New resumeNew resume
New resume
 
Sunil kumar resume
Sunil kumar resumeSunil kumar resume
Sunil kumar resume
 
Sreekanth java developer raj
Sreekanth java developer rajSreekanth java developer raj
Sreekanth java developer raj
 
Full stack Java Developer
Full stack Java DeveloperFull stack Java Developer
Full stack Java Developer
 
KaranDeepSinghCV
KaranDeepSinghCVKaranDeepSinghCV
KaranDeepSinghCV
 
Ranjith_Reddy Yallampalli Resume
Ranjith_Reddy Yallampalli ResumeRanjith_Reddy Yallampalli Resume
Ranjith_Reddy Yallampalli Resume
 
Rajeev_Resume
Rajeev_ResumeRajeev_Resume
Rajeev_Resume
 
JulianSerna2016
JulianSerna2016JulianSerna2016
JulianSerna2016
 
Nand_CV
Nand_CV Nand_CV
Nand_CV
 
Sid K
Sid KSid K
Sid K
 
Imdad resume
Imdad resumeImdad resume
Imdad resume
 
Sanjeev_Kumar_Paul- Resume-Latest
Sanjeev_Kumar_Paul- Resume-LatestSanjeev_Kumar_Paul- Resume-Latest
Sanjeev_Kumar_Paul- Resume-Latest
 
Rajeev Ranjan_CV (Java Fullstack)
Rajeev Ranjan_CV (Java Fullstack)Rajeev Ranjan_CV (Java Fullstack)
Rajeev Ranjan_CV (Java Fullstack)
 
Shyam Patil - Resume
Shyam Patil - ResumeShyam Patil - Resume
Shyam Patil - Resume
 
Prasant_nayak_IBM_3Yr_Exp
Prasant_nayak_IBM_3Yr_ExpPrasant_nayak_IBM_3Yr_Exp
Prasant_nayak_IBM_3Yr_Exp
 
KiranGara_JEE_7Yrs
KiranGara_JEE_7YrsKiranGara_JEE_7Yrs
KiranGara_JEE_7Yrs
 
SeniorNET Bhanu Resume
SeniorNET Bhanu ResumeSeniorNET Bhanu Resume
SeniorNET Bhanu Resume
 
newSkills_09
newSkills_09newSkills_09
newSkills_09
 

Resume_Sandip_Mohod_Java_9_plus_years_exp

  • 1. SANDIPRUPRAO MOHOD Email:sandipmohod@gmail.com Contact No: +1669 241 9001 CARRIER SUMMARY Java Developer with 10+ years of experience working with CMM Level5 industries in the field of IT with focus on requirement analysis, estimations based on software models, design, development, maintenance and unit testing of web applications, with efficient use of JAVA, J2EE Technologies and Oracle PL/SQL. Worked primarily as middle tier developer in the domain of Banking & Financial Services, Reference Data and Retail. TECHNICAL SKILLSET: Programming Skills: Java/ J2EE, Java Servlet, Java Struts, JSP, Spring, JDBC, Hibernate, JUnit, JMock, RESTFul & SOA based Web Services, JAXB Web Technologies: UML, HTML, Java Script, CSS, JQuery, Apache, WebTomcat, JBoss Framework: Struts, Spring 3.0, Jersey 1.17 Database Skills: Oracle PL/SQL, MySQL. Version Control: Subversion SVN, GIT Change Management & Bug Tracking Tools: JIRA IDE: Eclipse, Toad, Spring Toolkit, SQL Manager Lite for MySQL, MySQL Workbench Tools: Maven EDUCATIONAL QUALIFICATIONS  Master of Science in Computer Science from Amravati University, INDIA with 61% Marks  Bachelor of Science in Computer Science from Amravati University, INDIA with 66% Marks PROFESSIONAL EXPERIENCE  Macy’s.com,San Francisco,California,United States, Senior Java Developer 04/2015 – Till Date Project: PROS (Product Recommendations and Optimized Services) PROS is e-commerce application which consists of different modules like RTO, MMM, and Milan. RTO module serves the recommendations to the macys.com page. The recommendations are provided by MMM which acts as a reservoir for the recommendations for the given product ids. The recommendations are determined by RTO and MMM depending upon the experiment and the respective models. Experiments and the respective models are constructed by the business analysts. To construct the experiments and the respective models, users use Milan as a user interface. Responsibilities:  Designed and develop web Services (Restful).  Design and develop User Interface.  Data modelling  Use design patterns.  Use Java 1.6 concurrent packages.
  • 2.  Use Spring Profile.  Use JBOSS to deploy application  Use Jboss Infinispan for Cache Replicationacross all application instances.  Use GITHUB repository for source code management. Environment: Java, J2EE, JBOSS 6.1, Jersey 1.7, Spring Toolkit, Maven, AngularJs 1.4, XML, GITHUB, Oracle 10g, Spring 3.0, Junit, Jboss Infinispan 6  PLM Logix LLC,SaraToga,California,United States, Senior Java Developer 01/2015 – 03/2015 Project: On the Radar (OTR) OTR is e-commerce Web Application which uses external web services to fetch the product data from different vendors like Amazon, Wal-mart etc.In addition to the specified vendor products it cater to the needs of the local vendor products which are otherwise not visible on vendor’s list like Amazon,Wal-mart etc. Thus OTR maintain its own products range (garnered through local vendors) along with the products of standard vendors. OTR has its Web Services which visits its own cashed database products before asking for information to the vendor specific web services and display the products to the user both standard vendor products and the local vendor products as well. I have used concurrent hits to the multiple vendors’ web services so as to fetch the product from the respective vendors, apart from hitting the local cache database so as to show the local vendor product as well. While updatingthe local cache database periodically so as get rid of stale data, I have used concurrent updates into the memory and final update to the cached database. Responsibilities:  Designed and develop web Services (SOAP and Restful).  Data modelling  Use design patterns.  Use executor framework (Multithreading) to fire product request call to each vendor web services.  Write packages in PL/SQL  Used Tomcat to deploy application  Used ControlM (scheduled jobs) to refreshthe cashed database after specified amount of time so as to override the stale product data in the cache.  Used SVN repositoryfor source code management. Environment: Java, J2EE, Tomcat, Spring Toolkit, Maven, JQuery, XML, SVN, Oracle 10g, Spring Framework, Spring MVC,Hibernate, JPA
  • 3.  Hongkong and Shanghai Banking Corporation ( HSBC), France,Paris,Senior Java Developer 08/2012 – 07/2013 Project: Risk Wait Assets (eRWA) eRWA is a web application which calculates the RWA for the trades. The trades are fed to the application from the trade repository. The application also does the Basel III calculation on the trades and provides it to the downstream application for analytical purposes either through data files or through web services. The application also got the user interface. The interface is used by the Business User to do the adjustment in the trade’s wrong figures trickle downto the eRWA from the feeder. This avoids revisiting the Trade Repository to fetch the correct figures. I am involved in writing the web services which are ultimately used by the downstream applications. Also was involved in introducing the new features in the user interface. Migration of Basel II calculation the Basel III calculation so as to provide the figures of Basel III to the downstream application through web services. Application gets approximately 100 files in an hour so as to load it efficiently with all the validations, I wrote concurrent loader using multithreading. It involved the poller thread which looks for a new file continuously in specific folders, create a task for the file to load and push it into the waiting queue. Job Executer would pick up the task; allocate the worker to load the file depending upon the type of the file with due validations. Responsibilities:  Designed and develop web Services for the downstream application.  Write packages in PL/SQL  Implementing sorting algorithm according to the nature of the data pattern.  Usage of design patternespecially Template pattern, Factory method pattern, and command pattern  Usage of executor framework (multithreading) to load the files.  Use of concurrent primitives like CyclicBarrier to load the files in to the sytem.  Data modelling using sql workbench.  Used Web Sphere to deploy application.  Used ControlM (scheduled jobs)to generate and provide the RWA and Basel III calculation to the downstream application  Used SOAP services so as to provide the data to the application  Used SVN repositoryfor source code management.  Currently involved in migrating Code repository fromSVN to RTC (Rational Team Concert). Environment: Java, Web Sphere, Spring Toolkit, Maven, JQuery, AJAX, JSF, HTML, CSS, Java Script, XML, SVN, Oracle 10g, Spring
  • 4.  Nielsen Company, Oldsmar,Florida,United States, Senior Java Developer 01/2012 – 07/2012 Project: AdRelevance (ADR) US ADR US is a web crawler which captures ads oninternet web sites. Crawler capture ads based on various rules defined in the system. The HTTP prober (component) probes different URLs and fetch the HTML contents which is then normalizes using JavaScripter (Component) and Periphery Prober. The Ads are extracted using AdEtractor (Component) from the normalized contents by applyingrules. The Ads are recorded in the database. All new ads are examined by humans, who classify them in many ways and also weed out non-advertising content. Finally, the data is then is sent to the Web Front-End (WFE) where client can run reports and view the ads. I am involved in fixing the Rule engine flaws which are used to identify the ads. Modifythe core part of application so as to make the system aware of the new tags whichare being added in HTML specification. Change Rhino component (used to interpret the java script) so as make it aware of newfeatures added in the JavaScript. Responsibilities:  Designed and develop new Rules and fixed the existingones.  Followed Javadesign patterns template and observer pattern.  Extensively worked on Java collections API for optimization and thread-safe data access.  Used XML formats to transfer data from the server.  Worked on SQL, PL/SQL using Oracle Database.  Wrote Junits using Mockito, Powermockito for the use cases.  Used Apache Tomcat to deploy application.  Used SVN repositoryfor source code management.  Participated and contributed in daily scrumcalls. Environment: Java, Apache Tomcat, Eclipse, AJAX, JSF, HTML, CSS, Java Script, XML, SVN.  Royal Bank of Scotland, Singapore, Senior J2EE Developer 10/2010 – 12/2011 Project: WallStreet Interactive Real-Time Engine (WIRE). WIRE is an application which is sand witched in betweenSystemX and WSS (WallStreet) application. The cashflows (premium of the deals) flows from SystemX to WIRE application where the cashflows are processed automatically. Processed valid cashflows are provided to the WSS application throughWSS web services. WIRE application consists of three components Importer, Provider and Viewer. Importer pulls the cashflow messages from SystemX. Provider pushes the valid cashflows to the WSS application. Viewer provides the user interface to the Business user of the cashflows and allows manual cashflowprocessing.
  • 5. Responsibilities:  Requirement analysis, designand development of new cashflow validations.  Developed RESTFul web services for payments system and user transactionusing Spring& Hibernate.  Extensively worked on Spring Dependency Injection, AOP for Transaction management.  Worked on properties externalization using Spring.  Worked on fixing the memory leakage problems in Tomcat.  Developed URL Rewrite and Redirect Tool using UrlRewriteFilter & Jetty.  Worked on ActiveMQ as message broker to consume messages. Environment: Java, Oracle 10g, Spring, SVN, Jetty. Eclipse Indigo, ActiveMQ,  Royal Bank of Scotland, London, UK, Senior J2EE Developer 09/2010 – 10/2010 Project: Forward Looking Activity and Income Reporting (FLAIR) FLAIR is deal management system where the user can create new deals. The system consists of different roles which determine whichoperations are allowed on a given deal. Also, the users are arranged in a hierarchy, higher the position of the user in the hierarchy, more number deals the user can see and deal with. Responsibilities:  Worked on Search & Reporting module to develop complex search interface using Struts, Spring & Hibernate.  Developed Reporting framework using Cron, Quartz to schedule and deliver reports created using Jasper.  Developed UI using HTML, JavaScript, CSS, JQuery, JSP2.0 directives, expressions, actions, tags and custom tags to allow user for multiple search, does not equal selection, auto complete functionality.  Worked on Struts2.0 MVC Framework for handling user request defining action-mappings, DispatchAction.  Extensively used Spring2.5 MVC Framework for better leverage, POJO programming, Dependency Injection, Testability.  Worked on initializing ApplicationContext to retrieve beaninstance, DI (DependencyInjection) through constructors and setters.  Worked on wiring collectionwhile Dependency Injection of a bean.
  • 6.  Used byName autowiring to reduce the length spring-configurationfile.  Externalized the configurationproperties using PropertyPlaceHolderConfigurer.  Worked on publishing and listening of the EOD processing of the events using ApplicationEvent and ApplicationListener.  Configured SessionFactory using dataSource, mappingResources, annotatedClasses and hibernateProperties.  Used Spring quartz cron scheduler using CronTriggerBean to develop email scheduler for sending notification.  Worked on scheduling of tasks to execute methods using SimpleTriggerBean and MethodInvokingTimerTaskFactoryBean specifying start and regular interval for golden copy validation and processingof incoming SWIFT messages.  Worked on Spring JMS using ActiveMQ as Message Broker and JmsTemplate for creating connection, obtaining a session and actually receiving messages from master sources.  Created DAO layer using HibernateDAOSupport, JdbcDaoSupport and Service layer to implements required database operations using created DAO.  Extensively worked on Hibernate3.0 for configuring hibernate properties, connection pool, mapping components using xml file and annotations like @Embedded and @Embeddable and migrating persistence mappingfrom xml files to annotation on domainmodel classes using JPA (Java Persistence API) like @Entity, @Table, @Column, @JoinTable etc.  Worked on hibernate DitachedCriteria to apply filters while retrieving the data.  Used Hibernate Generic DAO framework to avoid hand coded DAO implementation taking advantage of Search interface.  Worked on performance improvement using hibernate second level cache and query level cache using EHCache.  Extensively worked on Object Oriented Programming aspect of Java using JDK1.5 for collections along with comparator, multithreading, thread synchronizationusing ThreadPoolExecutor.  Worked on scheduling of jobs using Quartz based on Cron Expressions using Java.  Developed a Reporting framework to generate scheduled reports in PDF, Excel and Word Document format using Jasper Reports, Dynamic Reports, iReport.  Fully customized DisplayTag for pagination, sorting and export functionality.  Customized the Tomcat log4j.xml for creating different log files with appender.  Worked on UMLet10.4 an opensource UML design plug-in for Eclipse.  Involved in requirement gathering, effort estimation and designing& development of Search and Reporting module.  Prepared Technical Specification Document and Project Management Plan.  Configured eclipse plug-in for SVN and CVS.  Owned responsibility as SVN repository manager for creating tags, branches, trunks etc.  Responsible for build and deployment of application in ST and SIT environment.  Responsible for code review and executing JUnit test cases.
  • 7. Environment: Java, JSP, J2ee, AJAX, JavaScript, JQuery, Oracle 10g, CSS, Struts, Spring, Hibernate, SQLBuiilder, JDBC, PL/SQL, SQL, Windows XP, SVN, CVS, Eclipse Helios, Jasper Reports, Dynamic Reports, iReport, Ant1.8.2, Tomcat5.5.28, DisplayTag, Eclipse Europa  ABN AMRO BANK NV, London, UK, Java Developer 06/2007 – 08/2010 Project: Corporate Client Identifier (CCID) CCID is a Reference Data Application, deals with all clients within the Wholesale Client SBU (strategic business unit) including global clients (multinationals), banks, financial institutions, public sector and corporations. The application is connected with approximately 80 Interfaces from which it receives the data and to whom it provides the data. Application receives Source Client information from the Interfaces.CCID application do the matching of these clients depending upon various business criteria and fuzzy logic as well. Matching do the cross referencing of these clients with Master Client regarded as GID (Global Identifier). This all matching work is done by DME (Data Matching Engine). DGE (Data Generation Engine) generate the feed containing cross reference and Master Client information to various target systems specific to respective Target System. Responsibilities:  Worked on Struts2.0 MVC Framework for handling user request defining action-mappings, DispatchAction.  Extensively used Spring2.5 MVC Framework for better leverage, POJO programming, Dependency Injection, Testability.  Worked on publishing and listening of the EOD processing of the events using ApplicationEvent and ApplicationListener.  Configured SessionFactory using dataSource, mappingResources, annotatedClasses and hibernateProperties.  Followed Javadesign patterns command and strategic pattern.  SQL performance tuning Environment: Java, JSP, J2ee, JavaScript,Oracle 10g, CSS, Struts, Spring, JDBC, PL/SQL, SQL, Windows XP, SVN, CVS, Eclipse Helios, Jasper Reports, Ant1.8.2, WebSphere 5.5, DisplayTag, Eclipse Europa  LIC Employees Co-Operative Bank Ltd , Amravati, Maharashtra, INDIA, Java Developer 12/2004 – 04/2007 Project: Accounting process automation. Since the numbers of employees were less, the accountingpart was being done manually. But as the employees’ number grew, bank took the decisionto automate the accounting part. The accounting is divided into different modules. The modules were for Loan, Loan Installment, Fixed Deposit and saving account. I was involved in writing the use cases using UML for various modules, design and development of the different modules.
  • 8. Responsibilities:  Design and development of User Interface, client side validation, business logic to allow super user to print the reports for applications on daily and weekly basis in excel format.  Worked on Struts2.0 MVC Framework for handling user request defining action-mappings, DispatchAction.  Followed Javadesign patterns observer and adaptor. Environment: Java, JSP, J2ee, JavaScript,Oracle 10g, CSS, Struts, JDBC, MySQL, Windows XP, SVN,NetBeans 5,, Ant1.8.2,Tomcat 4