can any one tell me what is US,Uk and Australian timing in India for call center or bpo? i think if we want to work in us shift the time is after 8 pm to 5 am. am i right? if wrong then plz tell me the right timing for us,uk and Australian shift in india for bpo
16 468963A software engineer has the capability of thinking 100 lines of code in five minutes and can type 100 lines of code in 10 minutes. He takes a break for five minutes after every ten minutes. How many lines of codes will he complete typing after an hour?
15 408801.what are diff types of joins , and explain diff between cross join and full outer join 2.diff types of views 3. Diff types of index 4. What is diff b/w stores procedure and function procedure 5.diff between double and int in SQL 6.diff between char and varchar in SQL. 7.Oracle or SQL whice you will preferred and why.
1594Post New Aptroid Interview Questions
Do you know what is basting?
What is the difference between the = symbol and == symbol?
We have purchased some good from our vendor and we asked them to transport the same to some address but they have raised a debit note to us for transportation instead of invoice. Same like we have given some order to manufacture for developing that product they have charged some amount for that also they have raised the debit note. How to account these type of debit notes in tally..?
You have given 2 array. You need to find whether they will
create the same BST or not.
For example:
Array1:10 5 20 15 30
Array2:10 20 15 30 5
Result: True
Array1:10 5 20 15 30
Array2:10 15 20 30 5
Result: False
One Approach is Pretty Clear by creating BST O(nlogn) then
checking two tree for identical O(N) overall O(nlogn) ..we
need there exist O(N) Time & O(1) Space also without extra
space .Algorithm ??
DevoCoder
guest
Posted 3 months ago #
#define true 1
#define false 0
int check(int a1[],int a2[],int n1,int n2)
{
int i;
//n1 size of array a1[] and n2 size of a2[]
if(n1!=n2) return false;
//n1 and n2 must be same
for(i=0;i
can any send unix admin doc? if u have please send it to chanduk29@gmail.com
How many types of closures are there in swift?
What is autograph ?
Formulae for calculating the transmission line losses for different voltage levels
Why would you use a singleton?
what happens when two consigitive ports of switch are connacted using one cross cabel with each other?(how the whole network gets down)
What are identifiers python?
Create a performance recording to record performance information about the main events you interact with workbook. Users can view the performance metrics in a workbook created by tableau?
What is Processes Semaphores?
What is bidirectional firewall rule?
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?