Explore topic-wise MCQs in Deloitte.

This section includes 50 Mcqs, each offering curated multiple-choice questions to sharpen your Deloitte knowledge and support exam preparation. Choose a topic below to get started.

1.

PERT analysis is based upon

A. optimistic time
B. pessimistic time
C. most likely time
D. all of these
Answer» E.
2.

A-B-C analysis is used in

A. CPM
B. PERT
C. inventory control
D. all of these
Answer» D. all of these
3.

Work study involues

A. only method study
B. only work measurement
C. method study and work measurement
D. only motion study
Answer» D. only motion study
4.

Which of the following are the guidelines for the construction of a network diagram?

A. Each activity is represented by one and only one arrow in the network.
B. Dangling must be avoided in a network diagram.
C. Dummy activity consumes no time or resource.
D. all of the above
Answer» E.
5.

In a line organisation

A. responsibility of each individual is fixed
B. discipline is strong
C. quick decisions are taken
D. all of these
Answer» E.
6.

The determination of standard time in a complex job system is best done through

A. stop watch time study
B. analysis of micromotions
C. grouping timing technique
D. analysis of standard data system
Answer» E.
7.

A diagram showing the path followed by men and materials while performing a task is known as

A. string diagram
B. flow process chart
C. travel chart
D. flow diagram
Answer» E.
8.

A device used for lifting or lowering objects suspended from a hook at the end of retractable chains or cable is called

A. hoist
B. jib crane
C. portable elevator
D. chain conveyor
Answer» B. jib crane
9.

The type of organisation preferred for a steel industry, is

A. line organisation
B. functional organisation
C. line and staff organisation
D. line, staff and functional organisation
Answer» E.
10.

The chart which gives an estimate about the amount of materials handling between various work stations is known as

A. flow chart
B. process chart
C. travel chart
D. operation chart
Answer» D. operation chart
11.

Linear programming model can be applied to line balancing problem and transportation problem.

A. True
B. False
Answer» B. False
12.

PERT is an event oriented technique.

A. Correct
B. Incorrect
Answer» B. Incorrect
13.

Line organisation is suitable for a big organisation.

A. Correct
B. Incorrect
Answer» C.
14.

Probabilistic time for completion of any activity can be found out from

A. optimistic time
B. pessimistic time
C. most likely time
D. all of these
Answer» E.
15.

  Which one of the following chart gives simultaneously information about the progress of work and machine loading?

A. Process chart
B. Machine load chart
C. Man-machine chart
D. Gantt chart
Answer» D. Gantt chart
16.

Bar chart is suitable for

A. large project
B. major work
C. minor work
D. all of these
Answer» D. all of these
17.

Fixed position layout is also known as

A. analytical layout
B. synthetic layout
C. static product layout
D. none of these
Answer» D. none of these
18.

The procedure of modifying work content to give more meaning and enjoyment to the job by involving employees in planning, organisation and control of their work, is termed as

A. job enlargement
B. job enrichment
C. job rotation
D. job evaluation
Answer» C. job rotation
19.

   

A. it represents a situation where extra resources are available and the completion of project is not delayed
B. it represents that a programme falls behind schedule and additional resources are required to complete the project in time
C. the activity is critical and any delay in its performance will delay the completion of whole project
D. all of the above
Answer» C. the activity is critical and any delay in its performance will delay the completion of whole project
20.

Military type of organisation is known as

A. line organisation
B. functional organisation
C. line and staff organisation
D. line, staff and functional organisation
Answer» B. functional organisation
21.

  Work sampling is applied for

A. estimation of the percentage utilisation of machine tools
B. estimating the percentage of the time consumed by various job activities
C. finding out time standards, specially where the job is not repetitive and where time study by stop watch method is not possible
D. all of the above
Answer» E.
22.

A systematic job improvement sequence will consist of

A. motion study
B. time study
C. job enrichment
D. all of these
Answer» E.
23.

Production cost refers to prime cost plus

A. factory overheads
B. factory and administration overheads
C. factory, administration and sales overheads
D. factory, administration, sales overheads and profit
Answer» B. factory and administration overheads
24.

  In inventory control theory, the economic order quantity is

A. average level of inventory
B. optimum lot size
C. capacity of a warehouse
D. lot size corresponding to break-even analysis
Answer» C. capacity of a warehouse
25.

In value engineering, the term value refers to

