Apache Beam is a unified programming model that can perform data processing using pipelines, it has the ability to perform an operation on Batch and Streaming mode. Beam provides SDKs with various programming languages to create a pipeline and runners which will be used to run your pipeline with different providers like Apache Apex Apache
Guys, Here i am providing a quick resolution to the error thrown by container while uploading multipart content. Error: org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested exception is java.io.IOException: The temporary upload location [/tmp/tomcat.3966508010119674561.8080/work/<wbr />Tomcat/localhost/api] is not valid Root Causes: Spring will use temp directory as a intermidiate location while doing multipart operation, container
Company: Mobiquity Inc. Interview Time: Mar 2013 Tell about your projects on which you are working. Thread What’s your scenario for thread Know about multithread. If you are using for http request than why ? because servlet is create thread on How inter thread communication is done Wait(), sleep(), yield(), notify(), notifyall(). Collection Collection used your
Company: CIGNEX Datamatics Pvt.Ltd Interview Time: Jan 2018 Spring Boot/Microservices What is microservice ? Any other way to create microservice apart from spring boot. How multiple microservices are talking with eachother How to configure other orm using spring-jpa, default is Hibernate Difference between @Persistentcontext and @Autowired for Entitymanager Code: Expose rest apis for employee table.
Company: Cybage Inteview Time: March 2018 Round 1 Introduction Give name of tools used in the past MSA (micro service architecture) What is eureka Rate yourself in different technology What is EJB Spring framework and modules introduction Full form of REST Any other framework that supports REST ? What is docker? What is main config
Guys, Recently we got requirement to build an application where row level filter is required. example: Application provides service to different clients and we have to separate data for each client so no client can access other clients data. Tech Stack Spring JPA/Hibernate Any Database Add common field to every Entity To distinguish data clientwise
Guys, Again sharing one more spring boot interview experience. This is a part 2 of our previous blog we have explained Which file will be used by spring boot if one file(application.properties) is present at your src/main/resources path inside the jar and one more file present parallel to your jar file in file system ? In

Guys, Here i wanted to discuss one of the tricky interview quetion related to location of application.properties file for spring-boot and microservice interview. The question is "Which file will be used by spring boot if one file(application.properties) is present at your src/main/resources path inside the jar and one more file present parallel to your jar file

Guys, "How Spring-Boot autocofiguration works?" This is a common question you will face in interview for java, microservice interiew. Here is some tips ... How spring-boot will autoconfigure works ? Spring-boot engine will scan your classpath and try to build required beans/configuration based on given configuration/properties. example: If you have added spring-boot-starter-data-jpa dependecy in your

Guys, Let’s look into a useful feature that we should use while working with microservice architecture. While working with this type of architecture, especially you are exposing your services as an API and available for third party use you have to be careful to provide proper response and in timely fashion. Goal Our primary goal