Upload Button Icon Add office photos

Filter interviews by

Indian Institute of Technology,Dhandbad Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic subject knowledge, previous work, details, and details of previous research.
  • Q2. How do you explain the particular topic to students, more cross questions related to subject etc.
Round 2 - Assignment 

PPT was asked to make and represent(as it was for online teaching). The purpose was to check teaching skills.

Round 3 - HR 

(1 Question)

  • Q1. Institutional fit questions like salary, timing, their conditions. may ask one or two questions to check the research and subject. referral of salary goes from this round so they ask salary expectations to...
Round 4 - Telephonic Call 

(1 Question)

  • Q1. HR will call you and tell you the salary, negotiation happens at this stage.

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Strong knowledge of subject
2. Get ready with examples to explain any concept
3. HR will pressurize you suddenly to agree on salary. Pls negotiate with proper reasons.
4. Get the clarity on gratuity fund, any salary cutoffs, bond of 2 years and travelling issues as the college is 15 km away from city.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Nov 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. What programming languages are you proficient in?
  • Ans. 

    I am proficient in programming languages such as Java, Python, and SQL.

    • Java

    • Python

    • SQL

  • Answered by AI
  • Q2. What is the definition of an operating system?
  • Ans. 

    An operating system is a software that manages computer hardware and provides services for computer programs.

    • Manages computer hardware resources such as memory, CPU, and storage

    • Provides a user interface for interacting with the computer

    • Supports running applications and managing processes

    • Examples include Windows, macOS, Linux, and Android

  • Answered by AI
  • Q3. What is the Software Development Life Cycle (SDLC)?
  • Ans. 

    SDLC is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a structured process that divides software development into distinct phases.

    • Common phases include planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has specific goals and deliverables to ensure the quality and success of the software.

    • Examples of SDLC models include Waterfall, Agi

  • Answered by AI
  • Q4. What is an array in programming?
  • Ans. 

    An array in programming is a data structure that stores a collection of elements of the same type in a contiguous block of memory.

    • Arrays are used to store multiple values under a single variable name.

    • Elements in an array are accessed by their index, starting from 0.

    • Example: string[] names = {"Alice", "Bob", "Charlie"};

  • Answered by AI
  • Q5. What is an interface in programming?
  • Ans. 

    An interface in programming defines a set of methods that a class must implement.

    • An interface acts as a contract between a class and the outside world.

    • It specifies what methods a class must have, but does not provide the implementation.

    • Classes can implement multiple interfaces in Java.

    • Example: 'Runnable' interface in Java requires implementing the 'run' method.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This feature was formerly known as Nearby Share. If you still see Nearby Share on some devices, Quick Share will continue to function. Quick Share is available on devices running Android 6 or higher, Chromebooks, and select Windows devices through an application.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What would I bring to the team
  • Ans. 

    I would bring creativity, enthusiasm, and a passion for student success to the team as a Primary Teacher.

    • I have a strong background in creating engaging lesson plans and activities to keep students motivated and excited about learning.

    • I am dedicated to fostering a positive and inclusive classroom environment where all students feel valued and supported.

    • I have experience in differentiating instruction to meet the divers...

  • Answered by AI
  • Q2. Tell us about yourself and why you want to make the move

Assistant Professor_Forensic science Interview Questions & Answers

Centurion University of Technology and Management user image Anonymous

posted on 15 Aug 2024

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is a psychological autopsy
  • Q2. What is a techniques used in forensic science

Interview Preparation Tips

Interview preparation tips for other job seekers - HR dean was very rude
He had asked me that How long will you stay in this university
Me:as long as possible
Hr had scolded me very badly.He began to use some types of Unprofessional words like selfish and opportunist
So if you want to waste your time
Kindly apply here
Otherwise apply somewhere else
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Subjective and Good Experience
  • Q2. Technical and Good Experience.
Round 2 - HR 

(2 Questions)

  • Q1. Current job and experience.
  • Ans. 

    Currently working as a Research Assistant at XYZ University with 3 years of experience in conducting experiments and analyzing data.

    • Research Assistant at XYZ University

    • 3 years of experience in conducting experiments and analyzing data

  • Answered by AI
  • Q2. Salary expectations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Experience.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Aptitude test was like UGC-NET.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What made you work such kind of field?
  • Q2. Why you think such research would get importance towards stakeholder?
  • Ans. 

    Research is important to stakeholders as it provides valuable insights, drives decision-making, and impacts the overall success of the organization.

    • Research helps stakeholders understand market trends and consumer behavior, enabling them to make informed decisions.

    • Research can identify opportunities for growth and innovation, which can lead to competitive advantages in the industry.

    • Research findings can influence strat...

  • Answered by AI
  • Q3. As an engineer you should work well on marketing, why finance?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you work according to mission and vision of the university, they will help you to contribute your ideas in very dignified manner. It is a good experience that you may directly work with top management of the university.

It makes the person to make and grow his USP for job market.
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
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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Self introduction
Round 2 - Aptitude Test 

Depending on subject topics

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good platform for youngsters and friendly employees like a family
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Hardware engineer technical support
  • Q2. Desktop and laptop hardware engineer
Round 2 - Aptitude Test 

Hardwork postive thinking

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tech support technical
  • Q2. It support hardware
Round 4 - Technical 

(1 Question)

  • Q1. Hardware engineer technical support

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
BHEL Interview Questions
4.2
 • 103 Interviews
View all

Indian Institute of Technology,Dhandbad Reviews and Ratings

based on 13 reviews

3.7/5

Rating in categories

3.3

Skill development

3.8

Work-Life balance

3.1

Salary & Benefits

4.6

Job Security

3.4

Company culture

2.8

Promotions/Appraisal

3.7

Work Satisfaction

Explore 13 Reviews and Ratings
Senior Research Fellow
7 salaries
unlock blur

₹3.5 L/yr - ₹5 L/yr

Research Associate
4 salaries
unlock blur

₹3 L/yr - ₹6.6 L/yr

Project Fellow
4 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Project Assistant
3 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

PHD Research Scholar
3 salaries
unlock blur

₹4.2 L/yr - ₹5 L/yr

Explore more salaries
Compare Indian Institute of Technology,Dhandbad with

Indian Institute of Science

4.3
Compare

Indian Institute of Technology BHU

4.5
Compare

Indian Institute of Management

3.7
Compare

TCS

3.7
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview