Showing posts with label atg interview at wipro. Show all posts
Showing posts with label atg interview at wipro. Show all posts

Wipro Interview Questions-- Sharepoint Interview

 Wipro Interview Questions-- Sharepoint Interview
1) Can you introduce your self ? What is your Responsibilities in This Project..?
2) Have you ever worked on Master page..? What is the use of master page..? Can you tell me , I want to put the
Dropdown control in master page, and this dropdown control should populate the data from database..?
3) How can you create and deploy the workflows by using Visualstudio 2005, tell me the stepwise
4) Can you tell me how to create the HRLeaveapproval workflow by using SPDesinger..?
5) What is the use of infopathforms.?
I have the List called ”Employees”,in that there is a Field called ” Department”,
I want to Fill the Department names in the infopathform control
( eg: Take the Dropdown control , i want to fill this Department names in Dropdowncontrol)
6) 10 users entering the data in infopath forms and submit the data,
now i want to generate the reports for those 10 users, how can you do this ..?
7) What is the use of BDC…?
8) How can you Configure the Enterprise Search ..?
9) What are the Base class methods you used in developing custom webparts..?
10)How many ways you can deploy the custom webparts ? with out install in GAC,
is there any other way to deploy ..?
11) About Execl Services,
12) Feature event receivers Classes…?
13) What is the use of “Run with elevated Previliages”…?

ATG consultant Interview Faqs

ATG consultant Interview Faqs
1. Which versions of ATG have you worked with?
2. What parts of ATG’s stack have you worked with?
3. How do you compare ATG with Ruby on Rails?
4. What is Nucleus?
5. What is the ATG Repository?
6. When creating form handlers typically what ATG base class do you extend? GenericFormHandler.java
7. When creating droplets what ATG base class do you extend? DynamoServlet.java
8. What form handlers and methods do you use during checkout? ShoppingCartFormHandler, numerous handlers like handleMoveToConfirm, etc.
9. What does a user typically see during checkout? Add to shopping cart, login, billing and shipping address, payment, confirm, confirmation, email confirmation, shipped email.
10. How do you compare strings in Java? If String a = “hello” and String b= “hello” what is a == b? True, a and b both reference the same constant string.
11. What is HTTP? How does it work?
12. If HTTP is stateless then how does a web application maintain state.