i have done b.sc computers,i want to go to tech support interviews,i have basic hardware knowledge,what type of questions they are asking inthis interviews,pls send me interview questions
1 8503Describe a time your company did not deliver on its product or service and how you responded?
1 9638Post New Reliance Interview Questions
why are some daos nlo files missing?
Explain the types of natting?
Explain license violation in splunk?
What sort of image do you have?
Is benzene an element or a compound?
What is the use of process flow analyzer in sap tao?
What is narrow casting and wide casting?
Talk about ansible architecture.
What is an outlier? How do you treat outlier data?
In which situations we are using jms?
How can I vary the width in the columns of a spreadsheet?
Mention the types of programmed data transfer?
Is the PLUS feature set required?
Calculate the line size for a cooling water line with a volumetric flowrate of 1200m3/h of water. Density of water = 1000kg/m3
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.