Premium Employer

i

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

PNG Jewellers

Compare button icon Compare button icon Compare

Filter interviews by

PNG Jewellers Interview Questions and Answers for Experienced

Updated 16 Oct 2024

PNG Jewellers Interview Experiences for Experienced

Popular Designations

3 interviews found

Cashier Interview Questions & Answers

user image Anonymous

posted on 15 Dec 2023

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

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

(1 Question)

  • Q1. Tell about yourself
Round 3 - HR 

(1 Question)

  • Q1. Tell about yourself,about png

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is just a formality to show they just give job to the person who has some contacts with the employee (vashila)

Cashier Interview Questions asked at other Companies

Q1. A customer is angry because he is really hungry and the customer in front of her/him is slow to choose from the menu.What will you do about it?Will you get angry too because it's taking too much time for him/her to choose?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - HR 

(2 Questions)

  • Q1. Previous experience and family baground
  • Q2. Some experience in your past job where customer get angry and how you handle the situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confidence and give positive response to the answer asked by Hr

Sales Supervisor Interview Questions asked at other Companies

Q1. How you find a batter rds in your town
View answer (4)

Branch Manager Interview Questions & Answers

user image Praveen Rajendra Gaikwad

posted on 15 Jan 2022

I applied via Naukri.com and was interviewed in Dec 2021. There were 7 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About KRA & KPI

Interview Preparation Tips

Interview preparation tips for other job seekers - How is your behavior with staff.How could you increase the sales with minimum

Branch Manager Interview Questions asked at other Companies

Q1. Role of Branch Manager?How to manage team?Cross sell?
View answer (34)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Avoid using too much corporate jargon in your CV. Sometimes keeping things simple will get your job done.
View all tips
Round 2 - Aptitude Test 

Reverse a binary tree

Round 3 - Technical 

(2 Questions)

  • Q1. Basics of Spring
  • Q2. Explain Spring MVC
  • Ans. 

    Spring MVC is a framework for building web applications in Java.

    • Spring MVC stands for Model-View-Controller

    • It provides a way to structure your web application

    • It uses annotations to define controllers, request mappings, etc.

    • It supports RESTful web services

    • It integrates with other Spring frameworks like Spring Boot

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. How do you think you can contribute to the company?
  • Ans. 

    I can contribute to the company by utilizing my skills and experience to improve processes and achieve goals.

    • I have experience in project management and can help streamline workflows

    • I am skilled in data analysis and can provide insights to improve decision-making

    • I am a quick learner and can adapt to new technologies and tools

    • I am a team player and can collaborate effectively with colleagues

    • I am committed to delivering

  • Answered by AI
  • Q2. How are you planning to get clients
  • Ans. 

    I plan to get clients through networking, social media, and targeted advertising.

    • Attending industry events and conferences to meet potential clients

    • Utilizing LinkedIn and other social media platforms to connect with potential clients

    • Creating targeted ads on social media and search engines to reach potential clients

    • Asking for referrals from current clients

    • Offering promotions or discounts to attract new clients

  • Answered by AI

I appeared for an interview in Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 90 minutes
Round difficulty - Medium

Total of 8 questions:

