Friday, June 25, 2010

An IT job post

This is an interesting post for an IT position....

Software Developer Positions Open

[php]class job_opening extends CObject{

public:
//constructor
Create(AnApplicant CApplicant){
//Validate AnApplicant

if AnApplicant.HasAttributes([
A TEAM PLAYER,
ADEPT AT OOP CONCEPTS AND PROGRAMMING LANGUAGES,
KNOWLDEGE OF SQL IS A PLUS,
CAN GET THINGS DONE,
CONFIDENT,
WILLING TO LEARN,
WILLING TO WORK IN ORTIGAS CENTER, PASIG CITY, PHILIPPINES
])
and AnApplicant.University Degree in ([
Computer Science,
Computer Engineering,
Other Computer Programming Intensive Courses
])
and
(AnApplicant.is Willing to travel abroad = 'Yes')
and
(AnApplicant.is Willing to work for a CMM level 5 Company = 'Yes')

/*
Our company is one of the first to be rated the
CAPABILITY MEASUREMENT MODEL LEVEL 5
in South East Asia by the Software Engineering Institute.
SW-CMM is a model for judging the maturity of the software
processes of an organization, developed by the software
community under the stewardship of SEI.


SEI is a research and development center sponsored
by the US Department of Defense and operated
by Carnegie Mellon University.

SW-CMM has become the de facto standard
for assessing and improving
software processes worldwide.


Only around 1.5% of software companies
throughout the world have attained this level.
Among these are renowned companies like
Boeing Defense and Space Group,
Motorola, Infosys Technologies Ltd.,
Tata Consultancy Services, NASA,
and Lockheed Martin Mission Systems.
*/
then
try
try
//Assertions
Assert(AnApplicant.Resume != Null ,
'Please Send Comprehensive Resume.');

Assert(AnApplicant.Transcript != Null ,
'Please Send Transcript of Records');

Assert(AnApplicant.Rating = Excellent ,

'We only get the best!');


AnApplicant.SendEmail(
'Mailing Address: azcareers@lycos.com',
'Subject: Software Developer Position',
ATTACH_RESUME_TRANSCRIPT);
Except
//Raise Exception
Raise;
end;
finally
ShowMessageBox(Format(' If you understand the above lines,'+
' then you may be one of us. You Know'+
' what to do, %s ', AnApplicant.Name));
end;
} //end create ...


} // end class job_opening



void main()
{

Slots job_opening[25]

for (I; I<25; I++)

Slot[i] := new job_opening.Create(You);

}
[/php]

Clueless ? If you know someone who isn't and he is looking for a job, then refer him to us. (drop us an email at azrefer@lycos.com)

You will be rewarded on his acceptance.

No comments:

Post a Comment