Software Interview Questions
Questions Answers Views Company eMail

what r the best jobsites for manual and automation testing? except testingken.com

1593

what r the best jobsites for manual and automation testing? except testingken.com

1600

A prime number is a number which is divisible only by itself and 1. Examples of the first few primes are 2, 3, 5, 7, 11. Consider writing a program which can generate prime numbers for you. Your program should read in and set a maximum prime to generate and a minimum number to start with when looking for primes. This program should be able to perform the following tasks: 1. Read the maximum number from user (keyboard input) to look for primes. The program should not return any primes greater than this number. 2. Read the minimum number from user (keyboard input) to look for primes. The program should not return any primes less than this number. 3. Generate and print out every prime number between the maximum prime and minimum number specified by the user.

1746

Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 5109

Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 2761

Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1513

A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

3414

Hi viewers, My questions is, how can we make cleared item as open item in the Accounts Receivable. & How the checks are useful in the accounts receivable.

2 4635

How to do SAP R/3 Security configuration, design, development, testing, implementation and production support.

IBM,

2238

How to Maintenance of User Master Records, Profiles, Authorizations

IBM,

1 3246

How to do Role Design, Testing and Implementation

IBM,

2042

what Troubleshooting we get these transactions like SU53, ST01, SUIM and ST22

IBM,

2 17134

What is the User Administration and Role Assignment in CUA.

IBM,

2 5384

how we Custom Authorization Objects and Custom Transaction maintenance and how we do User classification, Running systems measurement reports during license auditing through USMM and SLAW

IBM,

1875

how we Completely designed and implemented methodology for controlling end user access to plants, cost centers, etc. and how we Applied to both R/3 and BW environments.

IBM,

1686


Un-Answered Questions { Software }

What is BCNF (Boyce-Codd Normal Form)?

529


What is a formatter in .net?

578


What is the difference between a vector & an array list?

677


What is a stringbuffer?

513


How do I become an ios developer?

511






What is completion handler in ios?

420


How to run talend jobs in parallel?

1


What is the difference between transport level and message level security?

472


What is a formatter in .net remoting?

583


You have a bag with 6 marbles. One marble is white. You reach the bag 100 times. After taking out a marble, it is placed back in the bag. What is the probability of drawing a white marble at least once?

104


How do select which automation testing tool is the best for you?

530


Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.

1695


What symbol specifies the beginning of a query string?

537


What is jms module?

449


Write an algorithm for inserting and deleting an element from doubly linked list?

505