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 Questionnaire 

4 Questions

  • Q1. Tell about yourself
  • Q2. Example of Team work
  • Q3. Any Situation : Ex: One small island,only one person,island is full of dry grass and it is firing,then how he will escape
  • Ans. 

    The person can escape the island by creating a firebreak or finding a body of water.

    • Create a firebreak by clearing a path of grass around oneself to prevent the fire from spreading.

    • Look for a body of water such as a lake, river, or ocean to escape the fire.

    • If no water source is available, try to find a sheltered area with less dry grass to wait for the fire to pass.

    • Use any available tools or materials to help create a

  • Answered by AI
  • Q4. One situation people appreciated you

Interview Preparation Tips

Round: Test
Experience: APTITUDE: General questions about ages,interests,trains,percentages etc. VERBAL: Antonyms,synomys,two
passages,basic English grammar. REASONING: Blood relations,graphs,sillograms etc.
Total Questions: 85

Round: HR Interview
Experience: Written test is some what difficult ,interview is easy.

General Tips: Prepare well for written test. Only HR Interview is easy. ALL THE BEST
College Name: NIT WARANGAL

Interview Preparation Tips

Round: Test
Experience: It went quite well.
Tips: Brush up everyday your aptitude skills
Duration: 30 minutes
Total Questions: 30

General Tips: Choosing your company and preparing for it early is better than trying everything on the day of selection process
Skills: Aptitude, Technical skills
College Name: IIT roorkee
Motivation: i am a self motivator

Interview Questions & Answers

Cognizant user image Anonymous

posted on 20 Jan 2015

Interview Questionnaire 

5 Questions

  • Q1. Tell me about yourself
  • Q2. What do you know about the company?
  • Q3. What are your greatest strength and weaknesses?
  • Q4. What are your ambitions in life?
  • Q5. When are you getting married?
  • Ans. 

    I am not currently planning on getting married.

    • I am currently focused on my career and personal growth.

    • Marriage is not a priority for me at this time.

    • I believe in taking the time to find the right person and building a strong foundation before getting married.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: PART ONE: Verbal Ability, uses of articles (a, an, the) and a RC. 
PART TWO: logical reasoning, standard IQ type Questions, was simple. 
PART THREE: An essay, one out of two, one choice was nuclear deal and the other was education system in India.

Round: Technical Interview
Experience: Some regular puzzles were given, which were easy. A discussion on internship work.

Round: HR Interview
Experience: They are looking for people with good aptitude, very good communication skills and strong desire to learn. Also, someone with good academic record and clear career goals.
Tips: Do not panic in the interview.

General Tips: For GD&#44; improve the content by reading and/or discussing among wing mates. Don't be aggressive but be assertive and ENERGETIC.
College Name: IIT KANPUR

Project Engineer Interview Questions & Answers

Wipro user image PRIYANKA CHOUDHURY

posted on 12 Jan 2015

Interview Preparation Tips

Round: Test
Experience: There were two parts : Aptitude and English.
The Aptitude part consisted of questions related to Maths which were quite easy.
The English section consisted of reading comprehensions.
Tips: Read the questions carefully because some of them might be lengthy.
Apply quick formulas so that you save time on each question.
Duration: 90 minutes

Round: Group Activity
Experience: We were asked to write an essay on a topic.
My topic was "Global Warming".
This was not an elimination round.
Tips: Writing essay requires a good fair of English and also thinking capability.
Divide your essay into paragraphs and don't forget to assign a title to your essay.

Round: Interview
Experience: The technical round was quite simple for me as the interviewer asked me few simple questions related to basic programming. I am not well versed with programming but then I managed because I did study the previous day.
I was not nervous since I knew I would be able to crack the interview in one go. After waiting for hours and hours, my turn came and finally I went up to the interviewer.
Tips: Be confident and communicate well.
The interviewers are more interested in how you communicate to them.
Learn the basics and revise a little before you go to the interview .

Round: Interview
Experience: This was the most simple and funniest round for me as the interviewer asked me only a single question .
The question goes like " Which place are you from?"
Tips: When you get selected for the HR round, just relax.
This is not an elimination round .
The HR's won't ask questions related to your subjects or any academics.
They would only ask some basic information regarding your life experiences and or will you be able to work in a corporate environment.

General Tips: 1. You need to be confident.
2. Drink lots of water.
3. Dont discuss anything with your neighbours during the interview process.
4. Dont overthink.
5. Be positive.
Skill Tips: You should well versed with english and try to communicate well with the interviewer.
Skills: COMMUNCATION SKILLS, PROGRAMMING SKILLS, TECHNICAL SKILLS, WRITING SKILLS
College Name: SRM UNIVERSITY
Motivation: A highly-motivated&#44; productive and customer-focused team player with strong communication, interpersonal,organizational, time management, analytical and problem solving skills. Reliable and dedicated with the ability to grasp and apply new procedures quickly; organize and prioritize tasks to meet deadlines and adapt readily to new challenges.

Interview Preparation Tips

Round: Test
Experience: Deloitte selection procedure involves a written test which is
same as CAT format (certainly not that tough). Though I had not joined any test series to prepare for it, but I must strongly recommend that you should actually join a test series (provided by Career Launcher or
TIME). This test series will actually help you to synchronize your mind to the format and moreover it would help to refresh the question solving skills which you used to exercise while preparing for JEE.

Round: Group Discussion
Experience: general topic is given (mostly it is as to how you would go for implementing a new type of technology in a company, and hence you all have to decide the stepwise procedure for the implementation), then whole of the group is called in presentation room where each one is told personally to speak about the same topic as that of GD. This constitutes
second round. Finally, if you clear it, you get to face the interviews.
Tips: From now onwards, start reading newspaper daily. Just give at least one hour reading the editorials from newspaper and make it your habit. Not only for GD's, but for life in general, its very important that you should have a certain view about things happening around you and in the world and newspapers are the best thing which help you form your views and also know about the expert opinions on day to day topics. So, make sure that you read newspaper daily.

Round: Other Interview
Experience: For interview, main thing is that you should be well conversed about everything you have mentioned on your resume. So, before you go for any interview, just make sure that you can speak about for 5 minutes on
every single thing in resume. Deloitte is a company which is open for all the btech students and hence its mainly looking for the students who have a right attitude and are good at their interests.
Tips: have a perfect set of communication skills. I had not done
any special type of preparations for the interview or group discussions but all these skills actually developed during these years. I would advise that in order to gain more confidence at speaking, you should start taking challenges from now on and should actively participate in any sort of debates and GD.

College Name: IIT Roorkee

Interview Questions & Answers

HCLTech user image Anonymous

posted on 15 May 2015

Interview Preparation Tips

Round: Technical Interview
Experience: Technical Round:

When my turn came in I walked into the room and Found two people sitting over there. 
Wishing them Good Afternoon i was asked to take my seat and I sat comfortably. This is noted very carefully. I had a eye to eye contact with both of them. I handed over them my certificates for them to go through.

Then my interview started (I gave my resume to him)

Interviewer: Kiran Paul Kani… right..
Me: Yes, its kiran paul kanikaram

Interviewer: Ok Kiran I am dennis voice Trainer at HCL Tech. It seems from the resume that you are working for India Air Force and why do you want to change the Job

Me: Bracing up a little I said I am working with Indian Air Force and because of Family reason I am about to resign the Job and also since I have completed MCA I just wanted to pursue a Technical Job.

Interviewer: Can you give me some more details as to why you want to resign a Government job and join a private one?

Me: Yes, I would. Since I am having a family to look after and with the present job I am unable to keep my family with me and also since my job requires me to be available 24/7, 365 days this was not a problem when I did not have these responsibilities but now it has become compulsion for me to look after and for me I think what’s the use of earning the money and not enjoying them with family.

Interviewer: Ok tell me about yourself?

Me: I told about my schooling and the place I hail from and the job I was doing in brief.

Interviewer: Oh great you could do your Graduation and Post graduation while doing a job and don’t you feel that was difficult while serving the IAF?

Me: Yes, It was difficult but I just wanted to come up in life and I already knew the price I am going to pay and it had taken a lot of hard work but finally I could complete.

Interviewer: Do you know what kind of job you are going to do here in HCL?

Me: Yes, the position I am going to work is for technical process helping customers to get their issues resolved and giving technical support. 

Interviewer: Here is a passage and can you read it for me.

Me: I understood why he was asking so coolly I took time and read it comfortably.

(Now the interviewer showed me his laptop and told me to hear a conversation. I took the head set and listened the conversation)

Interviewer: What was the person trying to tell?
Me: I told him that the person was telling that he wanted a technical issue to be resolved pertaining to his Laptop.

Interviewer: What is the solution you have for him?

Me: I told him the procedure of how to solve his issue.

Interviewer: He smiled at me and said I would like to speak with my friend who wants to ask you about information. He works as a SME (subject Man Expert) and he picked up his cell and connected to that person and handed over me the phone and walked out of the room.

Interviewer: Hello Kiran I am Sam

Me: Hello sam

Interviewer: I work as a SME and hope Dennis told about me

Me: yes

Interviewer: Can you tell me how does a browser work?
Me: I said do you want me to explain the functionality of the browser.
Interviewer: yes
Me: I gave him the information of what he wanted.
Interviewer: can you tell me some thing about cookie and what it does?
Me: I told him the definition of cookie and the role it plays in the Brower functionality
Interviewer: Ok what will you do to change the settings of the browser?
Me: I explained him the process.
Interviewer: Tell me something about registry in windows?
Me: I told about the registry and told him that when ever an application is installed then it is this place that the registry keys are saved and based on this when ever we run the application it will fetch information from here and runs the application.
Interviewer: What happens when these registry keys are deleted or corrupted and how can you delete the registry keys?
Me: If the registry keys are deleted or corrupted then the application may not run or if it runs also it will create problems some  where else and to delete the registry keys we need type in Regedit command in the run window and press enter andthen from the registry window search for the keys to delete and selecting them we need to press delete key .Interviewer: Do you know Computer networks?
Me: Not fully but I have a fair idea 
Interviewer: Ok No issues. Thanks a lot.
Me: thanks a lot and gave back the cell to Dennis.
Interviewer: How was the interaction?
Me: It was good
(Dennis got a call and he typed in some thing in his laptop. I knew it was from sam)
Interviewer: Ok kiran please wait out side will get back to you in a few min.
Me: I said yes and walked out of the room and was little anxious but the people who were waiting outside wanted to inquire why it has taken a lot of time.
After some time Dennis along with Sam came up to the lounge area and called me and spoke to me saying that they were satisfied with my interview and told that they were checking my accent and my technical knowledge and told me that I was selected for this round and need to attend a written technical test and also if I clear there will be a HR round and if cleared will get the appointment letter. Then they handed over a sealed envelop and told me to give to the HR
I was a bit relaxed now and was waiting to go for the next round people around me congratulated. After few min a interview board member accompanied us in the Cab to another facility a few hundred meter away from this facility.
When we came to this facility we were given tags to enter the facility and Pooja came and called me into the cabin.

Round: HR Interview
Experience: HR Round
HR: Good afternoon Kiran and took the packet
Me: I said good Afternoon
HR: Now there will be a written test and that too MCQ type go through the question paper and answer them and you have 30 minutes.
Me: I took the paper and sat in the place assigned and went through the paper and answered them and after the time is up I handed over the answer sheet
HR: Please sit in the waiting room I will be back in few min.Me: I said Ok and waited in the waiting room.
After some time the HR came.
HR: Congrats you cleared the written test 
Me: Thanks 
HR: So you are a defense person and where are you working?
Me: Yes, I am working in Air Force Station Delhi.
HR: So you want to join a pvt organization from a govt organization, don’t you feel that you are loosing security of job?Me: Yes, I want to join a corporate sector since it was a dream for me and I think the circumstance have paved the way for me since I am also not interested to be in Air Force because I am away from my family and also this posting makes it very difficult for me to be with my family and it will be for five years. Secondly I don’t feel any that I am loosing Job security since any how I have to retire after 20 years of service and I have finished 12 years and I cannot justify to my duty if I am not interested. So owing to moral grounds I want to join a pvt organization.
HR: So you think that your family comes first than your job?
Me: It depends on how a person thinks but for me both are important because without money I cannot survive and without a job I cannot earn so I balance both Job and Family and prioritize them.
HR: What is the remuneration you are expecting from us?
ME: I am expecting a good remuneration from you but I would be happy if I am paid as per your organizations standards so that I might not feel that I am left out in comparison with my colleagues. 
HR: Are you willing to work in any shift?
Me: That would not be a problem for me because I have been doing duties in Air Force on the call and 24/7. So I do not have any problems
HR: Ok you may go..Me: I thanked her and walked out of the room.
After an hour the HR came and gave me all the details and told that I got Selected!!!
This gave me the confidence that I can do well in the future.
Though I did not join the Job it was a very good experience for me and it helped me in an interview which I attended in Bangalore in an IT company and which I have joined as a Quality Assurance Lead.

College Name: NA

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself
  • Q2. What are your objectives
  • Q3. What are you going to do for companies betterment
  • Q4. What is your final year project all about
  • Q5. What you learned from your summer intenship
  • Q6. What you learned from your winter intenship
  • Q7. Do you have any question

Interview Preparation Tips

Round: Test
Experience: Verbal section was a easy section,It comprised of Comprehension,Spotting errors,Synonyms,Antonyms,Relationship between two given words,Rearranging the sentences.Logical reasoning the second section in which problems on data interpretation,blood relations,syllogism,where there with little bit difficulty.third section was of quant we usual  think it's easy but this was a tough one! with standard problems,percentage,profit loss,speed distance time.....etc.
Tips: While,attempting verbal part always give most appropriate answers.Options may be more confusing and closer one but you have to select the correct one!!!!! Always check for sectional cutoff and if its there then try to attempt each section properly if not then concentrate on section in which you are strong....refer to sites such as IndiaBIX, M4maths, freshersworld for aptitude questions
Duration: 60 minutes
Total Questions: 75

Round: Group Discussion
Experience: GD was not a round included for Capgemini placement test,Pearson versant english test was there once you clear your apti but due to technical faults GD was the round taken.There was a group of 10 people and we were given topic and 5 mins for preparation then GD was started.I was the second one to speak on the topic,I was in the favour of MNC because I really feel that for freshers Indian IT company is not very great start.Rather if one starts with MNC then it gets a brand name associated with them and also global exposure for one.And also Indian IT sectors are largely collaborating with the MNCs so for fresher MNC is a good start than Indian IT company.
Tips: I will suggest you to understand the topic well,jot down the points you want to say and then always initiate for the GD do not argue,just humbly disagree to the topic,do not get personal in it...as soon as you start the supervisor judges you so do not hesitate and just put your points confidently only your English is judged by this...
Duration: 20 minutes

Round: HR Interview
Experience: As I entered they  checked me from top to bottom means how formally you are dressed and shoes,then asked for my resume and started to see and verify each and everything written in it is true and genuine.And both TR and HR interview was taken simultaneously.My interview was the quicker one they just started with name then all above mentioned questions....
Tips: Go properly dressed with shoes polished,do not panic or try to recollect what you  have prepared just be genuine.Write resume neatly and study it well they scan it and ask most questions from it...

Round: Pearson versant English test
Experience: This test consist of two sections firstly the telephonic round in which we were provided with one toll free number and  unique test-id then it was for about 20 mins we talked on telephone.The questions asked were on basic english,like  repeat the sentences,correct the jumbled sentences,complete the sentences,answer in yes or no.Second test was a computer based test for 60 mins in which complete the sentences synonyms,copying the passage,email writing ,listen and write,were few of the questions directed.this test is taken mainly to check your english and writing skills.
Tips: Be clear and loud enough in telephonic test,and search placement papers of every company you sit for.

General Tips: "Try try you will succeed" always believe on this saying and keep giving tests if you failed in one!!
College Name: TERNA ENGINEERING COLLEGE
Motivation: Capgemini is one of good MNC its under top 10 best IT companies also its symbol spade which represented free enivronment to work and moto "People matter&#44;results count".motivated me to join it!

Interview Questions & Answers

Amazon user image Anonymous

posted on 21 Jan 2015

Interview Preparation Tips

Round: Test
Experience: The written test was quite similar to the typical CAT pattern. It contained sections on Reading Comprehension, Data Interpretation and Mathematics.

Round: Interview
Experience: There were 3 interview rounds:
There were 2 interviewers in the first interview, one was a technical guy and the other was from HR. They asked me a few
very simple puzzles, a few basic programming questions (swapping the value of two variables etc.), questions related to the development cycle of software products.  The HR guy asked stuff like what do you want to achieve in life? Strengths, weaknesses etc.
The second interview was resume based. He asked me about my thesis, internship, various projects, positions of responsibility etc. The third interview was the most important one (and I guess that was the deciding interview). The interviewer started with questions like why finance? Which companies are you sitting for? Then he gave me a case study: “As a banking organization, you have given house loans to a lot of customers. Given the current scenario, you have to profile the customers to which loans have been given based on the chances that they would pay back.” He started with this scenario and as I gradually started analyzing things and proposing models he kept on increasing the complexity saying you don’t have this data, you can’t make that assumption etc. Ultimately he narrowed down it down to a problem which was almost unsolvable. When I got stuck at that he told me that his idea was to just give me a taste of the toughness of problems they encounter in day-to-day business.

General Tips: After spending three or four years enjoying the IITK adventure&#44; one suddenly feels a jolt when he/she arrives in the final year. You find yourself wondering at times, asking yourself the pertinent question, what next? And seriously, the best way to start preparing for placements, GRE, CAT or any other exam for that matter is answering this question honestly. Take a few minutes of your precious time and think what you want to do with your life? Where does your heart truly lie? I know it’s not that easy to decide on this but at least give this a good thought and prioritize your options. Make a list of them on paper if that helps. Once you are done with this, the real planning starts. Take each option one by one and do a truthful analysis of yourself from the perspective of that option. For e.g., say you have CAT as your first priority, and then analyze your strengths and weaknesses from CAT’s perspective. What all areas you need to improve on? How much time and effort would it take? How much time you have got left? By doing this exercise you will really get to know the work that needs to be done and will help you plan for the remaining time.


Resume:
I am sure you would have heard it umpteen times but still I will repeat it to stress the point, take resume making seriously! A good resume would drive your interview in the direction you want it to go, a bad resume on the other hand might end the chances of you even getting interviewed! Start by trying to remember each and every achievement of your life and write it down. Spend a few days on this part till you are sure you have got almost everything. Now write it down properly in formal language in the form of a master resume. This would serve
as a repository of information for all your subsequent resumes. And on top of that, having a fresh memory of your achievements would help you in answering the questions in interviews (especially HR questions). Ideally you should have a separate resume for every company you sit for. The way to do this is make sector specific resumes and edit them accordingly for the different companies of that sector. For example, make a single resume for all the core CSE companies and then you can probably change the list of projects (or their order of appearance) targeting individual companies.

PPTs:
If you are serious about getting job in a company, you cannot afford to miss its pre placement talk. PPT is not only an opportunity to know about the company, but it also gives you the chance to know what the company is looking for. This will give you the basic idea around which you should structure your resume and preparation for that company.
Preparation:
Core Computer Science Companies: All the core CS companies first take a written test which contains questions on C/C++, may have JAVA, UNIX, Algorithms, Data Structures, basics of Operating Systems and Compilers, some questions on basic networking in case the company works in that field. Almost all the companies have a couple of questions in which you are required to write code on paper. Some companies also have a few questions on aptitude, simple maths or data interpretations. You can find the company specific details in the placement feedback guide. This is the major
shortlisting step for core companies, so you cannot take it lightly. You can start preparing by revising the relevant courses you did (like Data Structures, Algorithms, Operating Systems, and Compilers). Practice a few questions available in the various placement preparation guides on LAN. Most importantly, practice writing code on paper. This is something we are not used to and requires some practice. This not only will do you good in the written test, but also help you in the interviews.
Non Core Companies (Finance, Consulting, and Analytics):
The written tests of most of these companies are quite similar to CAT. So if you are not preparing for CAT, get hold of some CAT preparation material for practice. These tests are more speed based than knowledge, so practice is absolutely essential. Revising some basic mathematics (like probability, progressions etc.) would also do you good. Apart from that, you need to have some basic knowledge and understanding of the field the company works in. For example, if you are appearing for a finance company, learn the basic concepts and common terminologies of finance. The least it would do is show that you are sincerely interested in the field the company works in.
College Name: IIT KANPUR

Banking Interview Questions & Answers

ICICI Bank user image Anonymous

posted on 24 May 2015

Interview Questionnaire 

7 Questions

  • Q1. How will you calculate premium for that shop?
  • Ans. 

    Premium for the shop can be calculated based on various factors such as location, size, inventory, and risk assessment.

    • Consider the location of the shop and the crime rate in the area

    • Assess the size of the shop and the value of the inventory

    • Evaluate the risk associated with the type of business and the history of claims

    • Use actuarial tables and statistical models to determine the premium

    • Adjust the premium based on deduc

  • Answered by AI
  • Q2. How do you calculate brand value or good will?
  • Ans. 

    Brand value or goodwill is calculated by assessing the overall perception of the brand in the market and its financial performance.

    • Brand value is calculated by assessing the brand's reputation, customer loyalty, and market share.

    • Goodwill is calculated by assessing the brand's intangible assets such as patents, trademarks, and intellectual property.

    • Financial performance is also taken into consideration while calculating...

  • Answered by AI
  • Q3. What is loan syndication?
  • Ans. 

    Loan syndication is the process of involving multiple lenders to fund a single loan for a borrower.

    • It involves a group of lenders who jointly provide funds to a borrower.

    • The lead bank manages the syndication process and negotiates the terms with the borrower.

    • The loan is usually large and involves high-risk borrowers such as corporations or governments.

    • Syndicated loans can be structured as either a term loan or a revolv...

  • Answered by AI
  • Q4. Value a sweet shop called “Punjabi Halwai” in Mumbai?
  • Ans. 

    The value of Punjabi Halwai sweet shop in Mumbai depends on its revenue, location, customer base, and competition.

    • Revenue: Annual sales and profit margin

    • Location: Foot traffic, accessibility, and rent

    • Customer base: Loyal customers and repeat business

    • Competition: Number of similar shops in the area

    • Brand value: Reputation and recognition in the market

  • Answered by AI
  • Q5. What is your favourite finance subject?
  • Ans. 

    My favorite finance subject is corporate finance.

    • I enjoy analyzing financial statements and making investment decisions.

    • I find the concept of capital budgeting fascinating.

    • I like learning about financial risk management strategies.

    • I am interested in understanding how companies finance their operations.

    • I appreciate the importance of financial planning and forecasting in corporate finance.

  • Answered by AI
  • Q6. They asked me some questions on my CV like Why less marks in academics
  • Q7. Also, about my summers project- what did I do, what was the project and how did I went about doing it

Interview Preparation Tips

Round: Group Discussion
Experience: 1) BBG shipping has experience of turning around two companies and is one of the largest companies in this segement



2) City shipping is largest private company into ship repair and ship breaking but not in similar segment.



3) Sonyo shipping is one of the oldest shipping company and has various businesses related this. It is looking forward to expand in china and India and looking forward to expand and acquire some ship breaking company to create a low cost base.



Bids are:



BBG: 100% of debt for seven years 9% interest pa



City: 90% of debt for seven years 10% interest pa



Sonyo: 85% of debt for five years 13% interest pa



As a manager you have to take decision. Your senior has called up to look for bid of City and this will help to build relationship with city. The bank already has relationship with BBG. What will you recommend?

Round: HR Interview
Experience: I can’t say I was 100% right in all my answers but I tried to simplify every answer. I knew my CV very well and was able to anticipate questions like why less marks.

General Tips: Through knowledge of sectors and other fin subjects. Was confident as I had prepared well for the interview. In GD one has to contribute 2-3 good points that was sufficient. There were people who remained silent but contributed even 1 good point were selected for interview atleast. In interview they gauge your fitment wrt role and their core values.
Skills: Economics, Finance
College Name: NA

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 HR, Technical and Resume Shortlist.
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