Upload Button Icon Add office photos

Filter interviews by

K M Shah Dental College And Hospital Executive Trainer Interview Questions and Answers

Updated 1 Nov 2023

K M Shah Dental College And Hospital Executive Trainer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. Depreciation working
  • Q2. Finacials preparation

Interview questions from similar companies

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

(2 Questions)

  • Q1. What are the items in balance sheet
  • Ans. 

    Items in balance sheet include assets, liabilities, and equity.

    • Assets: resources owned by the company (e.g. cash, inventory, equipment)

    • Liabilities: debts and obligations owed by the company (e.g. loans, accounts payable)

    • Equity: the company's net worth, calculated as assets minus liabilities (e.g. retained earnings, common stock)

  • Answered by AI
  • Q2. How to access financial condition of company through balance sheet
  • Ans. 

    The financial condition of a company can be assessed through its balance sheet by analyzing assets, liabilities, and equity.

    • Calculate the company's liquidity by comparing current assets to current liabilities

    • Evaluate the company's leverage by analyzing debt levels in relation to equity

    • Assess the company's profitability by examining return on assets and return on equity

    • Look for any red flags such as declining cash reser...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Should be aware of balance sheet , financial ratio
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

Versant Versant Versant Versant Versant

Round 2 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Why tech Mahindra

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic questions puchegi voh be confident
Round 1 - One-on-one 

(2 Questions)

  • Q1. About ur past experience
  • Q2. About your pas experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Good. About ur past experience

I applied via LinkedIn

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 

(1 Question)

  • Q1. Previous Work experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Awesome experience... But BGC check was a hassle
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

The assessment focused on general aptitude, which was relatively easy and manageable to pass. However, the pseudo-code section may pose a greater challenge during the first round.

Round 2 - Group Discussion 

It is very easy; you just need to speak at least once to easily pass through this round. mostly they dont try to reject you unless you are very nervous and very low about confidence they want you to speak atleast once , even the point is valid or not.

Round 3 - Coding Test 

You will undergo a written test comprising three coding sections (either in Python or C) containing five or six questions each, along with ten multiple-choice questions on software testing, which are relatively easy. However, the most challenging section is networking, for which you will need to write theory responses; therefore, it is important to prepare thoroughly for that part.

Round 4 - One-on-one 

(2 Questions)

  • Q1. They first asked for self-introduction and then asked you to explain the programs that were assigned to you in a step-by-step manner.
  • Q2. Then the major part is networking, if you gone through by successfully explains your coding then you will be completely checked with networking which is really tough, like they asked me that to tell port n...
Round 5 - HR 

(1 Question)

  • Q1. Actually there is HR done in my process , whoever cleared technical all were selected. But the issue is the there is no stipend for internship , and the role is embedded testing which was told only in the ...

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy to clear first 2 round(aptitude ,gd) and round 3 and round 4 is written and technical panel ,written is in your hand but panel is based on your luck . Thank you
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 Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

Online assessment with aptitude, technical, english, listening, speaking

Round 2 - Technical 

(3 Questions)

  • Q1. Explain Oops in Java
  • Q2. Classes in Java
  • Q3. Many questions related to IoT as I am from ECE background
Round 3 - HR 

(1 Question)

  • Q1. Basic intro only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and explain your views clearly
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. Job profile and opportunity discussion
Round 2 - One-on-one 

(3 Questions)

  • Q1. Experience discussion with interviwers
  • Q2. Finance technical questions discussed
  • Q3. Expected remuneration
Round 3 - One-on-one 

(1 Question)

  • Q1. Accounting technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics must be strong enough, attitude towards readiness to sustain long term career with Genpact is required
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test consists of 26 questions, including 2 coding questions.

Round 2 - Technical 

(3 Questions)

  • Q1. What is Data Structures
  • Ans. 

    Data structures are ways of organizing and storing data in a computer so that it can be accessed and used efficiently.

    • Data structures define the way data is stored, accessed, and manipulated in a computer program.

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

    • Choosing the right data structure is crucial for optimizing the performance of algorithms and applications.

  • Answered by AI
  • Q2. Explain a Binary Search Tree
  • Ans. 

    A Binary Search Tree (BST) is a data structure where each node has at most two children, with the left child being less than the parent and the right child being greater.

    • Nodes in a BST are arranged in a hierarchical order where each node has a left child and a right child.

    • The left child of a node contains a value less than the parent node, while the right child contains a value greater than the parent node.

    • BST allows f...

  • Answered by AI
  • Q3. Dijkstra Algorithm
  • Ans. 

    Dijkstra's Algorithm is a graph search algorithm for finding the shortest path from a single source to all other nodes in a graph with non-negative edge weights.

    • Dijkstra's Algorithm is used in various applications such as network routing protocols, GPS systems, and road navigation.

    • It works by maintaining a set of nodes with known shortest distance from the source and iteratively expanding this set by adding the nearest...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Questions on Resume

Skills evaluated in this interview

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 Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Arrays and string questions in any programming language

Round 2 - HR 

(2 Questions)

  • Q1. Introduce about your self
  • Q2. Why do I hire you
  • Ans. 

    You should hire me because of my strong technical skills, passion for learning, and ability to work well in a team.

    • I have a solid foundation in engineering principles and relevant technical skills.

    • I am a quick learner and always eager to expand my knowledge and skills.

    • I have a proven track record of successfully collaborating with team members to achieve common goals.

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Why did u choose tcs
  • Ans. 

    I chose TCS because of its reputation for innovation, global presence, and opportunities for career growth.

    • TCS is known for its cutting-edge technology solutions and innovative projects.

    • The company has a strong global presence with offices in multiple countries, providing opportunities for international exposure.

    • TCS offers a structured career development path with training programs and opportunities for advancement.

    • I w...

  • Answered by AI
  • Q2. Why do you want technical Job

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be strong in your basics

K M Shah Dental College And Hospital Interview FAQs

How many rounds are there in K M Shah Dental College And Hospital Executive Trainer interview?
K M Shah Dental College And Hospital interview process usually has 2 rounds. The most common rounds in the K M Shah Dental College And Hospital interview process are Resume Shortlist and Technical.
What are the top questions asked in K M Shah Dental College And Hospital Executive Trainer interview?

Some of the top questions asked at the K M Shah Dental College And Hospital Executive Trainer interview -

  1. Finacials preparat...read more
  2. Depreciation work...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Compare K M Shah Dental College And Hospital with

Maulana Azad Medical College

4.3
Compare

AIIMS

4.2
Compare

Christian Medical College

4.3
Compare

Manipal College of Dental Sciences, Mangalore

4.0
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