Plz give me the details about how to introduce ourself like the conventional question that is mostly asked at MNCs...."Tell me about u r self"???
41 61276hello i have explained DELL INTERVIW PATTERN IN MY ANSWER AND I STRONGLY RECOMMEND IT FOR PEOPLE WHO WANT TO GO FOR DELL (TECHNICAL AS WELL AS CUSTOMER SUPPORT)
1765i m a fresher searching job from july..i ve faced this question "what did u do for the past two months?"
7 13529I want to work in a call centre, but in the phone interview they asked abt the question of why do u want to work in the call centre and why not other's jobs. then wht i had to tel to them? only call centre as well as others jon if get oppurtunity corect or not
8 13296Post New Satyam Call Centre AllOther Interview Questions
Please explain apache kafka?
What are the accounting conventions and Practices?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
What is div in css?
What is hoisted in javascript?
Does anaconda automatically install python?
How are merkle trees used in blockchains?
How do you write a range in python?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What ide should I use for java?
What are the main classes of Data Transfer API?
What are the different types of locks in mainframe?
how do you code a null statement?
How do you format a table of contents?
what is difference between class and object in c++