Sie sind auf Seite 1von 7

1.What is payment gateway in ecommerce?

2.What is static content and dynamic content?


3.What is Gift List and Wish List?
4.What are different eCommerce models (B2B, B2C and C2C)?
5.What is the difference between Billing address and Shipping address?
6.What is cross sell and Up sell?
7.What is Omni Channel and multi channel?
8.What is multi currency site?

1. Why do you need staged and online catalogs?


2. How can a user make sure that the changes he’s doing in staged version are
accurate?
3. How do you differentiate the requests between preview and main site.
4. Some questions related to my previous project like email marketing.
5. How do you handle browser related issues?
6. I have some manipulations to be performed in an impex file during import. How
can I achieve this?
7. Is using beanshell in an impex file is considered appropriate? What are the
advantages and dis-advantages?
8. Questions related to Solr like modes of Solr, configuring a facet attribute.
9. How inventory is being managed across domains .
10. Explain the total steps to have new attribute in cronjob.
11. How you handled multi-site in your project , multi tenacy or multi catalog ?
advantages and disadvantages .
12. How you export three different types at a time using export script .
13. In a flexible query what all types of join it can accept like inner, left
etc.
14. Have you involved in production deployment? Steps involved in it.

1. Why do you need staged and online catalogs?


2. How can a user make sure that the changes he’s doing in staged version are
accurate?
3. How do you differentiate the requests between preview and main site.
4. Some questions related to my previous project like email marketing.
5. How do you handle browser related issues?
6. I have some manipulations to be performed in an impex file during import. How
can I achieve this?
7. Is using beanshell in an impex file is considered appropriate? What are the
advantages and dis-advantages?
8. Questions related to Solr like modes of Solr, configuring a facet attribute.

1. Why we need serializable in Java and a scenario question based on serial


version uid?
2. For a search from 10 million items which collection in Java is best for that?
3. In Spring MVC how the controller mapping works?
4. What is the use of position in content slot for pages?
5. How cart persistence logic has been implemented in your project?
6. How custom Price factory can be implemented?
7. How is Items xml is defined and in which order?
8. What all you will take care in items xml when defining a new type?
9. What happens if we don't mention generate="true" in item.xml?
10. How to enable only few languages for HMC even when there are multiple languages
existing?
11. How do we pass the domain object using REST instead of simple ID?
12. What is normalization and at which scenario what kind of normalizaiton should
we use?
13. How to swap two column values in db?
14. Difference between Cart.calculate() and cart.recalculate()
15. How to automate the config folder for different environments such as
production, staging and development.
16. How the login page flow occurs from jsp to the components
17. If the image server is a separate, then how the images will be picked, where we
need to make the entries
18. We can assign more than one content catalog/product catalog to the site/store.
what will be the behaviour/result in the hybris.
19. if one of the clustered application server fails, while the order is being
placed,
then how will you identify from which node the request had been placed?
20. Classification, why to use and when?
21. Cache, when it is cached and when invalidated?
22. How the checkout flow used the business processes?
23. How the first action in the process is identified?
24. The building have the car parking and the card to be swiped in and out, the
parking is full or not, what will be the data model for that?
25. what all the desing patterns used in the Hybris?
26. How the Spring security is used while login?
27. If we need to customise the error messages after login failure, then how the
messages can be customized?

1. Itemtype,attributes and item.xml in details.


2. How Dynamic attribute works?
3. Why we are not using Jalo Layer now?
4. Catalog structure in details with example.
5. Describe the Classification system in hybris and how to link category features
with product?
6. Describe the ecommerce application flow starting from landing page to order
placement?
7. Describe Consignment, merchandising, up selling, cross selling concepts?
8. Discuss WCMS module.
9. How do we create a Workflow?
10. How do we create a Cronjob?
11. Describe how business Process works?
12. Difference between business process and workflow?
13. Difference between B2b and B2C application functionality?
14. Relationship between cart entry and cart, cart entry and product?
15. How to create an extension?
16. Priority of property file.
17. Why have you left your last company?
18. Why you want to work with us?
19. What have you work in last projects?
20. What is bean scope in spring?
21. What is drawback of each scope?
22. What challenges had you faced into last project and how you resolve it?
23. Explain the architecture of your project.
24. How can you make a ajax call from jsp and handle it into spring mvc layer?

1. How to create Cron job and Job?


2. Have you done any product cockpit customization?
3. How to do validations in product cockpit for not empty for an attribute?
4. Differences between REST and SOAP?
5. How to create a webservices extension?
6. What the targets you know in ant?
7. What are the works you have done in tomcat?
8. How to add a attribute in SOlr?
9. What are the modes available in solr configuration? which modes' performance is
good?
10. What are the modules you have worked in spring?
11. What is generics in Java?
12. What is caching in hybris?
13. What is tenant scope in hybris?
14. What modification you did in synchronization job and how?
15. What had you do in previous project?
16. How had you validate a customer?
17. Explain the logic of cart merging and synchronization(Project related task)?
18. What is the voucher and how its get implemented into your last project?
19. What is TDD?
20. What is Type erasure?
17. How to test the private methods in your implementation?
18. What is refactoring of code?
19. What is REST?
20. What are the thing that can be done in REST, cannot be done in SOAP and that
can be done in SOAP cannot be done in REST?
21. What is “produces” annotation in Jersey REST?
22. What are the classes you have used in REST, define few classes?
23. How does the request flow happen in REST services?
24. How to integrate REST services with Spring MVC?
25. Have you used JAXB and where you have used it?
26. What is JavaScript and for what all reasons you would use JavaScript?
27. Have you worked on CSS, what is the top block in CSS?

CMS Design related question, what was the requirement and which component you
extended?
What happen when any user hits the url of any product details page in browser.
Complete flow.
Project related questions in which module you have worked, is that B2B or B2C site
and what they sell?
Classification design related question, why you created classification attributes
what was the need?
What are bean scope in spring?
What are annotations used into spring?
What is multi tenant in hybris?
How you can get payment info data into your controller(Checkout module related
question) .
What is cache in hybris?
What is Spring MVC framework?
How request flow happens from the browser to spring MVC?
What is Dispatcher servlet?
What are the annotations available in spring?
How is dependency injection done in spring?
What are the types of autowiring?
How is the request flow for Ajax calls happen in Spring MVC?
HTTP is stateless, how will you make it stateful?
What is request path annotation in spring?
How is polymorphism achieved in Java?
What is generics?
Can you explain the guest user checkout flow in hybris, what is the difference
between guest checkout flow and registered user checkout flow?
Why do we need createEssentialData and createProjectData, when should we use which
of these methods?
Write a flexi query to get the name of the product in german language for the given
code?
Select {p.name[de]} from {product as p} where {p.code} = ‘abc123’
What is product, what is the difference between product and variantproduct?
Complete flow of the customization done by the candidate?
Questions related to the customization? What is the use to choose the customization
you did this way?
Whether it can be done by using any OOTB. If yes why we choose the customization
implemented by us?
What is Hybris OOTB payment gateway?
How we are implementing the customize payment gateway?
Who provided the WSDL file? How it has been implemented in your module?
FACET Search? How we can implement the facet search?
How to create dynamic content?
Other than this, what are the other parts you involved and question related to
that?
Server configuration? Flow description after hitting the url from browser?
How Web server is connected with development server?
Load Balancer?
Load Testing? How performance testing happened in the project and your involvement?
Java question related to Collection MAP?

Difference between comparable and comparator interfaces and when to use which one?
Difference between singleton and prototype scope?
Tenant scope explanation?
How we can do Product cockpit customization?
If we want to add check in one field of product cockpit that it only allows numeric
values how we can do that?
What is the difference between category system and classification system
How we can manage inventory?
Product import process?
How we can manage pricing?
How to associate pricing with the products?
Details about the variant products?
Tenant system
Difference between tom and dom parsing techniques?
Overview about web services?
Payment gateway integration how you did? And what are the different exception
during the redirect to the service provider and how u handed that?
What are the mandatory fields to create a new website?
What are the important field required for a product to available for indexing in
solr search so that it can be available for facet search in side navigation?
What is the use of prepare interceptor? Twisted way.

How can you do product modeling (adding new attributes)?


What are the steps of Ant build (Twisted way)?
How build framework works?
What is dynamic attribute?
How can you fetch a dynamic attribute
What are the benefits of dynamic attr
How can you create cron jobs?
How can you configure solr?
Challenges you faced on your project and how you resolve those challeng?
How can you specifies dependencies of project?
Where can you add required extensions?
How can you create extensions?
What are the benefits and drawbacks of Hybris?
How can you create your own service?
What is the use of populator and convertor?
What is interceptor?
10 min Project discussion like what you have done in you last project Asked
multiple questions

What are technologies you used in Hybris fronend (JSP pages)?


What are DTO and DAO in Hybris?
What are the cockpits available in Hybris ? explain which are you know
How to do Unit testing in Hybris ?
How to do Integration test in Hybris ?
What is Process Engine ?
Explain architecture of hybris
What is persistence layer in hybris ?
How to create employee type ?
Extend and Employee type add a new field which is concatenation of two existing
fields of employee and value should not be stored in db ? also explain advantage
When you create any type , what are the steps involved ?
What is classification system?
What is the purpose of webserives in hybris ?
How to manage Cashing in Hybris ?
What are Search mechanism exists in Hybris ?
How to configure Solr Facet Search ?
Explain Service Layer in Hybris with advantages . How to create services and how
it is different from Controllers ?
Explain Spring AOP with Hybris ?
What is Singleton Scope and tenant scope , where to use them ?
Explain deployment diagram for Hybris production deployment
What are the deliverables while deploying hybris in production ?
What are the core concepts of OOPS ?
What is the difference between Polymorphism and overloading ?
What is Map collection and Why it is used ?
How to integrate rd party systems in Hybris ?
How you integrated payment gateway ?
How to secure payment gateway ?
What are the child components of classification?
When to use Classification systems and how do model a new product?
What are the variants and features of any product?
how to define search filter for color and size ?
How to create a new Homepage ?
How to retrieve products from DB?
Explain Model Lifecycle
Why models are not saved until model service save it ?
How to fetch Conditional records of any model ?
Why Hybris use Spring ?
what are the Technologies you used for hybris frontend ?
What are design patterns are used in Hybris ?
Can we fetch from DB directly in Controllers? Performance ?
What is strategy pattern? explain with real project example
How to create strategy classes in java ? not in Hybris .
How to pass value from controllers to JSP?
What is hybris Release Strategy and what the current release?
How does hybris build file point to the correct 'ant'?
What are hybris Server and SpringSource tcServer?
Does hybris support other application server?
What consoles do you know for administering hybris system?
How do you debug a hybris application?
Configured Types vs Runtime Types?
What is a dynamic attribute?
How is internationalization handled in hybris?
What is a media type? How do you import media?
What do you mean by Jalo session? Does every user need to be part of Jalo session?
What is the recommended layer to write the business logic to? What are DTOs? What
is the role of model?
What is Flexible Search?
What are User Accounts (Principals), Type Based Access Rights and Restrictions?
What is PageTemplate, ContentSlotName and ContentSlotForTemplate?
What do you know about ImpEx?
Difference between relation and collection? Which is better and why?
What are the boundaries for the typecode?
What are different types of pages in Hybris?
How is catalog version different from Catalog?
If you want to add custom attributes to a OOB item type; what are the specific
things while defining them in items.xml?
What are the various delimiters in Impex?
What does page template signify?
How is Page and Page Template associated?
Can you manage non-content pages through WCMS?
What is advance personalization?
What are the basic steps to create a new customized component?

What is a payment gateway and why is this required for an eCommerce system?
Which framework is Cockpit based on?
What are channels? What are multi-channel and omni-channel systems?
What do you understand about cart merging and cart synchronization?
What is Hosted and licensed shopping cart?
Storefront vs. Administration
What is Basic (e.g. PayPal, Google Checkout) vs. full-featured shopping cart?
What do you know about PLP and PDP?
What is promotion? Give some examples of promotion?
How does sale price differ from list price?
What do you mean by extension and module?
Could you tell me OOB any 5 extensions?
How do you create an extension and what settings is required for (a) the extension
to be included in the build output (b) the dependencies to be declared?
What is the difference between extension and addon.
Could you tell me OOB any 3 addon?
What is extensioninfo.xml file?
What is Core Extension Module?
What is Type System in hybris?
What is Extension Version in hybris?
What is hmc Extension Module in hybris?

What do you understand by accelerator?


What is vJDBC?
can you explain vJDBC architecture?
What is a CronJob in hybris and how is it used and what purpose does it serve?
What is trigger and job in cronjob?
What is catalog and catalog versions?
What do you mean by cross/up sell?
What are interceptors in hybris?
What is validate interceptor in hybris?
What is load interceptor in hybris?
How will you register an Interceptor?
What is life cycle of model in hybris?
What is Lazy Loading ?
How is the catalog hierarchy modeled?
What do you know faceted search?
What search engines do you know about?
What is analytics and what role does it play in eCommerce?
What is the difference between gift list and wish list?
What are typical integrations with eCommerce do you know?
What is Responsive Web design and why is it a buzz now-a-days?
What is a pre-order?
What is order structure in hybris?
What is inventory and how does fulfillment happen?
What is the difference between Billing address and Shipping address? How do
typically validate billing address?
What are different eCommerce models (B2B, B2C and C2C)?

Das könnte Ihnen auch gefallen