Upload Button Icon Add office photos

Filter interviews by

Deccan Electricals Interview Questions and Answers

Updated 23 Nov 2023

Deccan Electricals Interview Experiences

1 interview found

Python 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

Interview questions from similar companies

Interview experience
5
Excellent
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. Circular wait Ans A circular chain with two or more processes, each one waiting for a resource held by the next process within the chain
  • Q2. Hold and wait Ans A process must be holding at least one resource while waiting to acquire additional resources held by other process holding them
Round 2 - One-on-one 

(2 Questions)

  • Q1. The phrase 'lavish with his hospitality' in the third sentence of the first paragraph means Ans Extravagance in entertaining guest
  • Q2. What is an Accenture coding Test Ans The Accenture coding Test but not like the one in the first stage,its much lengthier and more comprehensive.

Interview Preparation Tips

Interview preparation tips for other job seekers - . Be prepared for anything
. Act kindly to everyone
. Send follow-up emails
. Learn job keywords
. Be mindful of your job location
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Technical 

(4 Questions)

  • Q1. Can you please tell us about yourself?
  • Q2. Can you describe some recent development work that you have completed?
  • Q3. What are the differences between DDP, DPP and process property?
  • Q4. What steps can you take to speed up execution through development changes?
Round 2 - HR 

(3 Questions)

  • Q1. What are your reasons for wanting to leave your current organization and join ours?
  • Q2. What are your preferences between financial compensation and job satisfaction?
  • Q3. Where do you envision yourself in the next five years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident during the interview and maintain eye contact throughout. Always include in your CV only the points you have genuinely worked on, ensuring you are well-versed in them and can provide relevant examples. Explain your recent development work with confidence, detailing it in a manner that helps the interviewer easily grasp your technical knowledge, which will guide the subsequent questions toward your strengths.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Group Discussion 

Group discussions
Topic based GD
Case study GD
Debate style GD
Problem solving GD

Round 2 - Technical 

(5 Questions)

  • Q1. Is AI a threat to human job
  • Q2. Can 5G revolution technology
  • Q3. How important is data privacy in today world
  • Q4. Blockchain - just hype or the future
  • Q5. Blockchain- just hype or the future
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself Why do you want this job
  • Q2. I am deepanshu Gupta and I have Fraser I have skills in football and I enjoy working on
Round 4 - Aptitude Test 

Aptitudes test assess a person logical reasoning problem solving and analysis skills they are commonly used in job recruitment collages and admissions

Interview Preparation Tips

Interview preparation tips for other job seekers - Update resume
Enhance skill
Network
Prepare for interview
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed in Jan 2025.

Round 1 - Technical 

(6 Questions)

  • Q1. What tools are you using, and what types of applications are you supporting?
  • Q2. What is mean by ITSM , incident management and service request difference, Change management
  • Q3. How do you handle critical operational issues?
  • Q4. Can you please explain what kind of issues you are handling
  • Q5. What is the difference between Average Handling Time (AHT) and After Call Work (ACW), and what is your First Call Resolution (FCR) score?
  • Q6. How will the prioritization of tickets be managed before the Service Level Agreement (SLA)?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(1 Question)

  • Q1. Near by location how to complete my target with bsm &team sales casa not b. R. O
Round 2 - HR 

(2 Questions)

  • Q1. If you hire me you will surely get a good sales officer. If you don't hire me then I will understand that I am lacking somewhere.
  • Q2. I know how to solve problems and I complete my target easily
Round 3 - HR 

(2 Questions)

  • Q1. If you support me then I can complete my target with perfection and in a simple manner.
  • Q2. If you select me then it will be a great thing for me
Round 4 - One-on-one 

(2 Questions)

  • Q1. I currently work in axis bank
  • Q2. Or main vaha of role hoon main ab on role hona chata hoon kyonkie mujhe yaha 10 mahine ho gai h

Interview Preparation Tips

Interview preparation tips for other job seekers - I will not say anything because I have come here to learn and I am a junior
Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Not Selected

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Attended the TCS NQT, depending on how many advanced questions and the test cases you pass in coding section, you'll get assigned Ninja (3L) Digital (7L) or prime (9L)

Round 2 - Behavioral 

(8 Questions)

  • Q1. Code to get prime nos
  • Q2. What do you know about cloud computing
  • Q3. Self introduction
  • Q4. Difference between cloud computing and computer networking
  • Q5. If you know any os like linux
  • Q6. Oops based questions, very basic if you're not from it or cse related fields but they might ask advanced questions if you're related to cs/it fields
  • Q7. If you're okay Relocation
  • Q8. Questions about your projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Look up the current technologies used in tcs and Prepare well to answer those questions and have good basic knowledge in cse/it

It depends on what type of questions the interviewer asks you though! Good luck, prepare well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself.
  • Q2. What makes you the ideal candidate for this position?
  • Ans. 

    I have a strong background in customer service, excellent communication skills, and a passion for helping customers.

    • Extensive experience in customer service roles

    • Excellent communication skills

    • Strong problem-solving abilities

    • Passion for helping customers

    • Proven track record of resolving customer issues efficiently

  • Answered by AI
Round 2 - Verscent 

(1 Question)

  • Q1. They will Voice test
Round 3 - Client Interview 

(1 Question)

  • Q1. Tell me about your self, what are languages you know, what do you know about phone pe
  • Ans. 

    I am fluent in English, Hindi, and Spanish. I have knowledge about PhonePe's services and features.

    • Fluent in English, Hindi, and Spanish

    • Knowledge about PhonePe's services and features

    • Experience in customer service roles

  • Answered by AI
Round 4 - Typing Test 

(1 Question)

  • Q1. They will check our typing test

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not feel nervous; instead, be confident. If you experience fear and anxiety, you may be eliminated in the first round.

Functional Testing Senior Consultant Interview Questions & Answers

Deloitte user image Anonymous

posted on 4 Feb 2025

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

I was interviewed in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. Current CTC, Expected CTC, Notice Period, Skill set
  • Q2. Open for Fixed term hire? Open for working from client location at Gurgaon? (3 days from office)
  • Ans. 

    Yes, open for fixed term hire and working from client location at Gurgaon for 3 days a week.

    • Open for fixed term hire

    • Willing to work from client location at Gurgaon for 3 days a week

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. Introduction, Current role and responsibilities
  • Q2. List out the achievements in current project, Tools used
  • Ans. 

    Implemented automated testing using Selenium WebDriver and JUnit in Agile environment

    • Implemented automated testing framework using Selenium WebDriver

    • Utilized JUnit for test case management

    • Worked in Agile environment to ensure continuous testing and integration

  • Answered by AI
  • Q3. Pilot vs Beta testing. How can newly developed functionality be tested via automation rather doing it manually?
  • Ans. 

    Pilot testing is done by a small group of users before the full release, while beta testing is done by a larger group of users. Automation testing can be used for regression testing, smoke testing, and performance testing.

    • Pilot testing involves a small group of users testing the functionality in a controlled environment.

    • Beta testing involves a larger group of users testing the functionality in a real-world environment.

    • ...

  • Answered by AI
  • Q4. Primary key vs Unique key in SQL, Query to find row having last id in sql
  • Ans. 

    Primary key uniquely identifies a record, while unique key allows only one instance of a value in a column. Query to find last id involves using ORDER BY and LIMIT.

    • Primary key enforces uniqueness and not null constraint on a column

    • Unique key enforces uniqueness but allows null values

    • To find row with last id, use ORDER BY id DESC LIMIT 1 in SQL query

  • Answered by AI
  • Q5. Explain Software Testing Life Cycle, Defect Life Cycle
  • Ans. 

    Software Testing Life Cycle (STLC) involves planning, designing, executing, and reporting on tests. Defect Life Cycle includes identification, logging, fixing, and retesting defects.

    • STLC includes requirements analysis, test planning, test design, test execution, and test closure.

    • Defect Life Cycle involves defect identification, defect logging, defect fixing, defect retesting, and defect closure.

    • STLC ensures that the so...

  • Answered by AI
  • Q6. What's the meaning of 303 status code in API? Put vs Delete method in API What is 3 point estimation technique in Agile?
  • Ans. 

    303 status code in API means 'See Other'. PUT method is used to update data, while DELETE method is used to remove data. 3 point estimation technique in Agile is used to estimate tasks.

    • 303 status code indicates that the resource can be found at a different URI and should be retrieved from there

    • PUT method is used to update an existing resource in the API

    • DELETE method is used to remove a resource from the API

    • 3 point esti...

  • Answered by AI
  • Q7. What kind of links and labels can be tagged to a bug in jira?
  • Ans. 

    Links and labels that can be tagged to a bug in Jira

    • Links: related issues, documents, websites

    • Labels: priority, severity, type, status

  • Answered by AI
  • Q8. Have you done shell scripting? What does grep, href commands do in unix?
  • Ans. 

    Shell scripting is a way to automate tasks in Unix/Linux systems. Grep is used to search for specific patterns in text files. Href is not a standard Unix command.

    • Shell scripting automates tasks by writing scripts in a Unix/Linux environment

    • Grep command is used to search for specific patterns in text files

    • Example: grep 'search_pattern' file.txt

    • Href is not a standard Unix command, it may be a typo or a custom script

  • Answered by AI
  • Q9. As a lead, how would you resolve conflict with a team member? As a lead, if you are given plenty of tasks to be completed with in a limited time frame. What would be your approach in doing them?
  • Ans. 

    To resolve conflict with a team member, communication is key. Prioritize understanding, address the issue calmly, find common ground, and work towards a solution together.

    • Listen to the team member's perspective and concerns

    • Communicate openly and calmly about the issue

    • Find common ground and areas of agreement

    • Work together to find a solution that benefits both parties

    • Seek input from other team members or a mediator if ne

  • Answered by AI
  • Q10. Open for relocating to Bangalore and working from client's office? (with no relocation bonus) Open for working in night / rotational shift? (with no additional compensation) Open for working in long exten...
  • Ans. 

    Open to relocating to Bangalore, working in night shifts, long hours, and 24X7 culture. Goal is to excel in automation testing.

    • Yes, open to relocating to Bangalore and working from client's office

    • Yes, open to working in night/rotational shifts

    • Yes, open to working in long extendable hours or 24X7 culture

    • Goal is to excel in automation testing

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not a good experience. Some recruiters are very arrogant and have no respect for the people interviewing with them. They consider as themselves dummy kings, because they are working in Deloitte USI. I interacted with 4-5 recruiters for one opening (from Gurgaon / Hyderabad). One HR even said to me that I was not the only person interviewing with them, they have bunch of people to chose, also various other things were said in a very unprofessional and rude manner. She had no ethics of talking to an experienced resource, when I escalated this to the seniors, they immediately apologized for her behavior and I was then handled by another Senior HR

I applied via referral in Deloitte USI but to save their referral bonus (I guess), they rejected my profile on the portal and called me through Naukri.com. When I asked them the reason, they said its for a different profile them. however it was for the same one.
Also on their career site, it was not mentioned that role is of fixed term hire (for 2 years), but HR disclosed it later, during the conversation. (another discrepancy)

During my initial conversation, HR clearly said there won't be any night shifts and I would have to work from client's location in Gurgaon office. Although it is 2 year contractual role.
But during my technical interview, the person clearly said to me that I would have to relocate to Bangalore for working from client's secured ODC in office. Also there would be rotational/ night shifts (without any extra pay). Basically they were looking for someone who would devote his 24X7 time to the company for a minimal salary and does not demand for work life balance or weekends off

Neither the HR nor the interviewer opened their web camera during the video call. But HR kept asking me to keep my camera open, even during the waiting time
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Assignment 

They gave a case study where the candidate had to showcase the audience segmentation, create a brochure design with content and showcase the writing skills based on a product that they gave.

Round 2 - Technical 

(2 Questions)

  • Q1. How would you plan a brochure layout?
  • Q2. How would you coordinate with stakeholders for information collection?

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a poor experience, as I qualified the round but they closed the position and never informed. The HR invited me for the final round at the Hyderabad branch via call and assured me the interview will happen. However, they never shared a formal invite. I kept following for a month and then they said the position is on hold via call.

After that, they put a rejection on my profile due to which I cannot apply on Infosys for the next 6 months because of their policy.

The position was one of the roles for attracting investors. Time pass for them. Completely unorganized.

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 improve ur technical issue how two so...read more
  2. How to write without any hesitat...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.7
 • 10.4k Interviews
Siemens Interview Questions
4.1
 • 428 Interviews
ABB Interview Questions
4.1
 • 228 Interviews
Havells Interview Questions
4.0
 • 204 Interviews
Bajaj Electricals Interview Questions
4.0
 • 120 Interviews
KEI Industries Interview Questions
4.2
 • 53 Interviews
Finolex Cables Interview Questions
3.8
 • 40 Interviews
Legrand Interview Questions
3.7
 • 19 Interviews
View all

Deccan Electricals Reviews and Ratings

based on 7 reviews

2.5/5

Rating in categories

2.5

Skill development

2.1

Work-life balance

1.8

Salary

1.8

Job security

1.8

Company culture

1.8

Promotions

2.5

Work satisfaction

Explore 7 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

Siemens

4.1
Compare

ABB

4.1
Compare

Schneider Electric

4.2
Compare

Havells

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