Upload Button Icon Add office photos

Filter interviews by

Arihant Electricals Interview Questions, Process, and Tips

Updated 6 Jul 2024

Top Arihant Electricals Interview Questions and Answers

Arihant Electricals Interview Experiences

Popular Designations

3 interviews found

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

I applied via Walk-in and was interviewed in Mar 2023. 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 

(3 Questions)

  • Q1. Multiple choice questions
  • Q2. What do you understand by Control system
  • Ans. 

    Control system is a system that manages, regulates, and controls the behavior of other systems or processes.

    • Control system is used to maintain stability, accuracy, and efficiency in various processes.

    • It involves the use of sensors, actuators, and controllers to monitor and adjust the behavior of a system.

    • Examples include temperature control systems, traffic control systems, and industrial automation systems.

    • Control sys...

  • Answered by AI
  • Q3. Circuit of Resistance, inductance , capacitance in series and parallel

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

Embedded Engineer Interview Questions & Answers

user image Puneet Kumar

posted on 24 Jul 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. About Communication protocols like: SPI,UART,CAN,LAN etc..
  • Q2. About Microcontroller and Microprocessor

Interview Preparation Tips

Topics to prepare for Arihant Electricals Embedded Engineer interview:
  • Embedded Systems
  • Embedded C

Embedded Engineer Interview Questions asked at other Companies

Q1. What is the difference between sensors and actuators
View answer (1)

I applied via Walk-in and was interviewed in Mar 2022. There were 3 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 - HR 

(3 Questions)

  • Q1. What is your per month salary?
  • Q2. How much salary exaptation?
  • Q3. When you can Join in this company If you selected?
Round 3 - Technical 

(3 Questions)

  • Q1. Can you work on part modeling and assembly designing in solid works?
  • Ans. 

    Yes, I have experience in part modeling and assembly designing in SolidWorks.

    • I am proficient in creating 3D models of parts using SolidWorks.

    • I have experience in designing assemblies and creating exploded views.

    • I am familiar with creating detailed drawings and bill of materials.

    • I have worked on projects involving sheet metal design and weldments.

    • I am comfortable with using SolidWorks simulation tools for stress analysi

  • Answered by AI
  • Q2. Do You know about Mold Design?
  • Ans. 

    Yes, Mold Design is the process of creating the shape and structure of a mold for manufacturing products.

    • Mold design involves creating a 3D model of the desired product

    • The mold is then designed around the product, taking into account factors such as material, production volume, and cost

    • The design must also consider factors such as cooling and ejection of the product from the mold

    • Mold design is crucial for ensuring the ...

  • Answered by AI
  • Q3. Do you have a material Knowledge like MS, SS, aluminum etc.?
  • Ans. 

    Yes, I have knowledge of various materials commonly used in engineering such as MS, SS, aluminum, etc.

    • I have experience working with different grades of steel such as mild steel (MS) and stainless steel (SS)

    • I am familiar with the properties and characteristics of aluminum and its alloys

    • I understand the advantages and disadvantages of using different materials for different applications

    • I have knowledge of other material...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Arihant Electricals Design Engineer interview:
  • Solid Works
  • Materials
  • Machining
Interview preparation tips for other job seekers - Experience Matters, Keep Working on your job profile.

Skills evaluated in this interview

Design Engineer Interview Questions asked at other Companies

Q1. Stress Strain curve, What will happen if you use petrol in diesel engine and Diesel in petrol engone.
View answer (6)

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Aug 2021. There were 4 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 

(4 Questions)

  • Q1. Planning related questions
  • Q2. SAP excel related questions
  • Q3. Previous work experience
  • Q4. Order management related
Round 3 - One-on-one 

(2 Questions)

  • Q1. Mechanical engineering related
  • Q2. Order management Sap excel
Round 4 - HR 

(2 Questions)

  • Q1. Communication related
  • Q2. Salary discussion related

Interview Preparation Tips

Topics to prepare for TE Connectivity Senior Associate interview:
  • SAP
  • Excel
  • Order Management
Interview preparation tips for other job seekers - Strong SAP, order management, Excel and good previous company experience

Analyst Interview Questions & Answers

Flex user image Anonymous

posted on 23 Mar 2020

I applied via Naukri.com and was interviewed in Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic Accounting terms and journal entries. Have proper knowledge about basic accounting.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure to gain knowledge about basic accounting concepts and have full confidence.
Don't be nervous at the time of interview.

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Medium

Coding question was given.

  • Q1. 

    Remove Vowels from a Given String

    Given a string STR of length N, your task is to remove all the vowels present in that string and return the modified string.

    Explanation:

    English alphabets ‘a’, ‘e’, ‘i...

  • Ans. 

    Remove vowels from a given string while maintaining the relative position of other characters.

    • Iterate through each character in the string and check if it is a vowel (a, e, i, o, u).

    • If the character is not a vowel, add it to the modified string.

    • Return the modified string as the output.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Medium

