EPayLater Interview Questions, Process, and Tips

Ques:- P and Q started a business investing Rs. 85,000 and Rs. 15,000 respectively. In what ratio the profit earned after 2 years be divided between P and Q respectively?
Recent Answer : Added by Aditya On 2021-08-09 01:51:44:

17:3

Ques:- How would you spend a million pounds ?
Ques:- I am pursuing my MBA from a B school and want to take up finance as specialization. I am a science graduate, done BSc in genetics.what should be my answer if I am being asked why did I opt for MBA being from a science background and that too finance optin
Ques:- What is your future planning?
Ques:- The difference between the compound interest compounded annually and simple interest for 2 years at 20% per annum is Rs.144. Find the principal?
Recent Answer : Added by Atif On 2022-12-05 16:13:26:

3600

Ques:- What is your strenght and weeknesess.
Ques:- About family and job profile?
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:- Who is the information and technology minister of tamilnadu
Ques:- If “basis points” are defined so that 1 percent is equal to100 basis points, then 75.5 percent is how many basis pointsgreater than 65.5 percent?
Ques:- Give an Example when you lead a team
Ques:- Where you think you will be stand after 4 years?
Ques:- Mention how many times a day do a clock’s hands overlap?
Ques:- One student takes 20 mins to reach school if he goes at a speed of 15kmph .At what speed should he go to reach in 15 mins ?
Recent Answer : Added by DK BOSS On 2021-07-30 16:26:23:

1) time =20mins,speed=15kmph=15*(5/18)=25/6 m/sec
distance=20*(25/6)=250/3 m
then 2) given as time =15min
speed=250/3*15=(50/9)*(18/5)kmph=20kmph

Ques:- 99 ? 11 + 7 x 16 = (?)2
Recent Answer : Added by Admin On 2020-05-17 12:03:35:

( a ) 11

Ques:- A die is rolled several times and the number appearing is summed. We stop when this sum becomes greater than or equal to 100. What value of sum in the end is the most probable (out of 100, 101, 102, 103, 104, 105)
Ques:- Joe started from Bombay towards Pune and her friend julie in opposite direction. they met at a point . distance traveled by joe was 1.8 miles more than that of julie.after spending some both started there way. joe reaches in 2 hours while julie in 3.5 hours.Assuming both were traveling with constant speed. What is the distance between the two cities.
Ques:- What is full form of INDIA
Ques:- If the area of the sqaure is increased by 69 % how much the length of the side will increase?
Recent Answer : Added by Admin On 2020-05-17 12:02:33:

30%
suppose the area is 100 and it was increased by 69%, then
the area is 169 which it indicates the side of the square
is 13.. which means 30% increase in its side.

Ques:- Pavan travelled for 11 hours. He covered the first half of the distance at 30 kmph and remaining half of the distance at 25 kmph. Find the distance travelled by Pavan.
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:- Perimeter of the back wheel = 9 feet, front wheel = 7 feet on a certain distance, the front wheel gets 10 revolutions more than the back wheel .What is the distance?
Recent Answer : Added by VSEC_me On 2022-08-14 16:34:00:

Let the total rotations be x:
So the distance covered by both the wheels will be same,
9 * x = 7 * (x + 10)
x = 35 rotations
distance travelled = 9 * 35 = 7 * (35 + 10) = 315 feet

Ques:- C++, DS, Java, .Net, hardware and Networking
Ques:- Can you give the demos to students and teacher?
Ques:- What was your favourite manager and why
Ques:- Why you want to chose this compeny
Ques:- The premium fashion brand Morgan De Toi, recentlylaunched in India, belongs to which country?
A. Japan
B. Italy
C. USA
D. France
Recent Answer : Added by Hariharan On 2022-08-14 16:33:48:

France — D

Ques:- What are your hobbies and interests?
Ques:- There N stations on a railroad. After adding X stations on the rail route 46 additional tickets have to be printed. Find N and X
Recent Answer : Added by Rishabh Gupta On 2022-03-09 16:33:47:

Each PAIR of stations means a PAIR of tickets (A to B and B to A)

2(old stations)(new stations) + 2(new stations)(new stations – 1) = 46

(N * X) + (X * (X – 1)) = 23

factoring ___ X (N + X – 1) = 23

23 is a prime number with only two factors, 1 and 23

so N = 23 and X = 1

Ques:- The H.C.F. and L.C.M. of two numbers are 12 and 336 respectively. If one of the numbers is 84, the other is
A. 24
B. 36
C. 48
D. 72
Recent Answer : Added by anonymous On 2022-03-09 16:38:02:

12*336/84=48

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