Skip to main content

Openings for different technoogies.

Walkin for Business Development Management Trainees On 1st Dec at ValueLabs

Company        ValueLabs

Website          www.valuelabs.com

Eligibility        B.Sc,MBA/PGDM, B.A - Any Specialization, B.Com - Commerce, B.B.A - Management, B.Pharma - Pharmacy, BCA - Computers

Experience     Freshers


Location         Hyderabad

ValueLabs
Job Role: Management Trainee

Job Summary :

Designation - Management Trainee

1) Build a list of companies using Internet based research
2) Identify decision makers in such companies for each service
3) Preparing campaigns vertical wise / region wise and coordinating with sales team
4) Reaching out to CXOs for opening-up sales pitch in the identified organizations
5) Cold calling CXOs to explain ValueLabs capabilities and expertise

Career Paths Going Forward

1) Team Lead Business Development
2) International Sales
3) Marketing/ Proposal writing and collateral building
4) Client Services / Accounts Management

Eligibility Criteria

1) Any graduate with minimum: 60% would be eligible other than B.E, B.Tech & MCA graduates.
2) Excellent written and verbal communication skills
3) MS-Office skills

Selection Process:

1) Written Test
2) Group Discussion
3) Two Levels of Face to Face Discussions.

Education:
(UG - B.Sc - Any Specialization, B.Com - Commerce, B.A - Any Specialization, B.B.A - Management, B.Pharma - Pharmacy, BCA - Computers) AND (PG - MBA/PGDM - Any Specialization)

Interview Timings:

Date: 1st Dec, 2012, Reporting Time: 10.00 AM

Venue:
ValueLabs,
Plot No. 41,
Hitec City, Phase II,
Beside Dell, Opp to Oracle,
Hyderabad 500081

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