A. manufacturing cost of the product
B. selling price of the product
C. total cost of the product
D. utility of the product
Answer» E.
26.

The main object of scientific layout is

A. to produce better quality of product
B. to utilise maximum floor area
C. to minimise production delays
D. all of these
Answer» E.
27.

Gantt chart is used for

A. inventory control
B. material handling
C. production schedule
D. machine repair schedules
Answer» D. machine repair schedules
28.

In time study, the rating factor is applied to determine

A. standard time of a job
B. merit rating of the worker
C. fixation of incentive rate
D. normal time of a worker
Answer» E.
29.

The aim of value engineering is to

A. find the depreciation value of a machine
B. determine the selling price of a product
C. minimise the cost without change in quality of the product
D. all of the above
Answer» D. all of the above
30.

Which of the following statements is false?

A. A function is a block of code that performs a specific task
B. Functions allow programmers to break large and complex problems into small and manageable tasks
C. Functions allow programmers to use existing code to perform common tasks
D. Functions can be called, or invoked, only once in a program
Answer» E.
31.

The #ifndef directive tests to see whether ________

A. a class has been defined
B. a variable has been given a value
C. a class has no variable definitions
D. any objects of the class have been instantiated
Answer» B. a variable has been given a value
32.

Header files often have the file extension _____

A. .H
B. .HE
C. .HEA
D. .HEAD
Answer» B. .HE
33.

If container classes are carefully constructed, then these tools are available to work with structures that are not ______

A. valid without container classes
B. programmer-defined
C. type-specific
D. public
Answer» D. public
34.

The keyword used to define a structure is _____

A. stru
B. stt
C. struct
D. structure
Answer» D. structure
35.

A function that returns no values to the program that calls it is _____

A. not allowed in C++
B. type void
C. type empty
D. type barren
Answer» C. type empty
36.

To be called object-oriented, a programming language must allow

A. functions that return only a single value
B. #include files
C. inheritance
D. All of the above
Answer» D. All of the above
37.

The newline character is always included between

A. pair of parentheses
B. pair of curly braces
C. control string
D. &
Answer» D. &
38.

Which type of statement does not occur in computer programs?

A. sequence
B. loop
C. denial
D. selection
Answer» D. selection
39.

If you design a class that needs special initialization tasks, you will want to design a(n) _____

A. housekeeping routine
B. initializer
C. constructor
D. compiler
Answer» D. compiler
40.

Some Streams work with input, and some with output

A. True
B. False
Answer» B. False
41.

  When the compiler cannot differentiate between two overloaded constructors, they are called

A. overloaded
B. destructed
C. ambiguous
D. dubious
Answer» D. dubious
42.

A C++ program contains a function with the header int function(double d, char c). Which of the following function headers could be used within the same program?

A. char function(double d, char c)
B. int function(int d, char c)
C. both (a) and (b)
D. neither (a) nor (b)
Answer» C. both (a) and (b)
43.

A function that changes the state of the cout object is called a(n) _____

A. member
B. adjuster
C. manipulator
D. operator
Answer» D. operator
44.

To expose a data member to the program, you must declare the data member in the _____ section of the class

A. common
B. exposed
C. public
D. unrestricted
Answer» D. unrestricted
45.

The use of the break statement in a switch statement is

A. optional
B. compulsory
C. not allowed. It gives an error message
D. to check an error
Answer» B. compulsory
46.

Format flags may be combined using

A. the bitwise OR operator (|)
B. the logical OR operator (||)
C. the bitwise AND operator (&)
D. the logical AND operator (&&)
Answer» B. the logical OR operator (||)
47.

Adding a derived class to a base class requires fundamental changes to the base class

A. True
B. False
Answer» C.
48.

A default catch block catches

A. all thrown objects
B. no thrown objects
C. any thrown object that has not been caught by an earlier catch block
D. all thrown objects that have been caught by an earlier catch block
Answer» D. all thrown objects that have been caught by an earlier catch block
49.

You can use C++ as a procedural, as well as an object-oriented, language

A. True
B. False
Answer» B. False
50.

 In the word CONTRACTUAL, the positions of the first and the eleventh letters are interchanged. Similarly, the positions of the second and the tenth letters are interchanged, and so on, up to the positions of fifth and seventh letters are interchanged, keeping the position of sixth letter unchanged. Which letter will be the third to the right of the sixth letter from the left end?

A. U
B. N
C. T
D. A
Answer» C. T