Find best Interview questions and answer for EC1 Partners Job. Some people added EC1 Partners interview Questions in our Website. Check now and Prepare for your job interview. Interview questions are useful to attend job interviews and get shortlisted for job position. Find best EC1 Partners Interview Questions and Answers for Freshers and experienced. These questions can surely help in preparing for EC1 Partners interview or job.
This page contains the most recently asked technical questions and answers in the EC1 Partners.
All of the questions listed below were collected by students recently placed at EC1 Partners.
Ques:- Where do u maintain hierarchies & Create access groupsTree Manager
Ques:- What is DOM?
Ques:- How do you see which shell you are in UNIX?
Ques:- What is difference between Role and Profile?
Recent Answer : Added by Admin On 2020-02-08 18:00:54:
Role is Record level access and it is not mandatory for all users.
Profile is object level and field level access and it is mandatory for all users.
Ques:- How can a cookie is deleted with JSP?
Recent Answer : Added by Admin On 2020-05-17 11:33:23:
<%
Cookie killMyCookie = new Cookie("mycookie", null);
<%-- mycookie is the cookie instance which we have to
delete%>
killMyCookie.setMaxAge(0);
killMyCookie.setPath(“/”);
response.addCookie(killMyCookie);
%>
Ques:- Based on welding Technology and material Science
Ques:- What are some of the things on your job you feel you have done particularly well or in which you have achieved the greatest success? Why do you feel this way?
Ques:- What is the difference between a therapist and a counselor?
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Role is Record level access and it is not mandatory for all users.
Profile is object level and field level access and it is mandatory for all users.