Upload Button Icon Add office photos

Filter interviews by

Sinhgad Technical Education Society Interview Questions and Answers

Updated 27 Jun 2021

Sinhgad Technical Education Society Interview Experiences

2 interviews found

I applied via Walk-in and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Shear force and bending moment application, free body diagram, newtons laws
  • Q2. Engineering mechanic explain and how would you teach it.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked that how would you teach engineering mechanics to fresher students basic explain

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)

student Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2021

I applied via Walk-in and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Amazin place to have your degree?

Interview Preparation Tips

Interview preparation tips for other job seekers - just random stuff nothing much

Interview questions from similar companies

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Quality control related quations
  • Q2. Building structural stability related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Who might be at ease in the position?
Joining is the proper decision.
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
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - Assignment 

Round 1: Written test on common Computer Science subjects.

Round 2 - Technical 

(2 Questions)

  • Q1. Demo on whichever topic you need
  • Q2. Questions in and around your demo topic. Questions on the subjects you previously taught.
Round 3 - Technical 

(1 Question)

  • Q1. Panel round where technical plus behavioral questions will be asked by higher authorities.
Round 4 - Behavioral 

(1 Question)

  • Q1. General questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and know what you taught.
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. About the counselling
  • Q2. About the job profile
Round 2 - Group Discussion 

They have taken counselling session

Round 3 - HR 

(2 Questions)

  • Q1. About the job profile
  • Q2. They asking the previous salary
Round 4 - One-on-one 

(2 Questions)

  • Q1. About the counselling
  • Q2. Asking about the previous company
Round 5 - HR 

(2 Questions)

  • Q1. About the counselling session
  • Q2. Asking about the counselling session this

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the best university in terms of as senior counseller
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Brief introduction
  • Q2. Family background
Interview experience
4
Good
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Assignment 

5 coding questions in python

Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro of my self
  • Q2. 2 codes in python with screenshare
  • Ans. 

    Demonstrate 2 Python codes during a screenshare session.

    • Prepare 2 different Python scripts to showcase your coding skills.

    • Explain your thought process and approach while writing the code.

    • Test and debug the code to ensure it runs smoothly.

    • Be ready to answer any questions or make modifications as needed.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - practice python and give interview with confidence
Interview experience
1
Bad
Difficulty level
-
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Human and anatomy question

Round 2 - Technical 

(4 Questions)

  • Q1. Self introduction
  • Q2. What is medical coding
  • Q3. Basic HAP related question
  • Q4. What about medical coding
Round 3 - HR 

(1 Question)

  • Q1. Normal question. HAP

Interview Preparation Tips

Topics to prepare for Achievers Spot Medical Coding Executive interview:
  • medical coding

Sinhgad Technical Education Society Interview FAQs

What are the top questions asked in Sinhgad Technical Education Society interview?

Some of the top questions asked at the Sinhgad Technical Education Society interview -

  1. Engineering mechanic explain and how would you teach i...read more
  2. Shear force and bending moment application, free body diagram, newtons l...read more

Tell us how to improve this page.

Sinhgad Technical Education Society Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sinhgad Technical Education Society Reviews and Ratings

based on 68 reviews

3.6/5

Rating in categories

3.8

Skill development

3.9

Work-life balance

2.8

Salary

3.7

Job security

3.8

Company culture

3.3

Promotions

3.4

Work satisfaction

Explore 68 Reviews and Ratings
Assistant Professor
64 salaries
unlock blur

₹3 L/yr - ₹10 L/yr

Accounts Clerk
6 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Teacher
6 salaries
unlock blur

₹2 L/yr - ₹6 L/yr

Senior Accounts Officer
5 salaries
unlock blur

₹12.2 L/yr - ₹12.9 L/yr

Technical Assistant
5 salaries
unlock blur

₹3.2 L/yr - ₹4.6 L/yr

Explore more salaries
Compare Sinhgad Technical Education Society with

Maharashtra Institute of Technology

4.0
Compare

Vishwakarma Institute of Technology

2.5
Compare

Pune Institute of Computer Technology

2.5
Compare

College of Engineering Pune

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