Upload Button Icon Add office photos

Filter interviews by

Deccan Electricals Interview Questions and Answers

Updated 23 Nov 2023

25 Interview questions

A Python was asked
Q. How can you reduce the amount of code you write?
Ans. 

To reduce coding, use built-in functions, libraries, and modular programming.

  • Use built-in functions and libraries to perform common tasks instead of writing code from scratch.

  • Break down your code into smaller, reusable functions or modules to avoid repetition.

  • Use loops and conditional statements effectively to minimize redundant code.

  • Follow coding best practices and conventions to write clean and concise code.

  • Use ...

A Python was asked
Q. How do you correct your errors?
Ans. 

To correct errors in Python, identify the error message, locate the error in the code, and fix the mistake.

  • Read the error message carefully to understand the issue.

  • Check the line number mentioned in the error message.

  • Review the code around the error line for any syntax or logical mistakes.

  • Use print statements or debugging tools to identify the cause of the error.

  • Make necessary corrections to the code and retest it...

A Python was asked
Q. How should coding be designed?
Ans. 

Designing coding involves planning the structure, organization, and implementation of code.

  • Identify the problem and requirements

  • Break down the problem into smaller tasks

  • Choose appropriate data structures and algorithms

  • Write modular and reusable code

  • Follow coding conventions and best practices

  • Test and debug the code

  • Document the code for future reference

A Python was asked
Q. How do you write your own version of code?
Ans. 

To write your own version of coding, you need to understand the problem, design a solution, and implement it using Python.

  • Understand the problem: Clearly define the requirements and constraints.

  • Design a solution: Break down the problem into smaller steps and plan the logic.

  • Implement using Python: Write the code using Python syntax and libraries.

  • Test and debug: Verify the correctness of your code and fix any issues...

A Python was asked
Q. What is your goal?
Ans. 

My goal is to become a proficient Python developer and contribute to the development of innovative software solutions.

  • To continuously improve my Python programming skills

  • To gain experience in developing real-world applications

  • To actively contribute to open-source projects

  • To stay updated with the latest trends and advancements in Python

  • To collaborate with a team of talented developers

A Python was asked
Q. Tell me about where you are from.
Ans. 

I am from a small town in the United States.

  • I grew up in a close-knit community.

  • The town is known for its beautiful scenery.

  • It has a population of around 10,000 people.

  • The town is located in the Midwest region of the country.

A Python was asked
Q. How do you approach coding?
Ans. 

To produce coding in Python, you need to write code using Python syntax and execute it.

  • Write code using Python syntax

  • Execute the code to produce the desired output

Are these interview questions helpful?
A Python was asked
Q. How do you write a comment in Python?
Ans. 

To write a comment in Python, use the '#' symbol at the beginning of the line.

  • Use the '#' symbol to indicate a comment.

  • Comments are used to explain code and make it more readable.

  • Comments are ignored by the Python interpreter and do not affect the program's execution.

A Python was asked
Q. How do you write code without errors?
Ans. 

To write without errors in Python, follow best practices, use proper syntax, handle exceptions, and test your code.

  • Follow Python's coding conventions and style guidelines

  • Use proper syntax and avoid common mistakes

  • Handle exceptions and errors gracefully

  • Test your code thoroughly to catch any potential errors

A Python was asked
Q. How do you test your code?
Ans. 

To test your coding, you can use various methods such as unit testing, integration testing, and manual testing.

  • Write unit tests to verify the functionality of individual components or functions.

  • Perform integration testing to ensure that different components work together correctly.

  • Manually test your code by providing different inputs and verifying the expected outputs.

  • Use testing frameworks like pytest or unittest...

Deccan Electricals Interview Experiences

1 interview found

Interview Questions & Answers

user image Anonymous

posted on 23 Nov 2023

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected
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 

