Skip to main content

Openings for different technoogies.

We are looking for Sr Business Analyst

Company        Arbizz

Website          www.arbizz.com

Eligibility        B.E / MBA

Experience     1-3 Year


Location         Bangalore

Arbizz
Job Role: IT Recruiter

Job Summary :

Job Description:

Work with the customer to identify their business needs;

document the customer’s business needs;

define a functional solution to satisfy the customer’s business needs;

work with the solution architect to develop a software and technology solution in response to the customer’s business needs;

review the developed solution and assist the customer during acceptance and deployment;

support the project manager in identifying the financial, technical, and human resources required in order to complete projects;

support the development team with technical issues and with the solutions to be implemented;

contribute to improving analysis methodologies and processes.

Based on experience, the business analyst may also have the following responsibilities:

analyse, plan, develop, and implement the chosen business solution;

comply with established budgets and timelines;

identify risks and discrepancies and implement solutions to meet our commitments to customers;

support the project manager in identifying the financial, technical, and human resources required in order to complete projects;

ensure that solutions are operationally and technologically integrated into business processes;

support the project team with technical issues and with the solutions to be implemented;

provide ongoing communication and ensure that members of the project team fully understand their role;

review deliverables and perform quality assurance;

produce and update management documents, including reports, action items, meeting minutes, monthly reports, etc.

Contact Us:

Contact Name: Raaj

Forward to resume: hr@arbizz.com

Contact Number: 9060968910

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...