Take this array of Ints and create a set of Ints but keep the order in tact.
Sr Developer Interview Questions
30,108 sr developer interview questions shared by candidates
What are javascript closures and explain them in real time.
Have you done similar type of projects in your career.
Very worst experience. Don't waste your time.Just asked self intro and then asked what about company details.I told don't know about the company details and just i saw review only.How can come with interview ? you did't saw company details and told bla bla. after that interview over you can go. very worst experience in my experience
The goal is to write a web service that acts as an HTTP proxy in the language of your choice. You can use google, StackOverflow, etc. and any external libraries you wish, unless it's a library that does exactly this. The only method that needs to be implemented is / proxy/<url> It should listen for both GET and POST On a GET request, it should make a get request to <url> On a POST request, it should make a post request to <url>, passing through any form data It should set the user-agent header to the same user-agent that it is being called by (note curl/7.35.0 in the examples) Assuming the web service is running on localhost:8000, here are some examples of how it can be used: $ curl http://localhost:8000/ proxy/http://httpbin.org/get { "args": {}, "headers": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Host": "httpbin.org", "User-Agent": "curl/7.35.0" }, "origin": "99.250.201.200", "url": "http://httpbin.org/get" } $ curl -X POST -d asdf=blah http://localhost:8000/ proxy/http://httpbin.org/post { "args": {}, "data": "", "files": {}, "form": { "asdf": "blah" }, "headers": { "Accept": "*/*", "Accept-Encoding": "gzip, deflate", "Content-Length": "9", "Content-Type": "application/x-www-form-urlencoded", "Host": "httpbin.org", "User-Agent": "curl/7.35.0" }, "json": null, "origin": "99.250.201.200", "url": "http://httpbin.org/post" } No time pressure, just upload the code to github whenever you have time to complete and send me a link. Let me know if there's anything that isn't clear or if you have any questions.
Do you prefer to work in groups or individually?
How to achieve multiple DB Hosts in PHP Laravel application?
About my experience and skills and a simple programming test.
Why Java is not 100% Object-Oriented language.
I don't recall; it seemed pretty informal and no specific technical question comes to mind. Why I wanted to leave my position at my current employer?
Viewing 2551 - 2560 interview questions