wht is the difference between KPO and BPO ?
Answers were Sorted based on User's Feedback
Answer / pedda
KPO-> Knowledge process outsourcing
in these process to identify out sourcing is very
critical.
Knowledge process can be defined as high added value
processes chain where the achievement of objectives is
highly dependent on the skills, domain knowledge and
experienceof the people carrying out the activity.
BPO-> Business process outsourcing
in these process to identify the out sourcing is
essay(than the KPO) ,bpo means like a call centers
| Is This Answer Correct ? | 113 Yes | 11 No |
Answer / vijith
KPO->Knowledge Process Outsourcing
BPO->Business Process Outsourcing
| Is This Answer Correct ? | 96 Yes | 9 No |
What are the different types of linkage exist in c?
How can you tell whether a program was compiled using c versus c++?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
what do the 'c' and 'v' in argc and argv stand for?
What does the format %10.2 mean when included in a printf statement?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?
explain what are actual arguments?
How can you convert integers to binary or hexadecimal?
Why is it that not all header files are declared in every C program?
Can main () be called recursively?
How do I get a null pointer in my programs?