Citrix System Inc Interview Question for Software Engineer / Developers


Team: Shared file
Country: United States
Interview Type: Phone Interview




Comment hidden because of low score. Click to expand.
0
of 0 vote

A process is an independent program, which can execute and perform a task. It can have number of threads performing sub task as well. For example when we open Microsoft word it start a new process. And when we perform task in it for example Grammar check, font change, paragraph rephrase etc......it is done by separate threads under a parent process.

Service is a program/functionality exposed through interface. And the client can consume this service by adding service reference and implementing the methods in it. For example a service which perform the basic calculation operations like Addition, Subtraction, and Division etc can be exposed and client can consume it without having to write a new programs for it again.

- mohsho10 January 15, 2014 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

To give another example for service,

MySql or particularly any database starts a service (at startup also) and we can use that service in our programs to do database operations. Unless the service is up, we will not be able to run any JDBC connection required program.

- harry November 30, 2015 | Flag


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More