Map Quiz Questions
# Question

Which function key displays the Print Preview window in Microsoft Office?

Which of these is a non-profit domain?

Junk E-mail is also called

Which of the following is an operating system

This helps to take the remote connection of any device-

The address of a website is also known as?

Which of these is a non-profit domain?

All incentive plans focused on

The factor which influence 'bonuses' are

How does training and development offer competitive advantage to an organisation?

_____________ is not a step of performance appraisal

Which of these is the main purpose of employee assessment?

In the share market, the market value of any share is decided by:

The ultimate concern of Financial Management is:

What does investment stand for?

Marketing is a process which aims at ________

When an employee is appraised by all the members in the organization like superior, subordinate, peer, customer etc., is called as ______

_______ is the assessment of individual’s performance in a systematic way.

The compensation paid during the time of layoff is called _______

A written summary of KSA required to per form a job is _________

Promotion is a ________ source Recruitment

Which level of management would be most involved in the function of directing and controlling?

Supervisor has to advise troubled employee to improve his performance. Which function of management he is performing-

_____________ requires intuition and good judgment

Advantages of written communication are

<mark></mark> is used for what purpose?

p tag in html stands for ?

 

what is Html?

To flip an image horizontally in OpenCV, what should be the flipcode parameter be set to?

In OpenCV, what does the term "alpha" refers to when using cv2.convertScaleAbs()?

To perform a 90-degree counterclockwise rotation of an image using OpenCV, which angle value should you use?

Which parameter in cv2.getRotationMatrix2D() specifies the rotation center (pivot point) of the image?

In OpenCV, how is the rotation angle specified when using cv2.warpAffine() to rotate an image?

Which OpenCV function is used to select the font face (type) for the text in cv2.putText()?

To resize an imageWhich parameter in cv2.putText() specifies the position (coordinates) where the text should be written on an image?

What is the primary purpose of the cv2.putText() function in OpenCV?

Which function is used to perform image smoothing or blurring in OpenCV?

How can you perform image resizing in OpenCV?

What is the purpose of the `cv2.imwrite()` function in OpenCV?

Which OpenCV function is used to display an image in a window?

What does the function `cv2.imread()` do in OpenCV?

In OpenCV, what does the flags parameter in cv2.imread() control?

In a BGR image, which channel is associated with the color blue? 

What is the default color order in OpenCV when reading an image using cv2.imread()? 

In OpenCV, what does the term "BGR" stand for when referring to an image?

OpenCV is primarily used for which of the following tasks ?

Which programming languages can you use with OpenCV?

What does OpenCV stand for ?

Why is a JavaScript Engine needed?

What is the basic difference between JavaScript and Java?

What happens in the following JavaScript code snippet?

var js = 0;

while (js < 10) 

{

     console.log(js);

     Js++;

}

 

Which is a more efficient JavaScript code snippet?

Code 1 :

// for loop in javascript

for(var num=10;num>=1;num--)

{

           document.writeln(num);

}

Code 2 :

var num=10;

while(num>=1)

{

       document.writeln(num);

       Num++;

}

 

Which of the following objects is the main entry point to all client-side JavaScript features and APIs?

Where Client-side JavaScript code is embedded within HTML documents?

Will the following JavaScript code work?

var js = (function (x){ return x*x;}(10));

 

Arrays in JavaScript are defined by which of the following statements?

Which of the following functions defines a linear gradient as a CSS image?

Which of the following CSS Property sets the stacking order of positioned elements?

Which of the following is an appropriate value for the overflow element?

Which of the following is not the property of the CSS box model?

What will be the output of following CSS code snippet?

h1 {color: "green";}

Which of the following CSS selectors are used to specify a group of elements?

How to insert Hyperlink in HTML Page?

Which works similar to <b> element?

Which tag is used to create a dropdown in HTML Form?

HTML is a subset of ___________

Which of the following is not the element associated with the HTML table layout?

In which part of the HTML metadata is contained?

What is the maximum number of swaps that can be performed in the Selection Sort algorithm?

Which of the following data structures allow insertion and deletion from both ends?

What function is used to append a character at the back of a string in C++?

What will be the output of the following code snippet?

void solve()

 { int a[] = {1, 2, 3, 4, 5}; 

int sum = 0;

 for(int i = 0; i < 5; i++) 

{ if(i % 2 == 0) { sum += a[i];

 } } 

cout << sum << endl; }

 

How is the 2nd element in an array accessed based on pointer notation?

Who is creating this mess?

Change the form of sentence from active to passive

his powerful desire brought about his downfall

I told him that he was not working hard.

It has been established that

 P : Einstein was

Q : although a great scientist

R : weak in arithmetic

S : right from his school days

The Proper sequence should be:

VENT

A train running at the speed of 60 km/hr crosses a pole in 9 seconds. What is the length of the train?

What decimal of an hour is a second ?

What least number must be added to 1056, so that the sum is completely divisible by 23

If 35 + 125 = 17.88, then what will be the value of 80 + 65 ?

The average of 20 numbers is zero. Of them, at the most, how many may be greater than zero?

The greatest number of four digits which is divisible by 15, 25, 40 and 75 is:

