Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Iksula Team. If you also belong to the team, you can get access from here

Iksula Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Iksula E-Commerce Executive Interview Questions and Answers

Updated 1 May 2025

Iksula E-Commerce Executive Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before May 2024, where I was asked the following questions.

  • Q1. What do you know about creating tickets in Amazon Seller Central, suppressing listings, and managing Seller Central accounts?
  • Q2. What do you know about order processing, catalog management, A+ listing, and Amazon's policies regarding listings?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Previous experience
Round 3 - Aptitude Test 

Grammar based questions

Round 4 - One-on-one 

(1 Question)

  • Q1. Interested or not

E-Commerce Executive Interview Questions Asked at Other Companies

Q1. If you have 40 shipments for delivery and 30% are delivered, what ... read more
asked in Amazon
Q2. What is the role of e-commerce in today's generation?
asked in Yahoo
Q3. If you were left alone for one day and had to manage all the work ... read more
Q4. If you encounter a problem in a hub, who would you inform?
Q5. What do you mean by eCommerce?

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Iksula?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(3 Questions)

  • Q1. What is previous Experience
  • Q2. What is expected salary
  • Ans. 

    The expected salary for a Customer Service Executive varies based on experience, location, and company size.

    • Research industry standards and salary ranges for Customer Service Executives in your area

    • Consider your level of experience and any additional skills or certifications that may warrant a higher salary

    • Be prepared to negotiate based on the company's budget and benefits package

    • Provide a range rather than a specific ...

  • Answered by AI
  • Q3. What is working skills
  • Ans. 

    Working skills are the abilities and qualities that enable an individual to perform tasks effectively in a professional setting.

    • Communication skills - ability to effectively convey information and listen to others

    • Problem-solving skills - ability to analyze situations and find solutions

    • Time management skills - ability to prioritize tasks and meet deadlines

    • Teamwork skills - ability to collaborate with others towards a co...

  • Answered by AI
Round 2 - Aptitude Test 

Aptitude test which was sent on an email

I applied via Company Website and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Preparation Tips

Interview preparation tips for other job seekers - If applying for backend PHP have better understanding of
Design principles
OOPS concepts
Logical programming

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Previous company experience
  • Ans. 

    I gained valuable experience in data analysis, project management, and cross-functional collaboration at my previous company.

    • Conducted data analysis to identify trends, leading to a 15% increase in operational efficiency.

    • Managed a team project that streamlined reporting processes, reducing time spent on reports by 30%.

    • Collaborated with marketing and sales teams to analyze customer data, resulting in targeted campaigns ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to say great saying things in interview is different working nature is entirely different

I applied via Naukri.com and was interviewed in May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. OOPS Concepts, Interface, Sealed classes, SQL basic queries(remove duplicates, find nth highest salary, Using Dense_rank etc.,) MVC Architecture, routing in MVC, Javascript basics

I applied via Recruitment Consultant and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. All the major Denials like Authorization Ie.,,

Interview Preparation Tips

Interview preparation tips for other job seekers - What's app video call Manger will take the Interview if you need job means learn major denial and they will check communication
Are these interview questions helpful?

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for theoretical Java questions with less coding.

I applied via LinkedIn and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. JS Prototype usage and functionality.
  • Ans. 

    JS Prototype is a mechanism for inheritance and sharing properties among objects.

    • Prototype is a property of every JavaScript function.

    • It allows objects to inherit properties and methods from other objects.

    • Modifying the prototype of a function affects all instances of that function.

    • Prototype chain is used to look up properties and methods of an object.

    • Prototype can be used to add new methods and properties to existing o...

  • Answered by AI
  • Q2. Node- without any loop need to check how can you find the total number
  • Ans. 

    To find the total number without any loop in Node.js

    • Use the reduce() method to sum up the values in an array

    • Use the length property of an array to get the total number of elements

    • Use the Object.keys() method to get the total number of keys in an object

  • Answered by AI
  • Q3. Node - what is difference between promise and async await and callback.
  • Ans. 

    Promises, async/await, and callbacks are all ways to handle asynchronous operations in Node.js.

    • Callbacks are functions passed as arguments to another function and called when the operation is complete.

    • Promises represent a value that may not be available yet, but will be resolved at some point in the future.

    • Async/await is a syntax for writing asynchronous code that looks like synchronous code.

    • Callbacks are the oldest an...

  • Answered by AI
  • Q4. Node - why do we use promise.
  • Ans. 

    Promises are used in Node to handle asynchronous operations and avoid callback hell.

    • Promises simplify error handling and make code more readable.

    • Promises allow for chaining multiple asynchronous operations.

    • Promises can be used with async/await to write synchronous-looking code.

    • Example: fetching data from an API using axios library with promises.

    • Example: reading a file with promises in Node's fs module.

  • Answered by AI
  • Q5. Node - use of Sequelize (ORM)
  • Ans. 

    Sequelize is an ORM for Node.js that supports multiple databases and provides easy data modeling and querying.

    • Sequelize is used to interact with databases in Node.js

    • It supports multiple databases like MySQL, PostgreSQL, SQLite, etc.

    • It provides easy data modeling and querying with its object-relational mapping

    • Example: const sequelize = new Sequelize('database', 'username', 'password', { dialect: 'mysql' });

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and if don't know about it please just say no, haven't worked on it.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Asked more questions about people management
  • Q2. For BPO, had more technical questions as well
  • Q3. Leave manegement during peak
  • Ans. 

    Effective leave management during peak requires planning, communication and flexibility.

    • Plan ahead and communicate clearly with team members about leave policies and expectations.

    • Encourage team members to prioritize their workload and take time off when necessary.

    • Be flexible and willing to adjust schedules or delegate tasks to ensure coverage during peak periods.

    • Consider offering incentives or rewards for team members ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Confidence is most important

Iksula Interview FAQs

How many rounds are there in Iksula E-Commerce Executive interview?
Iksula interview process usually has 4 rounds. The most common rounds in the Iksula interview process are Resume Shortlist, HR and Aptitude Test.
How to prepare for Iksula E-Commerce Executive interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Iksula. The most common topics and skills that interviewers at Iksula expect are Cataloguing, E-commerce, Excel, Analytical and Analytical Skills.
What are the top questions asked in Iksula E-Commerce Executive interview?

Some of the top questions asked at the Iksula E-Commerce Executive interview -

  1. What do you know about creating tickets in Amazon Seller Central, suppressing l...read more
  2. What do you know about order processing, catalog management, A+ listing, and Am...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Luxoft Interview Questions
3.6
 • 128 Interviews
Thryve Digital Interview Questions
3.8
 • 73 Interviews
QualiZeal Interview Questions
4.2
 • 59 Interviews
Dyninno India Interview Questions
3.9
 • 32 Interviews
Gammastack Interview Questions
3.3
 • 29 Interviews
Apptio Interview Questions
3.9
 • 19 Interviews
View all
Iksula E-Commerce Executive Salary
based on 171 salaries
₹1 L/yr - ₹3.3 L/yr
22% less than the average E-Commerce Executive Salary in India
View more details

Iksula E-Commerce Executive Reviews and Ratings

based on 81 reviews

4.0/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.3

Salary

3.1

Job security

3.7

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 81 Reviews and Ratings
E-Commerce Executive
171 salaries
unlock blur

₹0.9 L/yr - ₹3.2 L/yr

Senior E Commerce Executive
65 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Team Lead
54 salaries
unlock blur

₹2.4 L/yr - ₹7.9 L/yr

Senior Executive
52 salaries
unlock blur

₹1.5 L/yr - ₹3.8 L/yr

Samsung experience Consultant
41 salaries
unlock blur

₹2 L/yr - ₹4.2 L/yr

Explore more salaries
Compare Iksula with

Luxoft

3.6
Compare

Thryve Digital

3.8
Compare

Hitech Digital Solutions

3.8
Compare

Mantra Technologies

3.7
Compare
write
Share an Interview