1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
3 9133Hi Friends, Recently i was asked this question in a CRM Interview: 'What is the business process you followed? '. Can anyone help me in finding an answer to this question. Plz mail me at sjatain@gmail.com. Thanks & Regards.
4 10854INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using >CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.
6 11467Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?
3 12675Post New Tech Mahindra Interview Questions
Is treeset sorted in java?
Write code to upload a file in laravel 5?
synchronous and asynchronous transmission
What are different type of instrument cable
How would you go about verifying the network name that the local_listener is currently using?
Is miui better than android?
What are the different commands available to check the disk usage?
Construct a doubly linked list using a single pointer in each node?
What is a deadlock and how it occurs?
What is spring framework used for?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
Is mongodb still popular?
How to create a test frame?
What is difference between print_r and echo in php?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.