Kloeckner Metals Interview Questions, Process, and Tips

Ques:- How many integers between 100 and 150, inclusive, cannot be evenly divided by 3 nor 5?
Recent Answer : Added by Kuff On 2021-09-22 16:57:00:

23

Ques:- If the operation,^ is defined by the equation x ^ y = 2x + y,what is the value of a in 2 ^ a = a ^ 3
Recent Answer : Added by Ananya Jignyasha On 2021-07-14 14:29:35:

2^a = 2 x 2+a
a^3= 2 x a + 3
=> 4+a= 2a + 3
=> a = 1

Ques:- When was the last time that you volunteered to expand your knowledge at work, as opposed to being directed to do so?
Ques:- Speak for 2min about corruption?
Ques:- Find out the wrong number in each sequence:
36, 54, 18, 27, 9, 18.5, 4.5
A. 4.5
B. 8.5
C. 18.5
D. 18
Recent Answer : Added by Abhishek On 2022-08-14 16:32:18:

C

Ques:- If VICTORY is coded as YLFWRUB, how can SUCCESS be coded ?
Recent Answer : Added by Énio Carlos On 2022-08-14 16:46:41:

The answer for this question is very simple: it is called Ceaser Cipher.
It consists of replacing a character by another located in (current character position + (key-1)), where key = how many positions you want to skip.
For Example: VICTORY -> YLFWRUB with the key = 3.
Then SUCCESS -> QXFFHQQ

Note: it should work like a circle(Z+1 = A).

Ques:- Some persons decide to raise Rs. 3 lakhs by equal contribution from each of them. If they contributed Rs. 50 extra each, the contribution increased to Rs. 3.25 lakhs. How many persons were there ?
A. 400
B. 500
C. 600
D. 700
E. None of these
Recent Answer : Added by BINDHU REDDY On 2021-08-09 01:51:48:

500

Ques:- If every alternative letter starting from B of the English alphabet is written in small letter, rest all are written in capital letters, how the month “September” be written. (1) SeptEMbEr (2) SEpTeMBEr (3) SeptembeR (4) SepteMber (5) None of the above.
Ques:- Tell me about your favorite color for 3 minutesas topic
Ques:- A polygon has maximum 1325 diagonals. How many vertices does it have?
Recent Answer : Added by DK BOSS On 2021-07-15 08:05:23:

The formula to find number of diagonals (D) given total number of vertices or sides (N) is

N * (N – 3)

D = ———–

2

Using the formula, we get
1325 * 2 = N * (N – 3)
N2 – 3N – 2650 = 0

Solving the quadratic equation, we get N = 53 or -50

It is obvious that answer is 53 as number of vertices can not be negative.

Alternatively, you can derive the formula as triange has 0 diagonals, quadrangel has 2, pentagon has 5, hexagon has 9 and so on……

Hence the series is 0, 0, 0, 2, 5, 9, 14, …….. (as diagram with 1,2 or 3 vertices will have 0 diagonals).

Using the series one can arrive to the formula given above.

Ques:- What is the greater of the two numbers whose product is 2560, given that the sum of the two numbers exceeds their difference by 64?
Recent Answer : Added by tony montana On 2022-03-09 16:40:02:

80

Ques:- A train 100 m long crosses a platform 125 m long in 15 sec; find the speed of the train?
Recent Answer : Added by GAURAV WAGHELA On 2022-03-09 16:35:13:

1km is equal to 1000 meter
Therefore 225 meter is how many km
Then we have to cross multiply
1km – 1000 meter
? – 225 meter
0.225 km
Then we have to apply formula
Speed = Distance/Time
Speed = 0.225/12 sec
= 0.01875×3600sec
= 67.5
Therefore speed of train is = 67.5

Ques:- In a library, there are two racks with 40 books per rack. On a given day, 30 books were issued. What fraction remained in the racks?
Recent Answer : Added by Admin On 2020-05-17 12:00:27:

TOTAL NUMBER OF BOOKS 40+40=80
ISSUED BOOKS 30
REMAINING BOOKS 80-30=50
RATE=50/80=5/8

Ques:- The sum of three consecutive even numbers is 36.What is the middle number?
Recent Answer : Added by C nol On 2022-08-24 17:02:45:

Is it not 24?

Ques:- How many seconds will a 500 meter long train take to cross a man walking with a speed of 3 km/hr in the direction of the moving train if the speed of the train is 63 km/hr?
Recent Answer : Added by 1122 On 2022-05-17 08:56:27:

around 29.8

Ques:- What is your strenght and weeknesess.
Ques:- The HCF of two numbers is 11 and their LCM is 7700. If one of these numbers is 275, then the other one is
A. 918
B. 308
C. 283
D. 279
Recent Answer : Added by narendra On 2022-09-18 09:03:28:

b

Ques:- Find the odd man out:
2, 5, 10, 50, 500, 5000
A. (B) 5
B. (C) 10
C. (D) 5000
Recent Answer : Added by Roman On 2022-08-14 16:28:30:

5*2=10
10*5=50
50*10=500
500*50=25000
So odd one is 5000

Ques:- if the length of the rectangle is reduced by 20% and breath is increased by 20 % what is the net change ?
Recent Answer : Added by Admin On 2020-05-17 12:03:10:

trick
(r/10)*(r/10)
(20/10)*(20/10)
4% decrese

Ques:- What is the value of (p-1)3 when p=15/18+5/16-20/24?
Recent Answer : Added by Admin On 2020-05-17 12:03:16:

p=5/6+5/16-5/6
both 5/6’s get cancelled.
so, p=5/16
p=0.3125, therefore (p-1)3 value is (0.3125-1)3= -0.6875*3
=-2.0625.

Ques:- If you 8 same balls and one of them is defective and has less weight. In how many times can you find the defective ball through weighing scale?
Ques:- 3 cubes of metal whose edges are 9, 12 and 15 cm respectively, are melted and one new cube is made. Find the edge of the new cube?
Recent Answer : Added by Anna On 2021-10-22 09:13:17:

let a = 9 * 9 * 9;
let b = 12 * 12 * 12;
let c = 15 * 15 * 15;

sum = a + b + c;

edge = Math.cbrt(sum);

console.log(edge);

Ques:- What is the motive of joining bpo?
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:- Tell me about the most fun you have had on the job.
Ques:- Describe your involvement in re engineering down-sizing or cost containment processes?
Ques:- Which place did I visit recently?
Ques:- HCF and LCM two numbers are 12 and 396 respectively. If one of the numbers is 36, then evaluate the other number ?
Recent Answer : Added by abhishek On 2022-01-16 17:19:24:

132

Ques:- Accomplishments & achievements during the intern
Ques:- The owner of a hobby store needed to calculate the percentage of customers who purchase wood glue. Upon completing his survey, he noticed that 60% of the people that entered his store purchased an item. Of those customers, 15 percent purchased wood glue. What percent of the people that entered the store purchased wood glue?
Recent Answer : Added by Abhishek Chabri On 2022-10-08 07:25:35:

15%

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