Questions

Q:

What is the difference between asset management and invest management?

Answer

Investment and asset are really close in meaning. Investment is when you put your money in stock, bond or other financial instruments. Whereas Asset is what you own generally reffered to land, proprietorship , factory, etc.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

2 2841
Q:

What is the difference between inbound process and outbound process?

Answer

Inbound customer service agents handle incoming calls from customers for:


- Requests for help


- Inquiries or requests for information


- Placing orders, in product purchases


- Applications for services


- Filing complaints


Outbound customer service agents make calls to random potential customers to sell a service or product. These agents can also be called as telemarketing executives.

Report Error

View answer Workspace Report Error Discuss

Subject: Call Center

4 2840
Q:

Write a c program to create dos command type.

Answer

#include
int main( int count,char * argv[] ) {
    int i;
    FILE *ptr;
    char *str;
    char ch;
    if( count == 1) {


         printf( "The syntax of the command is incorrect.\n" );
    }
    for( i=1;i<cout;i++ ){
         ptr=fopen(argv[i],"r");
         if(ptr==NULL){
             printf("The system cannot find the file specified.");
             if(count>2)
                 printf("\nError occurred while procesing : %s.\n",argv[i]);
         }
         else {
             if(count>2) {
                 printf("%s\n\n",argv[i]);
             }
             while((ch=getc(ptr))!=-1)
                 printf("%c",ch);
         }
         fclose(ptr);
    }
    return 0;
}


 


Save the above file as open.c, compile and execute the go to command mode (current working directory) and write: open xy.c (xy.c any file present in that directory)
To run the open command in all directories and drive you will have to give the path of current working directory in command mode. Write:
C:tc\bin>PATH c:\tc\bin
Now press enter key. Now your open command will work in all directory and drive.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2840
Q:

In which organ RBC are selectively destroyed/recycled by macrophages?

A) Kidney B) Pancreas
C) Spleen D) Liver
 
Answer & Explanation Answer: C) Spleen

Explanation:

Spleen is called as the graveyard of RBC Red Blood Cells where they are selectively destroyed/recycled by macrophages.

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO

1 2840
Q:

If the speed of an object moving along a straight line keeps changing, its motion is said to be _________.

A) Uniform B) Periodic
C) Circular D) Non-uniform
 
Answer & Explanation Answer: D) Non-uniform

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

7 2840
Q:

How do we now Know the company founded as the Battlecreek Toasted Cornflake Company in 1906?

Answer

Kellogg's

Report Error

View answer Workspace Report Error Discuss

0 2840
Q:

The Global Entrepreneurship Summit (GES) 2017 was in ______?

A) Spain B) Hyderabad
C) Newyork D) Beijing
 
Answer & Explanation Answer: B) Hyderabad

Explanation:

The United States of America and the Republic of India are proud to announce the 8th annual Global Entrepreneurship Summit (GES) in Hyderabad, India on 28-30 November, 2017. This year's Summit will highlight the theme Women First, Prosperity for All, and will focus on supporting women entrepreneurs and fostering economic growth globally. Advisor to the President Ivanka Trump will headline the United States delegation to the Summit.

 

GES is the preeminent annual entrepreneurship gathering that convenes emerging entrepreneurs, investors and supporters from around the world. GES 2017 will create an environment that empowers innovators, particularly women, to take their ideas to the next level. Through two and a half days of networking, mentoring, and workshops, GES empowers entrepreneurs to pitch their ideas, build partnerships, secure funding, innovate, and find their target customers --- creating new goods and services that will transform societies.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

10 2839
Q:

Genes are made of 

A) Carbohydrates B) Proteins
C) Fats D) Nucleotides
 
Answer & Explanation Answer: D) Nucleotides

Explanation:

Genes: The DNA is the genetic material. The DNA is made of several nucleotides. A nucleotide means, one nitrogenous base one sugar molecule and a phosphate molecule. These Nucleotides occur in sequences and several nucleotides form one gene ( a functional gene is called a cistron)

Report Error

View Answer Report Error Discuss

Filed Under: Biology

3 2839