(39 Questions)

  • Q1. Can I join with this
  • Q2. I will ask few questions
  • Q3. Some questions about software
  • Q4. Some questions regarding LinkedIn company
  • Q5. Some questions about HTML5
  • Q6. Some questions what is the meaning of software
  • Q7. I will ask what is Excel
  • Q8. Previous experience
  • Q9. Tell ABT self introduction
  • Ans. 

    I am a Python developer with experience in web development and data analysis.

    • I have been working with Python for X years.

    • I have experience in developing web applications using frameworks like Django and Flask.

    • I am proficient in data analysis and manipulation using libraries like Pandas and NumPy.

    • I have worked on projects involving machine learning and natural language processing.

    • I am familiar with database management s...

  • Answered by AI
  • Q10. Self introduction
  • Q11. Tell ABT ur hobbies
  • Ans. 

    My hobbies include reading, playing guitar, and hiking.

    • Reading: I enjoy reading books from various genres, such as fiction, science fiction, and self-help.

    • Playing guitar: I have been playing the guitar for several years and enjoy learning and playing different songs.

    • Hiking: I love exploring nature and going on hikes, especially in scenic locations.

  • Answered by AI
  • Q12. Tell ABT ur previous experience
  • Ans. 

    I have 3 years of experience in Python development, working on various projects.

    • Worked on developing web applications using Django framework

    • Implemented data analysis and visualization using pandas and matplotlib

    • Collaborated with a team to build a machine learning model for sentiment analysis

    • Created automated scripts for data extraction and manipulation

    • Contributed to open-source projects on GitHub

  • Answered by AI
  • Q13. Tell about HTML5
  • Ans. 

    HTML5 is the latest version of the HTML standard used for structuring and presenting content on the web.

    • Introduced new elements like <header>, <footer>, <nav>, <article>, <section>, <aside>

    • Supports multimedia elements like <audio> and <video>

    • Includes new form input types like <email>, <url>, <tel>, <date>, <number>

    • Provides canvas and SVG for ...

  • Answered by AI
  • Q14. Testing practical
  • Q15. Processing coding python
  • Q16. How to make program
  • Ans. 

    To make a program in Python, you need to write code using the Python programming language.

    • Start by defining the problem you want to solve with the program.

    • Break down the problem into smaller tasks and plan the program's structure.

    • Write the code using Python syntax and programming concepts.

    • Test and debug the program to ensure it works correctly.

    • Document your code and consider adding comments for clarity.

    • Run the program ...

  • Answered by AI
  • Q17. How to write program
  • Ans. 

    To write a program in Python, you need to define the problem, plan the solution, write the code, and test it.

    • Define the problem: Understand the requirements and expected output.

    • Plan the solution: Break down the problem into smaller steps and design an algorithm.

    • Write the code: Implement the algorithm using Python syntax and libraries.

    • Test the program: Verify that the program produces the correct output for different in...

  • Answered by AI
  • Q18. How to write without errors
  • Ans. 

    To write without errors in Python, follow best practices, use proper syntax, handle exceptions, and test your code.

    • Follow Python's coding conventions and style guidelines

    • Use proper syntax and avoid common mistakes

    • Handle exceptions and errors gracefully

    • Test your code thoroughly to catch any potential errors

  • Answered by AI
  • Q19. How to correction ur errors
  • Ans. 

    To correct errors in Python, identify the error message, locate the error in the code, and fix the mistake.

    • Read the error message carefully to understand the issue.

    • Check the line number mentioned in the error message.

    • Review the code around the error line for any syntax or logical mistakes.

    • Use print statements or debugging tools to identify the cause of the error.

    • Make necessary corrections to the code and retest it.

    • Repe...

  • Answered by AI
  • Q20. How to write ur comment
  • Ans. 

    To write a comment in Python, use the '#' symbol at the beginning of the line.

    • Use the '#' symbol to indicate a comment.

    • Comments are used to explain code and make it more readable.

    • Comments are ignored by the Python interpreter and do not affect the program's execution.

  • Answered by AI
  • Q21. How to reduce ur coding
  • Ans. 

    To reduce coding, use built-in functions, libraries, and modular programming.

    • Use built-in functions and libraries to perform common tasks instead of writing code from scratch.

    • Break down your code into smaller, reusable functions or modules to avoid repetition.

    • Use loops and conditional statements effectively to minimize redundant code.

    • Follow coding best practices and conventions to write clean and concise code.

    • Use appro...

  • Answered by AI
  • Q22. How to make sure
  • Q23. How to mingle ur employer
  • Ans. 

    To mingle with your employer, show interest in their work, be a good listener, communicate effectively, and build a positive relationship.

    • Show genuine interest in your employer's work and projects

    • Be a good listener and ask thoughtful questions

    • Communicate effectively and professionally

    • Build a positive relationship by being respectful and supportive

    • Participate in team activities and social events

  • Answered by AI
  • Q24. How to write assignment
  • Ans. 

    To write an assignment, organize your thoughts, research the topic, create an outline, write the content, and proofread.

    • Organize your thoughts and brainstorm ideas for the assignment.

    • Research the topic thoroughly to gather relevant information.

    • Create an outline to structure your assignment and ensure a logical flow.

    • Write the content, following the outline and including all necessary details.

    • Proofread the assignment for...

  • Answered by AI
  • Q25. How to write without any hesitation
  • Ans. 

    To write without any hesitation, practice regularly and build confidence.

    • Practice regularly to improve your writing skills

    • Read extensively to expand your vocabulary and knowledge

    • Set aside dedicated time for writing to build a habit

    • Seek feedback from others to improve your writing

    • Build confidence by believing in your abilities

  • Answered by AI
  • Q26. How to write ur own version of coding
  • Ans. 

    To write your own version of coding, you need to understand the problem, design a solution, and implement it using Python.

    • Understand the problem: Clearly define the requirements and constraints.

    • Design a solution: Break down the problem into smaller steps and plan the logic.

    • Implement using Python: Write the code using Python syntax and libraries.

    • Test and debug: Verify the correctness of your code and fix any issues.

    • Refa...

  • Answered by AI
  • Q27. How to test ur coding
  • Ans. 

    To test your coding, you can use various methods such as unit testing, integration testing, and manual testing.

    • Write unit tests to verify the functionality of individual components or functions.

    • Perform integration testing to ensure that different components work together correctly.

    • Manually test your code by providing different inputs and verifying the expected outputs.

    • Use testing frameworks like pytest or unittest to a...

  • Answered by AI
  • Q28. How to create some apps
  • Ans. 

    To create apps in Python, you can use frameworks like Django or Flask. Start by defining the app's purpose and structure.

    • Choose a Python web framework like Django or Flask

    • Define the purpose and structure of the app

    • Design the user interface using HTML, CSS, and JavaScript

    • Implement the app's functionality using Python

    • Test and debug the app

    • Deploy the app to a web server or app store

  • Answered by AI
  • Q29. How to produce some coding
  • Ans. 

    To produce coding in Python, you need to write code using Python syntax and execute it.

    • Write code using Python syntax

    • Execute the code to produce the desired output

  • Answered by AI
  • Q30. How to learn this
  • Q31. How to making our company which can types of suggestions nd how to develop
  • Q32. Tell ABT something like group discussion
  • Ans. 

    Group discussion is a collaborative activity where a group of individuals discuss a topic or problem.

    • Group discussion involves multiple participants sharing their ideas and opinions.

    • It promotes critical thinking, communication skills, and teamwork.

    • Participants take turns to express their views and engage in a constructive conversation.

    • Examples: Discussing a case study, debating a controversial topic, brainstorming idea...

  • Answered by AI
  • Q33. Where are you from
  • Ans. 

    I am from New York City, a bustling metropolis known for its diverse culture and iconic landmarks.

    • I grew up in the heart of Manhattan, surrounded by skyscrapers and bustling streets.

    • New York City is home to famous attractions like Times Square, Central Park, and the Statue of Liberty.

    • The city is known for its vibrant arts scene, with Broadway theaters and world-class museums.

    • I have experienced the melting pot of cultur...

  • Answered by AI
  • Q34. What is ur percentage
  • Ans. 

    The question is asking for the percentage of something, but it is not clear what it is referring to.

    • Ask for clarification on what the percentage is referring to.

    • Provide examples of different types of percentages (e.g. test scores, completion rates, etc.)

    • If you don't have the available data, explain that you don't have the information.

  • Answered by AI
  • Q35. Witch college in betch
  • Q36. What is ur project names
  • Ans. 

    My project is called 'Python Data Analysis Tool'.

    • Developed a Python tool for analyzing and visualizing data.

    • Implemented various statistical analysis techniques.

    • Used libraries like Pandas, NumPy, and Matplotlib for data manipulation and visualization.

    • Created interactive dashboards and reports for easy data interpretation.

  • Answered by AI
  • Q37. Our project name was solar based e uniform for soldiers
  • Q38. Missile detection nd destroyed the system
  • Q39. Can u tell ABT ur project few words
  • Ans. 

    I developed a web application using Python for managing inventory and sales.

    • Used Python's Flask framework for building the web application

    • Implemented a database to store inventory and sales data

    • Created user authentication and authorization system

    • Implemented features like adding products, managing stock, and generating sales reports

  • Answered by AI
