Technician

  Home  Technical  Technician


“Technician related Frequently Asked Questions in various Technician job interviews by interviewer. The set of questions here ensures that you offer a perfect answer posed to you. So get preparation for your new job hunting”



121 Technician Questions And Answers

41⟩ Tell me what software are you proficient in?

Computer skills and technical skills are indispensable in this contemporary era, and any significant experience you have with software relevant to the position in question will be highly desired. Be sure to tell your interviewer if you do have such skills, and highlight your expertise if possible. In addition, typically any good experience using the two main operating systems, OSX and Windows, as well as general office productivity programs like Microsoft Office, Apple’s iWork suite, and even Google Drive will most likely be useful in any position.

 138 views

42⟩ Explain me your research experience?

Having interest in new topics and dedicating time and effort into researching to study such things reflects well on your drive as a potential employee. School has most likely provided you with ample opportunities to pursue research in a topic of your choice, so speak intelligently and enthusiastically about an example from one of these experiences. What did your process look like, and what did you learn from your experience? Think about those questions as you give your reply.

 132 views

43⟩ Tell us a time where you worked under minimal supervision?

While it is a respectable skill to be able to work well under supervision, it is even more admirable when an intern is able to demonstrate their self-discipline and self-sufficiency in a workplace, especially when his/her supervisor is unavailable to dictate what they should work on. Be sure to give your interviewer an example in which you demonstrated these traits, and were successful in accomplishing your main task.

 123 views

44⟩ Tell me what activities are you involved in outside of school/work?

Employers like to see that you are engaged in other activities that are either indirectly or directly related to the skills required for the position you are applying for, but it isn’t a necessity. The most important part of this question is to be able to demonstrate that you have a life outside of work, and are invested in and passionate about experiencing new things.

 150 views

45⟩ Tell me what are your career goals (a.k.a. where do you see yourself in ___ years)?

Interviewers usually pose this question because they may be interested in knowing how serious you are in pursuing a given academic or professional field. Although there is no "right answer" to this question, evaluate your plans for the future and be sure to give an answer that is insightful in that it shows that you have a plan to build upon your professional skills even after your internship. Another solid strategy is to play up the role of the internship opportunity to influence your career goals. Your career goal may simply be to learn as much about ‘x’ as possible in this internship to know if it is something you’d like to pursue a career in.

 133 views

47⟩ Tell us what is a trap and trapdoor?

Trapdoor is a secret undocumented entry point into a program used to grant access without normal methods of access authentication. A trap is a software interrupt, usually the result of an error condition.

 168 views

48⟩ Explain he Coffman's conditions that lead to a deadlock?

☛ Mutual Exclusion: Only one process may use a critical resource at a time.

☛ Hold & Wait: A process may be allocated some resources while waiting for others.

☛ No Pre-emption: No resource can be forcible removed from a process holding it.

☛ Circular Wait: A closed chain of processes exist such that each process holds at least one resource needed by another process in the chain.

 135 views

50⟩ Explain how are you when you're working under pressure?

Once again, there are a few ways to answer this but they should all be positive. You may work well under pressure, you may thrive under pressure, and you may actually prefer working under pressure. If you say you crumble like aged blue cheese, this is not going to help you get your foot in the door.

 177 views

51⟩ Tell us why do you want to work at X Company?

This should be directly related to the last question. Any research you've done on the company should have led you to the conclusion that you'd want to work there. After all, you're at the interview, right? Put some thought into this answer before you have your interview, mention your career goals and highlight forward-thinking goals and career plans.

 151 views

52⟩ Explain about any issues you've had with a previous boss?

Arrgh! If you fall for this one you shouldn't be hired anyway. The interviewer is testing you to see if you'll speak badly about your previous supervisor. Simply answer this question with extreme tact, diplomacy and if necessary, a big fat loss of memory. In short, you've never had any issues.

 157 views

54⟩ Tell me the Buddy system of memory allocation?

Free memory is maintained in linked lists, each of equal sized blocks. Any such block is of size 2^k. When some memory is required by a process, the block size of next higher order is chosen, and broken into two. Note that the two such pieces differ in address only in their kth bit. Such pieces are called buddies. When any used block is freed, the OS checks to see if its buddy is also free. If so, it is rejoined, and put into the original free-block linked-list.

 130 views

56⟩ Please explain what do you know about our organization?

Researching the company or organization you are applying to is an integral part of the application process, and this question is an evaluation of whether or not you have already done such an essential task. Prepare to answer questions regarding the origins of the company/organization, their current activities, and their objectives for the future.

Failing to have any knowledge of the company/organization you are applying for will appear to be indicative of a lack of interest or commitment to the application, and to the position itself, whether or not that was your actual intention.

 135 views

57⟩ Tell me what happens between you typing a URL into your browser address bar, hitting enter and seeing a web page?

This is an example of a broad type of question that could lead in any direction. You can talk about all sort of things: maybe DNS to start with – what are DNS servers? How do they work at a high level or a lower level? Lookups. Primary and Secondary servers. Caching. TTLs. Change propagation. DNS records. A records. CNAMEs. MX records. And that’s just DNS. We’ve not hit a load balancer or web server or app server yet.

Although “there is a DNS lookup that tells the browser the IP address of the server that will respond to this request” is a good starting point, skillful interviewers might lead you down one or two rabbit holes to see whether you know more than the bullet point. Thirty seconds into your response you might be onto TCP, HTTP, transport layers, SSL, certificate chains – who knows? You’re not expected to be Google and if the role involves building JavaScript libraries, a gap (or abyss) in your knowledge of transport layers is likely not going to kill your chances, but it’s always good to show that you know there’s more going on than just how much of the internet npm downloads when you build that 50 line JS file you’ve just written. If you are a JavaScript engineer working on client-side code, it would not be unreasonable to expect that you have some depth to your understanding of how a web browser works – since that’s effectively the platform that you’re writing your code for.

 159 views

58⟩ Explain me how would you assess your writing and communication skills?

It may seem appropriate to be modest about your skills when asked this question in an everyday context, but an interview is not the time to underplay your skills—particularly if the position in question emphasizes a necessity for such talents. Be honest about the limits of your skills, but enforce the idea that you are constantly on the quest to improve and hone your skills further, especially if you are given the opportunity (or position) to do so.

When answering, it is also best to include some anecdotal stories or example experiences in which you've been required to utilize and showcase these skills of yours.

 133 views

59⟩ Tell me a time where you disagreed with a supervisor?

When an employer inquires about a situation in which you were at odds with your supervisor, be honest. He/she may be evaluating how you may approach conflicts with your work superiors in the future, so give an example in which you disagreed, but were still able to calmly communicate and compromise in order to resolve the issue you had with that individual.

 137 views

60⟩ Tell me what do you want to learn from this internship?

Before accepting/coming into an internship, it is essential to set goals for yourself, and to know what you wish to obtain from the experience. Doing so will allow you to optimize your time spent at your internship and to actually enjoy the experience. Be specific about the things you believe you may be able to learn about during your time as an intern, and how you might apply those skills even after your internship has ended. An employer wants to see that you are equally driven to learn and improve yourself using the opportunity provided to you, and that you are not only in this for otherwise superficial reasons. It’s always a good idea to highlight the opportunity to learn from the senior employees at the company and their years of experience.

 170 views