Ecommerce Operations Interview Questions

560 ecommerce operations interview questions shared by candidates

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?
avatar

ECommerce Web Developer

Interviewed at Talent Anywhere

3.3
Mar 10, 2015

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?

Viewing 151 - 160 interview questions

Glassdoor has 560 interview questions and reports from Ecommerce operations interviews. Prepare for your interview. Get hired. Love your job.