Round 3 - Technical 

(16 Questions)

  • Q1. Can I join with this round 5
  • Q2. Tell ABT ur scl clg
  • Ans. 

    My school college is a renowned institution known for its academic excellence and diverse student community.

    • Renowned institution with academic excellence

    • Diverse student community

    • Strong faculty and infrastructure

    • Active participation in extracurricular activities

  • Answered by AI
  • Q3. Tell ABT wr r u frm
  • Ans. 

    I am from a small town in the United States.

    • I grew up in a close-knit community.

    • The town is known for its beautiful scenery.

    • It has a population of around 10,000 people.

    • The town is located in the Midwest region of the country.

  • Answered by AI
  • Q4. Tell ABT self respect
  • Ans. 

    Self-respect is the recognition and appreciation of one's own worth and dignity.

    • Self-respect is about valuing oneself and having a positive self-image.

    • It involves setting boundaries and not allowing others to disrespect or mistreat you.

    • Self-respect is essential for maintaining healthy relationships and making confident decisions.

    • Examples of self-respect include standing up for oneself, prioritizing self-care, and pursu...

  • Answered by AI
  • Q5. What is ur strength
  • Ans. 

    My strength is my problem-solving skills and ability to think critically.

    • Strong problem-solving skills

    • Ability to think critically

    • Analytical mindset

    • Attention to detail

    • Effective communication

    • Adaptability and willingness to learn

    • Teamwork and collaboration

  • Answered by AI
  • Q6. What is ur goal
  • Ans. 

    My goal is to become a proficient Python developer and contribute to the development of innovative software solutions.

    • To continuously improve my Python programming skills

    • To gain experience in developing real-world applications

    • To actively contribute to open-source projects

    • To stay updated with the latest trends and advancements in Python

    • To collaborate with a team of talented developers

  • Answered by AI
  • Q7. What ur earn our company
  • Ans. 

    I can contribute to the company by leveraging my Python skills and experience to develop efficient and scalable solutions.

    • Proficient in Python programming language

    • Experience in developing web applications using Django or Flask

    • Strong understanding of object-oriented programming principles

    • Familiarity with data manipulation and analysis using libraries like Pandas and NumPy

    • Knowledge of database management systems like MyS...

  • Answered by AI
  • Q8. How to develop company
  • Ans. 

    Developing a company involves strategic planning, effective leadership, strong team building, and continuous improvement.

    • Create a clear vision and mission statement for the company.

    • Develop a strategic plan outlining goals, objectives, and strategies.

    • Build a strong leadership team to guide and drive the company forward.

    • Establish a positive company culture that fosters teamwork and innovation.

    • Invest in employee training ...

  • Answered by AI
  • Q9. How to explain ABT company
  • Ans. 

    ABT company is a leading technology company specializing in Python development and solutions.

    • ABT company is known for its expertise in Python programming language.

    • They provide Python development services to clients across various industries.

    • ABT company has a team of skilled Python developers who deliver high-quality solutions.

    • They have successfully completed projects involving web development, data analysis, and automa...

  • Answered by AI
  • Q10. How to improve our company profile
  • Ans. 

    To improve our company profile, we can focus on enhancing our online presence, showcasing our expertise through case studies, and actively engaging with our target audience.

    • Optimize our website for search engines and improve its user experience

    • Create and regularly update our social media profiles to increase brand visibility

    • Publish case studies highlighting successful projects and client testimonials

    • Participate in indu...

  • Answered by AI
  • Q11. How to design coding
  • Ans. 

    Designing coding involves planning the structure, organization, and implementation of code.

    • Identify the problem and requirements

    • Break down the problem into smaller tasks

    • Choose appropriate data structures and algorithms

    • Write modular and reusable code

    • Follow coding conventions and best practices

    • Test and debug the code

    • Document the code for future reference

  • Answered by AI
  • Q12. How to produce ur learning
  • Ans. 

    To produce learning, one must actively engage in studying, practicing, and applying knowledge.

    • Engage in active learning by reading books, articles, and documentation

    • Practice coding exercises and projects to reinforce understanding

    • Participate in online courses, tutorials, and coding challenges

    • Join coding communities and forums to learn from others

    • Apply knowledge by working on real-world projects or contributing to open-...

  • Answered by AI
  • Q13. How to assignment
  • Q14. How to improve ur technical issue how two solve
  • Ans. 

    To improve technical issue resolution, focus on continuous learning, problem-solving skills, and effective communication.

    • Stay updated with the latest technologies and best practices

    • Enhance problem-solving skills through practice and learning from experienced developers

    • Improve communication skills to effectively understand and convey technical issues

    • Collaborate with colleagues and seek help when needed

    • Document and share...

  • Answered by AI
  • Q15. How can u help some technical issues
  • Ans. 

    I can help with technical issues by providing troubleshooting assistance and offering solutions.

    • Identify the issue by gathering information and asking relevant questions

    • Research and analyze the problem to find possible solutions

    • Provide step-by-step instructions or guidance to resolve the issue

    • Offer alternative approaches or workarounds if necessary

    • Follow up with the person to ensure the problem is resolved

  • Answered by AI
  • Q16. How is ur work
  • Ans. 

    My work is focused on Python development, where I create efficient and scalable solutions.

    • I have experience in developing Python applications for various industries.

    • I am proficient in using Python libraries and frameworks such as Django and Flask.

    • I have worked on projects involving data analysis, web scraping, and automation using Python.

    • I prioritize writing clean and maintainable code to ensure the longevity of the pr...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I will learning some coding python

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Deccan Electricals?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I applied via Naukri.com

Interview Questionnaire 

2 Questions

  • Q1. Why Amazon?
  • Q2. What do you expect from Amazon?
  • Ans. 

    I expect Amazon to foster innovation, provide growth opportunities, and maintain a customer-centric culture.

    • Opportunities for professional development, such as training programs and mentorship.

    • A collaborative work environment that encourages teamwork and idea sharing.

    • Access to cutting-edge technology and resources to drive innovation.

    • A strong focus on customer satisfaction, ensuring that every decision prioritizes the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be open to anything, and keep your expectations low as your expectations might kill you. Just relax and take everything in a healthy way

Interview Questionnaire 

2 Questions

  • Q1. Technical
  • Q2. Be yourself

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. *Introduce yourself *Purpose of working in the Company *Educational Background *Family Background *Goals and Ambition
  • Ans. 

    Experienced professional with a strong educational background and clear career ambitions, eager to contribute to the company's success.

    • I have over 5 years of experience in project management, leading teams to successfully deliver complex projects on time.

    • I hold a Master's degree in Business Administration from XYZ University, where I specialized in strategic management.

    • My family has always emphasized the importance of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident about what you speak.

I applied via Naukri.com and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What are different types of cloud?
  • Q2. What is workflow,trigger, different types of reports, roles, profiles, permission set, sharing rules etc?
  • Ans. 

    Workflow, trigger, reports, roles, profiles, permission set, and sharing rules are all important features in Salesforce.

    • Workflow is a series of automated steps that can be used to streamline business processes.

    • Triggers are used to execute code before or after a record is inserted, updated, or deleted.

    • Reports are used to display data in a visual format, such as a table or chart.

    • Roles are used to define the hierarchy of ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Google the question related to your topic and also become 100% prepared with your resume.

Skills evaluated in this interview

I appeared for an interview before Jul 2020.

Interview Questionnaire 

1 Question

  • Q1. Is Infosys listed?
  • Ans. 

    Yes, Infosys is listed on the Indian stock exchanges as well as on the NYSE.

    • Infosys is listed on the Bombay Stock Exchange (BSE) and National Stock Exchange of India (NSE)

    • It is also listed on the New York Stock Exchange (NYSE)

    • Infosys has a market capitalization of over $80 billion as of 2021

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in advance
Are these interview questions helpful?

Interview Questionnaire 

1 Question

  • Q1. 1)Tmaus? 2 ) why are you lefted previous job? 3) technical skills knowledge 4) work in under pressure? 5) hr round 6) manager round
  • Ans. 

    Interview questions for an Associate position cover various aspects like motivation, skills, and handling pressure.

    • 1) Tmaus: This could refer to a specific term or acronym; clarify its meaning during the interview.

    • 2) Leaving previous job: Focus on seeking new challenges or growth opportunities, not negative experiences.

    • 3) Technical skills: Highlight relevant skills like data analysis, programming languages, or software...

  • Answered by AI

I applied via Job Fair and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic accounting methods and journals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident About what you are saying

Interview Questionnaire 

2 Questions

  • Q1. Accounting question asked
  • Q2. Answer has been given accordingly

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an average interview. If you have good experience of MNC culture and you have short notice period of your existing company then they can hire you.

