Our website is made possible by displaying online advertisements to our visitors.Please consider supporting us by disabling your ad blocker.
Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu
Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Translate it in your own Language

Print this Job Post

Print Friendly and PDF
Showing posts with label Placemnet Paper Answer. Show all posts
Showing posts with label Placemnet Paper Answer. Show all posts

Wednesday, December 7, 2016

Deloitte Interview Experience/Pattern

Written test:
It was an online test conducted by AMCAT, an adaptive test with moderate difficulty level. Once you answer a question you can't come back. It was a 3 hr 10 min test (yes, very long!). There was no negative marking.

English-25 Questions, 25 minutes:
Synonyms, Antonyms, Spotting error, Sentence completion by choosing appropriate word, two passages were asked.

Quantitative ability-25 Questions, 35 minutes:
Questions from Logarithms and powers, number system, time and distance, time and work, averages, percentages, simple and compound interest, permutations and combinations (2-3 questions) , probability, boats and streams, profit and loss, trains, ratio and proportion, quadratic equations and problems based on ages were asked.

Logical reasoning-24 Questions, 35 minutes:
Questions from coding and decoding concept (2-4 questions) , blood relations, logical arrangement of given words, drawing conclusion from a small passage, coded relations, Statements and conclusions, Data sufficiency, Direction sense (2-3 questions) , passages on seating arrangements (linear/circular/square/matrix) and deductive logic (like based on some given eligibility conditions we should tell whether a given person is eligible for the job role or not) or some puzzles-these passage models are same as those asked in Bank PO exams.

SQL- 25 questions-35 minutes:
I am an ECE student, I have no idea about SQL, just went for flukes. Questions were like, to create a row/column of this kind the statement should be the statement?, Or to perform this operation the statement should be_________?, questions based on syntax and some theory questions from the concepts of SQL were asked.

Automata C- 1 hour:
Here we have to write two C programs in 1 hr. We need to write the code using the concept of functions. You should create a function that is supposed to return the result for a given input. We can compile the code any number of times and correct the logic. So revise the concept of functions, especially passing arrays to functions. First we should write a program for the first question. Based on the code you write and the time you have taken to submit the code, difficulty of second question is decided and delivered (as it is an adaptive test). Mostly the programs were asked on printing number patterns. Some of the examples are.

1
12
123
123
12
1
For an input of 6 (6 lines).
Similarly.
1 2 3 4
8 7 6 5
9 10 11 12
16 15 14 13
And.
1
23
456
456
23
1

Some other programs were finding GCD, LCM of three numbers, check whether a given number is prime or not, print prime numbers below a number N, remove the vowels from a given sentence and print, inserting or deleting an element from an array and different operations on array etc.

Group Discussion:
Here it was not a general GD, we were divided into 9 batches of 8 each and were given a case study. All the batches got the same case study. I t was something related to the concept of DBMS.
It was something like this, there is a server of a website maintained by some X Company to provide services to its clients 24x7. The server got hacked and all the data is lost suddenly. At least 2-3 days is needed to backup the data from backup server. Until and less the backup is made the company cannot provide services to its clients. How do you approach to this problem?
The points were spoken about hiring ethical hackers, maintaining a proxy server, installing some checkpoints, creating password security etc. You should be confident and voice your opinions as well as try to make out the solution from the group by gathering their points. We were given 10 min to think and 20 minutes to discuss. We were given charts and sketch pens. The HR team will be observing you for entire duration. It's a group task so try to make out the solution from group. After that another team will enter and we had to present our views and solution individually. Hardly 1 to 3 were selected from each group, those who were confident, contributing to the group, listening and making out the solution, encouraging the team to write or draw the solution on chart and yes, those people with good fluency.

Technical Interview:
Here they asked mostly on C and Java, differences, why don't we have pointers in Java? Structures, Unions, Pointers, how do we access a structure member using pointer?
One C program was asked to almost everyone. It was:
You should print the numbers from 1 to 100, but if the number is a multiple of 2 then instead of the number, RED should be printed. Similarly, if it's a multiple of 3 then BALLOON should be printed and if the number is a multiple of 2 and 3 then RED BALLOON should be printed.

HR Round:
Questions like Why Deloitte?
Tell about yourself, family background, interested in further studies? etc were asked.
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

Deloitte - Sample Questions and Answers :

1. Four of the following five are alike in a certain way and so form a group. Which is the one that does not belong to that group?

  • 1) Cricket
  • 2) Football
  • 3) Polo
  • 4) Carrom
  • 5) Hockey


2. 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?

  • 1) U
  • 2) N
  • 3) T
  • 4) A
  • 5) None of these


3. In a certain code, LATE is written as $%#@ and WIDE is written as *??@. How is DIAL written in that code?

  • 1) ?@#$
  • 2) ?@%$
  • 3) ??%$
  • 4) ??%#
  • 5) None of these


4. What will come in place of the question mark (?) in the following series based on their positions in the English alphabet?
DGH JMN ? VYZ

  • 1) PRS
  • 2) QST
  • 3) OQR
  • 4) ORS
  • 5) None of these


5. If in the following set of numbers, the first and the third digits are interchanged in each number, which number will be second if arranged in ascending order after interchanging the digits?
583 645 396 287 469

  • 1) 583
  • 2) 645
  • 3) 396
  • 4) 287
  • 5) 469


Directions (Q.6-10): In each of the following questions two rows of numbers are given. The resultant of each row is to be worked out separately based on the following rules, and the question below the row of numbers is to be answered. The operations of numbers in each row progress from left to right.
Rules:
(i) If an odd number is followed by another odd number, they are to be multiplied.
(ii) If an even number is followed by another even number, the first number is to be divided by the second even number.
(iii) If an even number is followed by the perfect square of an odd number, the first number is to be subtracted from the second number.
(iv) If an odd number is followed by an even number the two are to be added.
(v) If an even number is followed by an odd number which is not a perfect square, the square of the odd number is to be added to the even number.

11) 96 16 81 = x
11 15 18 = y
What is the value of y-2x?

  • 1) 108
  • 2) 33
  • 3) 105
  • 4) 36
  • 5) None of these


12) 28 49 13 = x
37 12 22 = y
What will be the sum of the resultant of the two rows?

  • 1) 108
  • 2) 244
  • 3) 102
  • 4) 344
  • 5) None of these


13) 18 5 17 = x
64 8 11 = y
What will be the value of x + y?

  • 1) 189
  • 2) 129
  • 3) 69
  • 4) 169
  • 5) None of these


14) 9 15 50 = x
12 25 24 = y
What will be the value of x/y?

  • 1) 18
  • 2) 8
  • 3) 5
  • 4) 6
  • 5) None of these


15) 56 14 9
36 12 7
What will be the difference between the resultants of the two rows?

  • 1) 14
  • 2) 21
  • 3) 5
  • 4) 26
  • 5) None of these


Answers:
1. (4)
2. (2)
3. (3)
4. (5)
5. (2)
6. (2)
7. (4)
8. (5)
9. (3)
10. (5)
11. (1)
12. (2)
13. (1)
14. (3)
15. (4)



Monday, June 22, 2015

1. 3.75
2. 0.09
3. 18
4. 105
5. C
6. C
7. C
8. D
9. E
10. C
11. B
12. C
13. D
14. B
15. C
16. A
17. D
18. B
19. E
20. B
21. D
22. B
23. B
24. B
25. A
26. D
27. B
28. B
29. B
30. A
31. D
32. E
33. D
34. B
35. B
36. C
37. C
38. B
39. C
40. B
41. E
42. C
43. D
44. D
45. C
46. D
47. D
48. E
49. D
50. E

Wednesday, May 14, 2014


  • 1. (C)An,The,A
  • 2. (B)Parenting is one of the most challenging tasks adult face
  • 3. (B)The accident was very serious but thomas recovering from it quickly 
  • 4. (D)31542
  • 5. (B)In,thought,about
  • 6. (B)He is both assiduous as well as abstinet
  • 7. (A)He certainly talks about himself as a team player --I don't personally of that "Buchanan told a news      conference on Friday
  • 8. (C)Lived 
  •  (B)Dull 
  • 14. (D)The care of skin when it behaves strangely during the Monsoon season
  • 15. (B)Sweet and oil secretion
  • 16. (C)Crowded
  • 17. (B)Circum
  • 18. (C)Ous
  • 19. (B)Transient
  • 20.
  • 21. (C)
  • 22. (D)
  • 23.
  • 24.
  • 25. (B)If you did not cracked the CAT Then You did not work hard
  • 26.
  • 27.
  • 28. (A) Only conclusion 1 follow
  • 29. (C)
  • 31. (D).24.5
  • 32. (A). Refrigreter
  • 35. (B)Traitor:Country
  • 44. (C) 1425
  • 45. (A) Rs.3,000,Rs.2,550,5%
  • 46. (D) Statement 2nd and 3rd or Statement 2
  • 47. (C) 88
  • 48.
  • 49. (C) North
  • 50. (B) 21st
  • 51
  • 52 (C) 100l
  • 53 (D) 18 sec


Copyright @ CrackMNC 2014-2024
Divas Nikhra Theme by Crack MNC