Skip to main content

Openings for different technoogies.

Huge Recruitment For Freshers And Exp at HSBC On August to September 2015 For Multiple Locations

Website: https://www.hsbc.co.in/

Company Profile:
HSBC Holdings plc is a British multinational banking and financial services company headquartered in London, United Kingdom. It is the world's fourth largest bank by total assets, with total assets of US$2.67 trillion

Job Position name: Assistant Manager - Finance Operations : 00006F8J
Job Type: Bank jobs
Reference link: https://hsbc.taleo.net/careersection/external/jobdetail.ftl?lang=en_GB&job=355641&src=JB-10502
Job Details:
As a part of Global Finance Centre we have a Stress Testing Team which provides “Run The Bank” and “Change The Bank” support for Polaris, MSA and CaRT applications which are used for Model Calibration, Model Execution required for generating the stress test results, consolidating data from all risk types from all business functions around group, and producing output into a form where regulatory reporting can happen.
 
This is envisioned to be a group wide strategic platform which Leverages Moody’s Enterprise Risk Management suit to deliver enhancements for stress test projections, Data sourcing, consolidation and reporting to meet PRA FDSF Regulatory Requirements.
 
The role is to provide support for CaRT application to ensure availability for business use as per agreed SLA’s.
 
The incumbent is expected to:
 
Review various system outputs, complete gap analysis & problem analysis, and provide support to business stakeholders to meet their reporting requirements
Understand core issues that affect business platforms from both a technical and business perspective, especially the requirements for data quality and integrity; and propose solutions to remediate these issues.
Have a good understanding of the database and is able to investigate production problems and provide solutions
Support the Business Users with various data extracts and upload data during UAT and reporting phase
Job Functional Area : Accounting & Finance.

Work Place : Asia Pacific-India-Haryana-Gurgaon

Schedule : Full-time

Shift : Flex Time
Type of Vacancy : Country vacancy

Selection mode
: Interview

Apply mode: Online

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...