Upload Button Icon Add office photos

Filter interviews by

Primarc Pecan Retail Interview Questions, Process, and Tips

Updated 1 Mar 2023

Primarc Pecan Retail Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Feb 2023. There were 3 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 

(6 Questions)

  • Q1. Do you decide pricing strategies
  • Ans. 

    Yes, I am responsible for determining pricing strategies based on market research and analysis.

    • I conduct market research to understand the competition and consumer demand

    • I analyze the cost of production and distribution to determine a profitable price point

    • I consider factors such as brand positioning and target audience when setting prices

    • I regularly review and adjust pricing strategies based on market trends and perfo...

  • Answered by AI
  • Q2. What is your expectation from next opportunity
  • Q3. What are you strength and weakness
  • Q4. Where do you see yourself in 2023
  • Q5. Do you do competitior analysis
  • Ans. 

    Yes, we conduct competitor analysis to stay ahead in the market.

    • We analyze our competitors' products, pricing, marketing strategies, and customer feedback.

    • This helps us identify areas where we can improve and differentiate ourselves from the competition.

    • We also keep track of new entrants in the market and their offerings.

    • For example, we recently conducted a competitor analysis and found that one of our competitors was ...

  • Answered by AI
  • Q6. Have you handled Amazon and Flipkart
Round 3 - Excel test 

(3 Questions)

  • Q1. What is Amazon seller central
  • Ans. 

    Amazon Seller Central is a platform for individuals and businesses to sell their products on Amazon.

    • It allows sellers to manage their inventory, pricing, and orders.

    • Sellers can also access performance metrics and customer feedback.

    • Amazon provides tools and resources to help sellers grow their business.

    • Examples of successful sellers on Amazon include small businesses, entrepreneurs, and established brands.

  • Answered by AI
  • Q2. What documents are required for vendor registration
  • Ans. 

    Vendor registration requires various documents to be submitted.

    • Business registration documents

    • Tax registration documents

    • Bank account details

    • Proof of identity

    • Product catalog

    • Previous client references

  • Answered by AI
  • Q3. What was your daily tasks and responsibilities

Interview Preparation Tips

Interview preparation tips for other job seekers - Basically there were two HR rounds and both Hr was deeply asking about price and sale strategies.I feeled Hr itself was not knowing Amazon seller central.You have to work and implement on whatever knowledge you have and you know no extra learning or growing , development.I wasted my time for going in office interview.No reply no feedback after giving 3 rounds.Very bad experience.

Catalogue Executive Interview Questions asked at other Companies

Q1. What documents are required for vendor registration
View answer (1)

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. How you will design an E-Commerce system
  • Ans. 

    An E-Commerce system can be designed by identifying user requirements, selecting appropriate technologies, and implementing secure payment and shipping methods.

    • Identify user requirements and create user stories

    • Select appropriate technologies for front-end, back-end, and database

    • Implement secure payment and shipping methods

    • Design a user-friendly interface with easy navigation

    • Ensure scalability and performance of the sys...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Initial interview was a telephonic interview for 30 minutes. Basic question and 1 question was how you will design an e-commerce system. Difficulty level was average.
Second round was an assignment .
Third round was again a technical interview

Skills evaluated in this interview

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

The platform was HackerEarth time duration was 1 hour.
1.) 25 MCQs (Both Easy and Gate Level Based) 
2.) 1 Coding Question, that needs to be solved in O(logn) time. Program for Fibonacci numbers. The basic idea behind that question is we need to crack the pattern and then based on constraints we need to solve it.

  • Q1. 

    Nth Fibonacci Number Problem Statement

    Given an integer 'N', the task is to compute the N'th Fibonacci number using matrix exponentiation. Implement and return the Fibonacci value for the provided 'N'.

    N...
  • Ans. 

    Use matrix exponentiation to efficiently compute the Nth Fibonacci number modulo 10^9 + 7.

    • Implement matrix exponentiation to calculate Fibonacci numbers efficiently.

    • Use the formula F(n) = F(n-1) + F(n-2) with initial values F(1) = F(2) = 1.

    • Return the result modulo 10^9 + 7 to handle large Fibonacci numbers.

    • Optimize the solution to achieve better than O(N) time complexity.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It was a technical round. The platform was Zoom time duration was 40 mins. Started with Tell me something about yourself.
 

  • Q1. 

    Similar Strings Problem Statement

    Determine whether two given strings, A and B, both of length N, are similar by returning a 1 if they are, otherwise return a 0.

    Explanation:

    String A is similar to stri...

  • Ans. 

    Determine if two strings are similar based on given conditions.

    • Check if the strings are equal first.

    • Then check if the strings can be divided into two halves with similar patterns.

    • Return 1 if the strings are similar, 0 otherwise.

  • Answered by AI
Round 3 - Video Call 

Round duration - 45 Minutes
Round difficulty - Medium

The platform was Zoom time duration was 1 hour 45 mins. Started with Tell me something about yourself. I told them, that I like solving algorithms, so she was like let’s start with trees then.

 

Round 4 - Video Call 

Round duration - 30 minutes
Round difficulty - Medium

This was a Hiring Manager Round. The platform was Zoom time duration was 30 mins. Started with Tell me something about yourself.


 

Round 5 - HR 

Round duration - 20 minutes
Round difficulty - Easy

The platform was Zoom time duration was 20 mins. Asked me to give my introduction.

 

Interview Preparation Tips

Eligibility criteriaNo criteriaWalmart interview preparation:Topics to prepare for the interview - Data Structures, Aptitude, OOPS, System Design, Algorithms, Dynamic ProgrammingTime required to prepare for the interview - 12 monthsInterview preparation tips for other job seekers

Tip 1 : Don't stick to a single topic too much. Cover all and prepare short notes for all the topics so it will be easier for revision. 
Tip 2 : Do projects so that they will be an added weightage.
Tip 3 : Practice a minimum of 100 questions on that particular topic so that it will be easy to crack within no time.

Application resume tips for other job seekers

Tip 1 : Projects add good weight to the resume. So the interviewer asks the questions based on that.
Tip 2 : Resume should be genuine. You have to be confident of whatever is written in your resume

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Jan 2021. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. DS/Algo question leetcode medium
  • Q2. Working code with edge cases.
  • Ans. 

    Working code with edge cases is code that has been tested with extreme inputs to ensure it functions correctly.

    • Edge cases are inputs that are unlikely to occur but can cause unexpected behavior if not handled properly.

    • Examples of edge cases include empty inputs, null values, and inputs at the limits of the data type's range.

    • Working code with edge cases should be thoroughly tested to ensure it functions correctly in all

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be authentic with your knowledge.
Core basic should be strong.
Should be ready for tricky questions.

I applied via Other and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Programming question on Java

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared yourself for more technical

Interview Questionnaire 

1 Question

  • Q1. What is logistics regression
  • Ans. 

    Logistic regression is a statistical method used to analyze and model the relationship between a dependent variable and one or more independent variables.

    • It is a type of regression analysis used for predicting binary outcomes

    • It uses a logistic function to model the probability of the dependent variable

    • It is commonly used in fields such as healthcare, finance, and marketing

    • Example: Predicting whether a customer will buy...

  • Answered by AI

Skills evaluated in this interview

I applied via Referral and was interviewed before Mar 2021. There were 3 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 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. What is your family background?
  • Q3. Tell me about yourself.
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. What are your salary expectations?

Interview Preparation Tips

Interview preparation tips for other job seekers - When you are attending your interview any time were only formal dress.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Group Discussion 

One topic and discussed on the same

Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Why you joining in reliance

Interview Preparation Tips

Topics to prepare for Reliance Retail Assistant Manager interview:
  • Market Research
  • Retail Operations
Interview preparation tips for other job seekers - Be confident and be strong
Don hesitate
Be courageous
Be normal while interviewing

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Na

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why is your brand better than competitor
  • Q2. Why retail? Can you tell us

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing as such, not applicable

Interview Questionnaire 

1 Question

  • Q1. How recruiting and selection differ each other.

Primarc Pecan Retail Interview FAQs

How many rounds are there in Primarc Pecan Retail interview?
Primarc Pecan Retail interview process usually has 3 rounds. The most common rounds in the Primarc Pecan Retail interview process are Resume Shortlist and HR.
How to prepare for Primarc Pecan Retail 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 Primarc Pecan Retail. The most common topics and skills that interviewers at Primarc Pecan Retail expect are Market Research, Business Development, Client Acquisition, Cold Calling and Digital Marketing.
What are the top questions asked in Primarc Pecan Retail interview?

Some of the top questions asked at the Primarc Pecan Retail interview -

  1. What documents are required for vendor registrat...read more
  2. Do you decide pricing strateg...read more
  3. What is Amazon seller cent...read more

Tell us how to improve this page.

Primarc Pecan Retail Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Reliance Retail Interview Questions
3.9
 • 1.6k Interviews
DMart Interview Questions
3.9
 • 411 Interviews
Walmart Interview Questions
3.7
 • 388 Interviews
Landmark Group Interview Questions
4.0
 • 151 Interviews
Croma Interview Questions
4.0
 • 133 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Reliance Digital Interview Questions
4.1
 • 126 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Target Interview Questions
4.2
 • 114 Interviews
Reliance Trends Interview Questions
4.2
 • 106 Interviews
View all

Primarc Pecan Retail Reviews and Ratings

based on 21 reviews

4.4/5

Rating in categories

3.7

Skill development

4.1

Work-life balance

3.9

Salary

4.2

Job security

4.4

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 21 Reviews and Ratings
Executive Accountant
7 salaries
unlock blur

₹2.5 L/yr - ₹3.7 L/yr

Category Manager
5 salaries
unlock blur

₹5.1 L/yr - ₹12 L/yr

Assistant Manager
4 salaries
unlock blur

₹5 L/yr - ₹6.2 L/yr

Assistant Category Manager
4 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Content Writer
4 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Explore more salaries
Compare Primarc Pecan Retail with

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Future Group

4.3
Compare

Reliance Digital

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview