Posts

Open Banking

Devops

API Driven Banking

API Driven Architecture Platform API Design Security Frontend for API Driven Robust Backend Core Banking APIs Open Banking API First Approach Scaling APIs API Ecosystem Future Outlook 

Communication

1. How we communicate with our parents? a. We communicate with our parents like a friendly manner, we should discuss every small issues and they are the best supporters to their children. They understand our problems and find the best solution to us. b. We should treat our parents with respect and we should be always supportive to them. We should not hurt them as they are the first God to us. c. We have to listen to parents words first and understand clearly what they are willing yo communicate us and then we need to summarize what we have understood. d. We should try to understand parents perspective even we disagree their thoughts and what they are saying to us. e. Think before you speak, especially when you’re talking with parents about difficult or sensitive issues. f. Let parents make informed decisions. You can suggest ideas, but it’s up to parents to decide what to do next. 2. How we communicate with our friends? a. Friends communicate through diverse channels, includin...

Mainframes over the weekend

MAINFRAMES are not as ubiquitious today as in the past, but they still play a significant role in several industries. They handle large-scale, data-intensive workloads and process huge amounts of data fast. They are often used for high-volume transaction processing, batch-processing, datawarehousing and analytics. Modern mainframes can run multiple OSes simultaneously and support cloud computing and virtual environments. Mainframes play a significant role in Banking and Financial a COBOL reas. COBOL COBOL is the best programming language that uses side by side with mainframe computing COBOL is essential for the global economy because most financial applications run on a mainframe system with COBOL as a backend. JCL To complete a task in the mainframe environment, a set of instructions should provide to the mainframe. The set of instructions are like - what program to execute, from where the program runs, all all other parameter information. These sets of instructions are coded ...

HR Questions and Answers

Interview Questions for freshers on spring boot\java

Spring boot API vs goLang APISpring boot API vs goLang API? Spring Boot (Java): Well-established in the enterprise world. Extensive ecosystem with a rich set of libraries and frameworks. Strong object-oriented programming support. Good for large, complex applications. Uses traditional thread-based concurrency Generally has slightly longer startup times and higher memory usage. Uses Maven or Gradle for dependency management. Golang: Known for its simplicity, efficiency, and strong concurrency support. Fast compilation and execution speed. Explicit and minimalist syntax. Suitable for building scalable and efficient microservices. Has goroutines and channels, providing a more lightweight and efficient concurrency model. Known for fast compilation, quick startup times, and efficient resource usage. Has its own built-in dependency management tool called "go modules." How to deploy spring boot api in local windows machine? Build Spring Boot project using Maven or Gr...