Pega Frameworks | List of Pega BPM Frameworks


Pega Frameworks – Table of Content

Why do we require framework applications?

Framework applications are useful for maintaining reusable codes throughout implementation, whereas enterprise applications are used to preserve reusable codes in an organization.

The following types of Framework applications:

  • Application or custom Framework 
  • Solution Framework

Application or custom Framework: This kind of framework applications are created by the Applications team from scratch to meet their own operational requirements.

Want to Become a Master in Pega? Then visit here to Learn Pega Training

Pega Certification Training

  • Master Your Craft
  • Lifetime LMS & Faculty Access
  • 24/7 online expert support
  • Real-world & Project Based Learning

Creating a framework application:

Create a framework application that contains rules common to every part of the organization. These common rules of the framework application will be inherited by the implementation application that is built on the framework application.

  • Create a new operator to run the application wizard by following the given steps:
  • Using adminstrator@pega.com operator ID and passwords of this operator login to the Dev studio.
  • Record a copy of the current administrator@pega.com operator and provide them with a name that will identify them as an application configuration operator.
  • Add the access group PegaCS: AppSetup to the new operator record and then press the radio button to the left side of the access group to choose it as the default access group.
  • When the access group is chosen as the default access group for the operator, the new application wizard will open when the operator logs in.
  • Now save the new operator.

Related Article: Pega Documentation

Sign In as an application setup operator.

use the following steps of the New Application Wizard to build a new framework application:

  • On the page “Are you ready to build a new application,” the built-on application is selected for you, according to the operator’s access group. Then click on continue.
    Select your lines of business on the select request bundle page. And click on continue. Each bundle comprises the types of service requests and data types related to this business line.
  • Select the types of service requests needed for your company On the Service Requests page and click on continue. The New Application wizard selects the types of service requests related to the selected bundles automatically.
  • Select the data types needed by your company On the Data Types page, and click on continue. The New Application wizard selects the types of service requests related to the selected bundles automatically.
  • From the Select Channels page, select the channels of interaction supported by your organization. Then click on continue. For every selected channel, the New Application Wizard will create appropriate interaction classes and drivers relevant to the new implementation application. Refer to Configuring interaction settings for changing the interaction classes and drivers after creating the implementation application.

Want to know more about Pega,visit here Pega Tutorial !

Business Process Management (BPM), pega-frameworks-description-0, Business Process Management (BPM), pega-frameworks-description-1

Subscribe to our YouTube channel to get new updates..!

If your organization is using the Customer Decision Hub functions for future suggested action items and suggested responses, select Enable Customer Decision Hub, On the Customer Decision Hub page. 

  • On the page “Name your application”, type the name of the application, then click on Advanced configuration.
  • In the section’ Application Settings’, under Application Structure, choose the framework.
  • Under Organization settings, enter the name of the organization, the name of the division, and the name of the unit for that application. The New Application wizard will create the application class structure according to the organizational settings you input. If the entities within the organization are not defined, enter the name of the new entity name into the applicable field. The application stores the new values during the creation of the new application.
  • Select Save and then Create application. Outcome: The New Application will create the application.

For the new application, you can also create operators: 

  • Choose a user and the user’s role. 
  • Each role matches one access group included in the new application. 
  • Click on add.
  • You can open the new app by clicking Go to app. 
  • The new application will start in Dev Studio.

Top 40 frequently asked Pega Interview Questions !

Pega Certification Training

Weekday / Weekend Batches

Solution Frameworks: This kind of application that is provided by Pega can be used directly for any implementation.

Pegasystems provides industry-oriented solutions frameworks for insurance, healthcare, banking, investment, and other industries in order to provide advance notice for developing applications related to selected business processes. These applications are limited and are designed to make them easier to develop and customize. They will demonstrate the potential value of Process Commander for the company and implement common features that are utilized in a standard manner across the industry. 

 For example, assembling outgoing SWIFTNet messages and analyzing incoming SWIFTNet messages are supported by banking solution frameworks. Likewise, industry-standard electronic document exchange protocols, like ANSI X12, are supported by health care frameworks.

Visit here to learn Pega Training In Hyderabad

Solution frameworks that various PegaSystems Inc. customers use are: 

Smart Investigate for Payments — to Support wholesale banking operations

Fraud and Anti-Money- Laundering Investigations Management

