Duchy College Interview Questions Answers, HR Interview Questions, Duchy College Aptitude Test Questions, Duchy College Campus Placements Exam Questions
Find best Interview questions and answer for Duchy College Job. Some people added Duchy College 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 Duchy College Interview Questions and Answers for Freshers and experienced. These questions can surely help in preparing for Duchy College interview or job.
This page contains the most recently asked technical questions and answers in the Duchy College.
All of the questions listed below were collected by students recently placed at Duchy College.
Ques:- For creating a document, you use ___ command at file menu.
A. Save
B. New
C. Open
D. Close
Ques:- The most effective treatment modality for persons if anti social PD is
Ques:- How to find the hidden answers present in an online exam?
Recent Answer : Added by Admin On 2020-05-17 11:36:48:
It depends on the web application.
If it stores the answer on the client page(html /jsp page)
then u can see the source and using any javascript/vbscript
can write a script to show the element’s value.
But if ur input is checked on the server side then u can’t
do anything..(n this is what generally done)
Ques:- What you don’t like doing at all?
Ques:- How can you count number of parameters given in a URL by POST method?
Recent Answer : Added by Admin On 2020-05-17 11:20:45:
we can use count() function for it like
count($_POST) ;
Ques:- What is the purpose of incoming quality?
Ques:- A framework in which circuit boards can be mounted is
A. Barcode
B. Card cage
C. Chip
D. Switch circuit
Recent Answer : Added by narendra On 2022-09-21 17:59:04:
Ques:- When an induction motor runs on load.at that time if we reduce the supply voltage the current increases.But when it runs without load,if we reduce the supply voltage the current also reduced.why?.i checked it practically also.
Ques:- What components can be defined within AngularJS modules?
Recent Answer : Added by Admin On 2020-05-17 11:40:00:
The following components can be defined using AngularJS modules:
1. Directives
2. Filters
3. Controller
4. Factory
5. Service
6. Provider
7. Value
8. Config Settings and Routes
Ques:- Name the steps involved in creating the checksum.
Ques:- If rupee one produces rupees nine over a period of 40 years, find the rate of simple interest?
Ques:- In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
Recent Answer : Added by Admin On 2020-05-17 11:40:48:
To get data from table cells, u shld use innerHTML.
For that u need to give id’s for all the TD’s in the Table.
Try the below coding:
ganesh
magesh
tanveer
satya
siddiq
bimal
jenson
nasrulla
dayanand
Ques:- Why temp records are needed?
Ques:- Which one of the following rates is NOT determined by the Reserve Bank of India?
A. Repo Rate
B. SLR
C. CRR
D. Prime Lending Rate
Ques:- What is the animal symbol of World Wildlife Fund (WWF)?
A. Giant Panda
B. Kangaroo
C. Dolphin
D. Tiger
Ques:- What is DRF of Django Rest Frame work ?
Ques:- PF and ESI deduction and employee and employer share
Ques:- Lets say you have 1 string of length N and M small strings of length L. How do you efficiently find the occurence of each small string in the big string ?
Ques:- How to register a middlewares in laravel controller?
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.
It depends on the web application.
If it stores the answer on the client page(html /jsp page)
then u can see the source and using any javascript/vbscript
can write a script to show the element’s value.
But if ur input is checked on the server side then u can’t
do anything..(n this is what generally done)