Pages

Thursday, March 11, 2010

Ericsson Freshers Recruitment 2010

Ericsson the global leader in Telecom Solutions has called for freshers offcampus recruitment. It is operating in more than 140 countries and has about 65000 employees. Ericsson India Pvt Ltd is out to recruit Graduate Engineer Trainee(GET) passed out in 2009 from BE, B.Tech Branches with Electronics & Telecom Specialisation. The job loaction will be Delhi/NCR. The selected candidates must work on support,planning on telecom technologies and services in BSS, NSS, VAS, IN, Service Layer, RF transmission. The compensation will be best in the industry. Fro more information and ericsson sample placement papers and pattern visit http://www.ericsson.com. This is a good news to all in 2010 who is searching for a job

Monday, March 8, 2010

Sending Mail from PHP using WAMP

This a tutorial to send mail using PHP i.e., from localhost to the internet. We need to install pear Mail package inorder to send mail using PHP. Do the following steps to install pear mail package
  • Move to the directory where WAMP Server or PHP is installed using the command prompt. For example C:\wamp\bin\php\php5.3.0\>
  • Then run "go-pear.bat" file for complete installation of PEAR
  • Edit php.ini file and include the path to pear(include_path = “.;e:\wamp\bin\php\php5.3.0\includes;e:\wamp\bin\php\php5.3.0\PEAR;e:\wamp\bin\php\php5.3.0\PEAR\Mail") and also edit ini file extension and set extension=php_openssl.dll to enable openssl
  • ph5.3.0\>pear list (this command will list all the installed pear packages)
  • pear download Mail (A zip file will be downloaded)
  • pear install Mail
  • pear install -a Net_SMTP(-a switch for installing all dependencies)
  • Then go to the mail.php file in e:\wamp\bin\php\php5.3.0\PEAR\Mail\mail.php and add this line require_once "e:\wamp\bin\php\php5.3.0\PEAR\Mail.php";(If not added it shows error that class Mail cannot be found )
  • A note: If you are using php 5.3 then you might get a problem when installing pear. It will say that the command cannot be found... To overcome this you have to download go-pear.phar file and save in with that name in the php5.3.0 directory
Once done installing you can go straight away with the program. Here is the simple mail program that sends mail from php using SMTP

< ?php
include "e:\wamp\bin\php\php5.3.0\PEAR\Mail\mail.php";
$from = "xxx@gmail.com ";//Sender Mail Address
$to =  "yyy@yahoo.co.in ";// Recepient mail address
$subject = "Hi!";
$body = "Hi,\n\nHow are you?";
$host = "ssl://smtp.gmail.com";
$port = "465";
$username = "xxx@gmail.com";
$password = "";// Type your Password Here
$headers = array ('From' => $from,'To' => $to,'Subject' => $subject);
$smtp = Mail::factory('smtp',array ('host' => $host,'port' => $port,'auth' => true,'username' => $username,'password' => $password));
$mail = $smtp->send($to, $headers, $body);
if (PEAR::isError($mail)) {
               echo( $mail->getMessage());
 }
else {
               echo("Message successfully sent!");
 }
?>

Are you looking for a job in top MNC Company ? If you have finished BE, B.Tech or ME, M.Tech and if you are a fresher then this opportunity is for you. Nokia Siemens Networks India Pvt Ltd (NSN India)is recruiting freshers 2009, 2010 passed out students with specialization in Electronics and Communication. This recruitment is for network support operations. You can apply for Nokia Siemens offcampus by using the following link http://202.144.108.139/NSN/ . The written test for short listed candidates will be held on 21st of March 2010. The Graduate Engineer Trainee Programme(GET) will be ordinated by their recruitment partner MeritTrac. So try to get some MeritTrac placement papers as wells Nokia Siemens Placement Papers. The test will be conducted in top cities like Chennai, Ahmadabad, Bhuvaneshwar, Noida, Patna, Pune, Jaipur and some other cities.

isoft one of the leading health care software solutions company recruits freshers 2009 passed out BE, MCA, B.Tech. Its a referral walk-in... If possible get the reference of isoft employee... Today is the last date.... You can find the details in the image below...

Mphasis is hiring 2009 passed out freshers BE/BTech and MCA.. The test will be conducted by aspiring minds. To register for the offcampus fill in the details at http://my.aspiringminds.in/register2009.php ...If you have already attended the offcampus conducted by aspiring minds for hcl then use some other email id to register yourself.. I was scheduled for offcampus at Sai Ram Engineering college on 26th February 2010...

Mphasis Aspiringminds Recruitment Sample Question Paper/Placement Paper


I attended this online exam at sai ram college on 26th february. The online test consisted of 4 sections
  • Logical section
  • English
  • Computer Awareness
  • Aptitude
The Logical(direction and blood relation questions were more in number)and english section were similar to that of the questions asked in hcl aspiringminds...
The aptitude was a little bit tough.... It consisted of logs, Probability(more number of sums), boats and streams, Permutation and combination, discount based sums, profit and loss...

Computer Questions were easy... It consisted of some questions from Data Structures(mostly tress), Sorting algorithm and given a code you have to find the output.....

Update
The chance to apply for Mphasis is still open for you. You can register at mphasis.aspiringminds.in just as you did for HCL aspiringminds exam. The last date to register is 10th of March. So dont lose this nice opportunity

Update - Mpahsis Interview  17th march

I attended the GD and HR/Technical interview today. Be prepared for a long day. It all started with a presentation that lasted 2 hrs ;). Then followed by GD.
GD Topics
Is Monopoly good for us.
BT Brinjal
Nityananda
And few other (stupid?) topics :P

