Tuesday, April 7, 2026

Merit In progress

Q1: What are the various presales activity that you are aware of as an architect?
Q2: Have you heard of any master data management platform?

Q3: We have data collection platform (System X) where data from 100+ applications or different data sources is coming. 

There are some Admins roles, who can configure validations rules, clustering rules, data transformation rules on the collected data from 100+ applications into platform. Example of clustering is lets suppose same data is coming for different apps but in some alias or alter form, example -  Let say app1 is credit card app company and sending the username as Himanshu Goel, while the app2 (Loan App) is sending the username as HGoel, in another app3(Insurance App) it's just HG, we know all people Himanshu Goel, HGoel, HG are same. and in my final output I want a single entity for this person instead of multiple portfolios. this final record must have only golden records from all apps combined. The final output must have golden records and all relavant informtion for that person eg for this particular person this is the credit score (data from app1), and numver plus type of insurance hodling (from app3), this much of salary/ bank balance from (app4) and so on. This identification rules can be developed by Admins which can tell its one person. 

These Golden records are based on survival records eg credit score, address coming from App1 (Credit Card App) will become golden record. PAN card and loan amount, mobile number details coming from app2 will become golden records and so on

System X is collecting data at 7pm IST from all of the sources. System X is not allowed to connect directly, but they are open to push data to open api endpoints if you provide them. 

There is another System, System A. This is our system. We have to expose our API, take all data from System X and put into BigQuery, or Azure Databrics, etc on this system we do all the rules that Admins apply on data eg which records will become golden records. It can do clustering in data and then show all this data to the UI for the admin to cross verify the data and modification. This new data where we have saved must be available to downstream applications after 1 hour received form System X. On the UI we have to data like how many records we have processed, how many records left, how many records fails to process, 

Tell me about your approach towards the solutioning of System A. 

Points to remember
>> What will be your data transfer technique, 
>> How and where you will be writing this Admin rules logic
>> Let say records coming to system A is like 10,000 records per second, how to handle this via API? scaling and resilience etc?



Thursday, April 2, 2026

Persistent- Done

Q1: What is the difference between rate limiting and throttling in Azure APIM?
Q2: If you have been asked to implement RBAC using azure in your application, how you can do this? -- Using Azure Entra ID, JWT Token, Claims part. 
Q3: How are you doing security code analysis? - 1. SAST, devops pipeline using SonarQube. 2) Microsoft Azure Senital. 

Answer 1: 

👉 Rate Limiting

  • Controls how many requests are allowed over a fixed time window
  • Example: 100 calls per minute

👉 Throttling

  • Controls traffic behavior dynamically when system is under pressure
  • It may slow down or reject requests temporarily

GSPANN- Done

Q1: What are the various azure services you have used for migration?
Q2: What are the various azure services you have used for integration?
Q3: What is the difference between Azure Logic app standard and consumption plan?
Q4: Is it possible to implement Try Catch in logicApps. Give step by step process. 
Q5: Does cold Start is an issue with Azure Function in Production also? - No, its an issue with consumption plan, if we are going to better/ higher plans this is not going to be an issue. 
Q6: In Azure service bus what is the use of message id and session id?. Message Id is for idempotency, to remove the chance of message duplicity. SessionID is used to maintain order. Producer sends the same sessionID for multiple messages  eg msg1, msg2. At service bus side, it will check the presence of session and create an order of messages that are coming under same sessionid. 

Q7: I have one file (which is large in size like 50MB) that I want to publish to multiple subscribers. How I can achevie this using azure services? What will be the good architectural strategy considering file size could be more 

Answer: 
PRoducer > upload file in blob storage > Generate SAS signature > publish messg to Azure Service bus for Subscribers> Subscribers receive the message, see the SAS url and download the file. 

Q8: In one case I am getting good size of message to be published and in second case I am getting too many messages. What architecture flow I must think of?
Q9: Tell me about the APIM architecture?
Q10: What is Design first approach in APIM? How it is different from code first approach?
Q11: Tell when the scenarion when I must used Azure data factory? 

Thursday, March 19, 2026

EasyReward Done

Q1: Help me understand, what you do? What are your roles and responsibilities, what exactly are your skills set and then we will deep dive. 
Q2: Do you have any fintech domain knowledge? Share me your experience. 
Q3:  What was the product and exact implementation of that product that you have worked in Genpact Headstrong?
Q4: What was the domain you have worked while working there eg, was it Settlement, payment, cards, Security
Q5: So, what's your role majorly as a technical architect/ Solution Architect/ Technical manager. 
Q6: What difference you saw when you worked as Solution architect, Technical Manager and Technical architect. 
Q7: what difference you find between kubernetes and openshift?
Q8: Explain me the project where you have deployed on kubernetes?


Wednesday, March 18, 2026

Taazaa - Inprogress

Q1: Are you working more as a solution architect or as a cloud Architect?
Q2: So currently are you working for a particular project or how is it?
Q3: So, while doing a migration project, what all deployment services you have used? Azure app service or something else?
Q4: Why you choose postgre sql when you already have ms sql server in your project?
Q5: How you did the performance testing?
Q6: How you setup the input data for your apis, for which you want to do performance testing. 
Q7: How you capture the performance of multiple apis involved. example your api1-> api2->api3. how you did the performance testing for this?
Q7A: How Jmeter can be used to do the performance testing of connected APIs?
Q7B: How you can do the performance testing of a Wizard in application, where each step is submitting some sort of data to apis?
Q8: Can you give an example where an FE is making decision on basis of output received from api1, which api to call next? do you know of any architecture for this?
Q9: During performance testing, how do you anticipate the flow of your test that have to test. How you plan for the data that you need to create for testing?
Q10: How you participate in Agile and Scrum as an architect when there is not role of Architect in Agile projects? What are your contribution?
Q11: How comfortable are you in hands on coding part?

Q12: How have you implemented Service discovery in your project? in which layer. Which tool are present in market for implementing service discovery and you have used which one? is there any azure service also available for service discovery?
Q13: What was the reason you have implemented service discovery in your project?, Benefits of have service discovery in your project. 
Q14: Share the end to end architecture how you have implemented service discovery. Can i use it with BFF pattern? 



---- Video ended but questions are yet to be revised ----
--------------------------------------------------------------------------------------------------------------------------------------------
Answer1: In my current role, I’ve had the opportunity to work across both Solution Architect and Cloud Architect responsibilities. Since I’m part of a service-based organization, my role is often aligned with specific client requirements.
Depending on the engagement, I’ve contributed as a Solution Architect—focusing on end-to-end application design and business alignment—and as a Cloud Architect—focusing on cloud-native design, scalability, and Azure services. 

So overall, I’d say I bring a hybrid skill set across both solution and cloud architecture, which helps in designing practical, end-to-end solutions.”

Wednesday, March 11, 2026

HCL1 Done

Q1: Let's say there is a scenario where an old legacy application which was using SQL Server for data storage can be migrated to no sql like Cosmos DB. At old time there were not many options around no SQL that is why they used the sql database. Now tell me the strategy when u have experience migrating the sql to no sql db. What were the steps of migration, how you planned it? Give with some use case examples where my application sql data can be moved to no sql.
Q2: why you are using Angular instead of ReactJs?
Q3: Why your application is using the Azure FontDoor (Global accelerator, WAF, Cache, Routing, Regional failover)
Q4: What data typically sends by MSAL library from Angular project to Azure Entra ID to create token. What are the various things return by token?
Q5: What are the various activities you were doing at APIM and how? where was the logic/ code written?
Q6: What is CLEAN Architecture and how it implemented in case of microrservices?
Q7:  Earlier you used Entity Framework, LINQ queries, repository patternt for MS SQL server database? what changes were done in your project to connetd to Cosmos DB (no sql) db?
Q8: How this CICD was in your last project?

-- Done Reading above this ---- 

Monday, March 9, 2026

Valtech- In Progress

Q1: How Kafka/ Azure Event Hub is used in your project. Can you give me end to end journey of using Azure Event Hub in your project?
Q2: What is the CICD process in your project?
Q3: How long it takes for you to push or changes? are u working in sprint or any other mythology? Difference between Trunk based and GitFlow?
Q4: How AI can be used in SDLC in your project? 
Q5: Do you have experience on using MLdotnet library?
Q6: What is semantic Kernal in AI?
-- Above this Done -- 
Q7: How to maintain security while using AI in your project?
Q8: What type of BFSI experience you have in your project?





----Audio Valtech 2956/5217

Merit In progress

Q1: What are the various presales activity that you are aware of as an architect? Q2: Have you heard of any master data management platform?...