Questions

Q:

As a wholesaler what are the problems you would face in ensuring the commitment to your retail suppliers?

Answer

As a wholesaler, applicant should say that he/she would face production problem, growing consumption, not concentrating on important market segment, scale of operations not being proper, delivery to different stores and having some issues with suppliers and not a good relationship with suppliers. I would face these problems in reaching the target commitment to suppliers as a wholesaler.

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

1 2307
Q:

Point out the error, if any, in the following program.

main()

{

    int ( *p )() = fun;

    ( *P ) ();

}

fun ()

{

    Printf ( "\nLoud and clear" );

Answer

Here we are initalising the function pointer p to the address of the function fun(). But during this initialisation the function has not been defined. Hence an error.


To eliminate this error add the prototype of the fun() before declaration of p, as shown below:


extern int fun();    or simply  int fun();

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2306
Q:

Project Quality Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Quality Planning ?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Project management plan


II. Tools and Techniques



  • Cost - benifit analysis

  • Benchmarking

  • Design of experiments

  • Cost of quality(COQ)

  • Additional quality planning tools


III. Outputs



  • Quality management plan

  • Quality metrics 

  • Quality checklists

  • Process improvement plan

  • Quality baseline

  • Project management plan (updates)

Report Error

View answer Workspace Report Error Discuss

0 2306
Q:

A homepage is

A) main page of the website B) access to internet
C) an access to the saved files D) index page of a dictionary
 
Answer & Explanation Answer: A) main page of the website

Explanation:

A homepage is a main or starting page of a website from where we can go to the individual pages by clicking the urls in it.

Report Error

View Answer Report Error Discuss

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

5 2306
Q:

A group of inter­connected islands is known as __________ .

A) Strait B) Peninsula
C) Archipelago D) Lagoon
 
Answer & Explanation Answer: C) Archipelago

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

0 2306
Q:

Which base is present in soap?

A) Sodium hydroxide B) Silicon dioxide
C) Calcium hydroxide D) Ammonium hydroxide
 
Answer & Explanation Answer: A) Sodium hydroxide

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

2 2306
Q:

AV= constant, where A= area of cross-section and V= velocity of fluid. This equation is called _____.

A) Equation of discontinuity B) Equation of continuity
C) Equation of sustenance D) Equation of parallelism
 
Answer & Explanation Answer: B) Equation of continuity

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2305
Q:

Which of the following describes computer animation?

A) a sequential art, which emerged in the late nineteenth century to attract more readers to newspapers B) the art of using 2-D and 3-D computer graphics to create moving images and special effects in films
C) a sister art of video games, which involves interaction with a user interface to generate visual feedback D) None of the above
 
Answer & Explanation Answer: B) the art of using 2-D and 3-D computer graphics to create moving images and special effects in films

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

1 2305