Jan 31, 2018 | Interview Questions
MySQL Interview Questions And Answers 1) What’s MySQL ? Ans: MySQL (pronounced “my ess cue el”) is an open source relational database management system (RDBMS) that uses Structured Query Language (SQL), the most popular language for adding,...
Jan 31, 2018 | Interview Questions
Linux Interview Questions and Answers 1) What is ‘inode’? Ans: All UNIX files have its description stored in a structure called ‘inode’. The inode contains info about the file-size, its location, time of last access, time of last modification, permission and so on....
Jan 31, 2018 | Interview Questions
Windows Interview Questions and Answers 1) What does Active Directory mean? Ans: The active Directory means a service that identifies and handles resources, making them visible for different groups or members that are authorized. It has the role of an object store....
Jan 31, 2018 | Interview Questions
UNIX Interview Questions And Answers 1) How are devices represented in UNIX? Ans: All devices are represented by files called special files that are located in/dev directory. Thus, device files and other files are named and accessed in the same way. A ‘regular...
Jan 30, 2018 | Interview Questions
C Interview Questions and Answers 1) What is C language? Ans: The C programming language is a standardized programming language developed in the early 1970s by Ken Thompson and Dennis Ritchie for use on the UNIX operating system. It has since spread to many other...