300+ TOP KOHA Interview Questions and Answers

KOHA Interview Questions :-

1. The availability numbers don’t look Right on the search results screen, Why not?

there is a limit to how many items Koha will check in search results — look at the system preference Mac search Results items Per Record status Check.

2. What was the initial draw of Koha?

Freedom. We want to use the internet to offer some cutting edge information services to our library patrons, but we realized that this would require us to have control of our automation and database software. We needed the freedom to change things, to change the code if necessary, because the types of things we want to do are not going to appear in commercial library software for years. (Commercial library software vendors are more interested in the bottom line than the cutting edge.)

3. What drawbacks did you see with Koha?

the same drawbacks that plague many of the smaller open source projects, i suspect. First is the irregular pace of development. since Koha code development is a “spare time” activity for most of the programmers, the pace of Koha’s growth is hard to predict. We found ourselves waiting for crucial modules to be developed, sometimes wondering if they ever would be developed, often suspecting that the answer to our original research would be “no” – we couldn’t switch to a completely open source system.

the second is the problem of “splintering.” if we took the developing Koha code and finished it to fit our needs, hard-coding the features we needed and leaving out things we didn’t need, we would have in effect created a new version of Koha that had departed from the main development tree. that would mean that we could not take advantage of future upgrades to the main tree.

4. You’ve Made a decision to Contribute to the development of Koha. When Hlt First Commissioned Koha, they decided to Make it open source Hoping that other Libraries Would step in and support development of New Features as Well. What are your thoughts on this Model?

We’ve come to realize that this may be the only viable model, and perhaps the answer to the i just posed. it’s important that libraries do not look on open source as free software that they just download, press a button, and all their problems will magically be solved. open source requires just as much commitment as commercial software – you still only get what you pay for. Libraries should approach open source with the notion that they will commit a lot of staff time to understanding the code and how the software does its job. they should also be ready to commit financial resources as well, just as if they were still paying annual license fees for commercial software.

the difference is, with commercial software a big portion of the license fee goes to research and development over which the library has no control, while with open source that same money can fund the development of the software modules that the library really wants. HLt has paid their money and received a product that works fine for their needs. Now other libraries can pay a little more money and receive enhancements to that product that will make it fit their needs – without having to pay for the development of an entire software package. HLt got what it wanted, we plan to get what we want, other libraries can pay and get what they want. the libraries are paying a one-time expense that’s probably less than their annual license fees, so they win. the programmers get a very clear idea of what libraries want (money talks!), so they win. it’s a great model for success.

5. What Kind of External support are you using, or do you Foresee using as you convert into Koha?

Very little. We originally thought we would use a database consultant to assist in moving our data from our current system to Koha. (this is a task that’s typically handled by the “new” software vendor when libraries switch from one commercial product to another.) We’ve recently realized, however, that the mechanics of the data transfer are not as difficult as identifying which data we want to keep and which is superfluous. For that reason, we’ll probably do the data transfer ourselves.

otherwise, the tech team is working to learn the tools we will need to maintain the software: perl, linux, Mysql, php, etc. We regard this learning process as part of our investment in Koha. and remember, our original motivation in looking at Koha was the ability to offer some cutting edge services, so we’ll need to have a thorough understanding of the software for more than just maintenance purposes.

6. What are the major milestones in the conversion process?

a big one was the release of Koha 1.2.0 in July. For the first time, we saw a product that looked like a viable alternative to our current software. in late august, we held a day-long meeting of the tech team to review everything that we had seen and learned so far in our research project, and we decided that Koha lacked only three absolutely critical things for our needs: full MaRC support, a Z39.50 server module, and a siP2 or NCiP module. to fill those needs, we decided to commit some financial resources to Koha development.

our future plan is to move some of our data into the current version of Koha to see what changes we will need to make in the Koha tables. (and we would then suggest to the Koha developers that these types of changes should be built into some sort of configuration utility or template, rather than being hard-coded.) once we have a little of our data transferred and working, we will transfer the rest and plan to run Koha in tandem with our old circulation system. this will not only allow staff to get familiar with the new system (Koha), it will also give them an opportunity to request changes to screens, customized functions, etc. once we find that Koha has become the system of choice for the staff, we will shut down the old automation system.

7. When will your patrons be able to see Koha in action?

We expect that Koha will take over from the old system sometime during the summer of 2003.

8. How do i Merge records?

Go to the cataloging search and search for the records you want to merge. select the records you want to merge. select which record you want to be the main record and then select the fields you want to merge.

9. Why isn’t Koha detecting duplicate Patrons?

Koha detects duplicate patrons using FirstName, surname and date of Birth. unless all three are an exact match, the patron isn’t considered a dup.

10. When did you first consider using Koha?

We started lurking on the Koha list about a year ago, though now i don’t remember how Koha first came to our attention. in January of this year, i’d seen enough to pull together a “tech team” consisting of me, the assistant director, our webmaster, our systems administrator, and our circulation software supervisor. We decided to embark on an experiment: Could we switch all of our automation software, from operating systems to web tools, to open source by the end of this year? We decided that there was no “success” or “failure” involved, just a simple research with a “yes” or “no” answer. No matter the outcome, we would have gathered a lot of information, and we made plans from the very beginning to share this information with the library community.

KOHA Interview Questions
KOHA Interview Questions

11. Why some do items show as available and checked out in search results at the same time?

Who an item was checked out to is stored in the ‘issues’ table in Koha. the due date is also stored in items.on loan, which sometimes gets set to null.

12. How can i delete ebook records in batch?

if you have a file of urls or ‘bookids’ from your vendor, we may be able to run a script to delete these bibs for you. send us the file you received from the vendor.

13. When checking out an item, Why is the due date is prior to the checkout date?

in the circulation and fine rule table, check to see if this item type and patron category have a hard due date set – and if this date is in the past.

KOHA Questions and Answers Pdf Download

Leave a Reply

Your email address will not be published. Required fields are marked *