{"id":162,"date":"2008-05-14T07:32:10","date_gmt":"2008-05-14T12:32:10","guid":{"rendered":"http:\/\/www.wiredprairie.us\/blog\/index.php\/archives\/162"},"modified":"2008-05-14T07:32:10","modified_gmt":"2008-05-14T12:32:10","slug":"technical-interview-question-5","status":"publish","type":"post","link":"https:\/\/www.wiredprairie.us\/blog\/index.php\/archives\/162","title":{"rendered":"Technical Interview Question #5"},"content":{"rendered":"

Interview Series<\/a> <\/p>\n

Convert a byte array to a hex string without using any pre-built functions. The byte array’s length is provided as a parameter to the function (if needed…, some languages won’t require this). <\/p>\n

Remember, accuracy is important, but so is performance and memory utilization.<\/p>\n","protected":false},"excerpt":{"rendered":"

Interview Series Convert a byte array to a hex string without using any pre-built functions. The byte array’s length is provided as a parameter to the function (if needed…, some languages won’t require this). Remember, accuracy is important, but so is performance and memory utilization.<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[5],"tags":[],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/pd5QIe-2C","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":533,"url":"https:\/\/www.wiredprairie.us\/blog\/index.php\/archives\/533","url_meta":{"origin":162,"position":0},"title":"Coding Challenge #21","date":"September 3, 2008","format":false,"excerpt":"Coding Challenge Series \/ Technical Interview Series Create a function which copies byte data from a source location to a destination location (you might use pointers or an array depending on the programming language). The function must copy using this pattern: 8 bytes, skip 8 bytes, 4 bytes, skip 8\u2026","rel":"","context":"In "Coding"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":449,"url":"https:\/\/www.wiredprairie.us\/blog\/index.php\/archives\/449","url_meta":{"origin":162,"position":1},"title":"Coding Challenge #17","date":"August 6, 2008","format":false,"excerpt":"Coding Challenge Series \/ Technical Interview Series You are writing code for an embedded system. There are some restrictions on memory and I\/O that you must follow. Your challenge is to create a file search function. The function is provided an ASCII string and the name of the file. The\u2026","rel":"","context":"In "Coding"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":532,"url":"https:\/\/www.wiredprairie.us\/blog\/index.php\/archives\/532","url_meta":{"origin":162,"position":2},"title":"Coding Challenge #22","date":"September 10, 2008","format":false,"excerpt":"Coding Challenge Series \/ Technical Interview Series Now that you've become an expert in efficiently copying bytes (you did solve the last challenge, didn't you?), I have an even more challenging question.... You have a large block of byte oriented data representing a 256-color LCD panel. Each byte represents the\u2026","rel":"","context":"In "Coding"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":395,"url":"https:\/\/www.wiredprairie.us\/blog\/index.php\/archives\/395","url_meta":{"origin":162,"position":3},"title":"Coding Challenge #12","date":"July 2, 2008","format":false,"excerpt":"Coding Challenge Series \/ Technical Interview Series Decode a HTML URL encoded string. A URL encoded string is a series of characters, where the sequence %## is a single byte hex encoded character. Hi%20there! becomes Hi there! Do not use any standard function for hex or decoding functions that may\u2026","rel":"","context":"In "Interview"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":473,"url":"https:\/\/www.wiredprairie.us\/blog\/index.php\/archives\/473","url_meta":{"origin":162,"position":4},"title":"Coding Challenge #19","date":"August 20, 2008","format":false,"excerpt":"Coding Challenge Series \/ Technical Interview Series I have 4 bytes (a double-word) represented in little-endian format. Each byte contains the usual 8 bits. Write the function necessary the individual bits on a console screen as 1s or 0s -- as one giant bit string (which properly represents the total\u2026","rel":"","context":"In "Interview"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":659,"url":"https:\/\/www.wiredprairie.us\/blog\/index.php\/archives\/659","url_meta":{"origin":162,"position":5},"title":"ColorConverter for Silverlight","date":"January 17, 2009","format":false,"excerpt":"Silverlight 2.0 is missing a ColorConverter. There\u2019s no easy and efficient way from code to convert from a HEX color format to a built in Color type. I like being able to paste standard web color formats into my source code without converting them to a Color.FromArgb byte format (as\u2026","rel":"","context":"In "Coding"","img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/posts\/162"}],"collection":[{"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/comments?post=162"}],"version-history":[{"count":0,"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/posts\/162\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/media?parent=162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/categories?post=162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wiredprairie.us\/blog\/index.php\/wpjson\/wp\/v2\/tags?post=162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}