Hard rock cafe Interview Questions, Process, and Tips

Ques:- Do you know how to measure the earth resistance?
Ques:- Why you are important to us?
Ques:- Given N students, find the number of ways the students could be ranked. Also one or more students can have ties and can have the same ranks.
Ques:- A man can row 6 kmph in still water. When the river is running at 1.2 kmph, it takes him 1 hour to row to a place and black. What is the total distance traveled by the man?
Ques:- Which one of the following numbers is divisible by 3?
A. 2345678
B. 2876423
C. 4006020
D. 9566003
Recent Answer : Added by Ramyadevi On 2021-10-22 09:13:10:

The correct ANS: option C

Ques:- If in a code language, COULD is written as BNTKC and MARGIN is written as LZQFHM, how will MOULDING be written in that code?
Recent Answer : Added by An On 2021-09-29 16:49:25:

LNTKCHMF

Ques:- In an exam, Amar scored 64 percent, Bhavan scored 36 percent and Chetan 44 percent. The maximum score awarded in the exam is 800. Find the average mark scored by all the three boys?
Recent Answer : Added by Atif On 2022-12-05 16:13:45:

600

Ques:- Find the size of the largest square slabs which can be paved on the floor of a room 5 meters 44 cm long and 3 meters 74 cm broad?
Ques:- Showing a photograph P said, ” She is my mother’s mother’s son’s daughter “. How is the person in the photograph related to P ?
Recent Answer : Added by Mohanraj Kandhasamy On 2021-12-23 16:25:49:

cousin, daughter of maternal uncle

Ques:- The seven digits in this subtraction problem are 0, 1, 2, 3, 4, 5 and 6. Each letter represents the same digit whenever it occurs. D A D C B – E B E G is equal to B F E G.What digit is represented by each letter?
Ques:- What is the number of zeros of the product of the first 100 numbers ?
Recent Answer : Added by Admin On 2020-05-17 12:05:49:

24.
exp: 0 is formed by multiplying 5 with 2. so first we find
how many 5’s and 2’s are there in 100!.
No of 5’s : 100/5=20/5=4/5.
20 +4 =24.
No of 2’s : 100/2=50/2=25/2=12/2=6/2=3/2=1/2.
50 +25 +12 +6 +3 +1.
It has 24 5’s and 2’s.
so the no. of zeros=24.

Ques:- How will you manage security of v vip person
Ques:- Who is the chief minister of Delhi ?
Ques:- Newton Rapson method is to find ?
Recent Answer : Added by Admin On 2020-05-17 12:01:17:

to find the root of f(x) = 0;

Ques:- Find LCM of 18 and 27 .
Ques:- What is the average of first five prime numbers greater than 20 ?
Ques:- A rich man died. In his will, he has divided his gold coins among his 5 sons, 5 daughters and a manager. According to his will: First give one coin to manager. 1/5th of the remaining to the elder son.Now give one coin to the manager and 1/5th of the remaining to second son and so on….. After giving coins to 5th son, divided the remaining coins among five daughters equally.All should get full coins. Find the minimum number of coins he has?
Recent Answer : Added by Biplab Nath On 2021-07-31 16:35:53:

Answer: 3121 gold coins
Let total no of coins be M
Let the disbursement D to each son:

D1 = 1 + (M – 1)/5 = (M + 4)/5
D2 = 1 + ( M – D1 -1)/5 = (D1) * 4/5
D3= (D2) * 4/5
D4= (D3) * 4/5
D5= (D4) * 4/5
Total disbursements to sons=
= ∑D= (M+4)*1/5[ 1+4/5+(4/5)(4/5)+ (4/5)(4/5)(4/5)+(4/5)(4/5)(4/5)(4/5) ]
= (2101/3125)*(M+4)
Thus balance left for daughters =M-{(2101/3125)*(M+4)}
=(1024M-8404)/3125
This balance should be a positive integer ( assuming M and all disbursements are full coins )
Thus 1024M-8404 should be a multiple of 3125….so….
1024M – 8404 = N*3125 where N is an integer
Using Python code:
n=int(input(“Enter num n: “))
X=int()
a=int()
a=0
X=’ ‘
for a in range(0,n+1):
a=a+1
X= (3125*a + 8404)/1024
if (3125*a + 8404)% 1024== 0:
print(X,a)
Enter num n: 10000
3121.0 1020
6246.0 2044
9371.0 3068
12496.0 4092
15621.0 5116
18746.0 6140
21871.0 7164
24996.0 8188
28121.0 9212
We get minimum value of N = 1021 and M = 3121 gold coins

Ques:- A four digit number is to be formed using the digits 1 to 7 All digits of the number are different and repetition is not allowed.
1. How many such numbers can be formed ?
2. How many such numbers are divisible by 4 ?
Ques:- The sum of five consecutive even numbers of set x is 440. Find the sum of a different set of five consecutive integers whose second least number is 121 less than double the least number of set x?
Ques:- What is the salary of a president, primeminister and thegovernors?
Ques:- A says " the horse is not black".
B says " the horse is either brown or grey."
c says " the hoese is brown"

At least one is telling truth and atleast one is lying.
tell the colour of horse.
Recent Answer : Added by Sumbo Balogun - Olufowobi On 2022-12-20 12:54:10:

brownish grey

Ques:- Describe for me one or two of the biggest disappointments in your work history?
Ques:- In what ways do you use math in your daily life?
Ques:- What’s ur dream for your career?
Ques:- A train passes a man standing on the platform. If the train is 170 meters long and its speed is 72 kmph, how much time it took in doing so?
Ques:- About me. About my job experience, Technical skills, Special skills, projects, extra activities, ambition, etc
Ques:- The number of prime numbers between 301 and 320 are
A. 3
B. 4
C. 5
D. 6
Recent Answer : Added by Vaibhavi Shanbhag On 2022-08-24 17:03:34:

5
307,311,313,317,319

Ques:- A certain number when divided by 45 leaves a remainder 31, what is the remainder if the same number be divided by 15?
Recent Answer : Added by MAMIDI LIJITA SREE On 2023-01-21 17:36:29:

1

Ques:- Past work experience.
Ques:- What format does Frozen represent?

Contact with us regarding this list

Devendra Bhardwaj With a decade of experience as a Job Hiring Expert, I am a results-driven professional dedicated to elevating recruitment strategies. My expertise lies in navigating the dynamic landscape of talent acquisition, employing innovative approaches to attract, assess, and secure top-tier candidates. I excel in optimizing hiring processes, leveraging cutting-edge technologies, and fostering collaborative relationships with stakeholders. A keen understanding of industry trends allows me to stay ahead, ensuring a competitive edge in securing the best talent for your organization. I am passionate about connecting the right people with the right opportunities and thrive in creating impactful, streamlined recruitment solutions.

Scroll to top