how to tackle technical questions



how to tackle technical questions..

Answer / nivetha

if u really dont know the concept of the question asked then its better to inform HR politely that u dont know. And when u know it be clear and significant to ur answer and mainly be always fixed to ur answer. Dont try to give many options to the question asked. Always try 2 answer in a simple sentence unless if it has been asked to explain. Be always confident to what ever u answer as this plays a significant role for choosing a candidate. All the best friends.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is polymorphism programming?

0 Answers  


Program to read a comment string

1 Answers   IBM,


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

0 Answers   IBM,


Objective The objective of this problem is to test the understanding of Object-Oriented Programming (OOP) concepts, in particular, on encapsulation. Problem Description Create a program for managing customer’s bank accounts. A bank customer can do the following operations: 1. Create a new bank account with an initial balance. 2. Deposit money into his/her account. 3. Withdraw money from his/her account. For this operation, you need to output “Transaction successful” if the intended amount of money can be withdrawn, otherwise output “Transaction unsuccessful” and no money will be withdrawn from his/her account. Input The input contains several operations and is terminated by “0”. The operations will be “Create name amount”, “Deposit name amount”, or “Withdraw name amount”, where name is the customer’s name and amount is an integer indicating the amount of money. There will be at most 100 bank accounts and they are all created on the first month when the bank is opening. You may assume that all account holders have unique names and the names consist of only a single word. Output The output contains the transaction result of withdrawal operations and the final balance of all customers after some withdrawal and deposit operations (same order as the input). Sample Input Create Billy 2500 Create Charlie 1000 Create John 100 Withdraw Charlie 500 Deposit John 899 Withdraw Charlie 1000 0

0 Answers  


Why is abstraction needed?

0 Answers  






DIFFRENCE BETWEEN STRUCTURED PROGRAMING AND OBJCET ORIENTED PROGRAMING.

5 Answers  


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

0 Answers  


What do you mean by binding of data and functions?

3 Answers  


What are different oops concepts?

0 Answers  


Why do we use virtual functions?

4 Answers  


How many types of access specifier in c# and vb.net?

1 Answers   Infosys,


What is encapsulation process?

0 Answers  


Categories