General questions about the previous work
Ecommerce Operations Interview Questions
560 ecommerce operations interview questions shared by candidates
Tell me more about yourself.
How would you reach out to a customer who was not responding to emails?
Why are you interested in interior design?
Who is your favorite superhero?
Why Do you want to work for Theisens? Explain your how you would set up a campaign from start to finish? Scale of 1 -10 experience rating questions
1. Tell me about yourself. 2. Which technologies you used till now? 3. What is page life cycle in ASP.NET? 4. What are the events in Application life cycle? 5. What is the differrence between Abstraction and Encapsulation with example? Explain in real world scenario. 6. What is abstract class and interface? what are the differrences? What's the use of both? Can abstract class have a constructor, if so whats the use? 7. What is Generics? Where and how you have implemented in your project? What is boxing and unboxing? 8. What is collection? What's the differrence between generics and collection? 9. If we want to work on list of strings then which collection you will use, Array or ArrayList and why? 10. What is Disctionalry and Hashtable? What's the differrence? How do you access values? 11. Let's suppose we are storing 3 values in dictionary and accessing those as below then what will be its outout? //------------------------------------- Dictionary<int, string> myDictionary = new Dictionary<int, string>(); myDictionary.Add(1, "A"); myDictionary.Add(2, "B"); myDictionary.Add(2, "C"); foreach( KeyValuePair<int, string> kvp in myDictionary ) { Console.WriteLine("Key = {0}, Value = {1}", kvp.Key, kvp.Value); } What will be the output? //------------------------------------- 12. Which architecture you have used in your project? Explain it on paper. 12. What is pattern? types? which pattern you have used in your project? Right down code. 13. What is GAC? What is Global Assembly? When we use it? What are the mandatory things to declare global assembly? 14. What is garbage collector? How it works? Where and When we use? 15. What is iDosposible? When we use? 16. What is the default access modifier in C#? SQL: ------ 17. What is trigger? Why and when we use? 18. What is indexing and their types?
Have you ever worked in ecommerce before?
Q: How would you improve our current e-commerce experience
Pretensão, experiências prévias, conhecimentos sobre o mercado de marketplaces
Viewing 151 - 160 interview questions