1. What is the difference between thin client and thick client?
Thursday, April 28, 2016
Saturday, February 27, 2016
PEGA Interview questions 2
1.What is the difference between Page-Validate and Property-Validate methods?
2.What is difference between Edit validate and Edit Input rules?
3.Where assignments will be stored in pega rules database?
4.Where work objects will be stored ?
5.If I have 3 different work objects in my application, how to store them in three different tables?
6.What is StepStatusGood, StepStatusFail rules?
7. How to make any rule as a favorite to your manager
8. Where can i see the paramater values in the clipboard ( values ..) i am passing one activity to other ?
9. How to import rules using pzinskey
10. Difference between activity and utility
11. Difference between obj-open and obj-open-by-handled
12. Inheritance concept in the pega (rules, class)
13. Performance of our work in the pega is measured using?
14. How to connect to different pega applications?
15. How to store the instance of the class in a specific database
16. Difference between obj-list, rdb-list?
17. How to see values of the local variables of the activity.
18. how can i store the instance of the class in the data base
19. default data table where the instance of the class are store (how it will search ) pc_work
20. In Routing activity what is the default property used to route the object
21. In routing activity if i use workbasket name instead of work list name .. when can i know it is wrong (run time, complile time)
22. Notify
23. ticket: explain any senarion u used
24. table used for add note
25. Default activity used to create work object
26. Different type of flows. Explain in scenario based where u used and worked
27. work object ID.. how to create.. activites ued to create, or methods Work ID:
28. how to send multiple correspondences at a time
29. How to call an Activity from Java Script?
30. how to end the workobject in the activity ( method used to kill the work object)
31. how to call an activity from the java, java script
32. How to pass parameters to the activity using the java, JavaScript?
33. How can I pass page as the parameter to the activity using java, JavaScript?
34. How to call an Activity from Java step?
35. How to get a property value from clipboard using Java step?
36. How to restrict the harness, section to particular user
37. List different functions used to call an activity from java script.
38. How a user’s ruleset list is formed ( the logic )?
39. How to connect external java application without using connect-java
40. Spinoff // split join explain
41. Privileges usage…
42. Decision / fork usage… Scenarios Decision:
43. How to expose the column in the blob… of the database
44.What is a class group?
45.Difference between forke and decision shape
46.Differentiate Obj-Browse and Obj-List-View
47.Differentiate Obj-List-View and Obj-Summary-View
48.Which activity do we use in Obj-List-View to customize the search results
49.What is the use of pyDefault model?
50.Differentiate Decision table, Decision tree, Map value and Map value pair
PEGA Interview questions 1
1.What is REST? Why we need to use REST. What is the difference between REST and SOAP?
2. What are different types of Flows?
3. What is the class of clipboard page?
4. What are the different pages in clipboard.
5. What are different property types.
6. What is the scenario when we use value list.
7. What are different activity types.
8. How can u create work object using activity.
9. What is the difference between spin off and split join?
10. What are the shapes which are available in start flow and do not appear in sub flow.
11. How do u handle exceptions in flows?
12. How do u restrict user not to edit the decision table.
13. What is map value? When we use map value.
14. Explain declarative rules with examples.
15. What is the difference between property validate and page validate?
16. What is availability of rules?
17. Explain availability of rules with example.
18. What is Rule resolution algorithm? How PRPC finds rules.
19. What is circumstance? How u do circumstance of a rule.
20. What is a product rule? How u will create that.
21. What is the difference between when and fork in flow.
22. How work object will be created. By default which table it will be stored. How to change the table which is mapped?
23. How do we find out which class mapped to which table.
24. How external database connected to PRPC. How tables are connected to different classes.
25. How to expose a property? What are different ways to expose it.
26. What is unexposed property? Where that value stored?What is the column which will store the values.
27. How to retrieve data from BLOB?
28. What are different validations in PRPC.
29. What is an agent.
30. What is Data agent and what is rule agent.
31. How to trace an agent.
32. What is the difference between thread, node and requestor?
Wednesday, October 21, 2015
Google Chrome No Data Received Err Connection Reset Fix
Open command Prompt
Run the following commands. Problem will be solved
- ipconfig /release
- ipconfig /all
- ipconfig /flushdns
- ipconfig /renew
- netsh int ip set dns
- netsh winsock reset
Sunday, July 26, 2015
Angular JS Interview Questions and Answers
What is Angular JS ?
Angular JS is Client side open source JavaScript framework to create SPA applications. Its written in JavaScript.
Is AngularJS a library, framework, plugin or a browser extension?
AngularJS is framework
Is Angular JS is cross-browser compatible?
Yes
What is ng-repeat?
It is directive used to iterate the collection/
What is $http?
It is useful for communicating with remote servers.
Various Filters in Angular JS
currency
filter
lowercase
orderBy
uppercase
How to write AngularJS Expressions
AngularJS expressions are created using {{ expression }}.
What is $scope?
$Scope is glue between View and Controller
How to Include HTML files in Angular JS Application?
Using ng-include directive
What is $RouteProvider
It wil be is used to configure the routes. We use the module’s config() to configure the $routeProvider
What is a scope in AngularJS?
scope is an object that refers to the application model. It is the glue between application controller and the view. Both the controllers and directives have reference to the scope, but not with each other. It is an execution context for expressions and arranged in hierarchical structure. Scopes can watch expressions and propagate events.
What is Routing? How to Create it in AngularJS?
AngularJS routes enable you to create different URLs for different content in your application.
How will you show/hide buttons and enable/disable buttons conditionally?
Using the ng-show and ng-disabled directives.
How will you loop through a collection and list each item?
Using the ng-repeat directive.
How to enable and disable buttons with using condition?
Using ng-disabled
What are the advantages of using Angular JS framework ?
Supports two way data-binding
Supports MVC pattern
Support static template and angular template
Can add custom directive
Supports REST full services
Supports form validations
Support both client and server communication
Support dependency injection
Applying Animations
Event Handlers
Wednesday, April 22, 2015
Thursday, February 19, 2015
PowerPivot Error: user is not a farm administrator - Fix
Fix:
Open Central Admin
Go to View All Site Collections
Select Central Admin Root site collection,
Add the Domain Account as Site Collection Administrator.
Now run the PowerPivot Configuration Tool. It will open without any issues
Open Central Admin
Go to View All Site Collections
Select Central Admin Root site collection,
Add the Domain Account as Site Collection Administrator.
Now run the PowerPivot Configuration Tool. It will open without any issues
Subscribe to:
Posts (Atom)