Upload Button Icon Add office photos

Filter interviews by

CSMSS, Chh. Shahu College Of Engineering 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 was interviewed before Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction of yourself.
  • Q2. Subject specialization related.
Round 2 - One-on-one 

(2 Questions)

  • Q1. Career objectives.
  • Q2. Future opportunities and support.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself and honest.
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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked to solve Basic Python codes in given time

Round 2 - Technical 

(5 Questions)

  • Q1. What is Logistic Regression
  • Ans. 

    Logistic Regression is a statistical method used to model the relationship between a binary outcome variable and one or more predictor variables.

    • Logistic Regression is used when the dependent variable is binary (e.g. 0/1, Yes/No, True/False).

    • It estimates the probability of a certain event occurring based on one or more independent variables.

    • The output of logistic regression is a probability score that can be converted ...

  • Answered by AI
  • Q2. What is supervised and unsupervised learning
  • Ans. 

    Supervised learning involves training a model on labeled data, while unsupervised learning involves finding patterns in unlabeled data.

    • Supervised learning requires a target variable to be predicted, while unsupervised learning does not.

    • Examples of supervised learning include classification and regression tasks, while examples of unsupervised learning include clustering and dimensionality reduction.

    • In supervised learnin...

  • Answered by AI
  • Q3. What is mutability and immutability
  • Ans. 

    Mutability refers to the ability of an object to be changed after it is created, while immutability refers to the inability of an object to be changed once it is created.

    • Mutability allows for changes to be made to an object's state, while immutability ensures that an object's state remains constant.

    • In programming, mutable objects can be modified directly, while immutable objects require creating a new object with the d...

  • Answered by AI
  • Q4. Difference between List and Tuple
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified

    • List is defined using square brackets [], Tuple is defined using parentheses ()

    • Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)

  • Answered by AI
  • Q5. What are regression. Explain different types of regression
  • Ans. 

    Regression is a statistical method used to analyze the relationship between variables. Different types include linear, logistic, polynomial, etc.

    • Regression is a statistical technique used to understand the relationship between a dependent variable and one or more independent variables.

    • Different types of regression include linear regression, logistic regression, polynomial regression, ridge regression, and lasso regress...

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

(3 Questions)

  • Q1. What is oopm ?
  • Ans. 

    OOPM stands for Object-Oriented Project Management, a methodology that focuses on managing projects using object-oriented principles.

    • OOPM emphasizes breaking down projects into smaller, manageable components called objects

    • It promotes reusability, modularity, and flexibility in project development

    • Examples of OOPM tools include UML (Unified Modeling Language) and Agile methodologies

  • Answered by AI
  • Q2. Codes were given to solve
  • Q3. What was your previous job role and what was challenging
Round 4 - Case Study 

Find the sales for air tickets for an aeroplane company using Logistic Regression

Skills evaluated in this interview

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

I was interviewed before Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Library Management Software
  • Q2. E_Resources

Interview Preparation Tips

Interview preparation tips for other job seekers - Subject knowledge with positive confidence
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your expected salary
  • Q2. Why you change your current job

Interview Preparation Tips

Interview preparation tips for other job seekers - Moople is the best animation instititu

Trainer Interview Questions & Answers

IPCS Global user image Ashwini Salunkhe

posted on 8 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is standard frequency
  • Ans. 

    Standard frequency refers to the regularity at which something occurs or is repeated.

    • Standard frequency is the normal rate at which an event or process happens.

    • It is often used in training to determine how often a certain task should be practiced.

    • For example, in fitness training, the standard frequency for strength training exercises may be 2-3 times per week.

  • Answered by AI
  • Q2. Memories in Siemens plc
  • Ans. 

    Memories in Siemens plc involve storing and retrieving data for program execution.

    • Siemens plc uses memory to store program instructions and data during operation.

    • Different types of memory in Siemens plc include RAM, ROM, and EEPROM.

    • Memory in Siemens plc is used for storing variables, timers, counters, and other program data.

    • Retrieving data from memory in Siemens plc involves reading specific memory addresses.

    • Memory man...

  • Answered by AI
  • Q3. Introduce yourself

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The first round was aptitude test which was held in online mode. there were nearly 40 questions all about logical reasoning, quants and verbal ability.

Round 2 - Group Discussion 

In the round 2 which were group discussion to check the communication skills. our topic was women empowerment.

Round 3 - Technical 

(2 Questions)

  • Q1. In the technical round they asked me basic questions about html, css and js and also about SQL
  • Q2. Introduction types of joins in sql and their use
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full outer join: Returns rows when there is a match in either table.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Introduction, goals, about job role and company. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Working in Medvarsity depends on your career goal. It is an edtech where you can find lots of pressure from seniors. If you are agile and know how to snatch the opportunity then medvarsity is for you. Not recommended for freshers. Experienced people can manage and Excel
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 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 tips
Round 2 - Group Discussion 

You need to speak on given topics.

Round 3 - One-on-one 

(1 Question)

  • Q1. It's the final round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - One-on-one 

(2 Questions)

  • Q1. Will you be able to handle pressure
  • Ans. 

    Yes, I will be able to handle pressure.

    • I thrive in high-pressure situations and remain calm under stress.

    • I have successfully managed multiple deadlines and competing priorities in my previous roles.

    • I am adaptable and can quickly adjust to changing circumstances.

    • I have developed effective stress management techniques, such as prioritization and delegation.

    • I am motivated by challenges and use pressure as a driving force

  • Answered by AI
  • Q2. Most important tool of marketing
  • Ans. 

    The most important tool of marketing is understanding the target audience.

    • Understanding the target audience helps in creating effective marketing strategies.

    • It helps in identifying the needs and preferences of the audience.

    • It helps in creating personalized and targeted campaigns.

    • Examples include conducting market research, analyzing customer data, and creating buyer personas.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and present yourself well answer questions confidently

Tell us how to improve this page.

CSMSS, Chh. Shahu College Of Engineering Reviews and Ratings

based on 8 reviews

5.0/5

Rating in categories

5.0

Skill development

4.7

Work-life balance

4.5

Salary

4.7

Job security

5.0

Company culture

4.7

Promotions

4.9

Work satisfaction

Explore 8 Reviews and Ratings
Assistant Professor
11 salaries
unlock blur

₹3.5 L/yr - ₹10 L/yr

Associate Professor
6 salaries
unlock blur

₹7.6 L/yr - ₹18 L/yr

Student Intern
3 salaries
unlock blur

₹1.6 L/yr - ₹1.6 L/yr

Explore more salaries
Compare CSMSS, Chh. Shahu College Of Engineering with

Vishwakarma Institute of Technology

2.5
Compare

Pune Institute of Computer Technology

2.5
Compare

Thapar Institute of Engineering & Technology

3.6
Compare

IIT Bombay

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