- Q Benefits of Stored Procedures? Reduced client/server traffic Efficient reuse of code and programming abstraction Enhanced security controls
- Q Alberuni was the contemporary of:
- Q How to set a tx500 preset?
- Q A person agreed to marry his daughter to me, but later on changed his mind because of the mischievous things told to him by someone else. If I commit sins then who is responsible for those sins - the one who played the mischief or the man who changed his mind to marry his daughter to me? Is that man who broke the agreement of marriage also a sinner?
- Q What are xenobiotics ? Mention their implication
- Q Chairman and Members of UPSC / WBPSCC shall hold Office for a term of __ years and tenure of __ years.
- Q If the number 24*32 is completely divisible by 6. What is the smallest whole number in the place of *?
- Q Explain about Illumination & shading. - Graphics
- Q Explain the purpose of XSLT in XML?
- Q What is the shortcut to change location type in cs ?
- Q Which of the following bank launched digital service SIMsePAY to use digital banking services on feature phone users
Question
You need to check that your friend, Bob, has your correct phone number, but you cannot ask him directly. You must write a the question on a card which and give it to Eve who will take the card to Bob and return the answer to you. What must you write on the card, besides the question, to ensure Bob can encode the message so that Eve cannot read your phone number
- 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,