Upload Button Icon Add office photos

Filter interviews by

Dhanalakshmi College of Engineering Chennai Interview Questions and Answers

Updated 2 May 2024

Dhanalakshmi College of Engineering Chennai Interview Experiences

2 interviews found

I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.

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

(3 Questions)

  • Q1. Basics of Electronic circuits
  • Q2. Communication and Antennas
  • Q3. Microprocessor and Microcontroller Basics
Round 3 - Black board lecture 

(1 Question)

  • Q1. Asked me to take and deliver a topic of my choice
Round 4 - One-on-one 

(1 Question)

  • Q1. Salary Negotiations, Expected CTC, Publications, Date of Joining, Subject preference

Interview Preparation Tips

Topics to prepare for Dhanalakshmi College of Engineering Chennai Assistant Professor interview:
  • Electronics
  • Communication
  • Embedded Systems
Interview preparation tips for other job seekers - Nothing specific
Keep calm
Simple process
Express what ever you feel.
Do not expect very high salary here
Peaceful work culture

Assistant Professor Interview Questions asked at other Companies

Q1. Can you assist pg students project and puplish research article in High impact factor indexed journal
View answer (4)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Explain Maxwell Equation
  • Ans. 

    Maxwell's equations describe how electric and magnetic fields interact in space.

    • Maxwell's equations are a set of four fundamental equations in electromagnetism.

    • They describe how electric charges and currents create electric and magnetic fields.

    • The equations include Gauss's law, Gauss's law for magnetism, Faraday's law, and Ampère's law.

    • These equations are essential for understanding the behavior of electromagnetic wave...

  • Answered by AI
  • Q2. Which Textbook u preferred for Electromagnetic Fields
  • Ans. 

    I prefer the textbook 'Engineering Electromagnetics' by William H. Hayt and John A. Buck.

    • Engineering Electromagnetics by William H. Hayt and John A. Buck is a comprehensive textbook covering the fundamentals of electromagnetic fields.

    • The textbook provides clear explanations, examples, and practice problems to help students understand the concepts effectively.

    • It is widely used in universities and colleges for courses on

  • Answered by AI
  • Q3. Do you know SC Bose and his contributions ?

Assistant Professor Interview Questions asked at other Companies

Q1. Can you assist pg students project and puplish research article in High impact factor indexed journal
View answer (4)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. They ask about yourself
  • Q2. Need to sign agreement

Interview Preparation Tips

Interview preparation tips for other job seekers - Think twice before joining Victorious Kidss Educares!

I want to share my experience to help others make informed decisions. Many employees at Victorious Kidss Educares have not received their November salary even till now, causing financial stress. Worse, every month, staff members have to personally approach the principal to ask for their salary—something that should be a basic right, not a favor.

Additionally, PF deductions appear on salary slips, but the amounts are not credited to PF accounts monthly, raising serious concerns. The institution also lacks professionalism, with misleading promises during interviews about IB training and career growth—which never materialize.

If you're considering joining this school, please do thorough research before making a decision. Employees deserve timely payments and ethical workplace practices!

#WorkplaceEthics #SalaryIssues #EmployeeRights #EducationSector
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between useMemo and useCallback ?
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to memoize a computed value and recompute it only when its dependencies change.

    • useCallback is used to memoize a callback function and prevent unnecessary re-renders.

    • Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used to memoize an event handler function.

  • Answered by AI
  • Q2. How we do error handling in js ?
  • Ans. 

    Error handling in JavaScript involves using try-catch blocks, throwing errors, and using error objects.

    • Use try-catch blocks to catch errors and handle them gracefully

    • Throw errors using the throw keyword to indicate when something goes wrong

    • Use error objects like Error, SyntaxError, TypeError, etc. to provide more information about the error

    • Handle asynchronous errors using promises and the .catch() method

  • Answered by AI
  • Q3. What is Promises ? Write a Polyfill of Promise.all()
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • Promise.all() takes an array of promises and returns a single promise that resolves when all of the input promises have resolved.

    • A polyfill for Promise.all() can be implemented using a combination of Promise and Array.prototype.reduce().

  • Answered by AI
Round 2 - Assignment 

Frontend assignment make the CRUD application using of reactj.s

Interview Preparation Tips

Topics to prepare for Interview Kickstart Front end Developer interview:
  • Reactjs
  • Javascript
  • NextJs
  • HTML
  • CSS
Interview preparation tips for other job seekers - i submit my assignment, but hr not giving feedback for next interview rounds. They do not reply for my messages after submit the assignment.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. Sales experience
  • Ans. 

    I have 3 years of sales experience in a previous role, where I successfully met and exceeded sales targets.

    • Demonstrate ability to build relationships with clients

    • Highlight experience in meeting and exceeding sales targets

    • Discuss any specific sales strategies or techniques used

  • Answered by AI
  • Q2. Edtech experience
  • Ans. 

    I have extensive experience with various educational technologies, including online learning platforms and interactive whiteboards.

    • Implemented online learning platforms to enhance student engagement

    • Utilized interactive whiteboards for interactive lessons

    • Trained teachers on how to effectively integrate technology into their curriculum

  • Answered by AI
  • Q3. What's your highest education
  • Q4. What are your dreams and goals
  • Q5. Where do you see yourself in another 5 years

Interview Preparation Tips

Interview preparation tips for other job seekers - Edtech sales experience required
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell about data structure
  • Ans. 

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

    • Data structures include arrays, linked lists, stacks, queues, trees, graphs, etc.

    • They are essential for efficient algorithms and problem-solving.

    • Example: An array is a data structure that stores a collection of elements in contiguous memory locations.

  • Answered by AI
  • Q2. What is aaray and its types
  • Ans. 

    An array is a data structure that stores a collection of elements of the same type. There are different types of arrays like one-dimensional, two-dimensional, and multi-dimensional arrays.

    • One-dimensional array: Stores elements in a single row or column.

    • Two-dimensional array: Stores elements in rows and columns.

    • Multi-dimensional array: Stores elements in more than two dimensions.

    • Example: ['apple', 'banana', 'orange']

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find largest element

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

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduce yourself and research paper publications Details

Interview Preparation Tips

Interview preparation tips for other job seekers - Vice Chancellor will ask only about the publication in Scopus. His interaction with the job candidates was worst experience. He shows his negative attitude. Even though well qualified job candidates, he rejects without proper reasons. Simply they will conduct the interviews but they won't select. Waste of time. Full day they will conduct the interviews but finally they will select very very less people. Its better to go with some reference. Vice Chancellor method of selection only wrong. They will conduct simply offline interviews from morning to evening. But finally they will reject. They do not have the time sense. They will least bother about the candidates. No basic humanity.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your favourite movie
  • Q2. Tell me about your family
Round 2 - Group Discussion 

Do you consider online shopping or offline shopping which one will you support and why

Round 3 - HR 

(1 Question)

  • Q1. Why do you like to join in our company

Interview Preparation Tips

Topics to prepare for IILM Primary English Teacher interview:
  • Programming
  • Creativity
Interview preparation tips for other job seekers - Be confident while answering the questions.
Speak fluently and make eye contact with the interviewer.
Be maintain well dress sense.

Trainer motivator Interview Questions & Answers

Entrepreneurship Development Institute of India user image Anonymous

posted on 30 May 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Program Related questions
  • Q2. I will answer the required questions
  • Q3. No other any questions

Dhanalakshmi College of Engineering Chennai Interview FAQs

How many rounds are there in Dhanalakshmi College of Engineering Chennai interview?
Dhanalakshmi College of Engineering Chennai interview process usually has 2-3 rounds. The most common rounds in the Dhanalakshmi College of Engineering Chennai interview process are Technical, Resume Shortlist and One-on-one Round.
What are the top questions asked in Dhanalakshmi College of Engineering Chennai interview?

Some of the top questions asked at the Dhanalakshmi College of Engineering Chennai interview -

  1. Which Textbook u preferred for Electromagnetic Fie...read more
  2. Explain Maxwell Equat...read more
  3. Asked me to take and deliver a topic of my cho...read more

Tell us how to improve this page.

Dhanalakshmi College of Engineering Chennai Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Dhanalakshmi College of Engineering Chennai Reviews and Ratings

based on 18 reviews

2.8/5

Rating in categories

2.9

Skill development

1.2

Work-life balance

2.1

Salary

4.0

Job security

1.3

Company culture

1.3

Promotions

1.9

Work satisfaction

Explore 18 Reviews and Ratings
Compare Dhanalakshmi College of Engineering Chennai with

SRM Institute of Science and Technology

3.7
Compare

VIT University

4.2
Compare

Sathyabama Institute of Science and Technology

3.1
Compare

Amity University

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