Interview Questions and Answers for 'Colgate palmolive' | Search Interview Question - javasearch.buggybread.com
Questions
Search
List By Company
List By Topic
Legacy
Tests
Repository
DashBoard
Java
Java 8
Java 7
Java Abbreviations
OCJP / SCJP
Class List
New in Java 8
Java Exceptions
Spring Exceptions
Java Enums
Java 8 Lambda
Java 8 java.time
Big Data
Best Of Java
Discussion
Search
Subscribe
Search Interview Questions
More than 3000 questions in repository.
There are more than 900 unanswered questions.
Click here
and help us by providing the answer.
Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company
Label / Company / Text
Search
Submit Question
Interview Questions and Answers for 'Colgate palmolive' - 2 question(s) found
- Order By Rating
Q1.
Write any sorting algorithm.
Algorithm
Ans.
https://javasearch.buggybread.com/InterviewQuestions/questionSearch.php?searchOption=label'
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 Algorithm  Sorting Algorithm
Asked in 4 Companies
basic
 
frequent
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Related Questions
Collections.sort can only be performed on ..
a. Set
b. List
c. Map
d. Any Collection implementation
If I try to add Enum constants to a TreeSet, What sorting order will it use ?
In what order the elements of a HashSet are retrieved ?
Explain various Searching and Sorting Algorithms ?
Which sorting algorithm is used by Collections.sort() in Java ?
If we add Enum constants to a sorted collection ( Treemap , TreeSet ), What will be the order in which they will be maintained ?
Write an algorithm / java program for Heap Sort ?
Explain bubble sort.
Explain different sorting algorithms and Big O of each
Usually asked to entry level software developers.
Q2.
Write a program to swap two variables without using third
Core Java
Ans. public static void main(String[] args) {
int num1 = 1;
int num2 = 2;
num1 = num1^num2;
num2 = num1^num2;
num1 = num1^num2;
System.out.print("num1 = " + num1 +", num2 = "+num2);
}
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 code  coding
Asked in 37 Companies
basic
 
frequent
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Related Questions
What are the steps to be performed while coding Junit with Mocking framework ?
What is a Sequence File?
What different level of logging you use while coding ?
Have you ever encoded the response before sending it back from the service? If Yes , Which encoding was used ?
What are the different type of encoding you have used ?
How does encoding affect using Reader / writer classes or Stream classes in Java ?
What is the difference between html encoding and url encoding ?
Does spaces get's encoded in html encoding ?
Help us and Others Improve. Please let us know the questions asked in any of your previous interview.
Any input from you will be highly appreciated and It will unlock the application for 10 more requests.
Company Name:
Questions Asked: