Questions

Q:

Promotions and promotion mix :

What about the budget? We want our promotional campaigns to be cost effective enough. I don’t think we can afford celebrity endorsements as of now!

Answer

No problem. We can use network marketing as an alternative. The company already has its strong network of customers who can spread the word about its products. They can encourage referral rewards for say every three customers who will buy our product or avail our service.


We can also announce a contest for the customers to buy the product and win a chance to get himself broadcasted for the product advertisement. We can ask them to send in their photo along with the contest application form which they get alongwith the product they buy. So we don’t have to pay them as we would otherwise have to pay to a celebrity.

Report Error

View answer Workspace Report Error Discuss

0 2899
Q:

Answer the following Program

#define CHARSIZE 8

#define MASK(y) (1 << y % CHARSIZE)

#define BITSLOT (y) (y / CHARSIZE)

#define SET(x,y) ( x[BITSLOT(y)] = MASK(y) )

#define TEST(x,y) ( x[BITSLOT(y)] & MASK(y) )

#define NUMSLOTS(n) ((n + CHARSIZE - 1) / CHARSIZE)

 

Give the above macros how would you

1. declare an array arr of 50 bits

2. put the 20th bit on

3. test whether the 40th bit is on or off

Answer

1. char arr[NUMSLOTS(50)];


2. SET (arr, 20);


3. if (TEST (arr, 40))

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2899
Q:

Most common and popular name in the world?

A) Peter B) Mohammed
C) Robert D) Ahmed
 
Answer & Explanation Answer: B) Mohammed

Explanation:

Mohammed or Mohammad is thought to be the most popular name in the world, given to an estimated 150 million men and boys.

Report Error

View Answer Report Error Discuss

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

1 2898
Q:

Look at the underlined part of each sentence. Below each sentence are given three possible substitutions for the underlined part. If one of them (a), (b) or (c) is better than the underlined part, indicate your response on the Answer Sheet against the corresponding letter. If none of the substitutions imporves the sentence, indicate (d) as your response on the Answer Sheet.

The angry neighbours never passed from each other without making rude remarks.

A) passed on B) passed against
C) passed D) no improvement
 
Answer & Explanation Answer: C) passed

Explanation:

Here ‘passed each other’ means crossed each other’s path. No preposition is required by ‘passed’.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2898
Q:

Which of the following is a feature of leptin?

A) It acts primarily on the brain B) It is secreted by the brain and acts on fat cells
C) It is an enzyme D) It is usually deficient in thin people
 
Answer & Explanation Answer: B) It is secreted by the brain and acts on fat cells

Explanation:
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 2897
Q:

The constitution of India describes India as

A) Unitary B) A quasi - federal
C) Union of States D) A Federation
 
Answer & Explanation Answer: C) Union of States

Explanation:

The Article - I of the constitution of India describes India as Union of States.

Report Error

View Answer Report Error Discuss

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

4 2896
Q:

Who synthesized the first wholly artificial gene?

A) Har Gobind Khorana B) Alexander Markham
C) Herbert Boyer D) J.J. Thompson
 
Answer & Explanation Answer: A) Har Gobind Khorana

Explanation:

The first wholly artificial gene was synthesized by Har Gobind Khorana.

Who_synthesized_the_first_wholly_artificial_gene1552735176.jpg image

Report Error

View Answer Report Error Discuss

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

4 2895
Q:

What is the percentage of India's population to the world population

A) 6% B) 26%
C) 16% D) 36%
 
Answer & Explanation Answer: C) 16%

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

1 2895