Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Infotech Interview Questions
Questions Answers Views Company eMail

Write a program to show the workingof auto variable.

2 4486

1/4th of a no is thrice the 3/4th of the no. then find the no.

2 8409

SOURCE DATA IS DISPLAY IN THIS FORMATE IN TARGET . WHAT BUSINESS LOGIC WE CAN APPLY. source table target table ------------ ------------ c1 c2 c3 c1 c2 c3 -- -- -- -- -- -- 1 A J 1 2 B K 2 A 3 C L 3 B J 4 D M 4 C K 5 E N 5 E L F M N

1672

what is insulation percentage of motor 3 phase and singlephase

1 4497

how to crate clint-server socket?

1 4254

What is the benfit of c form

5 6297

If seg file having 10 records ex:eid 1 2 " " 10 if oracle database having 100 records ex:eid 1 2 " " 100 how to delete matched records permenently from oracle database using datastage ?

5 8262

tab1 tab2 1,a 1,d 2,b 3,c perfoms outerjoin what is the o/p? write sql query for outerjoin?

3 7763

What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????

1711

how to hide control panel?in my pc?

2 4758

As per ratio 1:4:7, how can we calculate the quantity of materials for 1 cum of concreate, pls derive with equation

2 4823

How u will transfer LSMW data from development to production? And on which server u will test the LSMW data?

4 15527

how does conditionally close the Dialog Box ?

2 4893

WHY THREE PHESE SYSTEM VOLTAGE APPLIED IN 440 VOLT

1913

by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.

1701

Post New Infotech Interview Questions


Infotech Interview Questions


Un-Answered Questions

#include #include #include #include void insert(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); insert(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void insert(char *items, int count) { register int a, b; char t; for(a=1; a < count; ++a) { t = items[a]; for(b=a-1; (b >= 0) && (t < items[b]); b--) items[b+1] = items[b]; items[b+1] = t; } } design an algorithm for Insertion Sort

2157


Explain ruby ranges. What are the ways to define ranges?

1


Tell me what is quick sort?

539


What is the magnetic field (coil DC ) of Turbo Expander?

1576


When talking about “verifying” a transaction, what are miners verifying? Do they look at the transaction manually?

1






What is the limitation of hibernate?

241


Without using database checkpoints, how you test a sql query in qtp?

183


Explain power bi designer?

5


How many printing presses for printing notes are available in india and name the places where they are located?

539


How to get C forms in online? Plz give me Processor Thanq

2858


The efficiency of a 100kva transformer is 0.98 at full load as well as half load , for this transformer what is the Copper loss at full load ?

1793


I just got a first job in Maharashtra and m a fresher. My task is estimate the cost of excavation of earth with J.C.B. can anyone tell me how to do this??

1321


what matters more to you- money or success?

629


I need to load an image from flickr into my application. Do I need a crossdomain.xml file on flickr?

489


What is difference between a function and a method?

485