InterviewUp is actively seeking partnerships. Inquire at business@interviewup.com

Questions 1 - 3 of 3
Close
Flag this interview question as inappropriate Inappropriate
See Answer
A java.util.ArrayList has the following characteristics over an array: 1. Provides a resizable array implementation 2. Implements the java.util.List interface 3. Has a tuning parameter called initialCapacity which specifies the number of elements the ArrayList can hold before it has to be resized.
Create Date
:
Sunday, March 16, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
There are many things to be considered.
If your application based on Database, you should think about re-factoring queries try to use high performance queries (Use EXPLAIN to monitor the amount of records retrieved for each query. You can use UNIQUE, LIMIT, WHERE to filter the no of records returned).
And also you should be aware of fine tuning configuration for your needs.
In PHP you should use native functions instead of aliases. And also you should choose best function for the job. If you are going to do simple string replace use str_replace than ereg_replace. Use is_int() instead of is_integer().
Use DBG or xdebug to profile your scripts, find the bottle neck function and try to re factor if possible.
Create Date
:
Saturday, March 15, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
Tuning can be done on
-> Database Server
-> App server
-> Batch server
-> Web server
-> Application server
Create Date
:
Friday, March 14, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 


Check out our newest job listings!

Post a Job! $49 for 60 days



Suggestions & Comments




Share Your Interview Questions
Ask Interview Questions
View Unanswered Questions

















Advertise on this site