If you have knowledge of current events and if you are able to talk for 2 mins you should get through. Think about the topic for a min and talk.

Once you clear GD, you will be called in for a HR/Technical Interview. With two guys interviewing 120 ppl, you will hardly have 5 mins of interview max. Expect question from your project, Area of interest and basic questions on the language present in your resume. Make use of it ;). I guess I did very good. All the best guys, leave a comment if you get selected ;).

Latest question papers download

Cognizant is going to hire for both IT and BPO industry. It is going to hire 2009/2010 freshers from all disciplines BE, B. Tech, MCA, M Tech. You can register for offcampus at https://careers.cognizant.com/OffCampus/OffCampus.aspx. While registering it will ask for your semester wise or year wise percentage and also SSLC certificate number(It can be found at the top right corner of your marksheet). The shortlisted candidates will be called for aptitude test... This CTS offcampus will be held in Chennai, Coimbatore, Hyderabad, Pune, Bangalore and Kolkata....The mode of education must be full time only

Update
Hi friends i got this cts offcampus pattern from my friend who attended Cognizant campus selection recently. The problems were based on

  • Cubes
  • Ages
  • Pipes and Cisterns
  • Time and Work
  • Profit and Loss
  • Statement and Conclusions
  • Problems based on Trains
There was reduction in marks for wrong answers too.
 
Update CTS off campus on March 13th

Hi friends i attend cts(cognizant) offcampus March 13th 8'o clock batch. I'm posting the questions pattern asked at cts offcampus at Dr MGR Janaki College Chennai. The offcampus was conducted by Merittrac. If you refer to Merit Trac placement papers you can get an idea. There were two sections
  • Analytical
  • Logical Section
There was no aptitude question. Fully verbal and  nonverbal reasoning. Comprehension based questions were lot and lot and 4 sentences were given you have to select which one was verbally and meaning wise correct. These were full in the logical section. In Analytical there was
  • data interpretation(based on ratio)
  • coding decoding
  • Finding the missing figure and similar figure
The question paper was very easy but time management is important. I suggest you people to take the comprehension based question at last because the passage was too big and difficult to understand. There was no negative marks....

Most of you might have heard that aspiring minds is conducting CBT(Computer Based Test) for HCL(HCL Hiring Freshers). Am writing this post because when I searched the net for placement sample papers and could not find any ... Some of you will be scheduled for CBT tomorrow . This post might help you a little... CBT is online test only. Its divided into 4 sections(Sorry I dont remember the names) The main area of focus was verbal and non verbal reasoning and aptitude(Sums based on log, ratio(only 4 or 5 problems))...The usual time and distance, boats and streams, problems on ages were not there... Just go through

  • statement and conclusion
  • Coding and Decoding(ex abc:efg :: lmn: ? or rush is written as blah blah... then how push is written)
  • Synonyms
  • Antonyms
  • Blood relations
  • Direction based problems
  • Mostly comprehension type questions
  • 1 or 2 questions from number series(A passage will be given you have to read and answer it) will do
  • Probability (1 or 2 sums)
  • Sentence Arrangement
  • Correct Sentences by replacing the italicized word with correct word(3 questions)
  • No c or c++ or any computer based questions

.. I attended the test today only....and each of the four section has time duration separately(1minute for 1question was the basis for aptitude alone some extra time was provided)
[Am writing this post based upon the online test that i attended(please don't blame me if it was little different for you)]

Update 

HCL aspiringminds results have been announced and the shortlisted candidates are called for the interview 

For more question papers check out Aspiring Minds Placement PaperPlacement papers