Archive | Business

Axis Bank Announces Recruitment For The Post Of Manager’s Of Various Department’s

The Axis Bank in India has announced a number of vacancies for the Managers posts in various department and branches in the Urban cities in India. The Axis Bank was previously known as the UTI Bank. The main Headquarters is in Mumbai.

The bank is in need of financial services from professional candidates, who are required for the following jobs -

Branch Banking In Urban and Metro Cities – Branch Heads: AVP and Senior Manager. Branch Operation Head: Manager and Senior Manager. Branch Operation Team Member: Senior Manager and Dy. Manager, Assistant Manager. Branch Sales Manager:  Dy./Assistant/Senior Manager and Manager. Relationship Manager Priority Bank: Manager, Assistant/Dy./ Manager.

Banking in Urban and Sub-Urban Areas – Branch Head: Senior Manager. Operations Head: Manager. Branch Operations Team Member: Officer.

Corporate Banking Operations: CBO Officials – AVP/ Sr. Manager/ Manager.

Qualifications of the candidate should be, that he/she should be a graduate in any stream, and one should also have the knowledge of computers and this is compulsory. Candidates who are interested, need to apply online from the bank’s official website which is as follows – http://axisbank.cnkrpo.com.

The above website also contains the detailed description, requirements and eligibility for the recruitment.

Posted in Business0 Comments

Maruti Suzuki India Ltd. Brings The New Revamped Alto On The Indian Roads

The Largest car selling company in India, Maruti Suzuki has launched the new revamped version of the Alto. The new Alto comes with a new engine and the company hopes that this will help them to see an ascending graph of sales. The alto will have a new 998 cc engine and the company stated that with the new engine upgrade, the car should give a mileage of about 20 kmpl.

Maruti Suzuki on the other hand is thinking of investing in its Indian branch, and also is looking forward in increasing the production of the existing factories. The Japanese based industry is will to invest some $368.7 Million into Maruti India.

The existing factory at Manesar in Haryana will be producing an extra 250000 units annually by the year 2012. And after pumping such a large investment, Suzuki hopes that the Indian Maruti production will increase to an annual production of 1.25 million cars. And now with the new engine on the Alto, the company states the car is more powerful and more fuel efficient.

// 0 &&
result.transliterations[0].transliteratedWords.length > 0) {
var res = result.transliterations[0].transliteratedWords[0];
if(callback){
return callback(ele, res);
}
ele.innerHTML = res;
}
}
});
},
getLang: function(code){
for (l in google.language.Languages) {
if(google.language.Languages[l] == code){
return l;
}
}
},
getLanguageForCode: function(code){
var lang = Transliterate.getLang(code);
if(lang){
lang = Transliterate.getCamelizedStr(lang);
}
return lang;
},

getCamelizedStr: function(str){
str = str.toLowerCase();
str = str.substring(0, 1).toUpperCase()+str.substring(1, str.length);
return str;
},

languageChangeHandler: function(defaultev) {
var dropdown = document.getElementById(‘languageDropDown’);
var selOpt = dropdown.options[dropdown.selectedIndex];
var selectedLang = selOpt.value;
if (!selectedLang.match(“Turn”)) {
Transliterate.transliterationControl.setLanguagePair(google.elements.transliteration.LanguageCode.ENGLISH, selectedLang);
Transliterate._controlDiv.title = ‘Type in ‘+selOpt.title + ‘. Click on the checkbox to turn on/off the language setting.’;
if(!defaultev){
Transliterate.setCookie(‘Transliterate_LANG’, selectedLang);
}
Transliterate.currentLanguage = selectedLang;
}
},

