Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

IBM Interview Questions
Questions Answers Views Company eMail

Tell me about yourself?

229 489047

What are your short-range and long-range goals and how do you expect to achieve them?

17 59012

Where you would like to be in 5 years?

23 50929

Difference between QA and Testing?

13 40620

What is your career goal and career plans ?

55 374943

What are Storage Classes in C ?

32 115830

Difference between Overloading and Overriding?

35 194850

What is the difference between Class and Structure?

40 217388

How to communicate between difference process?

2 8819

What are counting semaphores?

4 13450

What are the differences between public, private, and protected access?

12 71369

what usually indicates that ur virtual user script has dynamic data that is dependent on u parameterized fields?

2 9204

What is Regression Testing?

22 23291

what is debugging and whitebox testing and what is the diff?

10 27148

List 5 words that best Describe your strengths?

29 245314

Post New IBM Interview Questions


IBM Interview Questions


Un-Answered Questions

When you need to clear the cache to see the changes made in magento?

3


Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.

1586


How do you exit a screen?

612


What is difference between atomic and nonatomic in ios?

398


Under the accrual basis of accounting incomes are recognised at the time -------------------

1607






What are the vldb properties? Which level of vldb configurations have the highest precedence?

554


Explain about mappartitions() and mappartitionswithindex()

227


What is double buffering ?

570


A lowest level of security by most RDBMS is

667


Can we use tensorflow for machine leanring ?

5


What are different types of statements that are supported by sql?

592


Describe the parts of assembly.

522


What benefits an organization can have with in-house cash?

5


What is the best way to make content reusable/redistributable?

1


Explain about map interface in java?

586