Thursday, December 6, 2012

Frequently Asked Interview Questions and Answers

1. Tell me something about yourself

2. Why should we hire you? Or how can u say that you are the right candidate?


3. Why BPO/ (company name)?


4. What are your strengths and weaknesses?


5. What are your short term and long term goals?


6. What are your contributions in order to meet the goals of our company?


7. Tell me about your native place.


8. Tell me about your college days.


9. Can u explain about Child labour/Corruption/Poverty?


10. Why do you want to leave your current job?


11. Describe the movie you have seen recently.


12. Tell me about a memorable/happiest/saddest day in your life.


13. Who is your role model, and why?


14. What is your favourite colour? Talk about it.


15. What will you do if you are not selected today?


16. What do you consider to be the important element of teamwork?


17. Tell me something about your favourite movie?


18. Who is your favourite player? And Why?


19. Tell me what you did since morning.


20. How much salary you are expecting?


21. What do you know about customer care/bpo industry?


22. If you were a superhero, what would be your super powers, and why?”


23. Who is your best boss? And why?


1. Tell me something about yourself

Ans:
I am srinath chennamadavuni, I am 28 years old, I was born, brought up in karimnagar district which is a part of andhrapradesh, I completed my mba with finance in 2005 from kakatiya university, I am a certified professional with a extensive background in business management and finance. Once I finished my mba, I started working for a foundation which was established by my own brother; there my role was taking care of the events and charities conducted by our foundation, our foundation mainly dealt with fund raising events to help poor children and diabetic patients. Bur for our personal reasons we closed our foundation recently, So I was forced to get a new job to survive, And I want a change in my career, So I am searching for a position which is challenging, and allows me to utilize my knowledge and skills, However I am always eager to learn new things, and I want to update my personal and technical skills along with the job, So I thought BPOs are the best choice and would give me a quick start to my life as I have a long gap after my MBA.


I have great knowledge in computers preferably on Microsoft operating systems and office such as word and excel. And I have good practical knowledge in system trouble shooting, hardware and network, system software related problems.

I am a great devotee of Hanuman, and I am very kind at heart and like to serve needy,

I am also volunteering as a representative with the local clubs, charities in karimnagar and I enjoy participating in community and charity events. And I was appreciated many times by those charities and clubs for my successful participation.

Bank interview questions for freshers

71. What are the two forms of #include directive?
 
Ans:
1.#include”filename”
2.#include
the first form is used to search the directory that contains the source file.If the search fails in the home directory it searches the implementation defined locations.In the second form ,the preprocessor searches the file only in the implementation defined locations.

72. How would you use the functions randomize() and random()?

 
Ans:

Randomize() initiates random number generation with a random value.
Random() generates random number between 0 and n-1;


73. What do the functions atoi(), itoa() and gcvt() do?
 
Ans:
atoi() is a macro that converts integer to character.
itoa() It converts an integer to string
gcvt() It converts a floating point number to string


74. How would you use the functions fseek(), freed(), fwrite() and ftell()?
 
Ans:
fseek(f,1,i) Move the pointer for file f a distance 1 byte from location i.
fread(s,i1,i2,f) Enter i2 dataitems,each of size i1 bytes,from file f to string s.
fwrite(s,i1,i2,f) send i2 data items,each of size i1 bytes from string s to file f.
ftell(f) Return the current pointer position within file f.

The data type returned for functions fread,fseek and fwrite is int and ftell is long int.

75. What is the difference between the functions memmove() and memcpy()?
 
Ans: The arguments of memmove() can overlap in memory. The arguments of memcpy() cannot.


76. What is a file?
 
Ans: A file is a region of storage in hard disks or in auxiliary storage devices.It contains bytes of
information .It is not a data type.


77. IMP>what are the types of file?
 
Ans: Files are of two types
1-high level files (stream oriented files) :These files are accessed using library functions
2-low level files(system oriented files) :These files are accessed using system calls


78. IMP>what is a stream?
 
Ans: A stream is a source of data or destination of data that may be associated with a disk or other
I/O device. The source stream provides data to a program and it is known as input stream. The
destination stream eceives the output from the program and is known as output stream.


79. What is meant by file opening?
 
Ans: The action of connecting a program to a file is called opening of a file. This requires creating
an I/O stream before reading or writing the data.


80. What is FILE?
 
Ans: FILE is a predefined data type. It is defined in stdio.h file.

Bank interview questions and answers pdf

1.    How do you execute one program from within another?

The system calls used for low-level process creation are execlp() and execvp(). The execlp call overlays the existing program with the new one , runs that and exits. The original program gets back control only when an error occurs.


execlp(path,file_name,arguments..); //last argument must be NULL
A variant of execlp called execvp is used when the number of arguments is not known in advance.
execvp(path,argument_array);  //argument array should be terminated by NULL


2.    What is IPC? What are the various schemes available?

The term IPC (Inter-Process Communication) describes various ways by which different process running on some operating system communicate between each other. Various schemes available are as follows:


Pipes:
One-way communication scheme through which different process can communicate. The problem is that the two processes should have a common ancestor (parent-child relationship). However this problem was fixed with the introduction of named-pipes (FIFO).


Message Queues :
Message queues can be used between related and unrelated processes running on a machine.


Shared Memory:
This is the fastest of all IPC schemes. The memory to be shared is mapped into the address space of the processes (that are sharing). The speed achieved is attributed to the fact that there is no kernel involvement. But this scheme needs synchronization.


Various forms of synchronisation are mutexes, condition-variables, read-write locks,     record-locks, and semaphores.

3.    What is the difference between Swapping and Paging?

Swapping:
Whole process is moved from the swap device to the main memory for execution. Process size must be less than or equal to the available main memory. It is easier to implementation and overhead to the system. Swapping systems does not handle the memory more flexibly as compared to the paging systems.


Paging:
Only the required memory pages are moved to main memory from the swap device for execution. Process size does not matter. Gives the concept of the virtual memory.


It provides greater flexibility in mapping the virtual address space into the physical memory of the machine. Allows more number of processes to fit in the main memory simultaneously. Allows the greater process size than the available physical memory. Demand paging systems handle the memory more flexibly.

Interview questions and answers

In today's date of uncertainty and competition getting a job is very difficult. Though there are plenty of reputed companies spread all over yet getting a job in any of them needs lot of skill and caliber. It is particularly because of this reason that the youths of today go through unnatural stress to handle the pressure of the interview.

How to Deal With Stress?

There are several ways through which the interview stress can be dealt with. However, the best possible way is to go through a thorough practice. Practice can be done in different ways. Again the best option in this case is to go for mock interviews with friends and family members so that the actual interview does not remain stressful.

Practice Makes A Man Perfect:

Practice always makes a man perfect. Therefore before going for the interview, it is best to allot sufficient time for the practice with the different possible questions. There might be questions related to education, background, work experience if any or even the current affairs. It would be wise to have a thorough knowledge on all these matters so that confidence can be attained.

Past Interviews as reference for stress interview questions and answers:

The past interviews can be definitely taken as points of reference. By means of this the areas of weaknesses can be focused and thus occurrence of the common mistakes can be avoided. This in turn would also help to relieve stress to a great extent and future interview questions can be handled with ease.

Stress Interview And Post Stress Interview:

It is also essential to handle the stress and the post stress interview and this can be best done by being confident. It is also essential to eliminate all worries and keep cool. This can best help to deal with the interview stress.

Next Step: Download the sample placement papers that would help you to clear the initial placement test and get selected for the interview stage.

Wednesday, December 5, 2012

Bank Interview Questions and Answers

Bank Interview Questions and Answers involve a diverse category of questions related with the banking industry. This is due to the reason banking offers multiple opportunities in various areas of the business world. Generally bank po interview questions along with bank clerical interview questions and answers are considered to be the toughest exam in the banking industry. For this purpose bank interview questions and answers pdf are published in a number of websites, for the convenience of the students.

Bank Job Interview Questions And Answers

There are certain categories of question which are asked during a bank job interview. A potential candidate should answer each question very carefully in order to avoid any form of rejection. The questions generally asked are:
  • What personal traits differentiate you as a prospective applicant for a good banking job?
  • What are you- a people person or a private person?
  • Why you want to take up banking as a career?

Bank Teller Interview Questions And Answers

A bank teller plays a vital role in maintaining the relationship that exists between the customers and the bank. Hence, a job interview for such a position in the bank is complex and is completely different compared to other jobs available in banks. Following are the type of questions asked during such interviews:
  • What are the particular features of the job that you prefer?
  • What are the aspects of this job that you liked?
  • How will the bank be benefitted by hiring you?

Advice for Bank Teller Job Candidates

When you appear for such an interview, be in your formals and look tidy. You will have to persuade the bank that you are a generous man who will not break the faith and you are ideal for this job.

Bank Manager Interview Questions And Answers

A Bank manager needs to look after the day to day operations of the entire bank. He/she has to add in customers in large numbers to augment the annual profit of the bank. Such kinds of jobs demand people with huge knowledge and experience. Following are the pattern of questions that are asked to the candidates appearing for the Bank Manager post:
  • Define economy?
  • What are your interpersonal and communicational skills?
  • Why do want to make your career in the banking industry?
  • Define the main responsibilities of a banking manager.
  • What are the current changes that took place in the banking sector?

Bank interview questions and answers

Banks and other big organizations requiring large data storage use?





High Level Language useful for the beginners is?





For Scientific work the most popular language is?





Which is not the portable computer?





OBJECT ORIENTED language is?





Information is?





. Total memory of system can be known using?




Sample Interview Questions Tips and Answers

I’d like to begin this article with the most common things that you must follow to face any interview either they are for Banking jobs or for others, please refer to our earlier article of Best tips to crack banking job interviews – Basic Strategies for Facing Interview

 
 
If you are experienced in giving interviews then you already know that most of the interviewer starts panel with general queries like introduce yourself, strength and weaknesses, why you want to join so you must be prepared to lead the interview in a perfect way... all these things have been discussed in the previous post given in above link so now here am sharing some really common interview questions who have been experienced by interviewees at Karnataka Bank previously, they are:-

  1. Do you know the address of head office?
  2. What is banking? Scope of banking industry in India?
  3. Total number of Karnataka bank’s branches in India?
  4. What is the difference between debit or credit card?
  5. Total number of ATM’s we have?
  6. What is the use of Computers in banking sector?
  7. Who is the CEO/Chair Person of Karnataka Bank?
  8. What do you know about Karnataka bank?
  9. What are the Type of banks?
  10. Roles of RBI/Central bank?
  11. Hierarchy of banking system in India?
  12. Why you want to join Karnataka bank?
Answers- To answer these questions you need to check out About us Page of Karnataka bank, Wikipedia of Karnataka bank as well as Google to get the answers