Interview questions for Senior SAP Hybris Developer
Could you describe how you implemented BG deployment? What are the limitations and side effects of BG? Could you describe what is CI/CD? How to implement CI/CD process? Do (did) you have CI/CD on
Could you describe how you implemented BG deployment? What are the limitations and side effects of BG? Could you describe what is CI/CD? How to implement CI/CD process? Do (did) you have CI/CD on
Why should we avoid using final classes and methods?Hybris is intended to be fully extensible, so creating classes or methods that cannot be extended is not sensible. You’ll get problems with: Exten
In the morning you found a new issue in the issue tracking software. The problem is that sometimes a NullPointerException occurs in the StrategyOfGettingDescriptor. StrategyOfGettingDescriptor.java 1
You got some legacy code below. So, you’ve got to refactor the code and explain. The interface 123456package com.carsupplier.core.daos.carinfo;public interface CarInfoFinder { List<CarMode
Previous posts:Part 1 - Data ModelPart 2 - IMPEXPart 3 - Dynamic Attributes Enumerate places of definition configurable properties. global properties - local.properties file is located in ${HYBRIS_CO
You got the code below. You should refactor the code and explain. BestCarFinder.java: 123456789101112131415161718package com.carsupplier.core.car.services;public class BestCarFinder { private
What is the difference between dynamic and persisted attributes?Dynamic Attributes allow to add custom logic to the Models attributes without the touching peristence layer. How can I create a Dynami
I want to improve ImpEx performance on a multi-core system. What should I do?The performance of ImpEx can be improved by increasing the number of threads used by the index engine. You should find the
When do you need to use a deployment table?All items that don’t have a deployment table are stored in the genericitems table. It makes the genericitems table extremely large. This makes the database