JOB  SITES FOR FRESHERS....

http://WWW.FRESHERSWORLD.COM
http://WWW.MONSTER.COM
http://WWW.NAUKRI.COM
http://WWW.YUVAJOBS.COM
http://WWW.VYOMS.COM
http://WWW.INDIANFRESHERS.COM
http://WWW.FRESHERSHOME.COM
http://WWW.CAREERS-INDIA.COM
http://WWW.TOPJOBS.COM
www.chetanafresherjobs.com/
www.freshersdreams.com/
www.jobs4freshers.com/
freshers-hotjobs.blogspot.com/
freshers.jobsinhyderabad.com/
http://WWW.JOBTRAK.COM
http://WWW.OVERSEASJOBS.COM

http://WWW.JOBNTEWORK.COM
placementpapers.net/


JOB SITES FOR ALL.....

YAHOO! HotJobs
http://WWW.JOBCENTRAL.COM
http://WWW.COLLEGERECRUITER.COM
http://WWW.CAREERBUILDER.COM
http://WWW.MONSTER.COM
http://WWW.JOB.COM
http://WWW.CAREER.COM 
http://WWW.NAUKRI.COM
http://WWW.YUVAJOBS.COM
http://WWW.VYOMS.COM
http://WWW.VALLEYJOBS.COM
http://WWW.MANPOWER.COM
http://WWW.J2K.COM
http://WWW.RECRUITERSONLINE.COM
http://WWW.HKJOBS.COM
http://WWW.CEWEEKLY.COM
http://WWW.CAREERJOBS.COM
http://WWW.CAREERONLINE.COM

http://WWW.TECHLES.COM
http://WWW.TOPJOBUSA.COM
http://WWW.AIRSDIRECTORY.COM
http://WWW.ESPAN.COM
http://WWW.CAREERMONT.COM
http://WWW.BANKJOBS.COM
http://WWW.EMPLOYMENT.BYRON.COM.AU
http://WWW.CAREERMAG.COM
http://WWW.TEACHERJOBS.COM
http://WWW.JOBS-CAREER.BE
http://WWW.MEDIMATRIX.ORG
http://WWW.MEDILINK.COM
http://WWW.URGENTCAREJOBS.COM
http://WWW.INTERNALMEDICINEJOBS.COM
http://WWW.BYRON.COM.AU
http://WWW.JOB.COM
http://WWW.JOBSERVE.COM
http://WWW.1-JOBS.COM
http://WWW.CAREERCITY.COM

Stumble Upon Toolbar

SQL QUESTIONS & ANSWERS

1. Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?
Data Definition Language (DDL)

2. What operator performs pattern matching?
LIKE operator

3. What operator tests column for the absence of data?
IS NULL operator

4. Which command executes the contents of a specified file?
START or @

5. What is the parameter substitution symbol used with INSERT INTO command?
&

6. Which command displays the SQL command in the SQL buffer, and then executes it?
RUN

7. What are the wildcards used for pattern matching?
_ for single character substitution and % for multi-character substitution

8. State true or false. EXISTS, SOME, ANY are operators in SQL.
True

9. State true or false. !=, <>, ^= all denote the same operation.
True

10. What are the privileges that can be granted on a table by a user to others?
Insert, update, delete, select, references, index, execute, alter, all

11. What command is used to get back the privileges offered by the GRANT command?
REVOKE

12. Which system tables contain information on privileges granted and privileges obtained?
USER_TAB_PRIVS_MADE, USER_TAB_PRIVS_RECD

13. Which system table contains information on constraints on all the tables created?
USER_CONSTRAINTS

14. TRUNCATE TABLE EMP;
DELETE FROM EMP;
Will the outputs of the above two commands differ?
Both will result in deleting all the rows in the table EMP.

15. What is the difference between TRUNCATE and DELETE commands?
TRUNCATE is a DDL command whereas DELETE is a DML command. Hence DELETE operation can be rolled back, but TRUNCATE operation cannot be rolled back. WHERE clause can be used with DELETE and not with TRUNCATE.

16. What command is used to create a table by copying the structure of another table?
Answer :
CREATE TABLE .. AS SELECT command
Explanation :
To copy only the structure, the WHERE clause of the SELECT command should contain a FALSE statement as in the following.
CREATE TABLE NEWTABLE AS SELECT * FROM EXISTINGTABLE WHERE 1=2;
If the WHERE condition is true, then all the rows or rows satisfying the condition will be copied to the new table.

17. What will be the output of the following query?
SELECT REPLACE(TRANSLATE(LTRIM(RTRIM('!! ATHEN !!','!'), '!'), 'AN', '**'),'*','TROUBLE') FROM DUAL;
TROUBLETHETROUBLE

18. What will be the output of the following query?
SELECT DECODE(TRANSLATE('A','1234567890','1111111111'), '1','YES', 'NO' );
Answer :
NO
Explanation :
The query checks whether a given string is a numerical digit.

19. What does the following query do?
SELECT SAL + NVL(COMM,0) FROM EMP;
This displays the total salary of all employees. The null values in the commission column will be replaced by 0 and added to salary.


20. Which date function is used to find the difference between two dates?
MONTHS_BETWEEN

21. Why does the following command give a compilation error?
DROP TABLE &TABLE_NAME;
Variable names should start with an alphabet. Here the table name starts with an '&' symbol.

22. What is the advantage of specifying WITH GRANT OPTION in the GRANT command?
The privilege receiver can further grant the privileges he/she has obtained from the owner to any other user.

23. What is the use of the DROP option in the ALTER TABLE command?
It is used to drop constraints specified on the table.

24. What is the value of ‘comm’ and ‘sal’ after executing the following query if the initial value of ‘sal’ is 10000?
UPDATE EMP SET SAL = SAL + 1000, COMM = SAL*0.1;
sal = 11000, comm = 1000

25. What is the use of DESC in SQL?
Answer :
DESC has two purposes. It is used to describe a schema as well as to retrieve rows from table in descending order.
Explanation :
The query SELECT * FROM EMP ORDER BY ENAME DESC will display the output sorted on ENAME in descending order.

26. What is the use of CASCADE CONSTRAINTS?
When this clause is used with the DROP command, a parent table can be dropped even when a child table exists.

27. Which function is used to find the largest integer less than or equal to a specific value?
FLOOR

28. What is the output of the following query?
SELECT TRUNC(1234.5678,-2) FROM DUAL;
1200


Stumble Upon Toolbar

JOB INTERVIEWS DO's and DONT's

Here are the keys to successful job interviewing.
Follow these simple rules and you should achieve success in this important phase of job-hunting.

• Do take a practice run to the location where you are having the interview -- or be sure you know exactly where it is and how long it takes to get there.

• Do your research and know the type of job interview you will be encountering. And do prepare and practice for the interview, but don't memorize or over-rehearse your answers. Do dress the part for the job, the company, the industry. And do err on the side of conservatism. If you're not sure, you should consider reading our article.

• Do plan to arrive about 10 minutes early. Late arrival for a job interview is never excusable. If you are running late, do phone the company.

• Do greet the receptionist or assistant with courtesy and respect. This is where you make your first impression.

• Don't chew gum during the interview.

• If presented with a job application, do fill it out neatly, completely, and accurately.

• Do bring extra resumes to the interview. (Even better, if you have a job skills portfolio, do bring that with you to the interview.)

• Don't rely on your application or resume to do the selling for you. No matter how qualified you are for the position, you will need to sell yourself to the interviewer.

• Do greet the interviewer(s) by title (Ms., Mr., Dr.) and last name if you are sure of the pronunciation. (If you're not sure, do ask the receptionist about the pronunciation before going into the interview.

• Do shake hands firmly. Don't have a limp or clammy handshake!

• Do wait until you are offered a chair before sitting. And do remember body language and posture: sit upright and look alert and interested at all times. Don't fidget or slouch.

• Don't tell jokes during the interview.

• Do make good eye contact with your interviewer(s).

• Do show enthusiasm in the position and the company.

• Don't smoke, even if the interviewer does and offers you a cigarette. And don't smoke beforehand so that you smell like smoke. And do brush your teeth, use mouthwash, or have a breath mint before the interview.

• Do avoid using poor language, slang, and pause words (such as "like," "uh," and "um").

• Don't be soft-spoken. A forceful voice projects confidence.

• Do have a high confidence and energy level, but don't be overly aggressive.

• Don't act as though you would take any job or are desperate for employment.

• Do avoid controversial topics.

• Don't say anything negative about former colleagues, supervisors, or employers.

• Do make sure that your good points come across to the interviewer in a factual, sincere manner.

• Don't ever lie. Answer questions truthfully, frankly and succinctly. And don't over-answer questions.

• Do stress your achievements. And don't offer any negative information about yourself.

• Don't answer questions with a simple "yes" or "no." Explain whenever possible. Describe those
things about yourself that showcase your talents, skills, and determination. Give examples.

• Do show off the research you have done on the company and industry when responding to questions.

• Don't bring up or discuss personal issues or family problems.

• Do remember that the interview is also an important time for you to evaluate the interviewer and the company she represents.

• Don't respond to an unexpected question with an extended pause or by saying something like, "boy, that's a good question." And do repeat the question outloud or ask for the question to be repeated to give you a little more time to think about an answer. Also, a short pause before responding is okay.

• Do always conduct yourself as if you are determined to get the job you are discussing. Never close the door on an opportunity until you are sure about it.

• Don't answer cell phone calls during the interview, and do turn off (or set to silent ring) your cell phone and/or pager.

• Do show what you can do for the company rather than what the company can do for you.

• Don't inquire about salary, vacations, bonuses, retirement, or other benefits until after you've received an offer. Be prepared for a question about your salary requirements, but do try and delay salary talk until you have an offer. (You might consider visiting our salary tutorial for more tips and strategies.)

• Do ask intelligent questions about the job, company, or industry. Don't ever not ask any questions -- it shows a lack of interest.

• Do close the interview by telling the interviewer(s) that you want the job and asking about the next step in the process. (Some experts even say you should close the interview by asking for the job.)

• Do try and get business cards from each person you interviewed with -- or at least the correct spelling of their first and last names. And don't make assumptions about simple names -- was it Jon or John -- get the spelling.

• Do immediately take down notes after the interview concludes so you don't forget crucial details.

• Do write thank you letters within 24 hours to each person who interviewed you.

by Randall S. Hansen, Ph.D

Stumble Upon Toolbar

FREQUENTLY ASKED JAVA QUESTIONS WITH ANSWERS

1.what is a transient variable?
A transient variable is a variable that may not be serialized.

2.which containers use a border Layout as their default layout?
The window, Frame and Dialog classes use a border layout as their default layout.

3.Why do threads block on I/O?
Threads block on i/o (that is enters the waiting state) so that other threads may execute while the i/o Operation is performed.

4. How are Observer and Observable used?
Objects that subclass the Observable class maintain a list of observers. When an Observable object is updated it invokes the update() method of each of its observers to notify the observers that it has changed state. The Observer interface is implemented by objects that observe Observable objects.

5. What is synchronization and why is it important?
With respect to multithreading, synchronization is the capability to control the access of multiple threads to shared resources. Without synchronization, it is possible for one thread to modify a shared object while another thread is in the process of using or updating that object's value. This often leads to significant errors.

6. Can a lock be acquired on a class?
Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object..

7. What's new with the stop(), suspend() and resume() methods in JDK 1.2?
The stop(), suspend() and resume() methods have been deprecated in JDK 1.2.

8. Is null a keyword?
The null value is not a keyword.

9. What is the preferred size of a component?
The preferred size of a component is the minimum component size that will allow the component to display normally.

10. What method is used to specify a container's layout?
The setLayout() method is used to specify a container's layout.

11. Which containers use a FlowLayout as their default layout?
The Panel and Applet classes use the FlowLayout as their default layout.

12. What state does a thread enter when it terminates its processing?
When a thread terminates its processing, it enters the dead state.

13. What is the Collections API?
The Collections API is a set of classes and interfaces that support operations on collections of objects.

14. Which characters may be used as the second character of an identifier,
but not as the first character of an identifier?
The digits 0 through 9 may not be used as the first character of an identifier but they may be used after the first character of an identifier.

15. What is the List interface?
The List interface provides support for ordered collections of objects.

16. How does Java handle integer overflows and underflows?
It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.

17. What is the Vector class?
The Vector class provides the capability to implement a growable array of objects

18. What modifiers may be used with an inner class that is a member of an outer class?
A (non-local) inner class may be declared as public, protected, private, static, final, or abstract.

19. What is an Iterator interface?
The Iterator interface is used to step through the elements of a Collection.

20. What is the difference between the >> and >>> operators?
The >> operator carries the sign bit when shifting right. The >>> zero-fills bits that have been shifted out.

21. Which method of the Component class is used to set the position and
size of a component?
setBounds()

22. How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters?
Unicode requires 16 bits and ASCII require 7 bits. Although the ASCII character set uses only 7 bits, it is usually represented as 8 bits. UTF-8 represents characters using 8, 16, and 18 bit patterns. UTF-16 uses 16-bit and larger bit patterns.

23What is the difference between yielding and sleeping?
When a task invokes its yield() method, it returns to the ready state. When a task invokes its sleep() method, it returns to the waiting state.

24. Which java.util classes and interfaces support event handling?
The EventObject class and the EventListener interface support event processing.

25. Is sizeof a keyword?
The sizeof operator is not a keyword.

26. What are wrapped classes?
Wrapped classes are classes that allow primitive types to be accessed as objects.

27. Does garbage collection guarantee that a program will not run out of memory?
Garbage collection does not guarantee that a program will not run out of memory. It is possible for programs to use up memory resources faster than they are garbage collected. It is also possible for programs to create objects that are not subject to garbage collection

28. What restrictions are placed on the location of a package statement
within a source code file?
A package statement must appear as the first line in a source code file (excluding blank lines and comments).

29. Can an object's finalize() method be invoked while it is reachable?
An object's finalize() method cannot be invoked by the garbage collector while the object is still reachable. However, an object's finalize() method may be invoked by other objects.

30. What is the immediate superclass of the Applet class?
Panel

31. What is the difference between preemptive scheduling and time slicing?
Under preemptive scheduling, the highest priority task executes until it enters the waiting or dead states or a higher priority task comes into existence. Under time slicing, a task executes for a predefined slice of time and then reenters the pool of ready tasks. The scheduler then determines which task should execute next, based on priority and
other factors.

32. Name three Component subclasses that support painting.
The Canvas, Frame, Panel, and Applet classes support painting.

33. What value does readLine() return when it has reached the end of a file?
The readLine() method returns null when it has reached the end of a file.

34. What is the immediate superclass of the Dialog class?
Window

35. What is clipping?
Clipping is the process of confining paint operations to a limited area or shape.

36. What is a native method?
A native method is a method that is implemented in a language other than Java.

37. Can a for statement loop indefinitely?
Yes, a for statement can loop indefinitely. For example, consider the following:
for(;;) ;

38. What are order of precedence and associativity, and how are they used?
Order of precedence determines the order in which operators are evaluated in expressions. Associatity determines whether an expression is evaluated left-to-right or right-to-left

39. When a thread blocks on I/O, what state does it enter?
A thread enters the waiting state when it blocks on I/O.

40. To what value is a variable of the String type automatically initialized?
The default value of an String type is null.

41. What is the catch or declare rule for method declarations?
If a checked exception may be thrown within the body of a method, the method must either catch the exception or declare it in its throws clause.

42. What is the difference between a MenuItem and a CheckboxMenuItem?
The CheckboxMenuItem class extends the MenuItem class to support a menu item that may be checked or unchecked.

43. What is a task's priority and how is it used in scheduling?
A task's priority is an integer value that identifies the relative order in which it should be executed with respect to other tasks. The scheduler attempts to schedule higher priority tasks before lower priority tasks.

44. What class is the top of the AWT event hierarchy?
The java.awt.AWTEvent class is the highest-level class in the AWT event-class hierarchy.

45. When a thread is created and started, what is its initial state?
A thread is in the ready state after it has been created and started.

46. Can an anonymous class be declared as implementing an interface and extending a class?
An anonymous class may implement an interface or extend a superclass, but may not be declared to do both.

47. What is the range of the short type?
The range of the short type is -(2^15) to 2^15 - 1.

48. What is the range of the char type?
The range of the char type is 0 to 2^16 - 1.

49. In which package are most of the AWT events that support the event-delegation
model defined?
Most of the AWT-related events of the event-delegation model are defined in the java.awt.event package. The AWTEvent class is defined in the java.awt package.

50. What is the immediate superclass of Menu?
MenuItem

Stumble Upon Toolbar

RDBMS
==============

1) When a single entity is related to itself then the relationship is
termed as
A) ONE -TO-ONE
B) ONE-TO-MANY
C) RECURSIVE
D) MANY-TO-MANY

2)_____ means allowing objects of different types to be
considered as examples of higher level set
A) AGGREGATION
B) SPECIALIZATION
C) GENERALIZATION
D) DECOMPOSITION

3) The primary characteristic of a key field as that it must be
A) A NAME
B) TEXT
C) UNIQUE
D) ALL OF THE OTHER OPTION LISTED FOR THIS QUESTION

4) What kind of relationship exist between customers and salespersons if
each customer may have one or more salespersons, and each salesperson
may have one or more customers?
A) one-to-one
B) one to many
C) many to many
D) many to one

5) The following is a valid SET operation.
A) Join
B) Insert
C) Select
D) Difference

6) In an employ table, the field which can be taken as a Primary key
A) name
B) employ_id
C) age


7) A relation R is said to be in the , if it is in BCNF and
there are non-trivial multi valued dependencies.
A) 1st NF
B) 2nd NF
C) 3rd NF
D) 4th NF

8) A occurs when a weak entity does not have a
candidate key and its instances are indistinguishable without a
relationship with another entity.
A) Existence dependency
B) Identifier dependency
C) Referential dependency
D) None of the other option listed for this question

9) ____ is /are sample(s) of data model.
A) Relational
B) Rational
C) Entity- relationship
D) None of the other option listed for this question

10) In hierarchical database,
A) There is one to many relationship
B) A child may have more than one parent
C) A parent may have more than one child
D) There is no restriction on the number of parents a child may have or
the number of children a parent may have

11) The term "inner join" refers to:
A) Joins between two tables in the same schema.
B) An equality join based on one column from each table.
C) A table joined with itself.
D) A Cartesian product join.

12) Which type of join is used in this query?

SELECT last_name "Name", hire_date "Hire Date", loc "Location"
FROM employee, department
WHERE employee.deptno = department.deptno.
A) Outer join
B) Self join
C) Equijoin
D) Non-equijoin

13) A sales database has two table - SALESPERSON and CUSTOMERS as below:

SALESPEOPLE
------------------------------------------------------
snum NUMBER
sname VARCHAR2(10)

CUSTOMER
------------------------------------------------------
snum NUMBER
cname VARCHAR2(10)

The management wants to know the mapping of salespersons to their
Customers without excluding those salespersons that are not currently assigned.
What would be the most appropriate condition, which can be applied on the
Query to accomplish the above task?

A) salespeople.snum(+) = customers.snum
B) salespeople.snum = customers.snum(+)
C) salespeople.snum = customers.snum
D) salespeople.snum(+) = customers.snum(+)

14) join returns those rows from a table which have
no direct match in the other table.

A) Outer join
B) Inner join
C) Equi join
D) Self join

15) To produce a meaningful result set without any Cartesian products,
What is the minimum number of conditions that should appear in the WHERE
clause of a four table join?

A) 1
B) 4
C) 2
D) 8

Stumble Upon Toolbar

UNIX Questions
================================

1) Which one works as a command interpretor
A) Hardware B) Kernal C) Shell D) CPU

2) The major no for a floppy disk device is
A) 1 B) 3 C) 2 D) 4

3) chown
A) Changes the mode of operation to kernel mode
B) Creates a thread
C) Changes the users and/or group ownership of each given file
D) Creates a child process

4) lilo
A) Uninstalls the boot loader
B) Installs the boot loader
C) Is a login utility
D) Invokes a daemon to logoff

5) netdevice
A) Provides low level access to Linux network devices
B) Provides low level access to Linux storage devices
C) Provides an interface to communicate with graphic devices
D) None of the other option listed for this question

6) The process which terminates before the parent process exits, is
called
as
A) Zombie
B) Orphan
C) Child
D) None of the other option listed for this question

7) Context switch means
A) Kernel switches from executing one process to another.
B) Process switches from kernel mode to user mode.
C) Process switches from user mode to kernel mode.
D) None of the other option listed for this question

8) The following socket provides two way, sequenced, reliable and
unduplicated flow of data with no record boundaries.
A) Sequential packet socket
B) Datagram socket
C) Stream socket
D) Raw socket

9) Identify the point(s) that is not true w.r.t. signals

A) Signals are software generated interrupts that are sent to a process
when an event happens
B) Signal delivery is analogous to hardware interrupts in that a signal
can be blocked from being delivered in the future.
C) Most signals are synchronous by nature.
D) Most signal cause termination of the receiving process if no action
is taken by the process in response to the signal.

10) Identify the point(s) that is true with respect to Semaphore

A) Only one process at a time can update a semaphore.
B) All the other options listed for this question
C) They are often used to monitor and control the availability of system
resources such as shared memory segments.
D) Is a process with exclusive use of a semaphore terminates abnormally
and fails to undo the operation or free the semaphore, the semaphore stays
locked in the state the process left it.

Questions related to shell scripting...
11)What is the use of script function?

12)Difference of uses of 'mv' function and 'rm' function

13)'chmod' function

14)'head' and 'tail' function

15)'grep' function

Stumble Upon Toolbar

VERIZON TECHNICAL PAPER
====================================

VERIZON PAPER PATTERN

The test consist 4 sections
For each section there will be specific time limit.
----------------------------------------------------------

First section (25 question time 15 min )

It consist 2 types of questions
I. Fill in the blanks.
II. Reading Comprehension

Second section (Mental Ability 20 min)

Third section (Quantitative aptitude and logical reasoning min 35 -25 ques)

Fourth section (Technical) 15 question 20 min


Logical Reasoning Questions.
----------------------------------------------

One hundred and twenty five small cube of equal size are
arranged in a solid pile of dimension 5*5*5 .Then from one corner
one cube is removed from the top. From the opposite corner 8 cubes
(2*2*2) are removed from the third corner a column of three cubes and
from the fourth corner a column of 4 cubes r removed the remaining
solid are coloured red on all the exposed faces...

1. How many cubes in the second layer from the top do not have any
coloured face
ans : 6

2: How many cubes in the third layer have at least two coloured faces each
ans :8

3: How many cubes in the fourth layer from the top have only one colour face each..
ans :10

4: How many cubes in the bottom layer have at least one coloured face each
ans :16

5: How many cubes in the top four layers taken together have only one coloured
face each
ans:29

6: How many cubes do not have any colour face
ans : 32

7: How many cubes have three colour faces each
ans :12

8: How many cubes have only two colour faces each?
ans :24

9: How many cubes have only one colour faces each?
ans : 41

10: How many cubes are there in the top layer ?
ans : 18


C LANGUAGE TOPICS
---------------------------------

DFS,
Arrays,
Pointer concept,
Linked lists,
Queue,
Stacks,
Structures,
Unions,
File handling commands.

Technical Section
-------------------------
Which one is not needed for Multi-program environment?

Virtual memory,
Security,
Time sharing,
none of the above.

Which one is not done by Data link layer ?

Bit stuffing,
LRC,
CRC,
Parity check

What is the function of Data link layer?

Which one is not suitable for client-server application?
tcp/ip,
message passing,
rpc,
none of the above.

Term stickily bit is related to
a)kernel
b)undeletable file
c)none

What is the function of Semaphore variable ?

Unix system is

a)multi processing
b)multi processing, multiuser
c)multi processing , multiuser, multitasking
d)multiuser, multitasking

x.25 protocol encapsulates the following layers

a)network
b)datalink
c)physical
d)all of the above
e)none of the above

TCP/IP can work on

a)ethernet
b)tokenring
c)a&b
d)none

A node has the ip address 138.50.10.7 and 138.50.10.9.But it is
transmitting data from node1 to node2only. The reason may be

a)a node cannot have more than one address
b)class A should have second octet different
c)class B should have second octet different
d)a,b,c

For an application which exceeds 64k the memory model should be

a)medium
b)huge
c)large
d)none

The condition required for dead lock in unix system is _____


INTERVIEW –TECH
=====================================

Why paging is used ?

Which is the best page replacement algorithm and Why?

What is software life cycle or SDLC?

Which are the different phases in Software life cycle

How much time is spent usually in each phases and why ?

What is testing of a software?

Which are the different types of testing?

Which are the different phases in Software life cycle ?

Why is analysis and testing phases very important ?

Why networks are layered ? What is the advantage of that ?

How many layers are there in OSI ? Why is it called OSI model ?

What are the network topologies ?

Give an example of bus type network.

What is Ethernet?

What is the Bandwidth of Ethernet ?

Explain the advantage and disadvantage of Ethernet ?

Which is the protocol used in Ethernet. (CSMA/CD) Why is it called so ?

What is the advantage of Ring network ?

Compare it with Ethernet.

What is inheritance, encapsulation etc.

If there are too many page faults what is the problem?

To ensure one program doesn’t corrupt other program in a Multi-program. environment

what you should do?

Which one you will use to implement critical section?

Stumble Upon Toolbar

FREQUENTLY ASKED C PROGRAMMING QUESTIONS...
--------------------------------------------------------------
How to add 2 numbers without + sign?

Suggest one method which is equivalent to dividing a number by 2?

Write a program to reverse a given number using recursion?

What is the output of printf("%d")?

What is the difference between "printf(...)" and "sprintf(...)"?

Write a program to find the factorial of given number using recursion?

What does static variable mean?

What is a structure?

What are the differences between structures and arrays?

In header files whether functions are declared or defined?

What are the differences between malloc() and calloc()?

What are macros? What are the advantages and disadvantages?

Difference between pass by reference and pass by value?

What is static identifier?

Where are the auto variables stored?

Where does global, static, local, register variables, free memory and C Program instructions get stored?

What is a pointer?

Difference between const char* p and char const* p

Difference between arrays and linked list?

What is the similarity between a Structure, Union and enumeration?

What are enumerations?

Describe about storage allocation and scope of global, extern, static, local and register variables?

What are register variables? What are the advantage of using register variables?

What is the use of typedef?

Can we specify variable field width in a scanf() format string? If possible how?

Out of fgets() and gets() which function is safe to use and why?

Difference between strdup and strcpy?

What is recursion?

Differentiate between a for loop and a while loop? What are it uses?

What are the different storage classes in C?

Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?

What is difference between Structure and Unions?

What the advantages of using Unions?

What are the advantages of using pointers in a program?

What is the difference between Strings and Arrays?

In a header file whether functions are declared or defined?

What is a far pointer? where we use it?

How will you declare an array of three function pointers where each function receives two ints and returns a float?

What is a NULL Pointer? Whether it is same as an uninitialized pointer?

What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?

What does the error ‘Null Pointer Assignment’ mean and what causes this error?

What is near, far and huge pointers? How many bytes are occupied by them?

How would you obtain segment and offset addresses from a far address of a memory location?

Are the expressions arr and *arr same for an array of integers?

Does mentioning the array name gives the base address in all the contexts?

Explain one method to process an entire string as one unit?

Can a Structure contain a Pointer to itself?

How can we check whether the contents of two structure variables are same or not?

How are Structure passing and returning implemented by the complier?

How can we read/write Structures from/to data files?

What is the difference between an enumeration and a set of pre-processor # defines?

What do the ‘c’ and ‘v’ in argc and argv stand for?

Are the variables argc and argv are local to main?

What is the maximum combined length of command line arguments including the space between adjacent arguments?

If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?

Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

What are bit fields? What is the use of bit fields in a Structure declaration?

To which numbering system can the binary number 1101100100111100 be easily converted to?

Which bit wise operator is suitable for checking whether a particular bit is on or off?

Which bit wise operator is suitable for turning off a particular bit in a number?

Which bit wise operator is suitable for putting on a particular bit in a number?

Which bit wise operator is suitable for checking whether a particular bit is on or off?

Which one is equivalent to multiplying by 2?

Left shifting a number by 1 or
Left shifting an unsigned int or char by 1?

Write a program to compare two strings without using the strcmp() function.

Write a program to concatenate two strings.

What will be the output of the code below:
main()
{
int x=10,y=25;
x=y++ + x++;
y= ++y + ++x;
printf(“%d%d\n”,x,y)
;
}

What will be the output of the code below:
main()
{
int x=4;
printf(“%d,%d,%d\n”,x,x<<2,>>2)
;
}

What will be the output of the code below:
main()
{
int x=15, y=20;
x = x++;
y = ++y;
printf(“%d %d\n”,x,y);

}

What are the advantages of a macro over a function?

What is binary sort?Explain with an example code?

Stumble Upon Toolbar

C++ FREQUENTLY ASKED QUESTIONS
------------------------------------------------

What do you mean by Object Oriented Programming technique?

What are the properties of OOP technique?

What do you mean by inheritance? Explain using an example?

What is multiple inheritance (virtual inheritance)? What are its advantages and disadvantages?

What is polymorphism?

What is inline function?

How do you allocate dynamic memory in C++?

What is the difference between C and C++?

What is a void return type?

How is it possible for two String objects with identical values not to be equal under the == operator?

What is the difference between a while statement and a do statement?

Write a program to print all the prime numbers below a given number.

Write a program for reversing a given number without using string function.

Can a for statement loop indefinitely?

How do you link a C++ program to C functions?

What is the basic difference between a class and a structure?

How can you tell what shell you are running on UNIX system?

How do you find out if a linked-list has an end? (i.e. the list is not a cycle)

How do you write a function that can reverse a linked-list?

Can a copy constructor accept an object of the same class as parameter, instead of reference of the object?

What is a local class?

What is a nested class?

What are the access privileges in C++? What is the default access level?

How do you access the static member of a class?

What does extern int func(int *, Foo) accomplish?

When the processor wakes up after power on, it goes to a particular memory location. What is that memory location called?

What is the difference between Mutex and Binary semaphore?

Write a program to set 2nd bit in a 32 bit register with memory location 0×2000?

Stumble Upon Toolbar

GENERAL INTERVIEW QUESTIONS
---------------------------------------------

1. You are looking for a challenging career. Please elaborate in terms of the following:
a) What are the kinds of challenges that you are looking forward in your career?
b) How have you equipped yourself to rise to these challenges?
c) What are the specific aims/ visions that you have with respect to your career?
d) Visit the website of the company. Do you think that a career with the company will aid in meeting your aims? If so please elaborate.

2. What is your idea of ideal work for your own self? And what is the type of work that you would not like to do?

3. What is your idea of an ideal work environment? How do you think you can help in creating such an environment here at our company?

4. What kind of work/ interpersonal relationships do you expect to establish with the various people in the company, viz. your peers, you subordinates, your superiors, and others from other departments.

5. How do you think you are equipped to meet all the above specifications that you have set for yourself?

6.Tell a story?

7.Describe a challenging work issue you had to face, and how you dealt with it?

8.Given a choice ,do you want to be a Leader or a Follower?

9.In what way do you think you can contribute to our company?

10.Tell me about a time when you tried and failed? Has this ever happened to you?

11.Tell us about your analytical skills.

12.Tell us about your Hobbies?

13.What are your strengths?

14.What are your weaknesses?

15.What are your short and long term goals?

16.Where do you see yourself in five years?

17.What do you know about our company?

18.Why do you want to join our company?

19.What do you think the employee’s responsibilities are to the company?

20.What motivates you?

21.What do you expect your starting salary to be?

Stumble Upon Toolbar

COMMUNICATION INTERVIEW QUESTIONS
----------------------------------------------------
Important Topics
---------------------------------

Analog Modulation

Amplitude Modulation

Frequency Modulation

Modulation Index,Bandwidth....

Nyquist Criteria for communication

Channel Capacity Theorem

Pulse Code Modulation

Adaptive Pulse Code Modulation

Differential Pulse Code Modulation

Radar Types

Primary and Secondary Radars

MDI

Frequency ranges- HF,VHF,UHF,Microwave….

Digital Modulation Techniques

FSK, PSK, QPSK, MSK, Gaussian MSK


Sample Questions

1. A 2MB PCM (pulse code modulation) has…

a) 32 channels
b) 30 voice channels & 1 signaling channel.
c) 31 voice channels & 1 signaling channel.
d) 32 channels out of which 30 voice channels, 1 signaling channel, & 1 synchronization channel.

Ans: (c)

2. Time taken for 1 satellite hop in voice communication is…

a) 1/2 second
b) 1 seconds
c) 4 seconds
d) 2 seconds

Ans: (a)

3. Max number of satellite hops allowed in voice communication is:

a) only one
b) more han one
c) two hops
d) four hops

Ans: (c)

4. What is the maximal decimal number that can be accommodated in a byte?

a) 128
b) 256
c) 255
d) 512

Ans: (c)

5. Conditional results after execution of an instruction in a micro processor is stored in…

a) register
b) accumulator
c) flag register
d) flag register part of PSW(Program Status Word)

Ans: (d)

6. Frequency at which VOICE is sampled is…

a) 4 KHz
b) 8 KHz
c) 16 KHz
d) 64 KHz

Ans: (a)

7. Line of sight is…

a) Straight Line
b) Parabolic
c) Tx & Rx should be visible to each other
d) none of the above

Ans: (c)

8. Purpose of PC(Program Counter) in a MicroProcessor is…

a) To store address of TOS(Top Of Stack)
b) To store address of next instruction to be executed.
c) count the number of instructions.
d) to store base address of the stack.

Ans: (b)

9. What action is taken when the processor under execution is interrupted by a non-maskable interrupt?

a) Processor serves the interrupt request after completing the execution of the current instruction.
b) Processor serves the interrupt request after completing the current task.
c) Processor serves the interrupt request immediately.
d) Processor serving the interrupt request depends upon the priority of the current task under execution.

Ans: (a)

10. The status of the Kernel is…

a) task
b) process
c) not defined.
d) none of the above.

Ans: (b)

11. What is the nominal voltage required in subscriber loop connected to local exchange?

a) +48 volts
b) -48 volts
c) 230 volts
d) 110 volts

12. To send a data packet using datagram , connection will be established…

a) before data transmission.
b) connection is not established before data transmission.
c) no connection is required.
d) none of the above.

Ans: (c)

13. Word alignment is…

a) aligning the address to the next word boundary of the machine.
b) aligning to an even boundary.
c) aligning to a word boundary.
d) none of the above.

Ans: (a)

14. When a C function call is made, the order in which parameters passed to the function are pushed into the stack is…

a) left to right
b) right to left
c) bigger variables are moved first than the smaller variales.
d) smaller variables are moved first than the bigger ones.
e) none of the above.

Ans: (b)

15. What is the type of signaling used between two exchanges?

a) inband
b) common channel signaling
c) any of the above
d) none of the above.

Ans: (a)

16. Buffering is…

a) the process of temporarily storing the data to allow for small variation in device speeds
b) a method to reduce cross talks
c) storage of data within transmitting medium until the receiver is ready to receive.
d) a method to reduce routing overhead.

Ans: (a)

17. Memory allocation of variables declared in a program is…

a) allocated in RAM.
b) allocated in ROM.
c) allocated on stack.
d) assigned to registers.

Ans: (c)

18. A software that allows a personal computer to pretend as a computer terminal is …

a) terminal adapter
b) bulletin board
c) modem
d) terminal emulation

Ans: (d)

Stumble Upon Toolbar

OPERATING SYESTEMS- INTERVIEW QUESTIONS
---------------------------------------------------------

What is an OPERATING SYSTEM?
An Operating System is a software program that enables the computer hardware to communicate and operate with the computer software.

What are the basic functions of an OPERATING SYSTEM?

What are the different types of OPERATING SYSTEM?
Graphical User Interface OS
Multi-user OS
Multiprocessing OS
Multitasking OS
Multithreading OS

What is Graphical User Interface OS?
Short for Graphical User Interface, a GUI Operating System contains graphics and icons and is commonly navigated by using a computer mouse. See our GUI dictionary definition for a complete definition. Below are some examples of GUI Operating Systems.
System 7.x
Windows 98
Windows CE

What is Multi-user OS?
Multi-user Operating System allows for multiple users to use the same computer at the same time and/or different times. See our multi-user dictionary definition for a complete definition for a complete definition. Below are some examples of multi-user Operating Systems.
Linux
Unix
Windows 2000
Windows XP
Mac OS X

What is Multiprocessing OS?
An Operating System capable of supporting and utilizing more than one computer processor. Below are some examples of multiprocessing Operating Systems.
Linux
Unix
Windows 2000
Windows XP
Mac OS X

What is Multitasking OS?
An Operating system that is capable of allowing multiple software processes to run at the same time. Below are some examples of multitasking Operating Systems.
Unix
Windows 2000
Windows XP
Mac OS X

Why paging is used?

What is virtual memory?
Virtual memory is hardware technique where the system appears to have more memory that it actually does. This is done by time-sharing, the physical memory and storage parts of the memory one disk when they are not actively being used.

What is Throughput, Turnaround time, waiting time and Response time?
Throughput – number of processes that complete their execution per time unit. Turnaround time – amount of time to execute a particular process.
Waiting time – amount of time a process has been waiting in the ready queue. Response time – amount of time it takes from when a request was submitted until the first response is produced, not output (for time-sharing environment).

What is a Real-Time Operating System (RTOS)?

Stumble Upon Toolbar