-
as seen on SQL Authority
- Search for 'SQL Authority'
About an year ago, I had posted SQL Server related Interview Questions and Answers. It was very well received in community. I have received many comments, suggestions and emails on this subject. I am planning to upgrade the Interview Questions and Answers and take it to next level.
Here, I need your…
>>> More
-
as seen on SQL Authority
- Search for 'SQL Authority'
List of all the Interview Questions and Answers Series blogs
Posts covering interview questions and answers always make for interesting reading. Some people like the subject for their helpful hints and thought provoking subject, and others dislike these posts because they feel it is nothing more…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I know there have been a great deal of interview questions posted on SO and specifically i like the post "Good C# interview questions for a Senior developer position"
But i really wondered what sort of interview questions were asked to a senior developer or technical consultant on multithreading…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Let's have a list of some good interview questions for SharePoint developers. Please provide one question per entry, and if possible, the answers.
Also, please feel free to suggest corrections if the provided answers are wrong.
I will go first:
Q: How does SharePoint store pages?
A: How-to-locate-sharepoint-document-library-source-page-on-the-server…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I've been asked to screen some candidates for a MySQL DBA / Developer position for a role that requires an enterprise level skill set.
I myself am a SQL Server person so I know what I would be looking for from that point of view with regards to scalability / design etc but is there anything…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a long string for example it could be "aaaaaabbccc". Need to represent it as "a6b2c3". What's the best way to do this ? I could do this in linear time by comparing characters and incrementing counts and then replacing the counts in the array, using two indexes in one pass. Can you guys think…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For RLM problem of SPOJ:
This is the problem:
"Run-length encoding of a number replaces a run of digits (that is, a sequence of consecutive equivalent digits) with the number of digits followed by the digit itself. For example, 44455 would become 3425 (three fours, two fives). Note that run-length…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What is the best we can do with run length encoding.
http://en.wikipedia.org/wiki/Run-length_encoding Page suggests the time complexity is O(m*n) where m is the number of time the number repeats ..
Is the a more efficient algorithm to do RLE ??
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am trying to XOR two bitmap files (their byte arrays) to produce a byte array that can be used to change image A into image B or vice versa. I am sending this over the network so I would like to do some basic compression before this happens.
Is there a way to do RLE (run length encoding) in C#…
>>> More
-
as seen on Super User
- Search for 'Super User'
When you take clips and turn them into computer playable files, whether .TS or .MOV or .MPG, .MP4, .VOB, etc., do you as the producer actually manually write into some field in a "Details" section of your video editor what the video length is, so that it can be read by the eventual user's video player…
>>> More