Upload Button Icon Add office photos

Amity University

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Amity University Electrical Engineer Interview Questions and Answers

Updated 4 Sep 2023

Amity University Electrical Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - Technical 

(7 Questions)

  • Q1. About Single line diagram
  • Q2. Transformers installation
  • Q3. Dg working principle
  • Ans. 

    A DG (diesel generator) works on the principle of converting mechanical energy from the diesel engine into electrical energy through an alternator.

    • Diesel engine burns fuel to produce mechanical energy

    • Mechanical energy is used to rotate the alternator

    • Alternator converts mechanical energy into electrical energy

  • Answered by AI
  • Q4. Difference between Predective and Preventive Maintenance
  • Ans. 

    Predictive maintenance uses data and analytics to predict when equipment failure may occur, while preventive maintenance involves regularly scheduled maintenance to prevent breakdowns.

    • Predictive maintenance uses data and analytics to predict when equipment failure may occur

    • Preventive maintenance involves regularly scheduled maintenance to prevent breakdowns

    • Predictive maintenance is more cost-effective as it allows for ...

  • Answered by AI
  • Q5. Question about Vcb ,Acb and it's working
  • Q6. MCC panel installation
  • Q7. HT panel installation
Round 3 - HR 

(2 Questions)

  • Q1. Previous organisation work
  • Q2. Why Apmd and it's reason
  • Ans. 

    APMD stands for Average Power Maximum Demand, it is used to calculate the average power consumption over a specific period of time.

    • APMD helps in determining the maximum power demand during a specific time period.

    • It is useful for utility companies to plan and manage their power generation and distribution.

    • APMD is calculated by taking the average power consumption over a defined time period, usually in kilowatt-hours (kW

  • Answered by AI

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. What is your strength programming language?
  • Ans. 

    My strength programming language is C++. I have extensive experience in developing software and solving complex problems using C++.

    • Proficient in object-oriented programming with C++

    • Strong knowledge of data structures and algorithms

    • Experience in developing efficient and scalable code

    • Familiarity with C++ libraries and frameworks

    • Ability to debug and optimize code for performance

    • Experience in multi-threading and parallel p...

  • Answered by AI
  • Q2. Differences between C and Java?
  • Ans. 

    C is a low-level programming language while Java is a high-level object-oriented language.

    • C is a procedural language while Java is an object-oriented language.

    • C has manual memory management while Java has automatic garbage collection.

    • C is platform-dependent while Java is platform-independent.

    • C supports pointers while Java does not.

    • C is typically used for system-level programming while Java is used for application devel

  • Answered by AI
  • Q3. What is data structure?
  • Ans. 

    Data structure is a way of organizing and storing data in a computer so that it can be accessed and manipulated efficiently.

    • Data structures define the way data is organized and stored in memory.

    • They provide efficient algorithms for accessing, inserting, and deleting data.

    • Examples of data structures include arrays, linked lists, stacks, queues, trees, and graphs.

  • Answered by AI
  • Q4. Where do u see yourself after 5 years?
  • Ans. 

    In 5 years, I see myself as a senior electrical engineer leading a team on innovative projects and contributing to the growth of the company.

    • Leading a team on innovative projects

    • Contributing to the growth of the company

    • Possibly pursuing further education or certifications

    • Mentoring junior engineers

    • Attending industry conferences and staying updated on latest technologies

  • Answered by AI
  • Q5. If you got selected in CAT examination, what would u prefer job or further studies?
  • Ans. 

    I would prefer a job to gain practical experience and apply my knowledge in a real-world setting.

    • Prefer job for practical experience

    • Apply knowledge in real-world setting

    • Gain industry exposure

    • Financial independence

    • Opportunity for career growth

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: On that day huge strength of students was attended, including our university. The criteria are 60% in 10th,12th, and current degree without standing arrears. However I qualified for this round. It was simple.
Tips: 1. Command over the vocabulary.
2. Reading of newspaper and novels regularly.

Duration: 1 hour
Total Questions: 50

Round: Group Discussion
Experience: There were 7 groups which consisted 10 members each. Each person had given the time seperately to talk about the topic and later HR was asking a general question.
Tips: 1. Fluency should be good.
2. Clarity in voice.
3. Knowledge about the topic
Duration: 11 hours 20 minutes

Round: Technical + HR Interview
Experience: There was panel of 4 people who were asking questions. They went through all my resume and asked the questions.
Tips: 1.Confidence
2. Knowledge about languages
3. Proper resume
3. Inflencial technical skills


College Name: Ajay Kumar Garg Engineering College, Ghaziabad

Skills evaluated in this interview

I applied via Walk-in and was interviewed in Nov 2018. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Any requirement for electrical engineer....
  • Q2. I am motivate doing like this job
  • Q3. I want a good job

Interview Preparation Tips

Interview preparation tips for other job seekers - When did call u sir for me interview....

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

Electrical Engineer Interview Questions & Answers

TCS user image Ganesh Chandurkar

posted on 24 Oct 2017

Interview Questionnaire 

1 Question

  • Q1. About Transformer

Interview Preparation Tips

Round: Test
Duration: 10 hours 5 minutes
Total Questions: 10

Senior Engineer Interview Questions & Answers

HCLTech user image raja reddy duggi reddy

posted on 27 Apr 2021

Interview Questionnaire 

2 Questions

  • Q1. Engineering Technical
  • Q2. Mainly on Engineering Design

Interview Questionnaire 

6 Questions

  • Q1. Explain abstract factory design pattern ?
  • Ans. 

    Abstract Factory is a creational design pattern that provides an interface for creating families of related objects.

    • Abstract Factory is used when we need to create families of related objects without specifying their concrete classes.

    • It provides an interface for creating objects of related classes without specifying their concrete classes.

    • It encapsulates a group of factories that have a common theme.

    • It promotes loose c...

  • Answered by AI
  • Q2. How do you do range based map iteration
  • Ans. 

    Range based map iteration can be done using a for-each loop or iterators.

    • Use a for-each loop to iterate over the map elements.

    • Alternatively, use iterators to traverse the map.

    • The range-based for loop is preferred for its simplicity and readability.

    • Example: for(auto const& [key, value] : myMap) { //do something with key and value }

  • Answered by AI
  • Q3. What are detached and joined threads
  • Ans. 

    Detached threads are independent threads that run separately from the main thread. Joined threads are threads that wait for the main thread to finish.

    • Detached threads are created using pthread_detach() function

    • Joined threads are created using pthread_join() function

    • Detached threads do not need to be explicitly terminated

    • Joined threads must be explicitly terminated using pthread_exit() or return statement

    • Detached thread...

  • Answered by AI
  • Q4. What are static code analysis tools
  • Ans. 

    Static code analysis tools are software programs that analyze source code to find potential issues and improve code quality.

    • Static code analysis tools scan code without executing it

    • They can detect issues such as security vulnerabilities, coding errors, and performance problems

    • Examples of static code analysis tools include SonarQube, ESLint, and Checkstyle

  • Answered by AI
  • Q5. Command to list currently running threads in linux
  • Ans. 

    Command to list currently running threads in linux

    • Use the 'ps' command with the 'H' option to display threads in a hierarchy

    • Use the 'top' command to display threads in real-time

    • Use the 'htop' command for an interactive display of threads

  • Answered by AI
  • Q6. Can we perform arithmetic operation on Unique pointer
  • Ans. 

    No, arithmetic operations cannot be performed on unique pointers.

    • Unique pointers are used to manage the lifetime of dynamically allocated objects.

    • They cannot be copied or assigned, only moved.

    • Arithmetic operations are not defined for pointers, including unique pointers.

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Design facebook
  • Ans. 

    Designing Facebook is a complex task involving various components and technologies.

    • Identify the core features of Facebook such as user profiles, news feed, messaging, and groups.

    • Choose appropriate technologies for each component such as PHP for backend, React for frontend, and MySQL for database.

    • Ensure scalability and performance by implementing caching, load balancing, and database sharding.

    • Implement security measures...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Database, logical reasoning

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. I am interested in your company so please me join the you company
  • Q2. Kya me apki team ka member ban sakta hun
  • Q3. Yea

Interview Questionnaire 

3 Questions

  • Q1. About skilla
  • Q2. Project
  • Q3. Roles in
Contribute & help others!
anonymous
You can choose to be anonymous

Amity University Interview FAQs

How many rounds are there in Amity University Electrical Engineer interview?
Amity University interview process usually has 3 rounds. The most common rounds in the Amity University interview process are Resume Shortlist, Technical and HR.
How to prepare for Amity University Electrical Engineer 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 Amity University. The most common topics and skills that interviewers at Amity University expect are Electrical Engineering, Electrical Maintenance, Electricals, HT and LT Panels.
What are the top questions asked in Amity University Electrical Engineer interview?

Some of the top questions asked at the Amity University Electrical Engineer interview -

  1. Difference between Predective and Preventive Maintena...read more
  2. Why Apmd and it's rea...read more
  3. Dg working princi...read more

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

INTERVIEWS

Amity University

30 top interview questions

REVIEWS

Aakash Educational Services

No Reviews

INTERVIEWS

Amity University

No Interviews

REVIEWS

Amity University

No Reviews

REVIEWS

Amity University

No Reviews

COMPANY BENEFITS

Aakash Educational Services

No Benefits

REVIEWS

Amity University

No Reviews

JOBS

Amity University

No Jobs

Tell us how to improve this page.

Amity University Electrical Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
uFaber Interview Questions
2.6
 • 48 Interviews
KLAY Schools Interview Questions
3.9
 • 37 Interviews
View all
Amity University Electrical Engineer Salary
based on 12 salaries
₹3 L/yr - ₹8.2 L/yr
22% more than the average Electrical Engineer Salary in India
View more details

Amity University Electrical Engineer Reviews and Ratings

based on 3 reviews

4.9/5

Rating in categories

4.9

Skill development

4.9

Work-life balance

4.0

Salary

4.7

Job security

4.7

Company culture

3.9

Promotions

4.9

Work satisfaction

Explore 3 Reviews and Ratings
Assistant Professor
861 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
132 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Admission Counsellor
124 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Professor
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Academic Coordinator
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Amity University with

Manipal University

4.0
Compare

Lovely Professional University

3.4
Compare

SRM Institute of Science and Technology

3.7
Compare

Symbiosis International University

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