Software Interview Questions
Questions Answers Views Company eMail

how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up

Mphasis,

1 3771

I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.

IBM,

1 3785

Can you give the integration /w SD and CO module. What are the configuration steps required?

Accenture,

3 11089

Hello, I have 3 years of exp as a mainframes tester in a leading IT company, now am looking to change my company. Could you please let me know, what are the interview questions/topics i should prepare. Your suggestions are truly valuable for me :) Thanks !!

1492

which commands are allowed if you are working with an internal table of type sorted?

3 7495

What are the learning resources to become sap fico consultant and for certification

2 4213

How to add Crete a new ftp user? or How to add a exiting user into FTP ?

Mind Tree,

1 4419

How did you do the Health check in Linux?

Mind Tree,

1 6791

WHICH LANGUAGE IS USED TO WRITE ABAP CODING PART?

TCS,

1 8410

tell me whst are the sap administration modules available in sap?

IBM, SAP Labs,

2 6378

what is v model

IBM,

1 5131

Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5

2 5886

Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5

9 14995

Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5056

I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1485


Un-Answered Questions { Software }

What generally is the structure of a framework?

579


Why is html5 important?

463


What does appdelegate swift do?

467


What is LINKED LIST? How can you access the last element in a linked list?

633


Give some examples where proc report’s defaults are different than proc print’s defaults?

598






What is the exact defination of object?

577


What is frozen set in python?

430


i want to implement grid view value in paypal site. so how to create this code in asp.net with C#

1497


Mention some of the types of sap fiori apps?

282


What is a constructor, constructor overloading in java?

529


What is hooks in drupal and list few hooks used in your project?

83


What are some of the proprietary methods to connect to the cloud, offered by some companies?

302


What is html example?

461


What is role hierarchy? : salesforce sharing and security

217


How to press enter key on text box in selenium webdriver?

505