General - Interview Questions and Answers for 'Indecomm global services' | 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
General - Interview Questions and Answers for 'Indecomm global services' - 2 question(s) found
- Order By Newest
Frequently asked in face to face interviews.
Q1.
Write a program to print fibonacci series.
Core Java
Ans. int count = 15;
int[] fibonacci = new int[count];
fibonacci[0] = 0;
fibonacci[1] = 1;
for(int x=2; x < count; x++){
fibonacci[x] = fibonacci[x-1] + fibonacci[x-2];
}
for(int x=0; x< count; x++){
System.out.print(fibonacci[x] + " ");
}
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 ebay   fibonacci series
Asked in 66 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 ?
Q2.
What sets you apart from other developers ?
or
What are the distinguished qualities you have ?
General
Ans.
https://blog.timesunion.com/careers/the-10-most-important-personality-traits-for-career-success/633/
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 
Asked in 32 Companies
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Related Questions
Describe, in general, how java's garbage collector works ?
What is a ConcurrentHashMap ?
What is Generalization and Specialization in terms of casting ?
Which java frameworks have you used ?
What the Bean scopes provided by Spring ?
What are the various Auto Wiring types in Spring ?
When should we use prototype scope and singleton scope for beans ?
When do we generally get this database error - integrity constraint violated - parent key not found ?
Write a program for Coin Changer application ?
When do we generally get the database error - Unique Constraint Violated ?
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: