Business Requirement Support

l Develops and communicates plan to manage vendor review of requirements and changes to solution or requirements scope for projects

l Identifies opportunities for improvement of FSD review processes from a global Core requirement gathering and vendor engagement process perspective, and identifies preventative or corrective actions for incorporation as improvements into the current Functional Specification Documentation process

l Support business case development

l Manage all in-bound Business Requirement to ensure all requirement are well documented and follow the BRD guidelines

l Manage all questions related to BRDs and ensure all issues are resolved with both Business and Vendors

l Clarifies and gathers any necessary supporting materials for support of FSD, to consistently produces high quality requirements

l Ensure all in-bound requirements analysis documents are done as per SDLC

l Conduct pre-sales requirement studies for prospective customers

Requirements Management & Communication

l Requirements gathering analysis with Client

l Creation of detailed business design documents

l Assesses the impact of requirements changes on the overall requirements activities

l Makes recommendation whether or not to proceed with a requirement change

l Manages requirements changes early in the project to minimize risk to the product scope, schedule and cost

l Determines whether to reject an out-of-scope requirement or propose a change to scope

l Coordinates with other members of the team to assess the impact on design and development activities

l Work with Vendors to creates the structure for requirements traceability

l Provides feedback for requirements quality improvement

l Issues Management and Tracking - Builds a repeatable change management process

l Actively seeks the help of a senior business analyst/Subject Matter Expert (SME) for requirements review and approval (as per knowledge area) to avoid sign-off delays and the cost of rework associated with defects being found at a later phase of the project.

l Identifies and maintains requirements for reuse

l Responsible for generating and packaging the requirements for presentation to the Program and Project management team, including supplementary materials required to support the requirements

l Ensures the Business BA team will provide quality requirements artifacts to improve approval and sign off of requirement by stakeholders

l Facilitates stakeholders consensus and sign-off on business requirements

Project Management

Support Test Strategy, Test Plan and Test Specifications

l Participates in the preparation of the master test plan (i.e. test strategy)

l Provides input for testing estimates

l Facilitate and coordinate with the business user testing team in test plan review/approval for all test phases

l Reviews test specifications for all test phases to ensure complete test coverage, traceability to the requirements, and adherence/consistency based on the agreed approach

l Performs test readiness reviews and turn over activities between the development and testing teams

l Defines the entry and exit criteria for the different test phases with the business UAT coordinator

l Test Management, Reporting and Analysis

l ensure Testing Service team provide daily report and defect management efficiency

l Sign off on system readiness for Client delivery

End-User Support

l Recommends work-a rounds and process improvements or modifications to meet business requirements

l Walk-through design documents with Client and obtain sign-off

l Provides functional application and business expertise to support end users

l Delivers training to end users in support of upgrades, enhancements and refresher course, support System Training by working closely with the BSD team

l Prepare and conduct system demonstrations

l Prepare training materials and conduct business user training

l Assist Client with system set-up and business practice optimization

Project Management Work:

l Perform function requirement gathering by engaging business representatives

l Clarify the business problem for the purpose of applications and define application requirements.

l Gather and document client requirements and develop the application solution design.

l Respond to Requests for Proposals from prospective customers

l Evaluate business needs, and contribute to the design and development for (informatics) business solutions

l Define, build, and verify application models.

l Project management of small solution implementations where needed (large projects will be assigned dedicated project managers)

l Assist in the development, testing, deployment and maintenance of software solutions for in-house projects

l (Assist in the, testing, deployment and maintenance of software solutions)

l Ensure system end to end delivery as designed and formalize acceptance of project, compile documentation, reflect on lessons learnt and bring the project to an orderly close

l Manage project estimation, project planning, resource planning, risk management, change management and communication process

l Support sales motions, demonstrations, and scoping of banking analytic application offers.

l Value-add to internal business users by providing advice on best practices in exploiting appropriate technology, reviewing and improving their work processes, facilitating and supporting customers’ change management process and influencing their alignment with the stakeholder’s agenda

l Provide best practice guidance and mentoring to clients using the Teradata application.

l Coordination among the project team

l Vendor management

l Ensure key project milestones and deliverables are being met to requirements

l Consolidate and present project financials and progress, raise escalation issues and present recommendation for improvement

l Control ongoing projects through reviews of project outcome based on critical milestones

Additional:

l Preparation of submissions to the governing body for solution sponsorship for project initiation

l Owning the solution definition for approved solution requests throughout the project lifecycle

l Managing multiple initiatives ensuring quality assurance through detailed documentation from initial investigation to solution proposal.

JD2的更多相关文章

  1. ListView初探

    一.ListView介绍 在Android开发中ListView是比较常用的控件,常用于以列表的形式显示数据集及根据数据的长度自适应显示. ListView通常有两个主要功能点: (1)将数据集填充到 ...

  2. Linux下安装Tomcat服务器和部署Web应用

    一.上传Tomcat服务器

  3. java web学习总结(六) -------------------servlet开发(二)

    一.ServletConfig讲解 1.1.配置Servlet初始化参数 在Servlet的配置文件web.xml中,可以使用一个或多个<init-param>标签为servlet配置一些 ...

  4. servlet(二)

    一.ServletConfig讲解 1.1.配置Servlet初始化参数 在Servlet的配置文件web.xml中,可以使用一个或多个<init-param>标签为servlet配置一些 ...

  5. html/css小练习1

    aaarticlea/png;base64,iVBORw0KGgoAAAANSUhEUgAAAywAAAFgCAIAAADW6Wr0AAAgAElEQVR4nOzdd1xT5+L48bJlhUAGCY

  6. Java-类和对象基础练习

    1.创建一个三角形类,成员变量三边,方法求周长,创建类主类A来测试它. package liu0919; public class Sanjiao { public double z(double a ...

  7. servlet 学习(二)

    一.ServletConfig讲解 1.1.配置Servlet初始化参数 在Servlet的配置文件web.xml中,可以使用一个或多个<init-param>标签为servlet配置一些 ...

  8. SQL Server 2008 R2——VC++ ADO 操作 存储过程 向datetime类型参数传入空值

    ==================================声明================================== 本文原创,转载在正文中显要的注明作者和出处,并保证文章的完 ...

  9. 【HDU 5858】Hard problem

    边长是L的正方形,然后两个半径为L的圆弧和中间半径为L的圆相交.求阴影部分面积. 以中间圆心为原点,对角线为xy轴建立直角坐标系. 然后可以联立方程解出交点. 交点是$(\frac{\sqrt{7} ...

随机推荐

  1. Java基础-3类和对象声明与创建

    一).在1和2中有粗略介绍过类和对象的概念,在这里简单回顾一下: 对象与类:一个实际或者虚拟的物体,这个物体既是我们的对象,这个物体呢又是属于一个分类,如动物类,人类 二).创建对象: 在创建对象的时 ...

  2. springboot02 Thymeleaf

    一.http协议 1. 什么是协议? 协议是交易双方共同遵守的一种约定,比如: 租房协议 , 购买协议.... 2. 什么是http协议? HTTP协议是Hyper Text Transfer Pro ...

  3. ubuntu 16.04 安装grpc

    参考自:http://dreamlikes.cn/archives/555 ==== 其中在第四步,编译安装gRPC时, make 后,出现错误 /usr/bin/ld: warning: libpr ...

  4. C++寒假学习计划

    课程 中国大学mooc西北工业大学c++程序设计 理由 本课程有48节,章节分类清晰,由许多小知识块组成,条例清晰便于学习,由基础开始,由浅入深,适合我这种小白. 计划 从2.8号至2.28除去2.1 ...

  5. redis的socket event loop

    很早之前就因为nosql就听说了redis,直到去年才真正去了解,只能说相见恨晚. 因为数据库相关,我以为这应该是个庞然大物,万万没想到,源码不到2M,所以,我不知道该说啥了... 还是来点靠谱的: ...

  6. POJ 2983-Is the Information Reliable

    Description The galaxy war between the Empire Draco and the Commonwealth of Zibu broke out 3 years a ...

  7. vue嵌套路由与404重定向实现方法分析

    第一部分: vue嵌套路由 嵌套路由是什么? 嵌套路由就是在一个被路由过来的页面下可以继续使用路由,嵌套也就是路由中的路由的意思. 比如在vue中,我们如果不使用嵌套路由,那么只有一个<rout ...

  8. python的request抓https的警告问题

    1.在使用requests前加入:requests.packages.urllib3.disable_warnings()2.为requests添加verify=False参数,比如:r = requ ...

  9. eclipse安装使用jetty

    安装: 直接从eclipse中的eclipse_market中下载即可,关键说下配置项目的访问路径:

  10. DatacontractAttribute的使用规则

    关于DatacontractAttribute的使用规则和说明, DatacontractAttribute是序列化类的另一种方法,和XmlMemberAttribute(也就是XmlElementA ...