Add office photos
Engaged Employer

IntelliaTech Solutions

4.0
based on 33 Reviews
Filter interviews by

Kerakoll Interview Questions and Answers

Updated 15 Aug 2024

Q1. WAP I/p : String str = "india is best country". O/P : str = "country india is best". reverse the string words best of length?

Ans.

Reverse the words in a string of a specific length.

  • Split the input string into words

  • Iterate through the words and reverse the ones with a length equal to the specified length

  • Join the reversed words back into a single string

Add your answer

Q2. WAP to print unique elements from given 2 Arrays ? Example arr[1,2,3,4], arr1[1,2,4,5,5,6] O/P : [3,5,6]

Ans.

Write a Java program to print unique elements from two given arrays.

  • Create a HashSet to store unique elements from both arrays.

  • Iterate through each element in both arrays and add them to the HashSet.

  • Convert the HashSet back to an array and print the unique elements.

Add your answer

Q3. Microservice architecture and how 2 microservices communicate with each other?

Ans.

Microservice architecture is a design approach where an application is composed of small, independent services that communicate over well-defined APIs.

  • Microservices communicate with each other through APIs, typically using HTTP/REST or messaging protocols like RabbitMQ or Kafka.

  • Service discovery mechanisms like Eureka or Consul can be used to locate and connect to other microservices.

  • API gateways can be used to manage and secure communication between microservices.

  • Microservic...read more

Add your answer

Q4. Java 8 Features and internal working of Hashmap and inhacement happens in java 8 in HashMap?

Ans.

Java 8 introduced new features like lambda expressions and streams. HashMap in Java 8 has improvements like tree bins for better performance.

  • Java 8 features include lambda expressions, streams, default methods in interfaces, etc.

  • Internal working of HashMap involves using buckets and linked lists or trees for collision resolution.

  • In Java 8, HashMap introduced tree bins to handle situations where a bucket has too many elements, improving performance.

  • Enhancements in Java 8 HashM...read more

Add your answer
Discover Kerakoll interview dos and don'ts from real experiences

Q5. WAP to count occurence of each character from given String?

Ans.

Count occurrence of each character in a given string.

  • Create an array of size 256 to store count of each character (ASCII range)

  • Iterate through the string and increment count for each character

  • Print the count of each character at the end

Add your answer

Q6. What is RestFulAPI's?

Ans.

RestFulAPI's are a type of web service that follows the principles of REST architecture.

  • RestFulAPI's use standard HTTP methods like GET, POST, PUT, DELETE for communication.

  • They are stateless, meaning each request from a client must contain all the information needed to fulfill the request.

  • They typically return data in JSON or XML format.

  • RestFulAPI's are designed to be easily scalable and maintainable.

  • Example: Twitter API, Google Maps API.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

4.2
 • 346 Interview Questions
3.9
 • 174 Interview Questions
4.0
 • 165 Interview Questions
3.2
 • 162 Interview Questions
3.2
 • 161 Interview Questions
3.5
 • 146 Interview Questions
View all
Top IntelliaTech Solutions Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter