Upload Button Icon Add office photos

Filter interviews by

Orchid College Of Engineering And Management Solapur Final year Student Interview Questions and Answers

Updated 11 Feb 2023

Orchid College Of Engineering And Management Solapur Final year Student Interview Experiences

1 interview found

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

Quants numbers algorithm data structures

Round 2 - Coding Test 

Implementation of data structures and algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for coding and quants for good future and study hard , be motivated

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Orchid College Of Engineering And Management Solapur?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is your strength and your weakness?
  • Ans. 

    I excel in communication and adaptability, but I sometimes struggle with delegating tasks effectively.

    • Strength: Strong communication skills - I effectively convey ideas and foster collaboration within my team.

    • Strength: Adaptability - I thrive in dynamic environments and can quickly adjust to changing priorities.

    • Weakness: Difficulty in delegation - I tend to take on too much myself, which can lead to burnout.

    • Example of ...

  • Answered by AI
  • Q2. What creativity you can give to the students?
  • Q3. How you will manage, if any of the teacher remains absent sudden of?
  • Ans. 

    I would ensure continuity by quickly assessing needs, reallocating resources, and communicating effectively with staff and students.

    • Assess the situation: Determine the reason for the absence and the duration.

    • Communicate promptly: Inform students and staff about the absence and any changes to the schedule.

    • Reallocate resources: Assign a substitute teacher or redistribute the class responsibilities among available staff.

    • P...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should have subject knowledge as well as, our new system of education, which came into existence from 2020.

Team Lead Interview Questions & Answers

Amity University user image sushil kumar sharma

posted on 9 Oct 2024

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

Write a pivot dinamic column from rows in SQL server.

Round 2 - Technical 

(2 Questions)

  • Q1. Clustered and non clustered indexing in SQL server
  • Ans. 

    Clustered indexing physically reorders the data in the table, while non-clustered indexing creates a separate structure.

    • Clustered indexing determines the physical order of data rows in a table based on the indexed column.

    • Non-clustered indexing creates a separate structure that contains the indexed column's values and pointers to the actual data rows.

    • Clustered indexes are faster for retrieval but slower for inserts and ...

  • Answered by AI
  • Q2. Nested loops in SQL server
  • Ans. 

    Nested loops in SQL server are used to iterate through multiple levels of data.

    • Nested loops are used when you need to iterate through a set of data within another set of data.

    • They can be implemented using nested SELECT statements or JOIN clauses.

    • Example: SELECT * FROM table1 t1 INNER JOIN table2 t2 ON t1.id = t2.id WHERE t1.column = 'value'

  • Answered by AI
Round 3 - Coding Test 

Repository pattern in asp.net core API

Interview Preparation Tips

Interview preparation tips for other job seekers - We should confidant, and give the descripted answer

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed before Aug 2022. 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 - HR 

(1 Question)

  • Q1. About my self and everything
Round 3 - Technical 

(1 Question)

  • Q1. Comparison with other institutions why i choise Aakash
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Nov 2022. 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 - One-on-one 

(3 Questions)

  • Q1. About intrest and previous experience
  • Q2. Why sales is your core intrest
  • Ans. 

    Sales is my core interest because I enjoy building relationships, meeting new people, and achieving targets.

    • I am passionate about connecting with customers and understanding their needs.

    • I thrive in a fast-paced environment where I can use my negotiation skills to close deals.

    • I find satisfaction in exceeding sales targets and contributing to the growth of the business.

    • I enjoy the challenge of finding creative solutions ...

  • Answered by AI
  • Q3. What makes you different then other candidates
Round 3 - HR 

(1 Question)

  • Q1. Salary expectation and role and responsibilities.
  • Ans. 

    I am looking for a competitive salary that reflects my experience and skills as a Team Leader. I am also interested in understanding the specific role and responsibilities of the position.

    • Research industry standards for Team Leader salaries in your area

    • Consider your level of experience and skills when determining your salary expectation

    • Discuss with the interviewer about the specific role and responsibilities expected o...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Job is not secure it's hire and fire type company
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is java? what is database? what is springboot? what is package?
  • Ans. 

    Java is a popular programming language used for developing various applications. Database is a structured collection of data. Spring Boot is a framework for building Java-based applications. Package is a way to organize classes and interfaces in Java.

    • Java is a high-level, object-oriented programming language known for its portability and versatility.

    • Database is a structured collection of data organized for easy access,...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in May 2025, where I was asked the following questions.

  • Q1. Why python is easy
  • Ans. 

    Python's simplicity, readability, and extensive libraries make it an easy language for beginners and experienced developers alike.

    • Readable Syntax: Python uses clear and concise syntax, making code easy to read and understand. For example, 'print('Hello, World!')' is straightforward.

    • Dynamic Typing: Variables in Python do not require explicit declaration of data types, allowing for quicker coding. For instance, 'x = 5' c...

  • Answered by AI
  • Q2. How liner regression work
  • Ans. 

    Linear regression models the relationship between a dependent variable and one or more independent variables using a linear equation.

    • It predicts outcomes by fitting a line to the data points.

    • The equation of the line is typically written as Y = a + bX, where Y is the dependent variable, X is the independent variable, a is the intercept, and b is the slope.

    • The slope (b) indicates how much Y changes for a one-unit change ...

  • Answered by AI

I applied via Referral and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. General questions regarding self and work

Interview Preparation Tips

Topics to prepare for Chandigarh University Assistant Manager interview:
  • Self Service
Interview preparation tips for other job seekers - Unprofessional management, they treat employees as day wages labour, no growth and learning.

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

Interview Questionnaire 

1 Question

  • Q1. Experience about last company
  • Ans. 

    In my last role, I managed a team, improved processes, and contributed to significant revenue growth through strategic initiatives.

    • Led a team of 10, focusing on professional development and performance management.

    • Implemented a new project management system that reduced project delivery time by 20%.

    • Collaborated with cross-functional teams to launch a successful marketing campaign, resulting in a 30% increase in sales.

    • Co...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good English required

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal basic questions about sales and marketing
  • Q2. Just basic answers like converting prospects into sales and generating leads through schools and other sources.

Interview Preparation Tips

Interview preparation tips for other job seekers - very good experience , and very good company

Orchid College Of Engineering And Management Solapur Interview FAQs

How many rounds are there in Orchid College Of Engineering And Management Solapur Final year Student interview?
Orchid College Of Engineering And Management Solapur interview process usually has 3 rounds. The most common rounds in the Orchid College Of Engineering And Management Solapur interview process are Resume Shortlist, Aptitude Test and Coding Test.

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Compare Orchid College Of Engineering And Management Solapur with

Aakash Educational Services

3.4
Compare

Frankfinn Institute of Air Hostess Training

3.9
Compare

NIIT

3.6
Compare

Amity University

3.6
Compare
write
Share an Interview