A and B together have Rs. 1210. If of A's amount is equal to of B's amount, how much amount does B have?

The percentage increase in the area of a rectangle, if each of its sides is increased by 20% is:

In how many different ways can the letters of the word 'CORPORATION' be arranged so that the vowels always come together?

In a lottery, there are 10 prizes and 25 blanks. A lottery is drawn at random. What is the probability of getting a prize?

The difference between a two-digit number and the number obtained by interchanging the digits is 36. What is the difference between the sum and the difference of the digits of the number if the ratio between the digits of the number is 1 : 2 ?

A can do a work in 15 days and B in 20 days. If they work on it together for 4 days, then the fraction of the work that is left is :

On 8th Feb, 2005 it was Tuesday. What was the day of the week on 8th Feb, 2004?

A vendor bought toffees at 6 for a rupee. How much for a rupee must he sell to gain 20%?

A fruit seller had some apples. He sells 40% apples and still has 420 apples. Originally, he had:

 What is Truncation in Java?

 Which environment variable is used to set the java path?

 What keyword is used to declare an asynchronous function in Javascript?

 The process in which an object or data structure is translated into a format suitable for transferral over a network, or storage is called?

 Which of the following specifies the red color with opacity?

 In a RGBA color value, what does A stand for?

 What will be the output of the following code snippet?
<script type="text/javascript" language="javascript"> var a = "Scaler"; var result = a.substring(2, 4); document.write(result); </script>

Maps in C++ are implemented using which of the following data structures?

 Which of the following is known to be not an NP-Hard Problem?

  Which of the following sorting algorithms provide the best time complexity in the worst-case scenario?

Which of the following is not the correct type of Meta data?

Which of the following HTML tag is the special formatting tag?

 How to create a checkbox in HTML?

  Which one of the following is an application of queue data structure

Which of the following HTML attribute(s) is removed in HTML5?

Which of the following array element will return the top-of-the-stack-element for a stack of size N elements(capacity of stack > N)?

 Identify the network which extends a private network across a public network.

 Which of the following is used to allocate and manage resources for a network?

 What is the length of the MAC address?

What is the disadvantage of array data structure?

Observe following program and answer

 
class Example{
public: int a,b,c;
Example(){a=b=c=1;} // Constructor 1
Example (int a){a=a; b=c=1;}//Constructor 2
Example (int a,int b){a=a; b=b; c =1;} //Constructor 3
Example (int a, int b, int c){a=a; b=b; c=c;} //Constructor 4
In the above example of constructor overloading, the following statements will call which constructor
Example obj = new Example(1,2,3);

 When is std::bad_alloc exception thrown?

Find the output of the following program.

main(){ Float a = 5; switch(a){ Case 5: cout <<”Interviewbit”; Default: cout <<”Scaler”; } }

 Which of the following is NOT possible with any 2 operators in C?

 What is short int in C programming?

 Choose the one which best expresses the given sentence in Indirect/Direct speech.

 
"Please don't go away", she said.

 In the following the questions choose the word which best expresses the meaning of the given word.

 
RESTRAINT

 Replace the phrase printed in bold type to make the grammatically correct?

 
There are not many men who are so famous that they are frequently referred to by their short names only

  Rearrange the following words-

 
I / have / risk / taken / saving / her / a / in / great.

Change the voice:

"They will demolish the entire block" 

 "PATCHY" is the antonyms of

 One Word Substitution:

Person who does not believe in the existence of the God

 Find the noun:

"It will take all of your energy and will to be able to walk again"

 Antonyms of QUIESCENT

Correct the Sentence
 

He is too important for tolerating any delay.

 He is so lazy that he ......

ADVERSITY is the synonym of

From the given group of words, choose the word wrongly spelt

 Change the Voice

I remember my sister taking me to the museum.

 Write one word for the given expression.

“A list of books available in a library”

 Among A, B, C, D and E, who is in the middle while standing in a row ?

Statements:

 

I. C, who is third to the left of D, is to the immediate right of A and second to the left of E.

II. C is second to the left of E, who is not at any of the ends and who is third to the right of A. D is at one of the ends.

 In how many ways can a group of 5 men and 2 women be made out of a total of 7 men and 3 women?

A man rows to a place 48 km distant and come back in 14 hours. He finds that he can row 4 km with the stream in the same time as 3 km against the stream. The rate of the stream is:

 P is 30% more efficient than Q. P can complete a work in 23 days. If P and Q work together, how much time will it take to complete the same work?

A person travels from A to B at a speed of 40 km/hr and returns by increasing his speed by 50%. What is his average speed for both the trips?

At what rate percent of simple interest will a sum of money double itself in 20 years?

A man buys a scooter for Rs. 1400 and sells it at a loss of 15%. What is the selling price of the scooter?

 If the amounts for a fixed principal after 3 and 2 years at a certain rate of compound interest are in the ratio 21 : 20. The rate of interest is-

 What will be the day of the week 15th August, 2010?

The age of father 10 years ago was thrice the age of his son. Ten years hence, father's age will be twice that of his son. The ratio of their present ages is:

Design and Developed by O7Solutions