It was first technical round with technical team.

  • Q1. What is the difference between MySQL and MongoDB?
  • Ans. 

    MySQL is a relational database management system, while MongoDB is a NoSQL database.

    • MySQL is a relational database, meaning it stores data in tables with rows and columns.

    • MongoDB is a NoSQL database, storing data in collections of JSON-like documents.

    • MySQL uses SQL for querying data, while MongoDB uses a query language similar to JSON.

    • MySQL is ACID-compliant, ensuring data integrity, while MongoDB sacrifices some ACID ...

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Tehnical round 2.
Here my projects and internships were evaluated

  • Q1. Can you explain your projects, including the technologies used and your approach?
Round 4 - HR 

Round duration - 30 minutes
Round difficulty - Easy

HR questions were asked and remuneration details were given to me

Interview Preparation Tips

Eligibility criteriaSSC and Diploma 70% & above, BE 6.5 cgpa & above, no live ATKTFlex interview preparation:Topics to prepare for the interview - OOPs Concepts, MySQL Database, MongoDB database, Data structures, PHP, JQuery, Angular6, Python, basic HR questionsTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Start preparation as early as possible
Tip 2 : Prepare atleast 2 industry standard projects
Tip 3 : Focus on communication more

Application resume tips for other job seekers

Tip 1 : Explain yourself properly there, resume reflects your personality. Modify resume according to company/position requirements
Tip 2 : Do not write too much, it should be simple and decent

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. First they ask to introduce ourselves....which may look informal question as well formal , but you should never answer in casual way little bit of smartness and seriousness required but since they check ba...
  • Q2. How far your qualification helps you to fetch you for this job is it relevant to what you studied ?

I appeared for an interview in Dec 2016.

Interview Questionnaire 

1 Question

  • Q1. How you will work under a supervisor.
  • Ans. 

    I will communicate effectively, follow instructions, seek feedback, and collaborate with my supervisor.

    • Communicate regularly with supervisor to provide updates on progress and ask for clarification when needed

    • Follow instructions carefully and ask for help if unsure about a task

    • Seek feedback on my work to improve and grow professionally

    • Collaborate with supervisor and team members to achieve project goals

    • Provide suggesti

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: I got selected for next round.
Tips: Do not loses hope.
Duration: 1 hour
Total Questions: 10

Round: Technical + HR Interview
Experience: It was nice experience.
Tips: Do not loses hope.

Skills: Technical Analysis, Managing People
College Name: IIT Kharagpur

I applied via Other and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. How to react in a critical situation to customer. Need to explain about the issue or give solution for the issue?
  • Q2. How are you going to handle a 5 member team

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare in management level as well

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Project description
  • Ans. 

    Developed a web-based project management tool for a software development company.

    • Used Agile methodology for project management

    • Implemented user authentication and authorization

    • Integrated with third-party tools like JIRA and GitHub

    • Provided real-time project progress tracking

    • Generated reports for project analysis

  • Answered by AI
  • Q2. Python based problems
  • Q3. Embedded scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be frank about your self ration about your skills and maintain 2 way communication during the interview.

Arihant Electricals Interview FAQs

How many rounds are there in Arihant Electricals interview?
Arihant Electricals interview process usually has 2 rounds. The most common rounds in the Arihant Electricals interview process are Resume Shortlist, Technical and HR.
How to prepare for Arihant 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 Arihant Electricals. The most common topics and skills that interviewers at Arihant Electricals expect are Analysis and Mechanical Design.
What are the top questions asked in Arihant Electricals interview?

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

  1. Can you work on part modeling and assembly designing in solid wor...read more
  2. Do you have a material Knowledge like MS, SS, aluminum et...read more
  3. Do You know about Mold Desi...read more

Tell us how to improve this page.

Arihant Electricals Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Flex Interview Questions
4.0
 • 190 Interviews
Foxconn Interview Questions
3.9
 • 161 Interviews
Navitasys India Interview Questions
4.1
 • 101 Interviews
TE Connectivity Interview Questions
4.1
 • 84 Interviews
Vertiv Interview Questions
3.9
 • 51 Interviews
IDEMIA Interview Questions
3.9
 • 48 Interviews
View all

Arihant Electricals Reviews and Ratings

based on 36 reviews

3.9/5

Rating in categories

4.0

Skill development

3.9

Work-life balance

3.5

Salary

3.8

Job security

3.9

Company culture

3.4

Promotions

3.8

Work satisfaction

Explore 36 Reviews and Ratings
Senior Sales Engineer
16 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Assistant Manager
7 salaries
unlock blur

₹6.5 L/yr - ₹8.8 L/yr

Sales Engineer
6 salaries
unlock blur

₹3.1 L/yr - ₹5.8 L/yr

Assistant Manager Sales & Marketing
5 salaries
unlock blur

₹6.5 L/yr - ₹7.5 L/yr

Product Manager
5 salaries
unlock blur

₹10 L/yr - ₹15 L/yr

Explore more salaries
Compare Arihant Electricals with

Flex

4.0
Compare

Foxconn

3.9
Compare

TE Connectivity

4.1
Compare

Vertiv

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