PegaHealth Sales Process Manage — for Supporting people who pay for health care.

Insurance Industry Framework — A complete startup kit.

PegaCARD Customer Process Manager — to Support inbound client service processes within card operations

PegaCARD Smart Dispute — for providing Support for handling credit card disputes.

Customer Process Manager — to Support inbound client service processes within insurance operations.

Now let us go through the framework layer in Pega and end this post. Before that, Pega prpc is an automated tool that will run on a java-based back-end and is ideally suited to business process management solutions. The PRPC Enterprise-Class structure is made up of four layers:

  • Organization Layer
  • Division Layer
  • Framework Layer
  • Implementation Layer  

The framework layer is everything about the process. That’s what makes it possible for an organization to reuse most of its products. The processes in an organization are often quite similar among the various divisions. By putting this common process into a frame, we need to build it once and for all the different applications within this organization.

Other Related Article:



Source link

Leave a Reply

Subscribe to Our Newsletter

Get our latest articles delivered straight to your inbox. No spam, we promise.

Recent Reviews


Become a skilled expert in PowerApps by exploring the top PowerApps Interview Questions and performing well in your upcoming interview.

Microsoft PowerApps is a leading enterprise-grade low-code data application. It helps to build robust custom apps for all types of businesses. It follows a modern method to build apps for different platforms like mobile, web, and tabs. We can see that there is good growth in low-code solutions and their evolution which created the demand for skilled PowerApps experts in the market. 

You can learn more about Power Automate/Apps by going through this blog. At HKR, we have curated an updated list of the most frequently asked PowerApps Interview Questions and Answers with expert support. Explore the top interview questions below.

Frequently asked Powerapps Interview Questions for basic level:

PowerApps Interview Questions for Beginners

1. What are Power Apps?

Ans. PowerApps is a Microsoft product and a leading low-code development platform. Also, it is a SaaS platform that helps in developing custom mobile apps across multiple platforms. These platforms include iOS, Android, Windows, Web Browsers, etc. Further, it helps to build various business apps much faster. It connects to many data sources on-premise and cloud, such as MS Excel, Office 365, SharePoint, etc. Hence, it is ideal for developing various custom apps seamlessly.

Become a PowerApps Certified professional by learning this HKR Power Apps Training !

Become a PowerApps Certified professional by learning this HKR PowerApps Training !

2. What exactly is a collection? What is the procedure for developing a collection?

Ans. A collection in PowerApps is a local data source, independent of cloud services, residing on the device. It’s designed for local storage and is not shared across devices or users. Collections are utilized for storing and retrieving data within the app. Functions like Collect, ClearCollect, and Clear are integral to managing these collections, enabling the manipulation and handling of data within PowerApps effectively.

3. Explain how to define and use a local or global parameter in Power Apps briefly.

Ans. Global variables in PowerApps are set using the Set function, which stores information temporarily. It could include the number of button selections or results from data operations. Local variables, or context variables, are created with the UpdateContext function. They provide a similar temporary data storage on a more localized level within the app.

4. What exactly is Common Data Service?

Ans. The Common Data Service (CDS) is a secure platform for storing data used by business apps. It organizes data into entities akin to database tables and comes with a set of pre-defined standard entities while allowing the creation of custom ones. CDS is integral to PowerApps, enabling developers to craft rich, data-driven apps.

5. In what coding language is Microsoft PowerApps written?

Ans. MS PowerApps uses Microsoft Power Fx, a low-code language inspired by Excel and designed to express logic across the Microsoft Power Platform. It makes Power Apps accessible and user-friendly, especially for those familiar with Excel.

6. Explain the main components of PowerApps.

Ans. PowerApps comprises several key components: Canvas apps, Model-driven apps, Microsoft Dataverse, and Portals. Additional elements like Galleries, Cards, Screens, Functions, Properties, and Controls support the app development, enhancing functionality and user experience.

7. What are the main differences between the Canvas App and the Model-driven App?

Ans. Canvas Apps offer a freeform interface design, allowing for a high degree of customization and connection to over 200 data sources. They are ideal for creating bespoke user experiences on web, mobile, and tablet platforms. 

On the other hand, model-driven apps start with the database schema, leveraging the structure of your business data in the CDS to generate responsive UIs automatically. They are robust in utilizing CDS’s capabilities to configure forms, business rules, and workflows.

8. Is Flow dependent on Power Apps or the other way around?

Ans. PowerApps and Flow (now Power Automate) are distinct yet complementary tools. PowerApps is more focused on app creation with optional integration with Flow for enhancing functionalities. On the other hand, Flow can operate independently or in conjunction with PowerApps to automate workflows.

9. What is the difference between an Action and a Trigger in MS-Flow?

Ans. In MS Flow, Actions are user-initiated tasks, such as SQL database operations. Triggers, however, are automatic alerts from connectors when certain events occur. Triggers are of two types: Polling Triggers, which regularly check for new data, and Push Triggers can wait for a specific incident to happen before starting an action.

Get ahead in your career with our PowerApps Tutorial !

10. How do I use the canvas components in my apps?

Ans. PowerApps Components are reusable blocks that allow for creating custom controls within canvas apps. These components can be shared across different apps and organizations, promoting regularity and efficiency in app development.

11. What are the various methods for submitting data from the Power Apps?

Ans. Data in PowerApps can be submitted using functions like Patch(), which allows for partial updates, and SubmitForm(), which is used for submitting entire forms.

12. How can a different user environment be created in PowerApps?

Ans. Environments in Power Apps serve as containers for arranging and handling business data, apps, and flows. They enable the segregation of apps based on roles, security needs, or target audiences, tailoring the app development process to specific organizational needs.

13. Is it essential to combine various data sources into a single canvas app?

Ans. Combining multiple data sources in a single canvas app is essential for robust app functionality. PowerApps supports an extensive array of connections, allowing for integrating diverse data sources in a single application, enhancing its versatility and efficiency.

14. What are the various features of Microsoft PowerApps?

Ans. MS Power Apps possess various features covering integration with Flow and other Office 365 automation tools. It offers a user-friendly drag-and-drop interface for app building and connects with 200+ data sources. PowerApps also includes a rich collection of sample apps and a strong community for support. It also contains AI Builder and pre-built templates.

15. Distinguish between Canvas and Model-Driven Apps.

Ans. Canvas Apps offer a highly customizable user interface, allowing integration with various UI elements and connections with over 300 data sources. Model-driven Apps, conversely, focus on data-driven development, automatically creating user experiences based on Dataverse tables, and are limited to a single data connection.

16. Is it possible to build Microsoft Power Apps without having a license?

Ans. Creating or using PowerApps requires a license. However, a 30-day trial plan allows users to explore PowerApps’ features without a commitment.

17. When can you use Model-driven apps rather than Canvas apps as a consultant?

Ans. Model-driven apps are ideal when the application primarily interacts with Dataverse-defined tables, offering a data-centric approach to app development.

PowerApps Training

  • Master Your Craft
  • Lifetime LMS & Faculty Access
  • 24/7 online expert support
  • Real-world & Project Based Learning

18. How can you make the Canvas Apps more accessible?

Ans. Enhancing accessibility in Canvas Apps involves utilizing features like adjustable screen height and width and Container controls, ensuring the app assists various user needs and preferences.

19. Define PowerApps Studio.

Ans. To build and edit PowerApps, we use PowerApps Studio. It is a primary tool that allows users to add controls to the app’s UI and also helps to link with various data sources. It also helps you to publish the app and insert custom logic.

20. Can we access local area network data sources through Power Apps?

Ans. Yes, PowerApps enables connections to local network data sources, offering data integration and access flexibility.

21. How can you share a canvas app with external business partners & contractors?

Ans. Sharing a canvas app with external parties is feasible through Azure AD B2B external partnerships, allowing guest users to access the app for a specified period.

22. Define the various types of apps that can be developed through PowerApps.

Ans. MS Power Apps enables the development of multiple apps, including Canvas apps, Common Data Services (CDS), Model-driven apps, and portals. It caters to different business needs.

PowerApps Interview Questions Answers for Experienced

23. Define the various options for using media files in the Canvas app.

Ans. PowerApps supports the upload of media files up to 200 MB per app. Using external media or blog storage services like Azure for larger files is recommended, integrating them within the app via URLs.

24. What do you mean by collection in PowerApps?

Ans. A collection in PowerApps is a local data source unique to the app and not tied to cloud services. It functions as local storage on the device and can be managed using Clear, ClearCollect, and Collect.

25. Explain how to create separate user environments in Microsoft PowerApps.

Ans. In PowerApps, an environment acts as a space to store, manage, and share business data, apps, and flows. It functions as a container, allowing the isolation of apps based on their audience, security needs, or functions. It is tailored according to the specific requirements of the organization and the intended apps.

26. Explain how you use a local or global variable in Power Apps.

Ans. In PowerApps, global variables are set using the “Set” function, which temporarily stores data like operational results or the count of button presses. Local variables, or context variables, are created with the “UpdateContext” function and are confined to a specific screen, not accessible from other screens.

27. Is it possible to use many data sources in a single canvas app in PowerApps?

Ans. PowerApps allows the integration of multiple data sources within a single app, offering extensive flexibility and connectivity options once the initial connections are built.

28. Does Flow rely on Microsoft PowerApps, or PowerApps rely on Flow?

Ans. PowerApps and Flow (Power Automate) are distinct but can be used differently. PowerApps is primarily for app development, occasionally integrating with Flow, while Flow can operate with or without PowerApps, focusing on automating workflows.

29. Explain the various license options available for the MS Power Platform’s Storage attributes.

Ans. The MS Power Platform offers three types of storage capacity licenses: Dataverse for Apps Database Volume, Dataverse for Apps Log Capacity, and Dataverse for Apps File Space, catering to different storage needs within the platform.

30. How to create a clear or distinct user environment in Microsoft PowerApps?

Ans. Creating a distinct user environment in PowerApps involves setting up a space for storing, managing, and sharing business data, apps, and flows. This environment acts as a container, isolating apps based on specific roles, security needs, or target demographics, and is defined by the organization’s requirements and the nature of the apps being developed.

31. What are the benefits of using Power Apps?

Ans. PowerApps facilitates workflow management, data visualization, automation, and reporting. It enables integration across teams, field workers, management, and consumers, accessible via mobile apps, websites, or Office 365 products. PowerApps supports diverse business activities, from employee onboarding to configuration frameworks, ensuring security and efficiency.

32. Define the concept of security roles in Microsoft PowerApps.

Ans. In Microsoft Power Platform, Security Roles assign permission levels to specific users or teams within an entity. These roles define the rights and access levels, configuring access to apps and data within the space and managing a user’s access to resources through a combination of access levels and permissions.

33. What is the use of Patch Function in canvas apps in PowerApps?

Ans. The Patch function in PowerApps allows users to create their apps by combining various PowerApps functions into a single app. It employs an “if-then” logic, facilitating the merging and manipulation of data within the app.

34. Which types of companies should use Microsoft PowerApps?

Ans. MS PowerApps is developed for different types of businesses. It offers the flexibility to create customized apps that meet specific business needs. Also, it makes it a versatile tool for enterprises across various industries.

[ Related Article: powerapps patch ]

35. Explain the use of DLP Policies in PowerApps.

Ans. Data Loss Prevention (DLP) policies in PowerApps act as safeguards to prevent accidental business data exposure. These policies can be implemented by tenant admins or those with the Environment Admin role, ensuring secure data handling within the platform.

36. Is it required to learn to code for app creation?

Ans. MS PowerApps is designed to enable non-coders to develop apps without coding skills. It provides a library of predefined templates that can be customized to suit specific app-building needs.

37. Define some examples of Microsoft PowerApps Use Cases.

Ans. PowerApps can be used for daily data collection and management tasks. Examples include creating applications for employee work hour tracking, managing expense accounts, and responding swiftly to customer needs, showcasing the platform’s flexibility and rapid deployment capabilities.

HKR Trainings Logo

Subscribe to our YouTube channel to get new updates..!

38. Explain Dataverse.

Ans. Dataverse is a data platform within Microsoft PowerApps that facilitates the storage and modeling of business data. It forms the foundation of MS Dynamics 365 apps, offering secure data management and customization with standard and custom tables.

Advanced – PowerApps Interview Questions Answers

39. How can you verify the versioning of a canvas app in a collaborative setting when there are regular updates?

Ans. Versioning in a collaborative canvas app setting can be managed by including version-specific comments or labels indicating the version number on the app’s home screen. This manual update process helps app makers keep track of changes and maintain consistency.

40. What are the Microsoft PowerApps Portals and their use?

Ans. PowerApps Portals is a web design platform within PowerApps, focusing on external-facing websites. They enable the creation of sites that reveal data to customers and vendors, offering integration with standard authentication services and sharing similarities with model-driven apps in their reliance on Dataverse.

41. Define the various benefits of the PowerApps Portal.

Ans. PowerApps Portals enhance customer, partner, and employee satisfaction by integrating with MS Power BI and other Microsoft apps like SharePoint. They facilitate better decision-making, strengthen security for client data, and engage external users by allowing secure access to data through commercial authentication services.

42. Explain what Microsoft PowerApps cannot do and what puts it apart From Others.

Ans. MS PowerApps is uniquely tailored for internal business applications, offering enhanced scalability, reliability, and performance. Its integration with Microsoft Flow and Power BI makes it an ideal solution for growing small businesses. However, it’s not suitable for public distribution as sharing outside the organization is impossible. 

PowerApps follows a “no-code” approach, eliminating the need for JavaScript or HTML and simplifying and speeding up development. Nonetheless, developers are limited to pre-built templates and connectors, restricting customization.

43. How can we connect to SharePoint from a canvas app in PowerApps?

Ans. Connecting a canvas app in PowerApps to SharePoint involves generating an app from a SharePoint custom list or establishing a connection for data addition or new app development. You can display data from a SharePoint Online custom list or manage multimedia files in a library. PowerApps can create a three-screen app for managing custom list data. Alternatively, establish a secure connection by signing into PowerApps, navigating to Data > Connections, and selecting SharePoint. You have options for a direct link or using a data gateway, after which you can add data to an existing app or start anew.

44. How do you define the error function in PowerApps?

Ans. In PowerApps, errors may arise due to data source alterations, network issues, or permission conflicts. While Patch and other data functions don’t directly return mistakes, the “Errors” function can be used post-operation to identify problems. It produces a table detailing the error, including the affected record, data source, and specific column. Additionally, ‘Validate’ and ‘DataSourceInfo’ functions can preempt potential errors. The ‘Errors’ function is crucial for providing clear error messages and codes aiding troubleshooting.

45. In Microsoft Power Apps, how can you cache data?

Ans. Data caching in PowerApps involves:

  • Navigating to the PowerApps portal.
  • Selecting your Portal app.
  • Accessing ‘Settings’ and then ‘admin’.
  • From there, choose ‘Portal Actions’ and ‘Restart.’ It restarts the web application service and clears the server-side cache, enhancing its performance.

46. How to store an attachment in Microsoft PowerApps?

Ans. To store attachments in PowerApps, first, select the forms where extensions are needed. Open the data panel and locate the ‘Attachment’ field to activate it. Always ensure to back up your app before publishing any changes.

47. Explain the important difference between PowerApps and Power Automate.

Ans. PowerApps is a design tool for app creation, while Power Automate focuses on workflow automation. They are distinct yet complementary tools with specific use cases in business process automation and application development.

48. What are the steps to add components to a canvas app?

Ans. To add components to a canvas app in PowerApps, access PowerApps Studio, create or update an app, and use the ‘Add’ option to import parts. It allows for the integration of custom controls into your app.

49. Explain the use of the Microsoft PowerApps Loading Spinner.

Ans. The Loading Spinner in PowerApps indicates ongoing data loading processes. An animated element signals users when data recovery takes longer than usual. This feature under the Advanced tab improves user experience by providing visual feedback during longer loading times.

50. How can you enhance the performance of your PowerApps?

Ans. Enhancing PowerApps performance involves limiting data connections, reducing control usage, avoiding inter-screen formula dependencies, optimizing OnStart properties, caching lookup data, utilizing delegation, and minimizing formula repetitions. Additionally, authorizing ‘delayOutput’ for all text input controls can improve performance.

51. What are the drawbacks or limitations of using Microsoft Power Apps?

Ans. Microsoft PowerApps has certain limitations, including a complex licensing structure, cost factors, item limitations, and limited support for various device sizes and orientations. It also lacks support for JavaScript in PowerApps forms, and its SharePoint integration works best only with attachment control.

52. Define Datastore And its Working Strategy. What type of events does it Support today or No Longer Support?

Ans. DataStore in PowerApps is a non-visible data repository, allowing records retrieval without display. It supports operations like row insertion, deletion, recovery, and update. However, it no longer supports “click” events, focusing on more functional data manipulation methods.

53. What is a Combo Box in PowerApps, and what separates it from the Drop-down?

Ans. A Combo Box in PowerApps is a searchable control allowing for server-side item selection, offering flexibility in displaying single or multiple data values per item. In contrast, a Drop-down control conserves screen space and is more suited for longer option lists.

54. In which conditions does the Power App/Automate run? In MS Power Apps, how can you get impersonation or overhead privileges?

Ans. PowerApps operates under the current user’s context, with flows triggered automatically or manually through PowerApps running in the flow owner’s context. Impersonation is not default, but you can create interconnected flows to bypass this limitation and simulate user actions.

55. Define the method to export to Excel in PowerApps.

Ans. Exporting to Excel from PowerApps requires a flow workaround, where JSON data is passed from PowerApps to the Flow, which then creates and saves an Excel file on SharePoint. The Excel file URL is then communicated back to PowerApps for download.

PowerApps Training

Weekday / Weekend Batches

56. What do you mean by a concurrent function in PowerApps?

Ans. The Concurrent function in PowerApps allows parallel evaluation of multiple formulas, reducing processing time by executing actions in parallel rather than sequentially.

57. What do you mean by Environment variable, and How do you make one in PowerApps?

Ans. Environment PowerApps Variables are unique to each environment, storing key-value pairs for application use. They facilitate the separation of variables from applications, allowing easy modification across different domains.

58. Explain the difference between the following Power Apps functions- Match, IsMatch, and MatchAll.

Ans. In PowerApps, ‘IsMatch’ returns a boolean based on string-pattern matching, ‘Match’ returns the first matching record, and ‘MatchAll’ provides a table of all matches found.

59. Explain with an example how to use the LookUp() & Filter() functions. What differentiates the LookUp function from Filter()?

Ans. LookUp() retrieves the first record meeting specified criteria, while Filter() returns all matching records. For instance, LookUp(Soap, Color = “White” Quantity) finds the first white soap, while Filter(Soap, “white” in Lower(Color)) lists all white soaps.

60. In Microsoft Power Apps, how can we apply Error Handling?

Ans. Error handling in PowerApps involves using ‘IfError’ and ‘isError’ functions to manage and communicate errors effectively. Enabling Formula-level error management is crucial for this process.

61. What is meant by delegation?

Ans. Delegation in PowerApps refers to minimizing on-device data by delegating data processing to the data source. It involves using formulas that can be delegated to handle data efficiently and reduce network load.

62. Define SaveData, LoadData, and ClearData functions in MS PowerApps.

Ans. ‘SaveData’ saves collections for later use, ‘LoadData’ reloads previously saved collections, and ‘ClearData’ clears data related to a specified name or all app-related data storage. These functions facilitate efficient data management in PowerApps.

63. Define the way to troubleshoot errors in MS PowerApps.

Ans. In PowerApps, troubleshooting errors includes a well-planned approach:

  1. You need to review the error messages that offer valuable information regarding an issue. For syntax errors, you should verify formulas and expressions or logical irregularities.
  2. You can use tools, such as Formula Auditing, to locate the issues in formulas. Also, you can check the connections and permits of data sources to see whether the data recovery is working well.
  3. You can get support from the Microsoft community or online resources/forums if the complexity of issues exists.

Conclusion

Our experts with good industry experience have curated these PowerApps interview questions and answers. We have covered all the key questions that were asked many times in the previous interviews. So, we hope you have understood the above importance of Power Apps. If you’re going to appear for an interview, then refer to these interview questions before attending to gain confidence. Keep visiting this space to get more interesting courses, training offers, career guidance, etc.

About Author

author-image

As a content writer at HKR trainings, I deliver content on various technologies. I hold my graduation degree in Information technology. I am passionate about helping people understand technology-related content through my easily digestible content. My writings include Data Science, Machine Learning, Artificial Intelligence, Python, Salesforce, Servicenow and etc.

Upcoming PowerApps Training Online classes

Batch starts on
29th Jun 2026
Mon & Tue (5 Days)
Weekday
Timings – 08:30 AM IST
Batch starts on
3rd Jul 2026
Sat & Sun (6 Weeks)
Fast Track
Timings – 08:30 AM IST
Batch starts on
7th Jul 2026
Mon & Tue (5 Days)
Weekday
Timings – 08:30 AM IST



Source link