Fresh Burrito Interview Questions, Process, and Tips

Ques:- A box contains 3 blue marbles, 4 red, 6 green marbles and 2 yellow marbles. If two marbles are picked at random, what is the probability that they are either blue or yellow?
Recent Answer : Added by Supriya p On 2022-09-28 17:42:54:

Total marbles are 15
Blue and yellow are 5
Probability is 5/15

Ques:- How many litres of pure acid are there in 8 litres of a 20% solution?
A. 1.4
B. 1.5
C. 1.6
D. 2.4
Recent Answer : Added by Kasoja Shiva On 2022-03-09 16:26:30:

1.6

Ques:- What are your Potential Reviews?
Ques:- Why is that you want to work in some other sector while you graduated in some other field?
Ques:- A milk vendor has 2 cans of milk. The first contains 25% water and the rest milk. The second contains 50% water. How much milk should he mix from each of the containers so as to get 12 litres of milk such that the ratio of water to milk is 3 : 5?
A. 4 litres, 8 litres
B. 5 litres, 7 litres
C. 6 litres, 6 litres
D. 7 litres, 5 litres
Recent Answer : Added by Abdul On 2022-05-17 08:56:53:

Ans- 6,6 litres
Let x Litres from can1 (where, water = x/4 litres and milk = 3x/4 litres)
Now
12-x liters from can 2 ( where, water = 6-x/2, milk = 6-x/2)

Now given
water/milk = 3/5
0.25x+6-0.5x / 0.75 +6-0.5x = 3/5
6-0.25x/6+0.25 = 3/5
Solve it you get
x = 6 litres from can1
Then 12-x= 12-6=6 litres from can2

Ques:- A rope of which a calf is tied is increased from 12 m to 23 m, how much additional grassy ground shall it graze?
Recent Answer : Added by anit On 2021-10-08 16:31:41:

1208.9

Ques:- 12 buckets of water fill a tank when the capacity of each tank is 13.5 liters. How many buckets will be needed to fill the same tank, if the capacity of each bucket is 9 liters?
Recent Answer : Added by Admin On 2022-09-29 15:30:28:

Capacity of the tank =(12 x 13.5) liters =162 liters.

Capacity of each bucket =9 liters

Number of buckets needed = 162/9 =18.

Ques:- Have you worked in any place earlier and which type work you can do it
Ques:- A car covers a distance of 624 km in 6 ½ hours. Evaluate its speed?
Recent Answer : Added by BRIAN On 2021-10-07 15:41:45:

S=D/T
S=624KM/6.5HRS
S=96KM/HR

Ques:- Basketball Tournament organizers decided that two consecutive defeats will knock out the team. There are 51 teams participating. What is the maximum no. of matches that can be played.
Ques:- Suppose you have to measure from 1 to N kg weight through weighing Machine.How many min. different weight are required to measure all weight?
Ques:- Why do you want to get this job?
Ques:- Explain how you would be an asset to this organization
Ques:- India?s largest electronics and home appliances company is :
A. Philips
B. Videocon
C. BPL
D. None of these
Recent Answer : Added by Sowmiya Sowmiya On 2023-07-06 06:58:48:

Phillips

Ques:- How many numbers up to 500 are divisible by 23?
Recent Answer : Added by pooja Jawade On 2021-11-25 15:47:47:

21

Ques:- 7589 ? ? = 3434
A. 3721
B. 4155
C. 3246
D. 11023
E. None of these
Recent Answer : Added by Indupriya On 2022-05-17 09:06:46:

4155

Ques:- Whether i wold be okay with a harsh task master/ supervisor
Ques:- Ratio between two numbers is 3: 4 and their sum is 420. What is the smaller number?
Recent Answer : Added by DHARANI R On 2021-08-26 16:05:51:

3:4
3x:4x
3x+4x=420
7x=420
x=60

smaller number=3(60)=180.

Ques:- Why I didn’t chose for the placement offer I received from my campus
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:- Have you ever tried to delay any decision-making? What were the consequences of this on both your company and customers?
Ques:- A right circular cylinder and a cone are there. Base radius of cone is equal to radius of cylinder. What is the ratio of height to slant side if their volume are the same?
Recent Answer : Added by Admin On 2020-05-17 12:01:55:

underroot(1-r^2)/3

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:- Are you willing to work at night?
Recent Answer : Added by jackson On 2022-11-29 17:07:09:

yes

Ques:- Mainly on work experience and something on personal
Ques:- A swimmer jumps from a bridge over a canal and swims 1 kilometer stream up. After that first kilometer, he passes a floating cork. He continues swimming for half an hour and then turns around and swims back to the bridge. The swimmer and the cork arrive at the bridge at the same time. The swimmer has been swimming with constant speed. How fast does the water in the canal flow?
Recent Answer : Added by ANTONYSAMY Santhanamarian On 2021-11-09 15:53:51:

1 km/hr

Ques:- If s(a) denotes square root of a, find the value of s(12+s(12+s(12+ …… upto infinity.
Ques:- How many cars are there in the USA?
Recent Answer : Added by Admin On 2020-05-17 12:01:36:

if it is for MIcrosoft Interview Question, I sure they will
give you the job if you answer, “Google it”.

Ques:- ABCDE are sisters. Each of them gives 4 gifts and each receives 4 gifts No two sisters give the same combination ( e.g. if A gives 4 gifts to B then no other sisters can give four to other one.) (i) B gives four to A.(ii) C gives 3 to E. How much did A,B,C,E give to D?
Ques:- What number comes next in the sequence: 10, 9, 60, 90, 70, 66?
Recent Answer : Added by DK BOSS On 2021-07-16 09:53:06:

This is a sequence of English letters, in numbers.

⇒ ten = 3 letters

⇒ nine = 4 letters

⇒ sixty = 5 letters

⇒ ninety = 6 letters

⇒ seventy = 7 letters

⇒ Sixty six =8 letters

⭕️This logical question goes with the no. of letters in the number!!!!!!!

⭕️∴ the biggest number with 9 letters will be ninety-six (96).

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