Skip to main content

HCL Technologies Walk-In Any Graduate freshers 2016 for Insurances Process at Chennai

HCL Technologies Walk-In Any Graduate freshers 2016 for Insurances Process at Chennai


HCL Technologies Limited Walk-in interview for fresher’s on 8th August 2016 for Insurances Process at Chennai. Any Graduate graduates can apply for the opening. Grab the great job opportunity to kick start your career as a fresher. Before you apply, read the job profile clearly to get to know the eligibility criteria. HCL Technologies Walk-In Any Graduate freshers 2016 for Insurances Process at Chennai. Candidates who have completed Any Graduate can apply for this job from HP.

ob Details:

Company Name: HCL Technologies Limited
Qualification: Any Graduate
Job Post Name: Insurances Process
Experience: 0 – 2 yrs
Job Location: Chennai
Salary: NA
Total No of Vacancy: 15
Website: http://www.hcl.com

Job Description:

1. To respond to written enquiries received from policyholders
2. Process all insurance related back office operations work like policy claims, alterations and servicing actions on life and pension policies, as determined by the Company Work Management System, to maintain day to day service standards to agreed levels.
3. To ensure consistently high quality standards as per agreed levels.
4. Respond to customer complaints in writing in a professional manner in order to maintain good customer relations.
5. Respond to Customers ensuring that they are treated fairly and that a high level of service is delivered. Keeping customers informed of any delays in accordance with procedures and customers expectations.

  • Shift : Dayshift (11 am to 8pm)
  • Qualification: Any Art’s and Science Graduates(2016 pass out is also eligible)
  • This position is only for male candidates
  • Essential requirement:
  • Good written and Oral communication skills
  • Required Qualification: Any Graduates(Freshers & Exp also)


Selection/Interview process:

1. Aptitude Test
2. Technical and HR Interview

Document Required (Original and Photocopies):

1. SSC Marksheet
2. HSC/Diploma Marksheet
3. Graduation & Post Graduation all years’ mark sheets
4. Photo ID proof (Pan Card/ Passport / Driving License / College ID)
5. 2 photographs
6. Resume

Company Profile:

HCL is a $6.3 billion leading global technology and IT enterprise comprising two companies listed in India – HCL Technologies and HCL Infosystems. Founded in 1976, HCL is one of India’s original IT garage start-ups. A pioneer of modern computing, HCL is a global transformational enterprise today. Its range of offerings includes product engineering, custom & package applications, BPO, IT infrastructure services, IT hardware, systems integration, and distribution of information and communications technology (ICT) products across a wide range of focused industry verticals. The HCL team consists of over1,05,000 professionals of diverse nationalities, who operate from 29 countries including over 500 points of presence in India. HCL has partnerships with several leading Global 1000 firms, including leading IT and Technology firms. For more information, please visit www.hcl.com

Walk-In Venue Details:-

Walk-In Date :- 8th August 2016
Walk-In Time :- 11.00 a.m – 2.00 p.m
Walk-In Address:- HCL Technologies Ltd, Business Services, WSS Towers, 1st Floor, No. 106 & 108, Harris Road, Langs Garden Road, Landmark – Near Casino Theatre Chennai -600002, India.
Contact Person – HR – SATHESH T
Register here

Comments

Popular posts from this blog

Inverted Linear Quadtree: Efficient Top K Spatial Keyword Search

Inverted Linear Quadtree: Efficient Top K Spatial Keyword Search ABSTRACT: In this paper, With advances in geo-positioning technologies and geo-location services, there are a rapidly growing amount of spatiotextual objects collected in many applications such as location based services and social networks, in which an object is described by its spatial location and a set of keywords (terms). Consequently, the study of spatial keyword search which explores both location and textual description of the objects has attracted great attention from the commercial organizations and research communities. In the paper, we study two fundamental problems in the spatial keyword queries: top k spatial keyword search (TOPK-SK), and batch top k spatial keyword search (BTOPK-SK). Given a set of spatio-textual objects, a query location and a set of query keywords, the TOPK-SK retrieves the closest k objects each of which contains all keywords in the query. BTOPK-SK is the batch processing of sets...

A simple and reliable touch sensitive security system CODING

#include <REGX51.H> #include "lcd.c" #define MAX_DELAY() delay(65000) sbit Vibra_Sense=P3^1; sbit Buz=P1^0; void intro() {  lcd_init();  lcd_str("Touch Sensitive ",0x80);  lcd_str("Security System ",0xc0);  MAX_DELAY();MAX_DELAY();  lcd_clr();  }  void main()  { unsigned int i = 0, j= 0; intro();    while(1)    { lcd_str("Security Syst On",0x80); lcd_str("No Vibra Detectd",0xc0); Buz = 1; if(Vibra_Sense == 1) { while(Vibra_Sense == 1) delay(1000); } else { while(Vibra_Sense == 0) delay(1000); } Buz = 0; lcd_str("Vibraton Detectd",0xc0);delay(65000); while(1);    }  }

A Time Efficient Approach for Detecting Errors in Big Sensor Data on Cloud

A Time Efficient Approach for Detecting Errors in Big Sensor Data on Cloud Abstract                                                                                                                                                      ...