Anm Interview Questions, Process, and Tips

Ques:- In a company printing work is done by two machine 5% of the work done by machine A are wasted, and 40% of work done by machine B are wasted. if the 80% of the total work is done by machine A. then what is the total percentage of wastage.
Recent Answer : Added by Spandan Dixit On 2021-08-04 15:53:58:

12%

Ques:- 50% of 250 is what % of 300?
Recent Answer : Added by Nanthini A On 2021-09-07 16:10:18:

60%

Ques:- How to acceptation with me and my organization?
Ques:- Jack and his wife went to a party where four other married couples were present. Every person shook hands with everyone he or she was not acquainted with. When the handshaking was over, Jack asked everyone, including his own wife, how many hands they shook. To his surprise, Jack got nine different answers. How many hands did Jack's wife shake?
Recent Answer : Added by Vaibhav Singh On 2022-03-09 16:41:50:

answer can be 1,2,3,4 can’t be determined exact number
just explaining a case:
there are 10 people in the party.
name of people no. of people with they made handshake list of those people(this can vary but showing the possibility)
1 1 9
2 2 8, 9
3 3 7, 8, 9
4 4 6, 7, 8, 9
5 5 6, 7, 8, 9. 10
6 6 4, 5, 7, 8, 9, 10
7 7 3, 4, 5, 6, 8, 9, 10
8 8 2, 3, 4, 5, 6, 7, 9, 10
9 9 1, 2, 3, 4, 5, 6, 7, 8, 10
10 4 5, 6, 7, 8, 9
jack got 9 different answer so jack can be either 4th number or 10th number and jack’s wife know jack very well so she can’t have handshake with jack so if 4th is jack then she can’t be handshake with 6,7,8,9, in this case she can be 1,2,3, 5, 10 and now depending upon which no is jack’s wife she can have hand shake with- 1- 4 people, and if jack is number 10 then she can’t be 5,6,7,8,9 so again depending upon her number she can handshake with people in range of 1-4

Ques:- Is there anything I've mentioned that makes you think I'm not the best candidate for this job?
Ques:- Find (7x + 4y ) / (x-2y) if x/2y = 3/2 ?
A. data insufficient
B. 6
C. 8
D. 7
E. 9
Ques:- Explain how you would be an asset to this organization
Ques:- Accomplishments & achievements during the intern
Ques:- What good books have you read lately?
Ques:- In a class of 65 students and 4 teachers, each student got sweets that are 20% of the total number of students and each teacher got sweets that are 40% of the total number of students. How many sweets are there?
A. 104
B. 845
C. 897
D. 949
Recent Answer : Added by narendra On 2022-09-18 09:02:47:

D

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:- What distance will be covered by a bus moving at 72 kmph in 30 seconds?
Recent Answer : Added by BISHWAS KUMAR On 2022-01-16 17:17:16:

speed = 72 Kmph
Speed= 72 * 1000 / (60*60) m/s
speed= 72 * 5 / 18
speed= 20 m/s
time = 30 s
distance = 600 m

Ques:- In a certain code language TRANSPORT is written as RTASNPORT. How will the word GATEHOUSE be written in that code language ?
Recent Answer : Added by Varsha Ramteke On 2022-11-06 15:57:02:

C

Ques:- How to deal with customer?
Ques:- How did your supervisor on your most recent job evaluate your job performance? What were some of the good points & bad points of that rating?
Ques:- In 60 reems of paper 40 reems were utilised then what percent will remain?
Recent Answer : Added by Admin On 2020-05-17 11:59:18:

Total=60reems
Utilized=40reems
Un utilized= 60-40=20
Percentage of remainder 20/60=.3333
0.33333*100=33.333%

Ques:- How are you fit for a soft skills trainer ?
Ques:- A rectangular plank (2)1/2 meters wide can be placed so that it is on either side of the diagonal of a square shown below.(Figure is not available)What is the area of the plank?
Ques:- The greatest number that will divided 187, 233 and 279 leaving the same remainder in each case is
A. 16
B. 26
C. 36
D. 46
Recent Answer : Added by Rahul Kumar Tiwary On 2021-11-13 11:02:10:

The greatest number that will divide 187, 233 and 279 leaving the same remainder in each case.

To find : The number ?

Solution :

First we find the difference between these numbers.

The required numbers are

233-187=46

279-233=46

279-187=92

Now, We find the HCF of 46 and 92.

Therefore, The required largest number is 46.

Ques:- Give me an example of a time you had to file a complaint against a co-worker.
Ques:- Why you are looking for change ?
Ques:- How much experience you have as quality control Engineer?
Ques:- a person left house with speed 40 mile per hour. His wife after 30 minutes left to catch him at a speed of 50 Miles Per Hour. in what time she will catch.
Recent Answer : Added by Admin On 2020-05-17 11:59:48:

time (dist covrd by husband) (dist covrd by wife)
0.5hr 20 miles 0 miles
1 hr 40 miles 25 miles
1.5 hr 60 miles 50 miles
2 hrs 80 miles 75 miles
2.5 hrs 100 miles 100 miles
Therefore wife catches up after 2.5 hrs..

Ques:- Select the decimal value of arithmetic shift right by 2 operation on a signed integer -102. -57 +39 -39 +57
Recent Answer : Added by DK BOSS On 2021-07-21 15:26:40:

it is based on the right shift operation on the perticular digit

Ques:- Draw and explain the TS and HS diagram of Rankine cycle?
Ques:- Tell me something about yourself in brief
Ques:- A box of 150 packets consists of 1kg packets and 2kg packets. Total weight of box is 264kg. How many 2kg packets are there?
A. 100
B. 114
C. 200
D. 208
E. 315
Recent Answer : Added by Manjula On 2020-11-26 14:28:22:

114

Ques:- Who is an ideal team worker according to you
Ques:- In Red Cross is symbolized as 'Red Cross'. In Arabian coutries which is symbolized by …………
Ques:- The dimensions of a certain machine are 48″ X 30″ X 52″. If the size of the machine is increased proportionately until the sum of its dimensions equals 156″, what will be the increase in the shortest side?
Recent Answer : Added by Admin On 2020-05-17 12:00:28:

6″

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