Upload Button Icon Add office photos

Filter interviews by

Shubodh Electricals Interview Questions and Answers

Be the first one to contribute and help others!

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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about sales?
  • Q2. What is your hobbies, experience and education qualification.
Round 2 - One-on-one 

(3 Questions)

  • Q1. How much experience do you have?
  • Q2. Why did you leave your job?
  • Q3. Why did you leave that job?

Interview Preparation Tips

Topics to prepare for Senco Gold Customer Care Executive interview:
  • About sales
  • Gold
  • Diamond
Interview preparation tips for other job seekers - Identify your skills and enjoy your job.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What's the CI/CD workflow that's followed in your team?
  • Ans. 

    Our team follows a CI/CD workflow that includes automated testing, code reviews, and continuous integration.

    • Automated testing is run on every code change to catch bugs early.

    • Code reviews are conducted before merging changes to ensure code quality.

    • Continuous integration is used to automatically build and test code changes in a shared repository.

    • Deployment pipelines are set up to automate the release process.

    • Version cont...

  • Answered by AI
  • Q2. Has there been any security incident and how have you handled those ?
  • Ans. 

    Yes, there have been security incidents and I have handled them effectively.

    • Implemented security protocols to prevent future incidents

    • Conducted thorough investigation to identify the root cause

    • Collaborated with IT team to strengthen security measures

    • Communicated with stakeholders to ensure transparency and trust

    • Provided training to employees on cybersecurity best practices

  • Answered by AI
  • Q3. Difference between authorization and authentication ?
  • Ans. 

    Authentication verifies the identity of a user, while authorization determines what actions a user is allowed to perform.

    • Authentication confirms the identity of a user through credentials like passwords or biometrics.

    • Authorization determines the level of access or permissions a user has once their identity is confirmed.

    • Authentication is the process of logging in, while authorization is the process of granting or denyin...

  • Answered by AI
  • Q4. LLD for an authentication and authorization system
  • Ans. 

    LLD for an authentication and authorization system

    • Separate modules for authentication and authorization

    • Use of secure hashing algorithms for storing passwords

    • Role-based access control implementation

    • Audit logging for tracking user actions

    • Integration with external identity providers

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

(1 Question)

  • Q1. Design a document managed storage like google drive as an E2E solution.
  • Ans. 

    Design a document managed storage like Google Drive as an E2E solution.

    • Implement user authentication and authorization for secure access.

    • Create a user-friendly interface for uploading, organizing, and sharing documents.

    • Include features like version control, file syncing, and search functionality.

    • Utilize cloud storage for scalability and accessibility.

    • Implement encryption for data security.

    • Integrate with third-party app

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on the points mentioned in your resume.
Be ready to provide reasons for decisions taken for your resume.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(5 Questions)

  • Q1. HTML, CSS fundamentals
  • Q2. Javascript event loop and array methods
  • Q3. Javascript coding for operation on object array
  • Q4. React benefits and Redux implementations
  • Q5. How to create slice and combine reducers
Round 2 - Behavioral 

(2 Questions)

  • Q1. Questions based on projects, role, responsibilities and initiative at work place
  • Q2. How to create and optimize a react application
Round 3 - HR 

(1 Question)

  • Q1. Day to day activity of workplace and salary negotiation
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Realted to o365 theory
  • Q2. Regarding litigation hold and retention policies with mailflow and structure and some scenario based questions
Round 2 - Technical 

(2 Questions)

  • Q1. Regarding technical questions and scenario based
  • Q2. Teams issues and outlook
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion
  • Q2. Description of working culture and ethics
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 Dec 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Verbal aptitude
Numerical aptitude
Logical reasoning
Spatial aptitude

Round 2 - Aptitude Test 

It seems like you're looking for information on Heteros, a pharmaceutical company, as well as some explanation of aptitude tests.

About Heteros Company

Hetero is a multinational pharmaceutical company based in India, founded in 1993. They specialize in developing and manufacturing active pharmaceutical ingredients (APIs) and finished dosages for various therapeutic areas, including HIV/AIDS, oncology, and hepatitis.

Round 3 - Coding Test 

Some recommended practice problems for coding tests, similar to those asked in top tech companies like Google, Facebook, and Amazon, can be found on platforms like GeeksforGeeks 1. They offer a comprehensive list of company-wise coding practice questions.

Additionally, consider exploring resources like:

GeeksforGeeks Courses: Language

• Foundation Courses and DSA to Development - Coding Guide course.

• DSA Self-Paced Course: Master Data

Structures and Algorithms from basic to advanced levels.

Remember to practice coding regularly and review the concepts to increase your chances of success in Hetero's coding test

Interview Preparation Tips

Topics to prepare for Hetero Rolling Stock Maintainer interview:
  • To better suggest topics and cou
Interview preparation tips for other job seekers - I intrested work in hetero company that's iam joining this company

Tell us how to improve this page.

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
ITC Infotech Interview Questions
3.8
 • 332 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
View all

Shubodh Electricals Reviews and Ratings

based on 10 reviews

3.7/5

Rating in categories

3.7

Skill development

3.4

Work-life balance

3.5

Salary

3.7

Job security

3.3

Company culture

3.7

Promotions

3.5

Work satisfaction

Explore 10 Reviews and Ratings
Electrical Project Engineer
7 salaries
unlock blur

₹3 L/yr - ₹5.7 L/yr

Electrical Engineer
4 salaries
unlock blur

₹3.2 L/yr - ₹4 L/yr

Project Engineer
3 salaries
unlock blur

₹5 L/yr - ₹7.8 L/yr

Explore more salaries
Compare Shubodh Electricals with

Ekart Logistics

4.0
Compare

Udaan

3.9
Compare

Home Credit Finance

4.1
Compare

SBI Cards & Payment Services

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