Tags:IT Questions Papers | 88 views
Designation Team Member
Date- 21st & 22nd Jan, ‘08
Time- 10:30- 13:00Hrs
Venue- TATA Consultancy Services,42, Think Campus, Electronic City Phase II, Bangalore-100
Eligibility/ Criteria: Good Knowledge in Finance and Accounts.
Good communication skill.
Willing to work in shifts.
Basic Knowledge MS Office.
Walkin with an updated profile with 2 passport size photographs.
Educational Background: B.B.A, B.C.A,B.B.M,B.Com,B.C.S.(Regular Course)
Any Post Graduation (Regular or Correspondense Course)
Work [...]
Tags:JAVA Questions | 174 views
What is the difference between Abstract class and Interface
Or
When should you use an abstract class, when an interface, when both?
Or
What is similarities/difference between an Abstract class and Interface?
Or
What is the difference between interface and an abstract class?1. Abstract class is a class which contain one or more abstract methods, which has to be implemented by [...]
Tags:Unix/Linux Questions | 82 views
What is MUTEX ?
What isthe difference between a ‘thread’ and a ‘process’?
What is INODE?
Explain the working of Virtual Memory.
How does Windows NT supports Multitasking?
Explain the Unix Kernel.
What is Concurrency? Expain with example Deadlock and Starvation.
What are your solution strategies for “Dining Philosophers Problem” ?
Explain Memory Partitioning, Paging, Segmentation.
Explain Scheduling.
Operating System Security.
What is Semaphore?
Explain the following [...]
Tags:Unix/Linux Questions | 82 views
What does a special set of tags <?= and ?> do in PHP? - The output is displayed directly to the browser.
What’s the difference between include and require? - It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. [...]