Logo

Navigation
  • Home
  • Services
    • ERP Solutions
    • Implementation Solutions
    • Support and Maintenance Solutions
    • Custom Solutions
    • Upgrade Solutions
    • Training and Mentoring
    • Web Solutions
    • Production Support
    • Architecture Designing
    • Independent Validation and Testing Services
    • Infrastructure Management
  • Expertise
    • Microsoft Development Expertise
    • Mobile Development
    • SQL Server Database and BI
    • SAP BI, SAP Hana, SAP BO
    • Oracle and BI
    • Oracle RAC
  • Technical Training
    • Learn Data Management
      • Business Intelligence
      • Data Mining
      • Data Modeling
      • Data Warehousing
      • Disaster Recovery
    • Learn Concepts
      • Application Development
      • Client Server
      • Cloud Computing Tutorials
      • Cluster Computing
      • CRM Tutorial
      • EDI Tutorials
      • ERP Tutorials
      • NLP
      • OOPS
      • Concepts
      • SOA Tutorial
      • Supply Chain
      • Technology Trends
      • UML
      • Virtualization
      • Web 2.0
    • Learn Java
      • JavaScript Tutorial
      • JSP Tutorials
      • J2EE
    • Learn Microsoft
      • MSAS
      • ASP.NET
      • ASP.NET 2.0
      • C Sharp
      • MS Project Training
      • Silverlight
      • SQL Server 2005
      • VB.NET 2005
    • Learn Networking
      • Networking
      • Wireless
    • Learn Oracle
      • Oracle 10g
      • PL/SQL
      • Oracle 11g Tutorials
      • Oracle 9i
      • Oracle Apps
    • Learn Programming
      • Ajax Tutorial
      • C Language
      • C++ Tutorials
      • CSS Tutorial
      • CSS3 Tutorial
      • JavaScript Tutorial
      • jQuery Tutorial
      • MainFrame
      • PHP Tutorial
      • VBScript Tutorial
      • XML Tutorial
    • Learn Software Testing
      • Software Testing Types
      • SQA
      • Testing
  • Career Training
    • Career Improvement
      • Career Articles
      • Certification Articles
      • Conflict Management
      • Core Skills
      • Decision Making
      • Entrepreneurship
      • Goal Setting
      • Life Skills
      • Performance Development
      • Personal Excellence
      • Personality Development
      • Problem Solving
      • Relationship Management
      • Self Confidence
      • Self Supervision
      • Social Networking
      • Strategic Planning
      • Time Management
    • Education Help
      • Career Tracks
      • Essay Writing
      • Internship Tips
      • Online Education
      • Scholarships
      • Student Loans
    • Managerial Skills
      • Business Communication
      • Business Networking
      • Facilitator Skills
      • Managing Change
      • Marketing Management
      • Meeting Management
      • Process Management
      • Project Management
      • Project Management Life Cycle
      • Project Management Process
      • Project Risk Management
      • Relationship Management
      • Task Management
      • Team Building
      • Virtual Team Management
    • Essential Life Skills
      • Anger Management
      • Anxiety Management
      • Attitude Development
      • Coaching and Mentoring
      • Emotional Intelligence
      • Stress Management
      • Positive Thinking
    • Communication Skills
      • Conversation Skills
      • Cross Culture Competence
      • English Vocabulary
      • Listening Skills
      • Public Speaking Skills
      • Questioning Skills
    • Soft Skills
      • Assertive Skills
      • Influence Skills
      • Leadership Skills
      • Memory Skills
      • People Skills
      • Presentation Skills
    • Finding a Job
      • Etiquette Tips
      • Group Discussions
      • HR Interviews
      • Interview Notes
      • Job Search Tips
      • Resume Tips
      • Sample Resumes
 

Technical Support Position Interview Questions

By Exforsys | on August 4, 2004 |
Interview Notes

Please find Technical Support Position Interview Questions. If you have any from your experience please send them to us. We will update this article. These questions can be found in EFS Repository in PDF format.

Technical Support Position Interview Questions (74 Questions)

Programming

1) What is a stored procedure?
2) What is a trigger?


Novell (server)
1) How do you see different Novell servers from a Console prompt?
2) What is the autoexec.ncf?
3) What is RIP/SAP?
4) How do you bind the IPX protocol to a card? IP protocol?

Novell(client)

1) What utility would you use if you were having problems with you NDS
tree?
2) What is the order of loading drivers to connect a (dos client) to a
Novell 4.1 network?
3) What are 2 ways to allow NT workstations user to access Novell
directories?
4) What utility would you use to recover a deleted file?

NT

1) What is a PDC?
2) How do you configure a WINS server?
3) What application would you use to monitor connections?
4) How would you create a directory share?

5) How would you change environment variables in NT?
6) When a blue Screen with the message "STOP:0x0000007b Inaccessible
Boot Device" What do you think the cause could be ?
7) You need to start a service on a machine across a WAN link. The
Machine is not on your domain , but you do know the administrator
password , the name of the machine and the IP address. Explain what
steps you would take to start this service ( WAN link connected by
Routers).
8) This Line is in the Boot.ini. Explain what this line does.
Multi(0)Disk(0)Risk(0)Partition(1)WinNT "Windows NT Ver. 4.0 "
/MAXMEM:24 /DEBUG /Debugport:com1 /SOS
9) What Registry Key would you need to change to effect the Browser
Service
10) If you need to find an IP address of a machine how would you
accomplish this?!

Networking

1) What is an Ethernet switch ?

2) What is the difference between bridging and routing?
3) What is the difference between IPX and IP. Which protocol is more

efficient. Why?
4) What is a jabber? What is a runt?
5) What are valid ranges for class a, b and c addresses?
6) What is a three bit subnet mask on a class c network look like?
(x.x.x.x) How many networks does this give you and how many hosts?

Cabling
1) What pins are used for transmit and receive in an RS-232 cable?
2) What is colors/pins do you use on a frame-relay circuit? T-1 circuit?
3) What is the difference between a parallel and serial cable?
4) What is a 110 block? What is a 66 block?

Telecom
1) What is tip and ring?
2) How do you identify an analog phone number without knowing the phone
number?
3) What is an ARD circuit?
4) What is a T-1? What speed is a T-1?
5) What is ISDN? What does bonding mean?


Wide Area Networking
1) How do you show a serial interface configuration in a Cisco router?
2) What is IGRP?
3) What is a firewall?
4) What does ARP stand for and how does it work?


UNIX/SA programming
1) How do you take a single line of input from the user in a shell
script?
2) What does this command do?
cd /somedir ; tar cvf - . | ( cd /someotherdir ; tar xvf - )
3) In an environment where we use Sun's YP network information service,
how do you find out someone's user name given that you know their real
name?
4) Write a script to convert all DOS style backslashes to UNIX style
slashes in a list of files.
5) Write a regular expression (sed script) to replace all occurrences of the letter 'f', followed by any number of characters, followed by the letter 'a', followed by one or more numeric characters, followed by the letter 'n', and replace what's found with the string "UNIX".
6) Write a script to list all the differences between two directories.
7) Write a program in any language you choose, to reverse a file.

8) What are the fields of the password file?
9) What does a plus at the beginning of a line in the password file
signify?
10 ) What file does Solaris use to obviate this mechanism?
11) Using the man pages, find the correct ioctl to send console output
to an arbitrary pty.
12) What is a MX record?
13) What is the prom command on a Sun that shows the SCSI devices?
14) What is the factory default SCSI target for /dev/sd0?
15) Where is that value controlled?
16) What happens to a child process that dies and has no parent process
to wait for it and what's bad about this?
17) What's wrong with sendmail?
18) What can you do about that?
19) What command do you run to check file system consistency?
20) What's wrong with running shutdown on a network?
21) What can be wrong with setuid scripts?
22) What language allows you to script interactive command execution
and what command does it use to create child processes running sessions?
23) What value does spawn return?
24) Write a script to send mail from three other machines on the network to root at the machine you're on. Use a 'here doc', but include in the mail message the name of the machine the mail is sent from and the disk utilization statistics on each machine?
25) Why can't root just cd to someone's home directory and run a program called a.out sitting there by typing "a.out", and why is this good?

26) What is the difference between UDP and TCP?
27) What is DNS?
28) What does nslookup do?
29) How do you create a swapfile?
30) How would you check the route table on a workstation/server?
31) How do you find which ypmaster you are bound to?
32)How do you fix a problem where a printer will cutoff anything over
1MB?
33) What is the largest file system size in solaris? SunOS?
34) What is ODS?
35) What are the different RAID levels?

« « Resume Preparation Tips
Benefits of Oracle Certification » »

Author Description

Avatar

Editorial Team at Exforsys is a team of IT Consulting and Training team led by Chandra Vennapoosa.

Free Training

RSSSubscribe 392 Followers
  • Popular
  • Recent
  • Test Cases, Test Scenarios Interview Questions

    November 14, 2005 - 0 Comment
  • Test Cases, Test Scenarios Interview Questions

    November 14, 2005 - 0 Comment

Exforsys e-Newsletter

ebook
 

Related Articles

  • Test Cases, Test Scenarios Interview Questions

Latest Articles

  • Project Management Techniques
  • Product Development Best Practices
  • Importance of Quality Data Management
  • How to Maximize Quality Assurance
  • Utilizing Effective Quality Assurance Strategies
  • Sitemap
  • Privacy Policy
  • DMCA
  • Trademark Information
  • Contact Us
© 2023. All Rights Reserved.IT Training and Consulting
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptReject Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT