Software Interview Questions
Questions Answers Views Company eMail

while initialization of array why we use a[][2] why not a[2][]...?

Aptech,

1861

can we change the default calling convention in c if yes than how.........?

Aptech,

2030

what is the purpose of using jsp?

1 9087

How to Calculate Internal links & External Link in Website.(For Example YAHOO WEBSITE)

1 3175

Can anybody define 2-tier architecture,and 3 tier architecture.

1 3482

1)how the oppurtunities will be for a QA(manual1+yrs exp) in abroad? 2)how the chances wil be if i try to choose DEVELOPMENT side as my carrer using QA experience?

2 3990

What is semaphone?

HCL,

5 17688

I have 4 columns in a table say, name ,address, salary and city. So based on distinct city names, i need to combine the other data and send it to a flat file. Distinct city names can be 4 or 5 or 6. So it has to dynamically generate flat files(4 or 5 or 6) corresponding to the city names.

2 4834

i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next

1 5240

can anybody pls tell me that what type of interaction takes place or what type of discussions or questions take place between a tester and client regarding the project.

2 3693

can anybody tell me what would be the architecture for window based application.And what would be the architecture for web based application.(its very urgent)

1 3254

can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.

2 7254

can anybody clarify me that requirements carries id number likewise functionalitis under that requirement has any id number or not?

1550

hi,how to diable the popup window which is displayed afetr executing the SAP script program?

1573

Is 100% Coverage is possible in Testing ?

CTS,

6 13072


Un-Answered Questions { Software }

What is condition types?

599


Define managed code and managed data in .net?

509


What do you mean by inheritance in c++? Explain its types.

608


How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include...

4900


Which property is used to specify the use of an element in the user interface and reports it to the accessibility aids?

553






Describe Segmentation With Paging?

627


How to initialize a driver in codeigniter?

330


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

2064


How does the browser determine where to place positioned elements?

1733


what is INFORMATICA TESTING process

1838


If communications with jdbc using xml format, what are 4 actions you could do?

265


How do I make it so that code runs when the security system is stopping it?

494


What is configured in the country -specific succession data model?

5


What is a strategy cascade?

297


How can two components who are not related to each other, interact with each other in lightning ?

208