Help me! Interview Question's here
-
Hello freinds, i hav to go for an interview can anyone Please help me, Please tell me following question's answer.:^) 1) What is the difference between windows services & web services 2) What is visual programming 3) Difference between release mode compilation & debug mode compilation. 4) What is VSS, wht r its benefit. 5) Wht r autoreset event & manual reset events. 6) where is the constructor of windows form that we add in vb project located.
"The Difficult i can do it now... The Impossible will take a little longer."
-
Hello freinds, i hav to go for an interview can anyone Please help me, Please tell me following question's answer.:^) 1) What is the difference between windows services & web services 2) What is visual programming 3) Difference between release mode compilation & debug mode compilation. 4) What is VSS, wht r its benefit. 5) Wht r autoreset event & manual reset events. 6) where is the constructor of windows form that we add in vb project located.
"The Difficult i can do it now... The Impossible will take a little longer."
I'm sorry, but if you can't answer these questions confidently and without help you really should consider whether the job is right for you and you are right for the job. When I'm hiring staff, I'm looking to see that THEY know the answers, not that somebody on CodeProject does.
Deja View - the feeling that you've seen this post before.
-
I'm sorry, but if you can't answer these questions confidently and without help you really should consider whether the job is right for you and you are right for the job. When I'm hiring staff, I'm looking to see that THEY know the answers, not that somebody on CodeProject does.
Deja View - the feeling that you've seen this post before.
Thanks, But i knows answers but , i want it in proper wording, i dnt wnt to miss this chance, thts why asking
"The Difficult i can do it now... The Impossible will take a little longer."
-
Thanks, But i knows answers but , i want it in proper wording, i dnt wnt to miss this chance, thts why asking
"The Difficult i can do it now... The Impossible will take a little longer."
If you know the answers, you know the wording. The issue isn't fluency in the language of the hirer, it's in knowing enough to convince a hirer that you have a mastery of the subject.
Deja View - the feeling that you've seen this post before.
-
Hello freinds, i hav to go for an interview can anyone Please help me, Please tell me following question's answer.:^) 1) What is the difference between windows services & web services 2) What is visual programming 3) Difference between release mode compilation & debug mode compilation. 4) What is VSS, wht r its benefit. 5) Wht r autoreset event & manual reset events. 6) where is the constructor of windows form that we add in vb project located.
"The Difficult i can do it now... The Impossible will take a little longer."
You know the questions before the interview ? But, google doesn't work where you live ? I am sorry, but if you don't know it, you don't know it. Simple as that. Knowing a few random facts is not going to earn you a job. If you have what it takes, that will be clear in an interview.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hello freinds, i hav to go for an interview can anyone Please help me, Please tell me following question's answer.:^) 1) What is the difference between windows services & web services 2) What is visual programming 3) Difference between release mode compilation & debug mode compilation. 4) What is VSS, wht r its benefit. 5) Wht r autoreset event & manual reset events. 6) where is the constructor of windows form that we add in vb project located.
"The Difficult i can do it now... The Impossible will take a little longer."
I would certainly suggest that you look into Google for all your queries.. There are lot of good resources available for the queries that you have raised ...
Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com
-
If you know the answers, you know the wording. The issue isn't fluency in the language of the hirer, it's in knowing enough to convince a hirer that you have a mastery of the subject.
Deja View - the feeling that you've seen this post before.
Also, if you don't know the answers, you should have enough familiarity with programming languages and theory that you should be able discern the meaning. Usually in interviews the technical questions only gauge your ability to answer questions, the real test is in the open discussion that probes at the heart of the knowledge and your ability to apply solutions to problems. When I was interviewing several months ago, I would get maybe five mins of questions like these, but the bulk of the interview was about theoretical constructs of writting an application and architecture.
_____________________________________________________________________ Our developers never release code. Rather, it tends to escape, pillaging the countryside all around. The Enlightenment Project (paraphrased comment) Visit Me at GISDevCafe
-
Hello freinds, i hav to go for an interview can anyone Please help me, Please tell me following question's answer.:^) 1) What is the difference between windows services & web services 2) What is visual programming 3) Difference between release mode compilation & debug mode compilation. 4) What is VSS, wht r its benefit. 5) Wht r autoreset event & manual reset events. 6) where is the constructor of windows form that we add in vb project located.
"The Difficult i can do it now... The Impossible will take a little longer."
- What is the difference between windows services & web services standard protocols, such as HTTP, XML, and SOAP, to access the functionality. XML Web services use XML-based messaging to send and receive data, which enables heterogeneous applications to interoperate with each other. You can use XML Web services to integrate applications that are written in different programming languages and deployed on different platforms. In addition, you can deploy XML Web services within an ?intranet as well as on the Internet. While the Internet brings users closer to organizations, XML Web services allow organizations to integrate their applications. Windows services run as background processes. These applications do not have a user interface, which makes them ideal for tasks that do not require any user interaction. You can install a Windows service on any server or computer that is running Windows 2000, Windows XP, or Windows NT. You can also specify a Windows service to run in the security context of a specific user account that is different from the logged on user account or the default computer account. For example, you can create a Windows service to monitor performance counter data and react to threshold values in a database.
wwrrer esdsdfdfgg sdfsfsdgdgd asdsfsdfgdsgdgdfg sfsdfdgdfgdfggdf
-
- What is the difference between windows services & web services standard protocols, such as HTTP, XML, and SOAP, to access the functionality. XML Web services use XML-based messaging to send and receive data, which enables heterogeneous applications to interoperate with each other. You can use XML Web services to integrate applications that are written in different programming languages and deployed on different platforms. In addition, you can deploy XML Web services within an ?intranet as well as on the Internet. While the Internet brings users closer to organizations, XML Web services allow organizations to integrate their applications. Windows services run as background processes. These applications do not have a user interface, which makes them ideal for tasks that do not require any user interaction. You can install a Windows service on any server or computer that is running Windows 2000, Windows XP, or Windows NT. You can also specify a Windows service to run in the security context of a specific user account that is different from the logged on user account or the default computer account. For example, you can create a Windows service to monitor performance counter data and react to threshold values in a database.
wwrrer esdsdfdfgg sdfsfsdgdgd asdsfsdfgdsgdgdfg sfsdfdgdfgdfggdf
Answer of 3) 3) Difference between release mode compilation & debug mode compilation. :-> Debug and Release are different configurations for building your project. Release Mode : it basically used for release final version and in this case symbolic file does not make like PDB file and it code execution is optimized, it make application fast, in this mode you can't be dedug your application. Debug mode : you can easy debug and, symbolic file makes like PDB file is generated in the bin folder.
Pavan Pareta
-
Hello freinds, i hav to go for an interview can anyone Please help me, Please tell me following question's answer.:^) 1) What is the difference between windows services & web services 2) What is visual programming 3) Difference between release mode compilation & debug mode compilation. 4) What is VSS, wht r its benefit. 5) Wht r autoreset event & manual reset events. 6) where is the constructor of windows form that we add in vb project located.
"The Difficult i can do it now... The Impossible will take a little longer."
I also am in the position of looking for employment. I believe, what potential employers are looking for is people that can espouse what they know, are willing to search out what they don't know and learn it, but more importantly, they are looking for people who fit well within their organization. If you don't confidently know the answer to the question, indicate that but, also indicate that you will be checking to make certain. Phil