Tip 1 : Strong grip on one programming language like Java/C++
Tip 2 : Study subject like DBMS , CN, OS
Tip 3 : Do atleast 2 projects and intermediate level of DSA question with all basic clear of DSA
Tip 1: Always make 1-2 page resume and don't fill irrelevant skills put only that required for that job
Tip 2: Put the project you have done and skills you have don't put any false information.
It was around 5 pm and we are facing sub issue in platform but after sometime it got fixed


Assume that taxis can run simultaneously and there is no waiting period between trips. There may be multiple taxis with the same time cost.
If ‘X=3’, ‘N=2’ and ‘taxiTravelTime=[1,2]’,
Then the answer is 2. This is because the first taxi (index 0, cost 1) can make two trips costing 2 minutes, and the second taxi can make a single trip costing 2 minutes simultaneously.
Step 1: i first analyze which type of question it is.
Step 2: after that with with best way and optimization i solve it
It was around 11 am on superset platform



Merge Sort Algorithm -
Merge sort is a Divide and Conquer based Algorithm. It divides the input array into two-parts, until the size of the input array is not ‘1’. In the return part, it will merge two sorted arrays a return a whole merged sorted array.

The above illustrates shows how merge sort works.
It is compulsory to use the ‘Merge Sort’ algorithm.
step 1: start
step 2: declare array and left, right, mid variable
step 3: perform merge function.
if left > right
return
mid= (left+right)/2
mergesort(array, left, mid)
mergesort(array, mid+1, right)
merge(array, left, mid, right)
step 4: Stop
It was around 3pm
Do u relocate as required by company?
Tip 1:Always say yes
Tip 2:be polite
Tip 3:be confident

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: