Questions

Q:

In each of the questions given below, a passage has been given which are either situational based or describes a scenario. Below each passage, a question has been given which is framed to make you to infer something out of it. Mark out the correct inference as your answer.
India's leading and most popular food delivery start-up, Swiggy landed in a soup on Wednesday, after four people claiming to be current and former employees allegedly revealed fraudulent
and unethical means practiced at the company, in a blog post.
Which of the following can be said about the allegations?

A) Defragmented B) Ambiguous
C) Definitive D) Anecdotal
 
Answer & Explanation Answer:

Explanation:

Defragmented means to run a process that collects fragments of files and sorts them into contiguous sections on one or more hard disks or hard disk partitions, thus speeding up file
management.
Ambiguous means to be of uncertain nature or significance.
Definitive means clearly defined or formulated.
Anecdotal means to have the character of an anecdote.
Speculative means not based on fact or investigation.
Hence, the correct answer is 5.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: TOEFL , GRE , CAT

0 2093
Q:

Which of the following phrases (i), (ii), and (iii) given below each sentence should replace the phrase printed in bold letters to make the sentence grammatically correct? Choose the best option among the five given alternatives that reflect the correct use of phrase in the context of the grammatically correct sentence. If the sentence is correct as it is, mark (E) i.e., "No correction required" as the answer.
Insurance is a contract, represented for a policy, in which an individual or entity receives financial protection.
i. Represented in a policy
ii. Represented by a policy
iii. Represented with a policy

A) A. Only i B) B. Only ii
C) C. Only iii D) D. i and ii
 
Answer & Explanation Answer: B) B. Only ii

Explanation:

Ans. B.
The correct preposition here would be 'by'. By follows 'represented' when something takes the place of and refers to something bigger. With follows 'represented' when an attribute with which something or someone is depicted. A contract is not represented in a policy but stated in a policy.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: CAT , GRE , TOEFL

0 2093
Q:

If the orbit of a planet is an ellipse then what is the point at which the Sun is located called?

A) Centre B) Circumcentre
C) Incentre D) Focus
 
Answer & Explanation Answer: D) Focus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

1 2093
Q:

Electrical Arcing occurs when

Answer

An electric arc is a visible plasma discharge between two electrodes that is caused by electrical current ionizing gasses in the air. Electric arcs occur in nature in the form of lightning.

Report Error

View answer Workspace Report Error Discuss

Subject: Physics Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk , Bank PO

0 2093
Q:

What will be output of following c code?

#include <stdio.h>
int main()

{
    int i;
    for(i=10;i<=15;i++){
         while(i){
             do{
                 printf("%d ",1);
                 if(i>1)
                      continue;
             }while(0);
             break;
         }
    }
    return 0;
}

Answer

Output: 1 1 1 1 1 1
For loop will execute six times.


 


 


 


Note: continue keyword in do-while loop bring the program its while condition (while(0)) which is always false.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2093
Q:

Project Risk Management - Processes

Describe the Inputs, Tools and Techniques , Outputs included in the Risk Identification?

Answer

I. Inputs



  • Enterprise environmental factors

  • Organizational process assets

  • Project scope statement

  • Risk management plan

  • Project management plan


II. Tools and Techniques



  • Documentation reviews

  • Information gathering techniques

  • Checklist analysis

  • Assumptions analysis

  • Diagramming techniques


III. Outputs



  • Risk register

Report Error

View answer Workspace Report Error Discuss

0 2093
Q:

If A denotes −, C denotes ×, D denotes ÷, E denotes +, then 14C3A12E4D2=?

A) 6 B) 17
C) 28 D) 32
 
Answer & Explanation Answer: D) 32

Explanation:
Report Error

View Answer Report Error Discuss

2 2092
Q:

India shares longest international boundary with which country?

A) Bangladesh B) China
C) Nepal D) Bhutan
 
Answer & Explanation Answer: A) Bangladesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

2 2092