Movitec wrapping systems Interview Questions, Process, and Tips

Ques:- What responsibilities you are handling in current job?
Ques:- What are your expectations from the company?
Ques:- A train takes 9 sec to cross a pole. If the speed of the train is 48 kmph, then length of the train is
A. 80 m
B. 90 m
C. 120 m
D. 150 m
Recent Answer : Added by Ankit Bhikonde On 2022-09-21 17:57:43:

DISTANCE=TIME *SPEED
D=?
48*(5/18)=13.33m/s
D=9*13.333=120m

Ques:- Explain how you overcame a major obstacle?
Ques:- About printing
Ques:- What are the differences between Pascal and C.
Recent Answer : Added by Admin On 2020-05-17 12:02:26:

c-> structured oriented lang
Pascal-> Procedure oriented lang

Ques:- X can do a piece of work in 4 days. Y can do it in 5 days. With the assistance of Z they completed the work in 2 days. Find in how many days can Z alone do it?
Ques:- If four coins are tossed,then what is the probability of getting two heads and two tails?
Ques:- How flexible are you in working in rotational shifts?
Ques:- A,B and C needs 8, 12 and 16 days respectively to finish a task. How many days will it take if A works for 2 days then B works on it until 25% of the job is left for C to do, and C completes the work?
Recent Answer : Added by Deven Sharma On 2023-05-31 18:36:37:

To solve this problem, we can break it down into steps:

Step 1: Determine the individual rates of work for A, B, and C.

If A needs 8 days to finish the task, then their work rate is 1/8 of the task per day.
If B needs 12 days to finish the task, then their work rate is 1/12 of the task per day.
If C needs 16 days to finish the task, then their work rate is 1/16 of the task per day.

Step 2: Calculate the combined work rate of A and B.

If A works for 2 days, their contribution will be 2 * (1/8) = 1/4 of the task completed.
If B works until 25% of the job is left for C, then they will complete 75% of the task.

Step 3: Calculate the time it takes for B to complete 75% of the task.

Since B’s work rate is 1/12 of the task per day, it will take B (75%)/(1/12) = 9 days to complete 75% of the task.

Step 4: Calculate the remaining work for C.

If B completes 75% of the task, then the remaining work for C is 100% – 75% = 25% of the task.

Step 5: Calculate the time it takes for C to complete the remaining work.

Since C’s work rate is 1/16 of the task per day, it will take C (25%)/(1/16) = 4 days to complete the remaining 25% of the task.

Step 6: Calculate the total time required.

A worked for 2 days, B worked for 9 days, and C worked for 4 days, totaling 2 + 9 + 4 = 15 days.

Therefore, it will take a total of 15 days for A to work for 2 days, B to work until 25% of the job is left, and C to complete the remaining work.

Ques:- Simran started a software business by investing Rs. 50,000. After six months, Nanda joined her with a capital of Rs. 80,000. After 3 years, they earned a profit of Rs. 24,500. What was Simran’s share in the profit?
Ques:- Can you be able to cope up with other languages?
Ques:- 37.5 ? (27)1.5 x 92 = 3?
Recent Answer : Added by Subhadeep Sur On 2022-05-17 09:06:28:

(3)^ 7.5 ÷ (27)^1.5 x (9)^2 = 3?
⇒(3)^7.5 ÷ {(3)^(3 x 1.5)} x {(3)^(2 x 2)} = 3 ?
⇒ 3^(7.5 – 4.5 + 4) = 3?
⇒ 3^7 = 3?
⇒ ? = 7

Ques:- You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Ques:- A started at 9.00 am with 6 mph and B started at 9.30 am with 8mph in the same direction. At what time they will meet?
Recent Answer : Added by DK BOSS On 2021-07-16 09:52:53:

A’s speed=6 mph ,B’s speed=8 mph
Let, after x hrs, they will meet.
so, the distance traveled by A in x hrs should be the same as the distance traveled by B in (x-1/2)hrs [as B started the journey after 30 min of A]
Thus, 6x=8(x-1/2)[as distance=speed*time]
=>8x-6x=4
=>2x=4
=>x=2
after 2 hrs they will meet so time=(9+2)=11.00 a.m

Ques:- Rate your self in ASP.NET
Ques:- 6. Exp. in load testing?
Ques:- A man walks 6 km to the east and then turns to the south and walks 5km. Again he turns to the east and walks 6 km. Next, he northwards and walks 10km. How far is he now from his starting point?
Recent Answer : Added by NARANA GOWDA A On 2022-09-02 17:03:00:

13km

Ques:- Tell me about a difficult decision you've made in the last year.
Ques:- Knowledge gained in overall job experience
Ques:- If a light flashes every 6 seconds, how many times will it flash in ? of an hour?
Recent Answer : Added by Admin On 2022-09-29 15:41:29:

451 times.
Explanation: There are 60 minutes in an hour.
In ¾ of an hour there are (60 * ¾) minutes = 45 minutes.
In ¾ of an hour there are (60 * 45) seconds = 2700 seconds.
Light flashed for every 6 seconds.
In 2700 seconds 2700/6 = 450 times.
The count start after the first flash, the light will
flashes 451 times in ¾ of an hour.

Ques:- What is your job experience and why you left certain companies?
Ques:- What should i answer if my interviewer asks me about my short and long term goals.Tell me with some example?
Ques:- What will you do if any other company calls you?
Ques:- Are you interested in helping others?
Ques:- Two stations A and B are 110 km apart on a straight line. One train starts from A at 7 a.m. and travels towards B at 20 kmph. Another train starts from B at 8 a.m. and travels towards A at a speed of 25 kmph. At what time will they meet?
Recent Answer : Added by PuusinD On 2022-08-14 16:36:00:

10 a.m.

Ques:- 1. A plane travels 695km with wind and 498km aginst the wind in same time.The speed of wind is 21km/hr. Find the speed of plane?
Recent Answer : Added by Admin On 2020-05-17 12:01:01:

127.179(app)
given distance of the train along the wind is 695
and againt the wind is 498
and time = distance/speed
as we know that time is equal in both the cases hence equate
695/s1=498/s2———–(1);
where s1=speed of the plane + speed of the wind
and s2=speed of the plane -speed of the wind
given that speed of the wind is 21k/h
s1=sp+21
s2=sp-21
substitu in eq 1
we get the answer as 27.17(app)

Ques:- Why only manufacturing? why not sales, marketing,quality etc.?
Ques:- P and Q can do a piece of work in 7 days. With the help of C they finish the work in 5 days. R alone can do that piece of work in?
Ques:- IF U GET ONE MILLION DOLLAR HOW DID U SPENT.

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