4 MCQ(oops and expected output type questions) + other 2 were coding questions, out of which one is some class implementation question.

  • Q1. 

    Count Subarrays with Sum Divisible by K

    Given an array ARR and an integer K, your task is to count all subarrays whose sum is divisible by the given integer K.

    Input:

    The first line of input contains an...
  • Ans. 

    Count subarrays with sum divisible by K in an array.

    • Iterate through the array and keep track of the running sum modulo K.

    • Use a hashmap to store the frequency of remainders.

    • For each prefix sum, check how many previous prefix sums have the same remainder.

    • Return the total count of subarrays with sum divisible by K.

  • Answered by AI
Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This round was with the USA team, the panel consisted of 2 members. It took place at around 9 PM IST. The interviewer's focus was on approach.

  • Q1. 

    Sort an Array in Wave Form

    You are given an unsorted array ARR. Your task is to sort it so that it forms a wave-like array.

    Input:

    The first line contains an integer 'T', the number of test cases.
    For ea...
  • Ans. 

    Sort an array in a wave-like pattern where each element is greater than or equal to its adjacent elements.

    • Iterate through the array and swap elements at even indices with their adjacent odd indices to form a wave pattern.

    • There can be multiple valid wave arrays, so any valid wave array is acceptable.

    • Ensure the first element is greater than or equal to the second element to start the wave pattern.

  • Answered by AI
  • Q2. 

    Convert a Number to Words

    Given an integer number num, your task is to convert 'num' into its corresponding word representation.

    Input:

    The first line of input contains an integer ‘T’ denoting the number o...
  • Ans. 

    Convert a given integer number into its corresponding word representation.

    • Implement a function that takes an integer as input and returns the word representation of that number.

    • Break down the number into its individual digits and convert each digit into its word form.

    • Handle special cases like numbers between 10 and 19, and multiples of 10.

    • Combine the word forms of individual digits to form the final word representation

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Easy

It was a managerial round. The position of the person taking the interview was of a technical architect. As was informed by the recruiter, previously he was a technical architect at Amazon.

  • Q1. How does Facebook store comments in its database?
  • Ans. 

    Facebook stores comments in its database using a combination of relational and non-relational databases.

    • Comments are typically stored in a relational database like MySQL for structured data storage.

    • For scalability and performance, Facebook may also use a NoSQL database like Cassandra or HBase for storing comments in a denormalized format.

    • Metadata related to comments such as likes, timestamps, and user information may b...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in NoidaEligibility criteriaShortlisting was done on the basis of coding test.Clearwater Analytics interview preparation:Topics to prepare for the interview - Data Structures, Algorithm Design, DBMS, Object Oriented Design, Machine LearningTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Practice the most frequent and most common questions DSA questions asked in companies like Amazon, Microsoft.
Tip 2 : Focus on solving the questions on your own as much as you can. 
Tip 3 : Don't waste your time on the number of questions while compromising quality.
Tip 4 : Do mock interviews with your friend if it's been a long since you have given the interview.
Tip 5 : For virtual interviews, always have a backup of data(you may use mobile data if Wi-Fi goes out). While during an interview try to maintain eye contact every now and then.
Tip 6 : Keep your resume short to 1 page and have far/good knowledge of the tech stack you have mentioned

Application resume tips for other job seekers

Tip 1 : Keep it short to 1 page
Tip 2 : Prepare it well.
Tip 3 : Focus more on the problem and the solution. Rather than tools used to solve the problem

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Some database questions,some java questions .

Round 2 - Technical 

(3 Questions)

  • Q1. What is the difference between javascript and jQuery.
  • Ans. 

    JavaScript is a programming language used for web development, while jQuery is a library built with JavaScript to simplify HTML document traversal and manipulation.

    • JavaScript is a programming language, while jQuery is a library written in JavaScript.

    • JavaScript can be used for a wide range of tasks, while jQuery is mainly used for DOM manipulation and event handling.

    • JavaScript is a core technology for web development, w...

  • Answered by AI
  • Q2. Define different types of join
  • Ans. 

    Different types of joins are used in SQL to combine rows from two or more tables based on a related column between them.

    • Inner Join: Returns rows when there is at least one match in both tables.

    • Left Join (or Left Outer Join): Returns all rows from the left table and the matched rows from the right table.

    • Right Join (or Right Outer Join): Returns all rows from the right table and the matched rows from the left table.

    • Full ...

  • Answered by AI
  • Q3. Define multithreading concept and exception handling.
  • Ans. 

    Multithreading allows multiple threads to run concurrently, while exception handling deals with errors in a program.

    • Multithreading involves running multiple threads simultaneously to improve performance and responsiveness.

    • Threads share the same memory space but have their own program counter and registers.

    • Exception handling is a mechanism to handle errors or exceptional situations in a program.

    • It helps prevent the prog...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Design Facebook
  • Ans. 

    Designing Facebook involves creating a social networking platform with features like user profiles, news feed, messaging, and more.

    • Create a user registration and login system

    • Develop a news feed algorithm to display relevant content

    • Implement a messaging system for users to communicate

    • Design a user profile page with customizable options

    • Incorporate features like groups, events, and pages

    • Ensure scalability and security of

  • Answered by AI
  • Q2. Reverse the linked list
  • Ans. 

    Reverse a linked list

    • Iterative approach using three pointers

    • Recursive approach with base case and recursive call

    • In-place reversal using stack

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare system design fhf rhf rhd r rhrhf rhfbt rhrif jdbtj djht jdbbtb fjjt

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. How can we improve the performance of a Front End System
  • Ans. 

    Improving Front End System Performance

    • Optimize images and reduce their size

    • Minimize HTTP requests and use caching

    • Use lazy loading for images and videos

    • Reduce the number of DOM elements

    • Use a Content Delivery Network (CDN)

    • Minimize the use of external scripts and plugins

    • Use asynchronous loading for scripts

    • Optimize CSS and JavaScript files

    • Use browser caching

    • Implement server-side rendering

  • Answered by AI
  • Q2. What is Event Loop and give an example on how it works.
  • Ans. 

    Event Loop is a mechanism that allows JavaScript to handle multiple tasks simultaneously.

    • Event Loop is a part of JavaScript runtime that continuously checks the call stack and the task queue.

    • It prioritizes the tasks in the queue and pushes them to the call stack when it's empty.

    • This allows JavaScript to handle I/O operations and other asynchronous tasks without blocking the main thread.

    • Example: setTimeout() function ad...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep focusing on basics, JavaScript is a must, no matter what framework you use.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

- simple basic ios questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked DSA array questions

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well DSA and code

PNG Jewellers Interview FAQs

How many rounds are there in PNG Jewellers interview for experienced candidates?
PNG Jewellers interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the PNG Jewellers interview process for experienced candidates are HR and Resume Shortlist.
How to prepare for PNG Jewellers interview for experienced candidates?
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 PNG Jewellers. The most common topics and skills that interviewers at PNG Jewellers expect are Staff Management, Store Management, Store Operations, Interpersonal Skills and Leadership Skills.
What are the top questions asked in PNG Jewellers interview for experienced candidates?

Some of the top questions asked at the PNG Jewellers interview for experienced candidates -

  1. What is the good customer service as in jewelle...read more
  2. About KRA & ...read more

Tell us how to improve this page.

PNG Jewellers Interview Process for Experienced

based on 2 interviews

Interview experience

3
  
Average
View more
Join PNG Jewellers Jewelry pioneers in India since 1832.

Interview Questions from Similar Companies

Uplers Interview Questions
4.0
 • 41 Interviews
Yahoo Interview Questions
4.6
 • 29 Interviews
Shaadi.com Interview Questions
3.4
 • 28 Interviews
Tokopedia Interview Questions
4.1
 • 25 Interviews
Videocon d2h Interview Questions
3.9
 • 24 Interviews
Nestaway Interview Questions
3.8
 • 18 Interviews
HungerBox Interview Questions
3.8
 • 16 Interviews
Chai Point Interview Questions
3.7
 • 14 Interviews
View all

PNG Jewellers Reviews and Ratings

based on 76 reviews

4.5/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

4.2

Salary

4.0

Job security

4.4

Company culture

3.9

Promotions

4.1

Work satisfaction

Explore 76 Reviews and Ratings
Sales Executive
53 salaries
unlock blur

₹1.2 L/yr - ₹4.1 L/yr

Salesman
8 salaries
unlock blur

₹1.2 L/yr - ₹5 L/yr

Cashier
8 salaries
unlock blur

₹2.4 L/yr - ₹3.6 L/yr

CRM Executive
7 salaries
unlock blur

₹2.4 L/yr - ₹3.2 L/yr

Computer Executive
5 salaries
unlock blur

₹2.2 L/yr - ₹3 L/yr

Explore more salaries
Compare PNG Jewellers with

Videocon d2h

3.9
Compare

Uplers

4.0
Compare

HungerBox

3.8
Compare

Nestaway

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