Deccan Electricals Interview FAQs

How many rounds are there in Deccan Electricals interview?
Deccan Electricals interview process usually has 3 rounds. The most common rounds in the Deccan Electricals interview process are Resume Shortlist, HR and Technical.
How to prepare for Deccan 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 Deccan Electricals. The most common topics and skills that interviewers at Deccan Electricals expect are Accounting, Telephone Operating, Tendering, Bid Evaluation and Bid Management.
What are the top questions asked in Deccan Electricals interview?

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

  1. How to making our company which can types of suggestions nd how to deve...read more
  2. How to improve ur technical issue how two so...read more
  3. How to write ur own version of cod...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.6k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Amazon Interview Questions
4.0
 • 5.4k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.8
 • 3.4k Interviews
View all

Deccan Electricals Reviews and Ratings

based on 8 reviews

2.8/5

Rating in categories

2.6

Skill development

2.1

Work-life balance

1.9

Salary

1.9

Job security

1.8

Company culture

1.9

Promotions

2.5

Work satisfaction

Explore 8 Reviews and Ratings
Electrical Engineer
3 salaries
unlock blur

₹4.8 L/yr - ₹15.3 L/yr

Accounts Manager
3 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Site Engineer
3 salaries
unlock blur

₹2.4 L/yr - ₹3.3 L/yr

Explore more salaries
Compare Deccan Electricals with

TCS

3.6
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview