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 is the difference b/w main() in C language and main() in C++.
What is the difference between %d and %i?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
How is pointer initialized in c?
What is nested structure in c?
Can you return null in c?
1 What is a Data Structure?
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
What is the memory allocated by the following definition ? int (*x)();
List some of the dynamic data structures in C?
How to write a C program to determine the smallest among three nos using conditional operator?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered