Langford vets Interview Questions, Process, and Tips

Ques:- AT WHAT YOU ARE THE BEST ?
Ques:- How to introduce ourselves
Ques:- If + means * and * means / and / means %. what is the value of 2+3*5/7?
Recent Answer : Added by Admin On 2020-05-17 12:03:17:

wake up guys and see modulo % can return only integer value.
So answer will be 1 and all other answers are wrong. You can
run your equation in C code and check the output.

Ques:- You've got someone working for you for seven days and a gold bar to pay them. The gold bar is segmented into seven connected pieces. You must give them a piece of gold at the end of every day. If you are only allowed to make two breaks in the gold bar, how do you pay your worker?
Ques:- X, Y and Z can do a piece of work in 24, 30 and 40 days respectively. They start the work together but Z leaves 4 days before the completion of the work. In how many days is the work done?
Recent Answer : Added by Admin On 2022-09-29 17:23:19:

One day’s work of A, B and C = (1/24 + 1/30 + 1/40) = 1/10.

C leaves 4 days before completion of the work, which means only A and B work during the last 4 days.

Work done by A and B together in the last 4 days = 4 (1/24 + 1/30) = 3/10.

Remaining Work = 7/10, which was done by A,B and C in the initial number of days.

Number of days required for this initial work = 7 days.

Thus, the total numbers of days required = 4 + 7 = 11 days.

Ques:- Tell me something about ur school days?
Ques:- Tell me something about your home town?
Ques:- Can you describe for me one or two of your most important accomplishments?
Ques:- It was calculated that 75 men could complete a piece of work in 20 days. When work was scheduled to commence, it was found necessary to send 25 men to another project. How much longer will it take to complete the work?
Recent Answer : Added by Admin On 2022-09-29 15:28:07:

One day work = 1 / 20
One mans one day work = 1 / ( 20 * 75)
Now:
No. Of workers = 50
One day work = 50 * 1 / ( 20 * 75)
The total no. of days required to complete the work = (75 * 20) / 50 =
30

Ques:- One of the following is my secret word:AIM DUE MOD OAT TIE.With the list in front of you, if I were to tell you any one of my secret word, then you would be able to tell me the number of vowels in my secret word.Which is my secret word?
Ques:- In digging a pond 20 m * 10 m * 5 m the volumes of the soil extracted will be?
Recent Answer : Added by MAMIDI LIJITA SREE On 2023-01-21 17:36:38:

1000 cu.m

Ques:- What smallest number should be subtracted from 6708 so that it may be divided by 9?
A. 1
B. 2
C. 3
D. 4
Recent Answer : Added by Sneka A On 2022-08-14 16:35:53:

C)3

Ques:- A student divided a number by 2/3 when he required to multiply by 3/2. Calculate the percentage of error in his result.
Ques:- Name and family back ground
Ques:- The cost of 17 apples, 9 oranges , 13 bananas is rs 130 , whereas cost of 13 oranges, 7 apples and 10 bananas is rs 100. find the cost of 1 apple , 1 banana and 1 orange put together?
Recent Answer : Added by Admin On 2022-09-27 18:08:58:

Let cost for apple be a Cost for banana be b and Orange be c

So by first value expression becomes 17a + 13b + 9c =130 ———-1 therefore if you further solve a = (130 – 13b – 9c)/17 ———- 2 the second expression becomes: 13c + 7a + 10b = 100 ———- 3 If you put value of a in second expression it becomes: 13c + 7[(130 – 3b – 9c)/17] +10b = 100

Further if you solve you get value of b:

b = 10 – 2c ———-4

put value of b from 4 in 1

17a + 13 [10 – 2c] + 9c = 130

Further if you solve you find value of a

a = c ———-5

Put 5 in 3

13c + 7c + 10b = 100

further solve you get: c = 1 ———-6

from 5 and 6

a = c = 1 ———-7

Substitute value of c in expression 4

b = 10 – 2c b = 10 -2 * 1 b = 8 ———-8

therefore a + b + c = 10

Ques:- Why Switched to MBA after BCA?
Ques:- What is the sum of all numbers between 100 and 1000 which are divisible by 14 ?
Recent Answer : Added by Kalyani Nanaware On 2022-08-14 16:43:06:

The numbers that lie between 100 and 1000 which are divisible by 14 are 112, 126,140 …,994
a = 112; l = 994, d = 14
n= (l−a)/d+1
= (994-112)/14+1
= 64
Sn=n/2(l+a)
= 64/2(994+112)
= 32*1106
= 35392

Ques:- In your opinion, what is the most beautiful math equation ever derived?
Recent Answer : Added by Admin On 2020-05-17 12:01:49:

obvious
e^(i*pi) + 1 = 0

Ques:- There are some rabbits and peacocks in a zoo. The total number of their heads is 60 and total number of their legs is 192. Find the number of total rabbits?
Recent Answer : Added by SAID OUJEAR On 2021-08-09 17:01:34:

24 peacocks and 36 rabbits

Ques:- What profie you are looking for?
Recent Answer : Added by Hassan Ahmed On 2022-09-15 16:36:21:

I am looking for a qualified chartered accountant in my profile who is known for his excellence in the field.

Ques:- Next number in the series is 1 , 2 , 4 , 13 , 31 , 112 , ?
Recent Answer : Added by Admin On 2022-09-28 17:52:05:

1, 2, 4, 13, 31, 112,?
This series is written in base 5 numbers for decimal nos of 1,2,4,8,16,32,64

so next number is 224 .
224 in base 5 = 64 in base 10.

so 224 is next number.

Ques:- There are 9 cities numbered 1 to 9. From how many cities the flight can start so as to reach the city 8 either directly or indirectly such the path formed is divisible by 3.
Ques:- There are 2 toy cars facing each other at a distance of 500 cm from each other . Each other moves forward by 100 cm at a speed of 50 cm/sec and then moves back by 50 cm at a speed of 25 cm/sec . how long will it take the cars to collide each other ?
Recent Answer : Added by Admin On 2020-05-17 12:04:25:

It will take 14 seconds, not 20 sec

Ques:- Can you pinpoint any specific things in your past experience that affected your present career objectives?
Ques:- On the independence day, bananas were be equally distributed among the children in a school so that each child would get two bananas. On the particular day 360 children were absent and as a result each child got two extra bananas. Find the actual number of children in the school?
Ques:- What is your work experience and how do you give your best to our company
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:- 1000 men have provisions for 15 days. If 200 more men join them, for how many days will the provisions last now?
Recent Answer : Added by Robert Blackwell On 2022-09-02 17:04:29:

That will depend heavily on when in the journey the 200 men join.

Ques:- A man misses a bus by 40 minutes if he travels at 30 kmph. If he travels at 40 kmph, then also he misses the bus by 10 minutes. What is the minimum speed required to catch the bus on time?
Recent Answer : Added by DK BOSS On 2021-07-15 08:55:21:

the answer is 45 km/h
Define x:

Let the total distance be x.

Find the time needed in terms of x for speed at 30 km/h:
Find the time needed in term of x for 40 km./h:
Find the difference in time:
Solve x:
Find the total time needed to for the whole journey:
Given that he was 40 mins late:
Find the minimum speed needed:
Answer: The minimum speed is 45 km/h

Ques:- How you will handle the staff if they neglect to work

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