Sam media Interview Questions, Process, and Tips

Ques:- In each questions below are given two statements followed by two conclusions numbered I and II.
Statements :
Most teachers are boys. Some boys are students.
Conclusions :
I. Some students are boys.
II. Some teachers are students.
A. if only conclusion I follows
B. if only conclusion II follows
C. if either conclusion I or II follows
D. if neither conclusion I nor II follows
E. if both conclusions I and II follow
Ques:- Tell about Indian Culture for at least 5 Min.
Ques:- Insert the missing number:
9, 12, 11, 14, 13, (…..), 15
A. 10
B. 12
C. 16
D. 17
Recent Answer : Added by Tanmoy Dey On 2022-09-15 16:39:01:

16

Ques:- Why do you want to work for this company?
Ques:- Solve the puzzles and riddles.
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:- Why u want to join as a m.r?
Ques:- Think of the 8 vertices of a given cube. You are allowed to join three vertices to form a triangle. How many such unique acute triangles can you make ??
Ques:- If they ask tell about yourself, from where i have to start. Give an answer with an example?
Ques:- The simple interest accrued on an amount Rs.10,000 at the end of two years is same as the compound interest on Rs.8,000 at the end of two years. The rate of interest is same in both the cases. What is the rate of interest?
Ques:- Could you have done better in your last job?
Ques:- In a certain code, TRIPPLE is written as SQHOOKD. How is DISPOSE written in that code?
Recent Answer : Added by kabadi On 2022-08-14 16:28:51:

Ans alphabet = Q alphabet – 1

CHRONRD

Ques:- Perimeter of front wheel =30, back wheel = 20. If front wheel revolves 240 times. How many revolutions will the back wheel take?
Recent Answer : Added by Abhi On 2021-07-21 15:24:51:

360

Ques:- A jogger running at 9 km/hr along side a railway track is 240 m ahead of the engine of a 120 m long train running at 45 km/hr in the same direction. In how much time will the train pass the jogger?
Recent Answer : Added by Ben Gulliano On 2023-05-23 15:53:20:

– While the train is moving, the jogger will also be running in the same direction.
– for the head(engine) of the train to get to the current position of the jogger 240m away, it will take:
45km/hr => 12.5m/s => 240/12.5 = 19.2 seconds.

– But in the same period of time, the jogger will still be running and will have moved to a new location by: 9km/hr => 2.5m/s => 2.5 * 19.2 = 48m

To get to the new location at the speed of 12.5m/s will take the train:
48/12.5 = 3.84sec

In this additional time, the jogger will move forward by:
3.84 * 2.5 = 9.6m

at a speed of 12.5m/s, it will take the train less than a second to cover the additional 9.6m

If we add the distance the jogger will cover in 1 second to 9.6, it is still less than what the train can cover per second. let us see (9.6 + 2.5 = 12.1)

Therefore, the head of the train will pass the runner at approximately: 19.2 + 3.84 + 1 => 24.04 seconds.

For the train to completely pass the runner, it will need its whole length of 120m to be in front of the runner.

This will take an additional (9.6 + 2) seconds.

Therefore for the length of the train to be ahead of the runner it will take approx. 35.65 (24.04 + 9.6 + 2) seconds

Ques:- We finish the interview and you step outside the office and find a lottery ticket that ends up winning $10 million. What would you do?
Ques:- Why do you want to study MS in computer science in USA
Ques:- About my family and kids?
Ques:- What do you enjoy most about working here?
Ques:- How committed do you think you will be to this position?
Ques:- If an item costs Rs.3 in '99 and Rs.203 in '00.What is the % increase in price?(a) 200/3 %(b) 200/6 %(c) 100%(d) none of these
Recent Answer : Added by divya On 2022-11-14 17:04:22:

200/3

Ques:- WHAT IS UR VIEW ON SBI N SBS MERGER?
Ques:- Describe a time when everyone in the meeting was opposing your ideas. How did you manage to work it out?
Ques:- If we offer you a job, will you continue or switch at some better opportunity?
Ques:- A fort of 2000 soldiers has provisions for 50 days. After 10 days some of them left and the food was now enough for the same period of 50 days as before. How many of them left?
Recent Answer : Added by Agboola Al-Mubarak Dosunmu On 2020-12-09 15:07:45:

400

Ques:- Can you name three consecutive days without using the words Wednesday, Friday, or Saturday?
Recent Answer : Added by Shweta Gupta On 2022-09-02 17:03:06:

Sunday
Monday
Tuesday

Ques:- Given a triangle ABC, how would you use only a compass and straight edge to find a point P such that triangles ABP, ACP and BCP have equal perimeters? (Assume that ABC is constructed so that a solution does exist.)
Recent Answer : Added by Admin On 2020-05-17 12:01:52:

The answer probably lies in finding the in-centre of the
traingle. Bisect all the angles of the triangles and the
point where these angle bisectors meet gives u the point P

Ques:- P, Q, R, S, T and U are six cities which are in a row in the same order. A bus, b1 travels from P to U and another bus b2 travel from U to P. The bus b1 reaches S at 10:40 and bus b2 reaches Q at 10:35 if the travel time between any two adjacent cities is 40 minutes and the stoppage time at each city is 15 minutes. Which city do the two buses meet?
Recent Answer : Added by DK BOSS On 2021-07-17 06:28:10:

Answer: 8:10, 7:10

Explanation:

The bus b1, which started at P, reached S at 10:40, passing through the intermediary cities Q and R.

The time taken to travel from P to S
= 3 * 40 + 2 * 15 = 150minute
(journey)+(stoppage) = 2 hrs 30 minutes.
Hence, b1 started at 10:40 – 2:30 = 8:10 at P.
b2 reached Q, starting at U, through the city T, S and R.
The time taken by it to reach S = 4 * 40 + 3 * 15 = 205 minutes = 3 hr 25 minutes.
Hence, b2 started at, 10:35 – 3:25 = 7:10, at U.

Ques:- The length of the bridge, which a train 130 m long and traveling at 45 km/hr can cross in 30 sec is?
Ques:- How is my mother’s mother’s only son-in-law’s sister related to me ?
Recent Answer : Added by Atif On 2022-12-05 16:13:29:

Father’s sister

Ques:- In a Bus there are 7 people.Each one carry 7 bags. Each bag contains 7 cat.Each cat carry 7 small cats. How many legs are there in the bus?
Recent Answer : Added by Parvathy R On 2021-10-19 17:54:58:

14

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