Skip to main content

TalentXplore Consultancy

Talentxplore Consultancy:-Job Openings

1) Project Manager/Project Lead/Team Lead: (With Good Exposure to Scrum)

Location: Immed Onsite to South Africa (1yr with possible extension) 

No of Positions: - 15 openings

Exp: - 4+yrs

This opening is with our reputed Pune based CMM level 5 organization.

POSITION SUMMARY
This is a role for candidate who have good exposure to Scrum Methodology,who has been in the trenches and is eager to apply their hard-earned knowledge and experience to creating a first-rate agile development capability. Responsible for taking projects from original concept through final implementation.
The successful candidate will be a natural leader, with a passion to proactively seek ways to improve processes.

REQUIREMENTS:

*       Well versed with Agile Methodology

*       Certified Scrum Master (Good to have not mandatory)

*       Pay TV domain knowledge ( Good to have not mandatory )

*       Acts as a bridge between Product Owner and Team

*       Acts as a Facilitator for the team

*       Team Management

*       Responsible for conducting meeting (sprint planning, standup, retrospection)

*       Excellent Communication Skills

*       Immediate onsite South Africa

JOB RESPONSIBILITIES:

*       Drive sprint planning and estimation;

*       Organize and facilitate project planning, daily stand-up meetings, reviews, retrospectives, sprint and release planning, demos and other Scrum-related meetings

*       Track and communicate team velocity and sprint/release progress

*       Record detailed customer requirements, constraints and assumptions with stakeholders in order to establish the project deliverables, using requirement-gathering techniques (e.g., planning sessions, brainstorming, focus groups) and the project charter

*       Conduct a kick-off meeting with all key stakeholders in order to announce the start of the project and review the overall project plan and gain consensus

*       Develop solution by formulating objectives; planning project life-cycle deliverables and resource availability and application; leading the exploration, evaluation, and design of technical solutions.

*       Implement solutions by monitoring project progress; tracking action items; conducting design and implementation reviews; examining, researching, and resolving issues; escalating issues to appropriate authority; responding to team members’ concerns; following production, productivity, quality, and customer-service standards; identifying work process improvements.

*       Manage client expectations by building relationships; communicating project status and open issues; prepare reports; conduct reviews and issue meetings; discover new issues and manage risk proactively.

*       Prepare users by developing and conducting end-user training; mapping terminology and procedures to client’s operating environment.

2) JAVA DESIGNERS

    EXPERIENCE: 4.5 - 7 YRS

    Location: South Africa (Johannesburg) 6 Mths- 1yr

    TECHNICAL REQUIREMENT:

*       1) Involved in UML based Object Oriented Designing of Projects

*       2) LLD (Low level Design) / HLD (High Level Design) is a must (Expertise required)

*       3) Candidate must have skills Java/J2ee/Core Java

*       4) Knowledge of spring + (Hibernate or ibatis or toplink) / OR EJB and any of the design patterns

*       5) Good Communication, interpersonal Skill and client interaction,general awareness

*       6) Must be willing to travel onsite.  

HOW TO APPLY: 

If you have what it takes to be successful in this role and meet the listed qualifications.

Please submit your resume along with the following details:-

1) Current Salary

2) Expected Salary

3) Notice Period

Pls mail me your resumes at: -[email protected]

Pls also let us know if any of your friends or colleagues is interested in the above openings.

(Salary is not a constraint for right candidate)

Thanks

With Best Regards

(TalentXplore Consultancy)

 

Comments

Popular Posts

DOT NET Interview Questions with Answers

When not to use Design Patterns? Do not use design patterns in any of the following situations. • When the software being designed would not change with time. • When the requirements of the source code of the application are unique. If any of the above applies in the current software design, there is no need to apply design patterns in the current design and increase unnecessary complexity in the design. When to use Design Patterns? Design Patterns are particularly useful in one of the following scenarios. • When the software application would change in due course of time. • When the application contains source code that involves object creation and event notification. Benefits of Design Patterns: The following are some of the major advantages of using Design Patterns in software development. • Flexibility • Adaptability to change • Reusability What are Design Patterns? A Design Pattern essentially consists of a p...

Freshers & Experienced Openings July 2024

https://www.pharmatutor.org/content/july-2024/biocon-biologics-walk-in-drive-for-mpharm-bpharm-msc-in-qa-qc-manufacturing

Probationary/ Specialist Officers in Indian Bank

Probationary/ Specialist Officers Location :  Across India Eligibility: BE/ B.Tech (Che/ Electrical/ Mech/ Prdn/ Textile/ ETE/ ECE/ CS/ IT)/ MCA/ MBA www.freshersworld.com Details:     Indian Bank (A Govt of India Undertaking) Recruitment of Probationary Officers/ Specialist Officers (Industrial Development Officers/ Computer Officers) Indian Bank, a leading Public Sector Bank, with headquarters in Chennai having geographical presence all over India and abroad invites online applications from Indian Citizens for the following posts. Post Code Post Scale Total Vacancy Age as on 01.07.09 Min Max 1 Probationary Officers I 118 21 30 Specialist Officers         Industrial Development Officers in the following Engineering disciplines         2 Chemical I 02 21 30 3 Electrical I 02 21 30 4 Electronics I 02 21 30 5 Leather Technology I 02 21 30 6 Mechanical I 02 21 30 7 Production/ Metallurgy I 02 ...

Virtual desktop manager for Windows

nSpaces can help create several Virtual desktops. These are easy to use and can be customized. nSpaces can facilitate creation of four desktops, but more can be added. Each desktop can be individually customized with different background images, desktops colors etc. There are hotkeys as well for desktop switching, and passwords can be set too. . nSpaces is and compatible with Windows 200, Windows xp, Vista and Windows 7. It requires Microsoft .NET framework 3.5 or later. nSpaces at http://www.bytesignals.com/nspaces/

Tavant Technologies Interview Questions

Hi Friends, This interview is for 3 years experienced Java/J2EE guy. First Round: 1) About project 2) All basics of Java – Encapsulation , Polymorphism, Over riding, inheritance, over loading 3) Exception handling – Checked and unchecked exceptions 4) Example for runtime exceptions 5) What is abstraction and difference between interface and abstract class 6) Basics of threads 7) Which one is preferable thread class or runnable interface 8) Single ton – Other design patterns - Write sample singleton class 9) Collections 10) What is the output: Try{ sysout(“hello”); some code written here which throw an exception } catch(Exception e){ System.exit(0) } finally{ Sysout (“end”); } 11) A class Thread A with overridden run method.. {run(){Sysout("TT"); }} A main program psvm{ a.run(); // call run a.run(); // call run ...