We have a dedicated Placement cell which continuously seeks for employment opportunities and arranges On-Campus as well as Off-Campus recruitment activities.

The institute assists students to enter in their respective industries by providing 100% Placement assistance.

The Placement Cell conducts Mock Interviews of students for their preparation for final interviews in the industry.

For any Queries related to placement you can feel free to call our Placement Department via Mail  info@suvidya.ac.in OR Call : 022 26682290 Ext.19/20.

[insert_php] $url = “http://webapi.suvidya.ac.in/SuvidyaWebsite_WebService.asmx?wsdl”;
$client = new SoapClient($url);
$res = $client->Web_GetPlacementRecord(array(“RecordCount”=>50));
$any = $res->Web_GetPlacementRecordResult->any;
$xml = simplexml_load_string($any);
$json = json_encode($xml);
$array = json_decode($json);
$table1 = $array->NewDataSet->Table;
echo ‘

List of Candidate placed :

‘;
for($i=0;$i“;
echo “

“;
echo “

“;
echo “

“;
echo “

“;
}
echo ‘

Date Candidate Name Company Name
“.(!is_object($table1[$i]->TDate) ? $table1[$i]->TDate : “”).” “.(!is_object($table1[$i]->Student_Name) ? $table1[$i]->Student_Name : “”).” “.(!is_object($table1[$i]->Comp_Name) ? $table1[$i]->Comp_Name : “”).”

‘;[/insert_php]