Software Interview Questions
Questions Answers Views Company eMail

libname deepak 'C:\SAS Files'; proc format; invalue convert 'A+' = 100 'A' = 96 'A-' = 92 'B+' = 88 'B' = 84 'B-' = 80 'C+' = 76 'C' = 72 'F' = 65; data deepak.grades; input ID $3. Grade convert.; *format Grade convert. ; datalines; 001 A- 002 B+ 003 F 004 C+ 005 A ; proc print data = deepak.grades; run; I get the following output Obs ID Grade 1 001 . 2 002 . 3 003 . 4 004 . 5 005 . I don’t understand why Grade shows up as a missing value. Everything seems fine, including ID $3. Now, in case I use ID : $3. Or use column input, I get the desired output. Kindly help Deepak

7 7653

Write a shell script in Linux to shift all characters in a file forward by five characters. (Thus “a” becomes “f’”).

Ignou, Tripura Info,

2 7521

write a program in c language for the multiplication of two matrices using pointers?

Ignou,

8 25087

How to integrate Webscarab and webgoat?

1 3549

hey friend...I want some question of mobile testing. which are asking in interview..if any one have question paper then please send me on "balajipatra@gmail.com". I will very thankfull to those person who will give me some thing......Thanks.

JPMorgan Chase,

1793

hi, i have a table called names and field name select * from names name a b c d i want to display like this name a,b,c,d how it is possible Regards Baiju

4 5269

When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.

Tesco,

1420

What are the limitation in using querystring in .net?

Tesco,

1 3726

How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net

Tesco, Wipro,

1526

As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.

Tesco,

1447

What are the advantages of Server Controls over HTML/ASP Controls.

Tesco,

1 2948

I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.

Tesco,

1 3167

Can I configure STMS on a single system on windows 2003 server if so what are the prerequisite. why I am getting the error "tp distribution failed"

4 6956

data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks

3 6363

I installed QTP 9.5 on vista. Can someone please provide me the license key of the same. Thanks, Avi

Xavient,

2 4422


Un-Answered Questions { Software }

How to change application name after its deployment?

720


Did you work with EP (Enterprise Portal & Workflow) how can you implement this features into your projects?

3


How do I delete multiple rows in a table in word?

313


How do I start a powerpoint presentation?

99


How do I zoom in visual studio?

404






Is node js still popular?

239


mention some of the features available in web-sphere?

474


What are pre-requisites before using an AMDP?

55


What is the Domain Name System (DNS)? What are the advantages of it?

534


Explain about record currency?

501


What are dynamic loading, dynamic linking and overlays?

593


What is split used for?

427


What is the action used to tag an item in work queues?

217


In python,how to read a file line-by-line into a list?

444


what is use of SDR function?

4706