Upload Button Icon Add office photos

Filter interviews by

Star Bazaar Front Desk/Cashier/Billing Interview Questions and Answers

Updated 8 Jan 2021

Star Bazaar Front Desk/Cashier/Billing Interview Experiences

1 interview found

Interview Questionnaire 

4 Questions

  • Q1. What's the important role of company
  • Q2. What's the greatest role in India
  • Q3. Who is your role model
  • Q4. Where are you coming from (goal /luck)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Oops ,project, dbms

I appeared for an interview before Sep 2020.

Round 1 - Assignment 

Round duration - 90 minutes
Round difficulty - Medium

Round 2 - Face to Face 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was the technical round, held around at 10 AM IST on Google Meet.
Firstly she greeted me and asked me to tell something about myself, to which I introduced myself, explaining my academic and some projects also.
After that we moved on to the Hackathon project, which was smart cart self-checkout system. I explained the project along with the code, wherever necessary.
Every word you say while explaining should be clear to you.I used Firebase and SQL while explaining my project, to which she asked some questions related to it, 
Then she moved to the DBMS part, types of joins,what is indexing, how to approach if you were to design a payment system.
At last she asked me some Data Structure questions, which were of medium complexity

  • Q1. 

    Remove the Kth Node from the End of a Linked List

    You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Lin...

  • Ans. 

    Remove the Kth node from the end of a singly linked list given the position 'K'.

    • Traverse the list to find the length 'N' of the linked list.

    • Calculate the position of the node to be removed from the beginning as 'N - K + 1'.

    • Traverse the list again and remove the node at the calculated position.

  • Answered by AI
  • Q2. 

    House Robber Problem Statement

    Consider Mr. X, a professional robber who is planning to rob houses along a street. These houses are arranged in a circle, which means the first house is a neighbor to the l...

  • Ans. 

    House Robber problem where adjacent houses have connected security system, find maximum money Mr. X can rob without triggering security.

    • Use dynamic programming to keep track of maximum money robbed at each house.

    • At each house, decide whether to rob the current house or skip it based on maximum money robbed so far.

    • Handle the circular nature of houses by considering two cases: robbing the first house and not robbing the ...

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

The interviewer was very frank and cheerful. This was held at 2:30 PM IST on Google Meet.
He firstly greeted me and asked me how I was doing.
How was my previous round, any technical difficulties?
Then he asked me to introduce myself.
He started telling about his journey to Lowe's and his technical background.
Then he asked some HR related questions

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from Dr. B.R. Ambedkar National Institute of Technology. Eligibility criteria7.5 CGPALowe's India interview preparation:Topics to prepare for the interview - Data structures and algorithms, OOPS, operating Systems,SQL, DBMS, Machine Learning.Time required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Practice DSA questions, interview questions as much as you can.(400 leetcode questions) + (1000+ geeksforgeeks score) is good approximation of your preparation.
Tip 2 : You should have a good internship experience or 1 or 2 good projects on Android/web-d or Machine Learning.You should be through with your projects and be able to tell further improvements for the future.
Tip 3 : Be CONFIDENT with what you say. Don't murmur or speak in the mouth.The interviewer wants to know your thought process.

Application resume tips for other job seekers

Tip 1 : Resume is the first impression of you.so it must be very eye-catching. write some decent (maybe 1 or 2 is enough) projects on resume.
Tip 2 : Should be through with each and every point you have written on your resume. people usually write 10- 15 skills on resume while confident in only 5.Please don't do it.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. Virtual Interview - 3 rounds same day [DS & Algo, Java, Architecture/Product]

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good. Focus on problem solving and speed to clear 1st Round. Strong Java fundamentals upto Java 8,9 is enough to clear 2nd Round. Basic Design and Product Architecture knowledge can help clear the final round.

Believe yourself and keep working !!

I applied via Recruitment Consultant and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Secondary side current calculations for transformer and DG
  • Ans. 

    Secondary side current calculations involve determining the current flowing through the transformer and DG.

    • Calculate the load current on the secondary side of the transformer using the formula I2 = (I1 * V1) / V2

    • Calculate the current output of the DG using the formula I = P / V

    • Consider factors such as power factor and efficiency in the calculations

    • Ensure that the current ratings of the transformer and DG are not exceed

  • Answered by AI
  • Q2. ACB servicing and parts of ACB
  • Q3. Transformer protections in details
  • Ans. 

    Transformer protections include overcurrent, differential, and earth fault protection.

    • Overcurrent protection is used to detect and isolate faults in the transformer winding or connected circuits.

    • Differential protection compares the current entering and leaving the transformer to detect internal faults.

    • Earth fault protection detects faults between the transformer winding and earth.

    • Other protections include overvoltage, ...

  • Answered by AI
  • Q4. My experience related questions like clients name, area etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't lie anything. Be confident. and be prepared for core technical questions.

I applied via Company Website and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Sort an array of 0s and 1s
  • Ans. 

    Sort an array of 0s and 1s

    • Use two pointers, one at the beginning and one at the end

    • Swap 0s from the beginning with 1s from the end until pointers meet

    • Time complexity: O(n)

  • Answered by AI
  • Q2. Level order traversal of a tree
  • Ans. 

    Level order traversal is a tree traversal algorithm that visits nodes level by level.

    • Start at the root node and add it to a queue.

    • While the queue is not empty, remove the first node from the queue and add its children to the queue.

    • Repeat until the queue is empty.

    • The order in which nodes are visited is the level order traversal.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1)Ask questions
2)Be interactive

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Why should we hire you
  • Q2. What difference between you and others

Interview Preparation Tips

Interview preparation tips for other job seekers - I am here for my passion i want to learn more and more. And I want learn it with a good company and your company has good environment. And that's why I want be your employ

I applied via Apna Jobs and was interviewed before Nov 2021. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - HR 

(3 Questions)

  • Q1. Tell us something about yourself ?
  • Ans. .first of all thank you for giving me this opportunity.my name is vinod chouhan.i am basically from village gawakheda but currently staying in indore.i have done my graduation from sehore. My aim is to become a successful person this is all about me . About my family... I belong to a middle class family.there are 6 members in my family including me. My father is a farmer. And my mother is a housewife.
  • Answered Anonymously
  • Q2. How to sell product?
  • Ans. 

    To sell a product, understand the customer's needs, highlight the benefits, and create a sense of urgency.

    • Research the customer's needs and tailor your pitch accordingly

    • Highlight the unique benefits and features of the product

    • Create a sense of urgency by emphasizing limited availability or time-sensitive deals

    • Address any objections or concerns the customer may have

    • Close the sale by asking for the customer's commitment

  • Answered by AI
  • Q3. Want to do this job?

Interview Preparation Tips

Topics to prepare for Reliance Digital Sales Executive interview:
  • Reliance digital
  • Sales Executive Activities
  • Learning
Interview preparation tips for other job seekers - My advice is that the fraudsters should be banned thank you...

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself?
  • Q2. Explain about your career and your achievement.
  • Q3. What is your strength and weakness?
  • Q4. Depends on your answer

I applied via Approached by Company and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Mostly on js basics. Event loop, hoisting, GraphQL

Round 2 - Technical 

(2 Questions)

  • Q1. How to implement Cadence algorithm
  • Ans. 

    Cadence algorithm is used for real-time stream processing of data.

    • Cadence is a distributed system for managing workflows.

    • It uses a programming model called the Cadence Workflow Model.

    • The Cadence server is responsible for managing the state of workflows.

    • The Cadence client is responsible for executing the workflow tasks.

    • Cadence provides a lot of features like retries, timeouts, and error handling.

  • Answered by AI
  • Q2. How does vdom works in react
  • Ans. 

    VDOM stands for Virtual Document Object Model, which is a lightweight copy of the actual DOM used by React for efficient rendering.

    • VDOM is a tree-like structure that React uses to keep track of changes in the UI.

    • When a component's state changes, React creates a new VDOM tree and compares it with the previous one to identify the changes.

    • React then updates only the parts of the actual DOM that need to be changed, resulti...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for basic js questions. Eventloop, arrays

Skills evaluated in this interview

Tell us how to improve this page.

Interview Questions from Similar Companies

DMart Interview Questions
3.9
 • 410 Interviews
Walmart Interview Questions
3.7
 • 387 Interviews
Titan Company Interview Questions
4.3
 • 154 Interviews
Landmark Group Interview Questions
4.0
 • 150 Interviews
V-Mart Interview Questions
4.1
 • 149 Interviews
Lowe's Interview Questions
4.1
 • 129 Interviews
Tesco Interview Questions
3.8
 • 122 Interviews
Reliance Digital Interview Questions
4.1
 • 122 Interviews
Shoppers Stop Interview Questions
4.1
 • 113 Interviews
Target Interview Questions
4.2
 • 112 Interviews
View all
Assistant Manager
64 salaries
unlock blur

₹4.2 L/yr - ₹13.7 L/yr

Store Manager
56 salaries
unlock blur

₹4.1 L/yr - ₹10.4 L/yr

Department Manager
53 salaries
unlock blur

₹2.7 L/yr - ₹5 L/yr

Team Lead
31 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Sales Officer
28 salaries
unlock blur

₹1.6 L/yr - ₹3.1 L/yr

Explore more salaries
Compare Star Bazaar with

DMart

3.9
Compare

Future Group

4.3
Compare

Reliance Digital

4.1
Compare

Walmart

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