Law Interview Questions
Questions Answers Views Company eMail

Can a proprietorship concern create floating charge over its receivables against any factoring/channel finance and if he/she can, what should the instrument be for creating such charge?

Capital Law,

1571

if transportation paid by the party and tds not applicable then the tds return is to be filed by the party for transportation only

1574

IT TRANSPORTATIN PAID BY THE PARTY THEN TDS RETURN TO BE FILED BY THE PARTY FOR ONLY TRANSPORTATION DETAILS I.E. TRANSPORTATION DETAILS SHOWN IN THE TDS RETURN EVEN NO TDS

1615

Hi i am a canadian my wife has PR card but wife can't speak english properly.i am thinking to go us for visit with my wife.my qus.is can i go to embassy with her when she got the interview date? Thank you.

1548

WHAT IS VAT & WHO ARE LIABLE TO REGISTER IT ? WHAT IS THE CURRENT VAT RATE IN KOLKATA? WHICH FORM IS USED TO PAY MONTHLY AND QUARTERLY AS WELL AS ANNUAL VAT?

1642

Ceiling on eligible loan amount and capital subsidy Latest guidelines by Government of India under scheme CLCSS Term loan are being forwarded for your reference. As per this, we can avail a long, accordingly Maximum limit of eligible loan under the scheme is Rs.100 lakhs and ceiling on Capital subsidy is 15% of eligible plant & machinery subject to maximum of Rs.15.00 lakhs.

1643

How to calculate the BasicSalary as per labour laws

2256

which group in intermediate is better to join in ca?

1 2944

if we have purchsed FMS/VKGUY or SHIS against C form entry tax is applicable on it in M.P.

1692

I WANT TO KNOW THAT WHAT WE WILL BE PAY FOR PURCHASE COMPUTER WINDOWS FROM JAIPUR TO SEZ AREA

1660

Purchase material & lease the same. In this cases vat & service tax which is appicable?

ABC,

1729

Threshold limit in income tax is stand for a year or for anything alse?

1680

what is mean by form no 8B which purpose it will use ...???

2006

if any employees "basic+ da" is more than 6500, then, it is mandatory for employer for epf deduction?

1812

sir if a bank declares NPA on one property and auctioned in bank auction even though the said subject is there in DRT and the Loanee got adverse order and filed the same with ADRT and got permitted to pay the amount and paid the amount to the Bank. sir now the question is will the loanee has to pay the interest to the bank during the NPA declared date to to the date of repayment of the Loan amount.

1668


Un-Answered Questions { Law }

contempt of court places a restriction on?

1773


where can i find indian patnership act on the net?

2181


Why would you want to do legal aid work?

1637


why cant the copyright infringement for literary work exist in warranty card?

1762


Describe 'respect for the freedom of conscience.'

645






what is wealth tax

1697


Hi, I am a trader/distributor by name M/S.ABC reg.under Kerala vat and dealing in trading/stockist of computer goods. One of our dealer reg under Kerala vat M/S.DEF got an order to supply computer goods to an Kerala state govt dept. M/S DEF places an Order to us and directs us to raise bill as below and deliver the goods at end customer point throughout Kerala USING OUR INVOICE . BILL FROM:M/S/ABC (REG UNDER KERALA VAT) BILL TO M/S.DEF (REG UNDER KERALA VAT) SHIP TO KERALA STATE GOVT DEPT. (M/s.ABC charge full local tax on Inv. and ship the goods as above to end customer Kerala govt dept.) Clarification required as per VAT act of Kerala. 1.)Is it correct to carry out transaction as ABOVE as three parties involved? 2.)During transit will my shipment will be seized by flying squad or enforcement team and raise objection for improper invoice even though charged full local tax rate applicable on goods? 3.)Under Kerala vat act is there any sales tax exemption available to carry out sale of computer goods TO KERALA GOVT DEPT? 4.) What is form 16 will it be useful to carry out ABOVE such billings and shipment to diff part of Kerala govt dept. Friends pls. share your expertise on the above and revert to my e- mail id. Tks and Regards, Angeline

1942


what is the difference between Nyaydish and Nyaymurti in India

1572


what is the due dates of depositing the PF challan & Esic challan.

3263


If a law limits or restricts our freedom to do something, is that an unjust law with regards to autonomy?

621


what is the lat date of tds deposit for march 2010 ASSESSMENT YEAR 2010-2011

2041


what is the full form of law?

3056


when was jazia imposed?

1949


If A gave B £100 thinking it was a loan and B accepted the money thinking it was a gift, should he give it back?

704


1.What is stub in software testing ? A dummy sub program A test case,which fails regularly A defect log report A defect ,which is not closed 2. What does 100% code coverage mean while testing software ? Basic flow of software is tested All critical test cases are tested Each line of code is executed at least once while testing . No while and If loops are tested 3. What does GPF in Windows95 stands for ? Great Performance Format General Performance Error General Protection Fault Group Performance Frequency 4. Which of the following best fits for testing boundary values ? Age test box accepts age between 10-20 (both inclusive) Name text box can have any value Date text box should have data in dd/mm/yyyy format Employee Grade text box can have one of the following values L1,M1,E1 5. string somestring; Which of the following choices will convert a standard C++ string object “somestring” to a C string somestring.c_str() &somestring[1] Copy.somestring() Std::cstring(something) 6. Which of the following best suites load scenario ? 100 users chatting in a chat application Testing for compulsory fields in a employee details form Checking for date format in date of birth field 7. What is the function of the modulus operator in most languages ? Sets a system environmental value to either base 10 ,base 8 or base 16 Returns the remainder after dividing one number by another Returns the first argument raised to the second argument power Prints out the actual code written to standard output rather than executing the code 8. class professor{} class teacher: public virtual professor{}; class researcher: public virtual professor {} class myprofessor :public teacher,public researcher {}; Referring to the sample code above ,if an object of class “myprofessor” were created ,how many instances of professor will it contain? 0 1 2 3 9. What function will read a specified number of elements from a file ? fread() readfile() fileread() gets() 10. What is the largest value an integer can hold in a Standard C compiler ? 32767 65536 2147483647 INT_MAX 11. With every use of memory allocation function should be used to release allocated memory which is no longer needed ? dropmem() dealloc() release() free() 12. Modern RDBMS’s perfom the following the following functionc except ______________. Force column values in one table to match any of the values in a column of another table Automatically replicate data on another server Automatically create new indexes based on query history Prevent unauthorized users from accessing data at the firls level 13. Which is not the characteristics of a view ? Consumes Disk space for data Multiple tables Multiple rows Updateable 14. RDBMS triggers are typically bound to a _____________and one or more _____________ Table,SQL statement types SQL statement type,user Column,rows User, tables 15. What relationship is resolved by an “intersecting” or “associative” entity ? Recursive Mandatory one to one Many to Many One to One 16. Select a,b,c,d from vtable where b>2 and c<4 Assuming you will execute the above query often ,changing only the values in the where clause ,what could you do to improve efficiency ? Create a database stored procedure with parameters to execute this statement Create an index on columns a&b Create a temporary table that contains the data and use triggers to maintain it Create a trigger that executes this statement and execute the trigger 17. Make a copy of file “upper” in the directory two levels up . jump –2 upper cp upper ../.. cp upper –2/ None of the above 18. Change the current directory to /usr/local/bin mv /usr/local/bin cd /usr/local/bin setdir /usr/local/bin my/usr/local/bin 19. How do you change the access permission (add group read/write) to all the files in the current directory containing the word “ cali ” in their names ? chmod g+rw * cali * setperm r+w * cali * chmod 0660 * cali * Both A and C

2663