Software Interview Questions
Questions Answers Views Company eMail

Q. How do you establish the testing environment?

3 5902

What is the difference Return and InLr?

3 17809

what are test cases for Session Time Out?

3 41897

describe the various connectivity devices that operate at the various layers of the OSI MODEL. also state the challenges an admnistrator faces while using these devices

2 6392

How can we know the exact updation date of a particular database?

Satyam,

2 4397

while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?

1 4429

my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

A1 Technology,

1 3230

I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you

2 6439

What do you mean by penetration testing? i go through' in some site, but i want in detailed . how we have to test by these type of testing. Will any one knows plz guide me. Thanks in advance

5 6418

Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

1776

I want to find all non executed transaction list (user wise) for last three months one option is through st03n but in that i have to find by each and every t-code there is any facility to get this list user wise

3 5055

What is Hybrid dictionary

1 4769

I have two sql database at different PC.how can link b/w database and database tables.

2 4431

CAN ANY ONE PREPARE TEST CASES FOR SUPPLY ACHAIN MANAGEMENT AND IF YES I WILL GIVE THE REQUIREMENT WHICH CONTAINS NEARLY 27 PAGAES

4 5105

hi friends, while sending idoc's to receiving system,i got msg type 3 and 12 in sender side.but in receiving side while executing we02 ,i am getting error 'no idocs selected' instead of getting msg type 53.here i am simply sending one material from one client to other client.if anybody knows that problem ky revert back.

1 3017


Un-Answered Questions { Software }

ioc vs dependency injection?

1884


Define a filesystemobject object?

520


Can excel handle 1 million rows?

273


What actually happens in real-time recruitment? : sap abap hr

558


What is the difference between alt f4 and ctrl f4?

371






What is wrong with the code?

491


What is $_ get in php?

588


What is the purpose of using hibernatetemplate?

259


What does thread mean in slang?

505


What is a function in java?

549


Do you know what's the difference between .net and laravel?

528


What can I use instead of union in sql?

490


How to access an hcm component?

486


What is jsp translation phase?

465


How to use distinct and count in sql query? Explain

584