Upload Button Icon Add office photos

Filter interviews by

Jawad Business Group Interview Questions and Answers

Updated 29 Mar 2020

Jawad Business Group Interview Experiences

1 interview found

Interview Questionnaire 

3 Questions

  • Q1. What is retail all about?
  • Ans. 

    Retail is the process of selling goods or services directly to consumers through various channels.

    • Retail involves the sale of products or services to end-users

    • It includes various channels such as brick-and-mortar stores, online marketplaces, and mobile apps

    • Retailers purchase products from manufacturers or wholesalers and sell them to consumers at a markup

    • Retailers focus on providing a positive customer experience to dr...

  • Answered by AI
  • Q2. What is an excellent customer services stands for?
  • Ans. 

    Excellent customer service means providing prompt, personalized, and effective solutions to customers' needs and concerns.

    • Promptly responding to customer inquiries and complaints

    • Tailoring solutions to meet individual customer needs

    • Going above and beyond to exceed customer expectations

    • Providing clear and concise communication

    • Ensuring customer satisfaction and loyalty

    • Examples: Offering a refund or replacement for a defec...

  • Answered by AI
  • Q3. What are the contribution that you would give? Once if I hire you

Senior Sales Executive Interview Questions asked at other Companies

Q1. As a sales and marketing person how to fix a price for your product
View answer (3)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

It is oru skills and communication and problem solving time management

Round 2 - Technical 

(4 Questions)

  • Q1. Languageas and knowledge are designned to acess you specific and work wirh skills to the technical aspects of the job
  • Q2. And job role and solve the problem whether the good communication activness and spirit an leadership and time management
  • Q3. And basically i was interested in sports also like football cricket and highlight the achievement and work for this company so i was interested and like sales executive
  • Q4. I was work I company sure I was layout tha product design and some strategies and diffent ideas to use it and good communication and active listening of working and great leadership to empriaze thank you
Round 3 - Group Discussion 

Group dicussion is nothinv but face to face of interview choose one topic and say somethinh about from 5 to 7 minutes of paragarpah and to be staright forward of this group discussion and proper pronuciation and way of speaking and communication language whether right or wrong we must do and speak

Round 4 - HR 

(2 Questions)

  • Q1. It also oru skills and communication to be check and about tha company the will explain about that
  • Q2. At finally good communictaion and posiively and leadership is to work and developed that company in every situation

Interview Preparation Tips

Interview preparation tips for other job seekers - Thank you for most giving wonderful opportunities to gving me and i will interest to work in this company and I'll do my best and best comparison and deceion making and layout of the company thank you so much

CLM manager Interview Questions & Answers

Croma user image Anonymous

posted on 18 Dec 2024

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

I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your professional experience?
  • Ans. 

    I have over 10 years of experience in contract lifecycle management, including implementing CLM systems and leading cross-functional teams.

    • Implemented CLM system at previous company, resulting in 20% increase in contract efficiency

    • Led a team of contract managers to streamline processes and reduce contract cycle times by 30%

    • Developed and implemented contract templates to ensure compliance and reduce legal risks

  • Answered by AI
  • Q2. What is your experience in marketing, specifically in creating awareness about new services and increasing conversion rates?
  • Ans. 

    I have over 5 years of experience in marketing, with a focus on creating awareness for new services and increasing conversion rates.

    • Developed targeted marketing campaigns to introduce new services to the market

    • Utilized social media platforms and email marketing to reach a wider audience

    • Analyzed data to optimize conversion rates and make data-driven decisions

    • Collaborated with sales teams to align marketing efforts with

  • Answered by AI
  • Q3. What is your knowledge of the electronics industry, specifically in relation to the service and extended warranty business?
  • Ans. 

    I have extensive knowledge of the electronics industry, particularly in the service and extended warranty business.

    • I have worked in the electronics industry for X years, gaining valuable experience in service and warranty management.

    • I am familiar with the various products and technologies in the electronics sector, allowing me to understand the specific needs of customers when it comes to service and warranties.

    • I have ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I went through three rounds of interviews, all of which went well. The final round was with the marketing head, who asked questions related to marketing. At the end of the interview, he mentioned that HR would reach out to me in 2-3 days. However, it has been more than two weeks, and HR has not answered my calls nor responded to my emails. When I emailed the hiring manager, HR called me in an angry tone to inform me that it would take another week. Now, a week has passed without any response. This is the second time the HR team at Croma has ghosted me.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(6 Questions)

  • Q1. Explain useState for managing state, useEffect for handling side effects, useMemo for performance optimization, and useCallback for memoizing functions. Understand how these hooks enhance functional compon...
  • Ans. 

    Explanation of useState, useEffect, useMemo, and useCallback hooks in React functional components.

    • useState is used to manage state in functional components

    • useEffect is used for handling side effects like data fetching, subscriptions, etc.

    • useMemo is used for performance optimization by memoizing expensive calculations

    • useCallback is used for memoizing functions to prevent unnecessary re-renders

    • These hooks enhance functio...

  • Answered by AI
  • Q2. Describe lifecycle methods in class components and their functional equivalents with hooks. Know how to handle component mounting, updating, and unmounting.
  • Q3. Understand setting up a Redux store, connecting components, and managing actions and reducers. Be familiar with middleware like Redux Thunk or Redux Saga for handling asynchronous actions.
  • Ans. 

    Setting up Redux store, connecting components, managing actions and reducers, and using middleware like Redux Thunk or Redux Saga for handling asynchronous actions.

    • Setting up a Redux store involves creating a store with createStore() function from Redux, combining reducers with combineReducers(), and applying middleware like Redux Thunk or Redux Saga.

    • Connecting components to the Redux store can be done using the connec...

  • Answered by AI
  • Q4. How to add and manipulate elements in arrays using JavaScript (e.g., inserting "watermelon" in the middle)?
  • Ans. 

    To add and manipulate elements in arrays using JavaScript, you can use array methods like splice() and slice().

    • Use the splice() method to insert elements into an array at a specific index. For example, arr.splice(index, 0, 'watermelon') will insert 'watermelon' at the specified index without removing any elements.

    • To manipulate elements in an array, you can use methods like splice() to remove elements or slice() to extr...

  • Answered by AI
  • Q5. Use and purpose of Math.floor() in JavaScript.
  • Ans. 

    Math.floor() is a method in JavaScript that rounds a number down to the nearest integer.

    • Math.floor() returns the largest integer less than or equal to a given number.

    • It is commonly used to convert a floating-point number to an integer.

    • Example: Math.floor(3.9) returns 3.

  • Answered by AI
  • Q6. Mocking components in Jest, including handling props and named exports
  • Ans. 

    Mocking components in Jest for testing with props and named exports

    • Use jest.mock() to mock components and their exports

    • For handling props, use jest.fn() to create mock functions and pass them as props to the component being tested

    • For named exports, use jest.mock() with a second argument to specify the module's exports

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Walmart Software Engineer III interview:
  • useMemo
  • Splice vs Slice
  • saga
  • use of redux and purpose
  • useCallback
  • jest mocking
  • what is use of Math.floor()
  • ceil
  • classComponent
Interview preparation tips for other job seekers - I gave interview on 19 Sep 2024 for Java Full Stack .
In Round 1, interviewer ask only frontend question ,expect to discuss the use of React hooks like useState, useEffect, useMemo, and useCallback for managing state and optimizing performance in functional components, understand component lifecycle methods and their functional equivalents, and demonstrate knowledge of Redux for global state management, including middleware like Redux Thunk or Redux Saga. Additionally, be familiar with modern JavaScript features such as ES6+ syntax and array manipulation methods to write clean and efficient code.

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 DSA questions and some MCQ on Java and Spring

Round 2 - Technical 

(2 Questions)

  • Q1. Longest palindromic substring
  • Ans. 

    A palindromic substring is a string that reads the same forwards and backwards.

    • Use dynamic programming to find the longest palindromic substring.

    • Start by considering each character as the center of a potential palindrome.

    • Expand outwards from each center to check for palindromes of odd and even lengths.

  • Answered by AI
  • Q2. Remove duplicates in place from a 1D array
  • Ans. 

    Remove duplicates from a 1D array of strings in place

    • Iterate through the array and use a HashSet to keep track of unique elements

    • Replace duplicates with null or an empty string to remove them in place

  • Answered by AI
Round 3 - Technical 

(3 Questions)

  • Q1. Project discussion
  • Q2. Search min element in a rotated sorted array with duplicate elements
  • Ans. 

    Search for the minimum element in a rotated sorted array with duplicate elements.

    • Use binary search to find the minimum element in the rotated sorted array.

    • Handle the case where duplicate elements are present by adjusting the search conditions.

    • Consider cases where the array is not rotated or contains only one element.

  • Answered by AI
  • Q3. Ways of declaring singleton class
  • Ans. 

    A singleton class is a class that can only have one instance created throughout the application.

    • Declare a private static instance variable of the class

    • Create a private constructor to prevent external instantiation

    • Provide a public static method to access the instance

  • Answered by AI
Round 4 - Technical 

(2 Questions)

  • Q1. Project discussion
  • Q2. Behavioural questions

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How many Salary in this job?
  • Q2. What is the better Activety in this Company?
Round 2 - One-on-one 

(2 Questions)

  • Q1. What is Facility?
  • Ans. 

    Facility refers to a physical location or building used for a specific purpose, such as a business, organization, or institution.

    • Facilities can include offices, factories, warehouses, hospitals, schools, and recreational centers.

    • Facilities management involves overseeing the maintenance, operation, and utilization of these spaces.

    • Facilities may also refer to amenities or services provided within a building, such as fitn...

  • Answered by AI
  • Q2. Where is the proper place?
Round 3 - Technical 

(2 Questions)

  • Q1. What is Technical Guide?
  • Ans. 

    A technical guide is a document or manual that provides detailed instructions or information on how to use a specific technology or product.

    • Provides step-by-step instructions on how to operate or troubleshoot a technology or product

    • Includes technical specifications and diagrams for better understanding

    • May contain tips, best practices, and troubleshooting techniques

    • Often used by technicians, engineers, or users to effec

  • Answered by AI
  • Q2. Who are Guide Provide me?
Round 4 - Case Study 

Best Salary & better Performance

Interview Preparation Tips

Interview preparation tips for other job seekers - Maina tain time & Discipline be preference of my side
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 5 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions to write SQL Queries
  • Q2. Questions on data analytics using python
Round 2 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself (Team, Collaboration and Project Management aspects)
  • Ans. 

    I have a strong background in leading teams, collaborating with stakeholders, and managing projects effectively.

    • Led cross-functional teams to successfully deliver projects on time and within budget

    • Collaborated with stakeholders to gather requirements and ensure project alignment with business goals

    • Utilized project management tools such as Jira and Trello to track progress and communicate updates

    • Facilitated team meeting...

  • Answered by AI
  • Q2. How do you deal with tough stakeholders?
  • Ans. 

    I address tough stakeholders by actively listening, understanding their concerns, finding common ground, and maintaining professionalism.

    • Actively listen to their concerns and perspectives

    • Seek to understand their motivations and priorities

    • Find common ground and areas of agreement

    • Maintain professionalism and remain calm in challenging situations

  • Answered by AI
Round 3 - One-on-one 

(1 Question)

  • Q1. General discussion on team management, documentation, stakeholder handling
Round 4 - One-on-one 

(1 Question)

  • Q1. Similar Discussion as previous round
Round 5 - HR 

(1 Question)

  • Q1. People Mangement, Role priorities, Relocation and Travel Flexibility
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. About your self
  • Q2. Education and experience
  • Q3. Work experience
  • Q4. Working environment
  • Q5. Team handing & how to mange

Interview Preparation Tips