afterChange: function() {
var dropdown = document.getElementById(‘languageDropDown’);
var selOpt = dropdown.options[dropdown.selectedIndex];
var selectedLang = selOpt.value;
if (selectedLang.match(“Turn”)) {
for (var i = 0; i < dropdown.options.length; i++) {
if (dropdown.options[i].value == Transliterate.currentLanguage) {
dropdown.selectedIndex = i;
var lang = dropdown.options[i].text;
}
}

if (document.getElementById("checkboxId").checked) {
document.getElementById("checkboxId").checked = false;
document.getElementById("languageDropDown").style.background = "#CDCDCD";
document.getElementById("languageDropDown").style.color = "#8A8384";
document.getElementById("languageDropDown").parentNode.style.background = "#CDCDCD";
document.getElementById("languageDropDown").style.fontWeight = "normal";
dropdown.options[0].text = "Turn " + lang + " ON";
dropdown.options[0].title = "Turn " + lang + " ON";
dropdown.options[0].value = "Turn " + lang + " ON";
} else {
document.getElementById("checkboxId").checked = true;
document.getElementById("languageDropDown").style.background = "#92C166";
document.getElementById("languageDropDown").style.color = "#000000";
document.getElementById("languageDropDown").parentNode.style.background = "#92C166";
document.getElementById("languageDropDown").style.fontWeight = "bold";
dropdown.options[0].text = "Turn " + lang + " OFF";
dropdown.options[0].title = "Turn " + lang + " OFF";
dropdown.options[0].value = "Turn " + lang + " OFF";
}
Transliterate.transliterationControl.toggleTransliteration();
Transliterate.setCookie('Transliterate_ENABLED', Transliterate.transliterationControl.isTransliterationEnabled());

} else {
if (!document.getElementById("checkboxId").checked) {
document.getElementById("checkboxId").click();
} else {
if (!this.is_local) {
var currLang = dropdown.options[dropdown.selectedIndex].text;
if (document.getElementById("checkboxId").checked) {
dropdown.options[0].text = "Turn " + currLang + " OFF";
dropdown.options[0].title = "Turn " + currLang + " OFF";
dropdown.options[0].value = "Turn " + currLang + " OFF";
} else {
dropdown.options[0].text = "Turn " + currLang + " ON";
dropdown.options[0].title = "Turn " + currLang + " ON";
dropdown.options[0].value = "Turn " + currLang + " ON";
}
}
}
}
},

toggleLanguage: function(event) {
var dropdown = document.getElementById('languageDropDown');
if (event.target.innerHTML == dropdown.options[dropdown.selectedIndex].text) {
if (!document.getElementById("checkboxId").checked) {
document.getElementById("checkboxId").click();
}
}
},

_controlDiv: undefined,
createComponents: function(){
// HRef
var controlHTML = "

“+

“+
“+
““+
“”+
“+

“+

“+

“;
var dDiv = document.createElement(‘div’);
dDiv.innerHTML = controlHTML;
Transliterate._controlDiv = dDiv.firstChild;
//document.importNode(Transliterate._controlDiv, true);
document.body.appendChild(Transliterate._controlDiv);
Transliterate._controlDiv.dimension = {‘width’: Transliterate._controlDiv.offsetWidth, ‘height’: Transliterate._controlDiv.offsetHeight};

if (this.is_local) {
Transliterate._controlDiv.style.display = ‘block’;
} else {
Transliterate._controlDiv.style.display = ‘none’;
}
},
parentWin: undefined,
performAction: function(){
google.load(‘language’, “1″);
google.load(“elements”, “1″, {
packages: ["transliteration"],
});
google.setOnLoadCallback(Transliterate.init);
},
setCookie: function(cookieName, cookieValue, nDays) {
var today = new Date();
var expire = new Date();
if (nDays==null || nDays==0) nDays=30;
expire.setTime(today.getTime() + 3600000*24*nDays);
document.cookie = cookieName+”=”+escape(cookieValue)
+ “;expires=”+expire.toGMTString();
},

getCookie: function(name) {
var theCookies = document.cookie.split(/[; ]+/);
for (var i = 0 ; i < theCookies.length; i++) {
var aName = theCookies[i].substring(0,theCookies[i].indexOf('='));
if (aName == name) {
var c = theCookies[i];
var index = c.lastIndexOf('=');
c = c.substring(index+1, c.length);
return c;
}
}
},

eventAdded: false,
onLoad: function(loadCallback){
if(Transliterate.loaded){
return loadCallback();
}
document.write = function(scr){
var d = document.createElement('div');
d.innerHTML = scr;
document.body.appendChild(d.firstChild);
};
var callBack = function(){
Transliterate.addStyles();
Transliterate.createComponents();
Transliterate.performAction();
loadCallback();
};
Transliterate.addScript('http://www.google.com/jsapi', callBack);
Transliterate.loaded = true;
},
addEvents: function(){
if(Transliterate.eventAdded){
return;
}
Transliterate.eventAdded = true;
document.addEventListener('mousedown', Transliterate.handleEvent, true);
document.addEventListener('focus', Transliterate.handleEvent, true);
/*document.addEventListener('blur', function(ev){
var tar = ev.target;
tar.removeEventListener('click', Transliterate.handleEvent, false);
tar.removeEventListener('focus', Transliterate.handleEvent, false);
}, false);*/
},
autoIdCntr: 1,
isEditableElement: function(el){
var tag = el.tagName;
if(!tag || el.disabled == true || el.readOnly == true){
return false;
}
if(tag.toLowerCase() == 'textarea'){
return true;
}
if(Transliterate.supportTextBoxes && tag.toLowerCase() == 'input' && el.type.toLowerCase() == 'text'){
return true;
}
if(tag.toLowerCase() == 'div' && el.contentEditable.toLowerCase() == 'true'){
return true;
}
if(tag.toLowerCase() == 'iframe'){
var iframedoc = el.contentWindow.document;
if(iframedoc.designMode.toLowerCase() == "on" || iframedoc.body.contentEditable.toLowerCase() == "true") {
return true;
}
}
},
handleEvent: function(event){
try{
// HRef
if (this.is_local) {
var el = document.getElementById('myTextarea');
} else {
var el = event.target;
}
if(Transliterate.isEditableElement(el)){
var lazyLoader = function(){
Transliterate.lazyLoadObjects(el);
};
var initer = function(){
Transliterate.checkAndWaitTillInit(lazyLoader);
};
Transliterate.onLoad(initer);
return;
}
if(!Transliterate.isCntrlsDiv(el)){
Transliterate.showControl(el, true);
}
}catch(e){
}
},
waitCounter: 0,
checkAndWaitTillInit: function(callback){
try{
Transliterate.init();
}catch(e){
if(Transliterate.waitCounter == 15){
return;
}
Transliterate.waitCounter++;
var f = function(){
Transliterate.checkAndWaitTillInit(callback);
};
setTimeout(f, 200);
return;
}
callback();
},
isInTheList: function(el){
for(var i=0; i

Posted in Business0 Comments

Yamaha Brings Three New Bikes To India This August

Yamaha Motors India has taken the next step to expand its bike market in India, as on Wednesday the company unveiled three new models for the Indian customers. The bikes, SZ, SZ-X, and YBR 125 have been launched on Wednesday at an event in Delhi by the hands of their brand ambassador, John Abraham.

The three new bikes have been launched to aim the middle class customers and so they are priced between INR 47,000 to 52,000.  And now the company believes that these three models will help the company boost its sales figures in the Indian bike market.

The YBR 125 is a 125 cc segment bike, and is launched to attract the attention of customers who will be opting for 100cc bikes. The bikes is priced at a low INR47,000/-. The exciting bike in the launch is the SZ-X, which is 150 cc bike and has the same engine which is mounted on the FZ. It looks strong and stylish and has the same good old Yamaha quality embodied in it. Five speed transmission, electric start up, and an air cooled four stroke engine is what the SZ-X loaded with.

Posted in Business0 Comments

Bank of India Recruitment 2010 Begins – BOI Announces Vacancies For 2,467 Clerical Posts

The last day to apply for the clerical posts of the Bank of India (BOI), a public sector bank, is August 5, 2010. The recruitment drive is on for the 2,467 clerical posts of the BOI.

The interested candidates should rush to apply for these recruitments. Candidates in the age group of 18 to 28 years can apply. The pay scale offered will be anywhere from Rs. 7200/- to Rs. 19300/-

The application submission has already been started from July 16, 2010. The provisional date of the written examination is September 26, 2010.

The candidates need to apply through the Bank of India’s official website. Other details regarding the bank and recruitment have also been provided on the website.

The link for the official website has been provided below for the convenience of the candidates.

www.bankofindia.co.in.

The candidates can apply only through the internet and no manual applications are welcomed.

Posted in Business0 Comments

Income Tax e-Filing Return – iTax Submission of tax returns

The new e-filing system, that has been brought in by the Income Tax Department, has confused a lot of tax filers around India. It can be explained this way, Submission of tax returns can be done in three simple steps, one with the digital signature that one has been registered in advance, second without the digital signature, by filing the ITR with the verification by the IT department, and the third way is to personally do it or mandatory.

Now the first step to file an e-return is a person needs to register his user name and password by the IT department, for the person needs to approach the IT office personally. Then a file containing instructions needs to be downloaded from the income tax website, along with the software that will generate the e-filing process.

Once the download has been completed, the software would direct you how to fill the form, once filled the form will come up in an XML format,which will indicate the form would be submitted electronically.

If there was a usage of a digital signature then an acknowledgement receipt is needed to be printed and if signature is not used then the form has to be filled and printed out and then submitted to the IT Office.

Read More Sources: Asia Bizz

Posted in Business, Featured, World0 Comments

The Income Tax Department Launches Web Income Tax efiling System

Income Tax efiling – The Income Tax Department of India has taken a new step in technological advancement, as they have launched a new service of filing returns through the Internet, called e-filing or e-returns. For anyone who wants to avail the facility should visit the website and download the web services manual and follow it accordingly.

New modification have been added into the tax calculating software, so it is advised to the tax payers and brokers to download the software and use it as told in the manual. The new facility called “My Account” has been added for the existing e-filers to view their tax credit statement as per form 26AS.

The new ‘My Account’ facility will help the user to view and check that the payments have been made correctly or not, TDS deductions from the salary, and interests charged etc. This system has helped the Department modify its tax payement mechanism, from the conventional procedure which took hours and to file statements along with mile long queues which in itself took lot of time, to moving to the web system which is time efficient and accurate.

Posted in Business0 Comments

MKCL Bed Results – MKCL Announces Seat Allocation for 1st Round List Of B.Ed.

Maharashtra Knowledge Corporation Limited (MKCL), the Directorate of Higher Education Maharashtra State has announced the list of the first round of the seat allocation for Bachelor of Education (B.Ed). The list is published online on the official website of MKCL.

The candidates who appeared for the first round can view the list on the link that has been provided below:

http://oasis.mkcl.org/bed/StaticPages/CETResult.aspx

The list is categorized into ‘College Wise’ allocation. The students who have been unable to clear the first round can apply for the second round of allocation. The students can apply till August 2, 2010, 5 pm.

For more information regarding the B.Ed seat allocation, students can log on to the official website itself. It provides all the information required by the students.

Maharashta Knowledge Corporation Limited comes under the Government of Maharshtra and was set up in the year 2002. It focuses on design, development and delivery of new e-learning, e-employment, e-governance, etc.

Posted in Business0 Comments

Hindustan Copper Limited – Vacancies For Experienced Executives

The Hindustan Copper Limited has announced a set of vacancies in the company for a number of posts, for the year 2010. The posts are for the vacancies all over India. Candidates interested should visit the company’s website.

The number of vacancies for the post are as follows – General Manager 2 Posts – Mining, Deputy Gen. Manager 2 Posts – Mining, Chief Manager and Senior Manager 2 posts each – Mining. Assistant Gen. Manager 1 post (Geology), Deputy Gen. Manager 1 post – Mechanical, Assistant Gen. Manager 2 post – Mechanical. Deputy Gen. Manager and Assistant Gen Manager 1 post – Electrical. Chief Manager 1 post – Electrical, General Manager and Assistant Manager 1 post and 3 posts – Human resource. Manager 2 posts – Materials and Contracts.

Candidates interested need to pay a demand draft of Rs. 250 and send it through any scheduled bank in the favor of HCL Kolkata. Female/SC/STPWD candidates are exempted from fees. For further information check the following website -

http://www.hindustancopper.com/Admin/FlatFile/Emp_Advert.pdf

Posted in Business, Exam Results0 Comments

Reserve Bank Of India Increases Its Short Term Rates To Curb Inflation

The Reserve Bank of India announced its decision of increasing short term lending and borrowing rated by 0.25 per cent and 0.50 per cent on Tuesday, July 27, 2010 to curb the inflation.

The Cash Reserve Ratio (CRR) is going to be unaffected. The RBI is focusing to bring inflation at six percent before the fiscal year ending, that is, March 2011.

The RBI informed,

“Inflationary pressures have exacerbated and become generalised with demand side pressures clearly visible…given the spread and persistence of inflation, demand-side inflationary pressures need to be contained,” the RBI said.

The RBI also states that this financial year the economy will grow by 8.5 per cent after it raised the inflation target from 5.5 per cent to six per cent.

The changes in the short term lending rate to 5.75 per cent and short term borrowing rate to 4.5 per cent will be brought in effect immediately.

Posted in Business, Politics0 Comments

Toyota Corolla Altis Launches In India With Its Diesel Version

Toyota Corolla Altis – Toyota, the largest competitors in the car production market has launched the diesel version of its Sedan Corolla Altis in India. Altis is one of the most stylish and luxurious cars of Toyota. Corolla Altis (diesel) is priced between 10.95 lakh to 13.75 lakh.

Toyota and Kirloskar Group are in a joint venture in India and are offering the Altis diesel with a 1.4 litre six speed manual transmission engine.

Managing Director of Toyota Kirloskar Motor Hiroshi Nakagawa said,

“As part of our long-term commitment to bring the best of Toyota technology to India, we are very proud to introduce the Corolla Altis diesel. I am happy to say that it will have the best fuel efficiency in its segment.”

Toyota is claiming that the Corolla Altis (diesel) will give a mileage of 21.43 km per litre according to the ARAI (Automotive Research Association of India) conditions.

The Sedan is a wonderful drive.

Posted in Business, Featured0 Comments

Page 5 of 8« First...34567...Last »