- Q What is Differnce between html.action and ajax.action?
- Q Freeze report column headers
- Q How to restart or shutdown my application programmatically
- Q What is structure in f#?
- Q Explain me do i need to recompute stocking costs for the eoq level?
- Q Who was the Viceroy of India at the time of Jallianwala Bagh Massacre?
- Q Suppose when a user presses the end button to kill the application, i want to stop this from happening so that the user can be prompted whether they want to save the state or not?
- Q What is strategies?
- Q What is meridional rays ?
- Q On the evening of May 5, the Eta Aquarid meteor shower will occur. Explain why a meteor shower like the Eta Aquarids occurs at a predicted time each year.
- Q What is dynamic keyword ?
Question
Efficiently implement 3 stacks in a single array.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Answers
- Contributors:
More software engineer Questions..
Write a program to find depth of binary search tree without using recursion.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Write some code to find all permutations of the letters in a particular string.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Implement division (without using the divide operator, obviously).
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
How many degrees are there in the angle between the hour and minute hands of a clock when the time is a quarter past three
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Describe the data structure that is used to manage memory. (stack)
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Name one or two examples of how an application can anticipate user behavior.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
How can you debug a system in a production environment, while it is being used?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Write a function (with helper functions if needed) called to Excel that takes an excel column value (A,B,C,D…AA,AB,AC,… AAA..) and returns a corresponding integer value (A=1,B=2,… AA=26..).
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Implement put/get methods of a fixed size cache with LRU replacement algorithm.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Create a cache with fast look up that only stores the N most recently accessed items.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Design the SQL database tables for a car rental database.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
There is an array A[N] of N numbers. You have to compose an array Output[N] such that Output[i] will be equal to multiplication of all the elements of A[N] except A[i]. For example Output[0] will be multiplication of A[1] to A[N-1] and Output[1] will be multiplication of A[0] and from A[2] to A[N-1]. Solve it without division operator and in O(n).
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Which tools do you like to use for keeping track of requirements?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Given two linked lists, return the intersection of the two lists: i.e. return a list containing only the elements that occur in both of the input lists.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
What is the C-language command for opening a connection with a foreign host over the internet
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
What sort would you use if you required tight max time bounds and wanted highly regular performance.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
What books have you read on software engineering that you would recommend to someone in the business?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
How long it would take to sort 1 trillion numbers? Come up with a good estimate.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
Which would you use to protect access to an increment operation?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,
How do you find out the fifth maximum element in an Binary Search Tree in efficient manner.
- 0
- 0 |
- |
- Post Answer |
- Answers ( 0 )
- Tags: software engineer,