TAS Solutions Interview Questions, Process, and Tips

Ques:- About Job need
Ques:- ” A,B,C,D,E and F are a group of friends. There are two house wives, one professor , one engineer, one accountant and one lawyer in the group.There are only two married couples in the group. The lawyer is married to D, who is a housewife. No women in the group is either an engineer or an accountant. C, the accountant, is married to F, who is a professor. A is married to housewife. E is not a housewife. What is E’s profession? “
Recent Answer : Added by PY On 2022-05-17 09:07:20:

Lawyer

Ques:- Past work experience.
Ques:- WHAT IS THE DIFFERENCE MARKETING AND SALES ?
Ques:- Difference between JSP & servlets.
Recent Answer : Added by GMK On 2021-08-06 04:58:03:

Servlets are faster as compared to JSP, as they have a short response time.
JSP is slower than Servlets – JSP is a HTML-based codes.
Servlets are harder to code, as here, the HTML codes are written in Java – JSPs are easier to code, as here Java is coded in HTML.
In an MVC architecture, Servlets act as the controllers. – In MVC architectures, the JSPs act as a view to present the output to the users.
The service() function can be overridden in Servlets. – The service() function cannot be overridden in JSPs.

Ques:- What is your greatest achievement till date?
Recent Answer : Added by John John Mbilao On 2022-04-02 07:00:08:

My greatest achievement is to avoid Giving up since it made me who l am today and l am able to walk fearless towards achieving my goals.

Ques:- Tell me about Indo china relation ?
Ques:- The price of a product is reduced by 30% . By what percentage should it be increased to make it 100%
Recent Answer : Added by Admin On 2020-05-17 12:03:22:

30/70*100=42.87

Ques:- Why u want to join?
Ques:- X, Y, Z together started a business. X invested Rs.6000 for 5 months Y invested Rs.3600 for 6 months and Z Rs.7500 for 3 months. If they get a total profit of Rs.7410. Find the share of X?
Ques:- There are 9 coins. 8 are of 1 gm and 1 is of 2 grams. How will you find out the heavier coin in minimum number of weighing and how many weighing it will need?
Ques:- From a pack of cards two cards are drawn one after the other, with replacement. The probability that the first is a red card and the second is a king is -.
Recent Answer : Added by Admin On 2022-09-29 19:02:13:

Explanation:

Let E1 be the event of drawing a red card.

Let E2 be the event of drawing a king .
P(E1 ∩ E2) = P(E1) . P(E2)
(As E1 and E2 are independent)
= 1/2 * 1/13 = 1/26

Ques:- Out of 10 persons working on a project, 4 are graduates. If 3 are selected, what is the probability that there is at least one graduate among them?
Recent Answer : Added by Admin On 2022-09-28 18:37:01:

Out of 10 persons, 4 are graduates; so, (10 – 4) = 6 are under-graduates.

If there is no restriction, any three can be chosen from the ten in (10C3) = 120 ways.

Now, if all three chosen are under-graduates; it can take place in (6C3) = 20 ways.

Therefore, the probability that there will be no graduate among the three chosen = (20 / 120) = (1 / 6).

Therefore, the probability that there will be at least one graduate among the three chosen = {1 – (1 / 6)} = (5 / 6) = 0.8333.

Ques:- Why do you want leave teaching job and come to bpo sector?
Ques:- There is a die with 10 faces. It is not known that fair or not. 2 captains want to toss die for batting selection. What is the possible solution among the following?
A. a) If no. is odd it is head, if no. is even it is tail
B. b) vice versa...
Ques:- What do you expect from our company?
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:- If the project already started and you hired in the middle of the project? What will you do?
Ques:- Find (7x + 4y ) / (x-2y) if x/2y = 3/2 ?
A. 6
B. 8
C. 7
D. data insufficient
Recent Answer : Added by DK BOSS On 2021-07-15 08:19:28:

x/2y=3/2…
therefore
2x=6y
x=3y
therefor
=21y+4y/3y-2y
=25y/y
=25..
there answer=25
so for the above question, we don’t have an option…so answer
is Data Insufficient..

Ques:- A train sets off at 2 p.m. at the speed of 70 kmph. Another train starts at 3:30 p.m. in the same direction at the rate of 85 kmph. At what time the trains will meet?
Ques:- Why do you want leave your current job?
Ques:- if clouds are air, air are water and so on where birds fly?
Recent Answer : Added by Admin On 2020-05-17 12:00:02:

Birds fly on water.

Ques:- A person needs 6 steps to cover a distance of one slab. If he increases his foot length (step length) by 3 inches, he needs only 5 steps to cover the slabs length. What is the length of the each slab
Recent Answer : Added by Gary On 2021-08-23 11:42:46:

90 inches

Slab = 6(x) where x is each step
Slab = 5(x + 3)

6(x) = 5(x + 3)
6(x) = 5(x) + 15
x = 15 inches

So 6(x) = 6(15) = 90

Check: 5( x + 3) = 5(18) = 90

Slab size is 90 inches

Ques:- Who is your Favorite Musician
Ques:- How many possible combinations are there in a 3x3x3 rubics cube? In other words, if you wanted to solve the rubics cube by trying different combinations, how many might it take you (worst case senerio)? How many for a 4x4x4 cube?
Ques:- Here is a sequence of numbers: 1 11 21 1211 111221 It seems to be a strange sequence, but yet there is a system behind it… What is the next term in this sequence?
Recent Answer : Added by Kajal Thosar On 2022-05-17 09:09:10:

1121221

Ques:- “How many basketballs would fit in this room?”
Ques:- if a number is choosen between 100 and 999 includeing these numberrs what is the provbabilty that the number selected does not contain a 7 is
Recent Answer : Added by Admin On 2020-05-17 11:59:52:

p = prob(1st digit not 7)*prob(2nd digit not 7)*prob(3rd
digit not 7)
=(8/9)*(9/10)*(9/10)
=0.72
Sandhya had it right except that there are 900 numbers
between 100 and 999 inclusive (not 899).

Ques:- . International Children?s Peace Prize for 2008 has been awarded to?
Ques:- Can you work under pressure?

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