Upload Button Icon Add office photos
Engaged Employer

i

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

Sanjay Electricals Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Sanjay Electricals Interview Questions and Answers

Updated 4 Feb 2025

Sanjay Electricals Interview Experiences

Popular Designations

5 interviews found

Anonymous Interview Questions & Answers

user image JIVAH HR OFFICIAL

posted on 1 Oct 2024

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

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

Round 1 - HR 

(5 Questions)

  • Q1. Something regarding past experience
  • Q2. Technical test, qualifications, salaries
  • Q3. With hr head/Md
  • Q4. Salary negotiations
  • Q5. Documentation and the offer letter issuing

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent process to complete all the interviews process with fast forwarding working from the HR.
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. About yourself. Nothing else

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the JD before joining, if selected. They don’t have any clear roles which will backfire later. Be ready for a long process. In worst scenario, you will get to know the selection news after 1-2 months. Better don’t join if you don’t have any options left.

Sales Coordinator Interview Questions asked at other Companies

Q1. How can you convince a client to take the product from you?
View answer (1)

Accountant Interview Questions & Answers

user image SOUMADIP GHOSH

posted on 4 Feb 2025

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

V lookup, pivot table

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (25)

Accountant Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Typing Test 

(1 Question)

  • Q1. Typing Speed Test
Round 2 - Excel Test 

(1 Question)

  • Q1. Vlookup, If function, Conditional Formatting, Filters & Sorting, Chart, Pivot Table etc
Round 3 - Accounts Knowledge 

(1 Question)

  • Q1. Basic accounting and tally related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare excel knowledge properly and have good typing speed. Both are keys. And some basic accounting knowledge. Specially sale , purchase, d/cr notes etc.

Accountant Interview Questions asked at other Companies

Q1. What journal is made when purchase requisition is created
View answer (25)

Sanjay Electricals interview questions for popular designations

 Accountant

 (2)

 Area Sales Manager

 (1)

 Sales Coordinator

 (1)

Area Sales Manager Interview Questions & Answers

user image SHIVAM VERMA

posted on 19 Jun 2024

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

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Why Are you join us
  • Q2. What is your strategy for marketing
  • Ans. 

    My strategy for marketing involves identifying target markets, creating compelling messaging, utilizing various channels, and analyzing data for optimization.

    • Identify target markets based on demographics, psychographics, and behavior

    • Create compelling messaging that resonates with the target audience

    • Utilize various channels such as social media, email marketing, and advertising to reach the target audience

    • Analyze data f...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always Be positive and have patience it's a very important for everyone

Area Sales Manager Interview Questions asked at other Companies

Q1. How to handling position and how to coverage rout and sales teams
View answer (28)

Interview questions from similar companies

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(7 Questions)

  • Q1. Basic Javascript questions were asked like Hoisting, Event Loop, Closure.
  • Q2. What are semantic tags? << HTML based question
  • Ans. 

    Semantic tags in HTML are specific tags that provide meaning to the content they enclose.

    • Semantic tags help search engines and screen readers understand the structure of a webpage.

    • Examples of semantic tags include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.

    • Using semantic tags improves SEO and accessibility of a website.

  • Answered by AI
  • Q3. What is currying in js?
  • Ans. 

    Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.

    • Currying helps in creating reusable functions and partial application.

    • It allows you to create new functions by fixing some parameters of an existing function.

    • Example: const add = (a) => (b) => a + b; add(2)(3) will return 5.

  • Answered by AI
  • Q4. What is the difference between Map and Filter?
  • Ans. 

    Map is used to transform each element of an array, while Filter is used to select elements based on a condition.

    • Map returns a new array with the same length as the original array, but with each element transformed based on a provided function.

    • Filter returns a new array with only the elements that pass a provided condition function.

    • Example for Map: [1, 2, 3].map(num => num * 2) will result in [2, 4, 6].

    • Example for Fi...

  • Answered by AI
  • Q5. What is the difference between Map and ForEach?
  • Ans. 

    Map creates a new array with the results of calling a provided function on every element, while forEach executes a provided function once for each array element.

    • Map returns a new array with the same length as the original array, while forEach does not return anything.

    • Map does not mutate the original array, while forEach can mutate the original array.

    • Map is more suitable for transforming data and creating a new array, w...

  • Answered by AI
  • Q6. What is the difference between Authentication and Authorization?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines the user's access rights.

    • Authentication confirms the user's identity through credentials like username and password.

    • Authorization determines what actions the authenticated user is allowed to perform.

    • Authentication precedes authorization in the security process.

    • Example: Logging into a website (authentication) and then accessing specific pages

  • Answered by AI
  • Q7. What is the difference between Local storage and Session storage?
  • Ans. 

    Local storage persists even after the browser is closed, while session storage is cleared when the browser is closed.

    • Local storage has no expiration date, while session storage expires when the browser is closed.

    • Local storage stores data with no limit, while session storage has a limit of around 5MB.

    • Local storage data is available across all windows/tabs for that domain, while session storage data is only available wit...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. This was the Final round, it lasted for around 30 mins and the interviewer gave me a coding question to build a Countdown Timer app.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for Live coding round that's the important one.
Also prepare the questions based on HTML, CSS
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(4 Questions)

  • Q1. Good communication with our team and my colleagues
  • Q2. Need improve my skills and strictly fallow up our EHS values
  • Q3. Target is more important in your life, keep doing work unless get your unreachable targets.
  • Q4. Good behaviour build your team and save ethics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep doing work unless get your unreachable targets.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Give a brief about the work which I did on day to day basis in the previous organisation as a Business Analyst.
  • Ans. 

    As a Business Analyst, I was responsible for gathering and analyzing business requirements, creating functional specifications, conducting stakeholder meetings, and facilitating communication between business and IT teams.

    • Gathered and documented business requirements from stakeholders

    • Analyzed data to identify trends and make recommendations for process improvements

    • Created functional specifications for new software deve...

  • Answered by AI
  • Q2. Have you worked in Waterfall model / Scrum model?
  • Ans. 

    Yes, I have experience working in both Waterfall and Scrum models.

    • I have experience working in Waterfall model, where requirements are gathered upfront and the project progresses in a linear fashion.

    • I have also worked in Scrum model, where the project is divided into sprints and iterative development is done.

    • In Waterfall model, I have worked on projects with well-defined scope and fixed timelines.

    • In Scrum model, I have...

  • Answered by AI
  • Q3. What was the team size which I handled as a Business Analyst?
  • Ans. 

    I have experience handling teams ranging from 5 to 15 members as a Business Analyst.

    • Managed a team of 8 analysts in a previous project

    • Collaborated with a team of 12 developers and testers in another project

    • Led a team of 5 business analysts in a recent initiative

  • Answered by AI
  • Q4. And the background about the project and my roles and responsibilities working with the offshore / onshore teams
Round 2 - Technical 

(2 Questions)

  • Q1. Was there any interaction with the onshore folks ? If yes then what was my role?
  • Ans. 

    Yes, I had regular interactions with the onshore team to gather requirements and provide updates on project progress.

    • Regularly communicated with onshore team to gather requirements

    • Provided updates on project progress to onshore stakeholders

    • Collaborated with onshore team to ensure alignment on project goals

  • Answered by AI
  • Q2. Who was the PO in your team ? How Business Analyst and the PO coordinate?
  • Ans. 

    The Product Owner (PO) in my team was responsible for defining and prioritizing the product backlog. Business Analyst and PO coordinate through regular meetings, communication, and collaboration.

    • The PO defines and prioritizes the product backlog based on business value and stakeholder needs.

    • The Business Analyst works closely with the PO to understand requirements, gather feedback, and ensure alignment with business goa...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. How was the requirements being gathered? Who used to gather the requirements ? Is the PO or the Business Analyst in your team?
  • Ans. 

    Requirements were gathered through collaboration between the Product Owner and Business Analyst in the team.

    • Requirements were gathered through stakeholder interviews, workshops, and document analysis.

    • The Product Owner and Business Analyst worked closely together to ensure all requirements were captured accurately.

    • The Business Analyst facilitated the requirements gathering process and documented the findings for review ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 3 rounds of technical interview for Lead Business Analyst job profile, one with the VP, Manager and the AVP. All the technical rounds were cleared successfully. The interviewers were so kind, they had shared the feedback and the result on the spot at the end of the interview call. I had to follow up during each interview call to the HR reconfirming about the status of the interview in each stage. After the 3rd final technical round the HR ghosted as they didn't had the budget. In the initial call itself it was discussed clearly about the expectations which I had in terms of compensation.
A humble request to all the fellow job seekers, please get it confirmed at each stage with the HR before agreeing for next round of interview if they really are going to accept the expectations of compensation. As it will save your time a lot and focus on the interview calls which you really deserve rather than getting ghosted at the end.

Assistant Manager growth marketing Interview Questions & Answers

Swiggy user image Anonymous

posted on 14 Feb 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself and workex, One campaign you are proud of and what you did, The interview lasted for 30 mins.
  • Q2. Why are you leaving your current company and details on that.
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Desire for new challenges and opportunities for growth

    • Looking for a company with better work-life balance

    • Seeking a role with more responsibility and leadership opportunities

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

(2 Questions)

  • Q1. Tell me about yourself, 2 digital campaigns that you did and what you learn from them, Logical question on bulb : 3 bulbs are in a room and it's switches are outside the room, and you can only enter the ro...
  • Q2. How many times does whatsapp application gets open in your household?
  • Ans. 

    WhatsApp is opened multiple times daily in my household for communication and sharing updates.

    • WhatsApp is opened multiple times daily for communication with family and friends

    • Used for sharing updates, photos, and videos

    • Helps in coordinating plans and staying connected with loved ones

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Structure your answers well, they analyse your thought process, analysis skills and observation
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - One-on-one 

(1 Question)

  • Q1. What is your current work experience, and can you provide a case study on how to improve monetization for Netflix?
Round 2 - One-on-one 

(1 Question)

  • Q1. Case Study - Favourite product

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed with Meesho for a role I was excited about and completed 2 rounds successfully. However, after the interviews, I received no feedback or updates from the HR Team. Despite multiple followups via email, WhatsApp and call, there was no response - just complete silence.

Ghosting candidates after they invest time and effort into the hiring process in unprofessional and disrespectful. It reflects poorly on Meesho's hiring culture and raises questions about their values. Providing feedback, even if it's a rejection, it's a basic courtesy that candidates deserve.

The experience has left a negative impression of Meesho's professionalism. I hope they improve their hiring practices to treat candidates with the respect they deserve

Sanjay Electricals Interview FAQs

How many rounds are there in Sanjay Electricals interview?
Sanjay Electricals interview process usually has 1-2 rounds. The most common rounds in the Sanjay Electricals interview process are HR, Typing Test and One-on-one Round.
How to prepare for Sanjay Electricals 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 Sanjay Electricals. The most common topics and skills that interviewers at Sanjay Electricals expect are Switchgear, Sales Coordination, Advanced Excel, Back Office Support and Cables.
What are the top questions asked in Sanjay Electricals interview?

Some of the top questions asked at the Sanjay Electricals interview -

  1. What is your strategy for market...read more
  2. Vlookup, If function, Conditional Formatting, Filters & Sorting, Chart, Pivot T...read more
  3. Documentation and the offer letter issu...read more

Tell us how to improve this page.

Sanjay Electricals Interview Process

based on 6 interviews

Interview experience

2.7
  
Poor
View more

Interview Questions from Similar Companies

Senco Gold Interview Questions
4.5
 • 558 Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
Planet Spark Interview Questions
3.7
 • 356 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Ekart Logistics Interview Questions
4.0
 • 305 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
NeoSOFT Interview Questions
3.9
 • 261 Interviews
ElasticRun Interview Questions
3.5
 • 250 Interviews
Morningstar Interview Questions
3.9
 • 241 Interviews
View all

Sanjay Electricals Reviews and Ratings

based on 58 reviews

4.4/5

Rating in categories

4.3

Skill development

4.2

Work-life balance

4.2

Salary

4.3

Job security

4.3

Company culture

4.3

Promotions

4.3

Work satisfaction

Explore 58 Reviews and Ratings
Receptionist

Kolkata

1-3 Yrs

₹ 1-3 LPA

Back Office Executive

Kolkata

1-3 Yrs

₹ 1-3.25 LPA

accounts executive

Noida

1-3 Yrs

₹ 1-3 LPA

Explore more jobs
Back Office Coordinator
5 salaries
unlock blur

₹1.8 L/yr - ₹2.3 L/yr

Accountant
4 salaries
unlock blur

₹1.2 L/yr - ₹2.8 L/yr

Area Sales Manager
4 salaries
unlock blur

₹5 L/yr - ₹7.8 L/yr

Electrician
4 salaries
unlock blur

₹1.5 L/yr - ₹2.2 L/yr

Territory Sales Manager
3 salaries
unlock blur

₹5 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Sanjay Electricals with

Rajesh Electricals

1.4
Compare

Gupta Electronics

2.6
Compare

Udaan

4.0
Compare

Ekart Logistics

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