Interview preparation tips for other job seekers - Na
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 sum problem, hashmap

Round 2 - Technical 

(2 Questions)

  • Q1. 3 sum problems and complexity
  • Q2. Kadane's algorithm and related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - java brush up with dsa must.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between decode and case?
  • Ans. 

    Decode is a function in Oracle that is used to provide if-then-else type of logic, while Case is used for conditional logic with multiple conditions.

    • Decode is used for simple if-then-else logic, while Case is used for more complex conditional logic.

    • Decode can only handle equality conditions, while Case can handle a variety of conditions.

    • Case allows for multiple conditions and multiple results, while Decode only allows ...

  • Answered by AI
  • Q2. How will we handle exceptions in Bulk Collect?
  • Ans. 

    Exceptions in Bulk Collect can be handled using SAVE EXCEPTIONS clause and FORALL statement.

    • Use SAVE EXCEPTIONS clause to handle exceptions in Bulk Collect.

    • Use FORALL statement to process the data and handle exceptions efficiently.

    • Exceptions can be logged, ignored, or handled based on the business requirements.

  • Answered by AI
  • Q3. What are Cursor attributes?
  • Ans. 

    Cursor attributes are properties that provide information about the status of a cursor in PL/SQL.

    • Cursor attributes include %FOUND, %NOTFOUND, %ROWCOUNT, and %ISOPEN.

    • They are used to check the status of a cursor after a DML operation.

    • For example, %FOUND returns TRUE if a fetch operation successfully retrieves a row.

  • Answered by AI
  • Q4. What is pragma autonomous transaction?
  • Ans. 

    Pragma autonomous transaction is used to create a new transaction within the current transaction.

    • Pragma autonomous transaction allows a subprogram to start a new transaction that is independent of the calling transaction.

    • This is useful when you need to commit or rollback changes made by the subprogram without affecting the main transaction.

    • It is commonly used in triggers, where you want to perform some actions independ...

  • Answered by AI
  • Q5. Concat function

Skills evaluated in this interview

Jawad Business Group Interview FAQs

What are the top questions asked in Jawad Business Group interview?

Some of the top questions asked at the Jawad Business Group interview -

  1. What is an excellent customer services stands fo...read more
  2. What is retail all abou...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Walmart Interview Questions
3.8
 • 392 Interviews
DMart Interview Questions
4.0
 • 382 Interviews
Vishal Mega Mart Interview Questions
3.8
 • 153 Interviews
V-Mart Interview Questions
4.2
 • 139 Interviews
Titan Company Interview Questions
4.3
 • 136 Interviews
Landmark Group Interview Questions
4.0
 • 134 Interviews
Lowe's Interview Questions
4.2
 • 122 Interviews
Tesco Interview Questions
3.9
 • 120 Interviews
Croma Interview Questions
4.0
 • 116 Interviews
Target Interview Questions
4.2
 • 109 Interviews
View all

Jawad Business Group Reviews and Ratings

based on 58 reviews

3.9/5

Rating in categories

3.8

Skill development

4.1

Work-Life balance

3.7

Salary & Benefits

4.1

Job Security

3.7

Company culture

4.2

Promotions/Appraisal

3.9

Work Satisfaction

Explore 58 Reviews and Ratings
Assistant Store Manager
5 salaries
unlock blur

₹6 L/yr - ₹7.1 L/yr

Restaurant Manager
4 salaries
unlock blur

₹5.4 L/yr - ₹7.2 L/yr

Store Manager
4 salaries
unlock blur

₹0.9 L/yr - ₹9.4 L/yr

Restaurant General Manager
4 salaries
unlock blur

₹5 L/yr - ₹7.8 L/yr

Operations Manager
3 salaries
unlock blur

₹10 L/yr - ₹24 L/yr

Explore more salaries
Compare Jawad Business Group with

DMart

4.0
Compare

Future Group

4.3
Compare

Vishal Mega Mart

3.8
Compare

Reliance Digital

4.2
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview