Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Chandigarh University Team. If you also belong to the team, you can get access from here

Chandigarh University Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Chandigarh University Interview Questions and Answers

Updated 2 Jul 2025
Popular Designations

25 Interview questions

An Engineering Student was asked 3mo ago
Q. What is the concept of hoisting in JavaScript programming?
Ans. 

Hoisting in JavaScript is the behavior of moving variable and function declarations to the top of their containing scope during compilation.

  • Variables declared with 'var' are hoisted, but their initialization remains in place. Example: console.log(x); var x = 5; // undefined

  • Function declarations are fully hoisted, allowing them to be called before their definition. Example: greet(); function greet() { console.log('...

View all Engineering Student interview questions
An Engineering Student was asked 3mo ago
Q. What is the difference between let, var, and const in JavaScript?
Ans. 

let, var, and const are used for variable declaration in JavaScript, differing in scope, hoisting, and mutability.

  • var: Function-scoped or globally scoped; can be redeclared and updated.

  • Example: var x = 10; var x = 20; // x is now 20

  • let: Block-scoped; cannot be redeclared but can be updated.

  • Example: let y = 10; y = 20; // y is now 20; let y = 30; // Error

  • const: Block-scoped; cannot be redeclared or updated; must be...

View all Engineering Student interview questions
A Student Advisor was asked 4mo ago
Q. What is your SWOT analysis?
Ans. 

My SWOT analysis includes identifying strengths, weaknesses, opportunities, and threats in my personal and professional life.

  • Strengths: strong communication skills, ability to work well in a team

  • Weaknesses: tendency to procrastinate, lack of experience in certain areas

  • Opportunities: networking events, professional development opportunities

  • Threats: competition in the job market, economic downturn

View all Student Advisor interview questions
A Multimedia Trainer was asked 5mo ago
Q. Describe the behavior.
Ans. 

Behavior refers to the way in which a person or animal acts or conducts themselves in response to a particular situation or stimulus.

  • Behavior is influenced by genetics, environment, and past experiences.

  • It can be observed and measured through actions, reactions, and body language.

  • Examples of behavior include aggression, shyness, friendliness, and curiosity.

View all Multimedia Trainer interview questions
A Multimedia Trainer was asked 5mo ago
Q. How do you solve problems?
Ans. 

To solve a problem, it is important to identify the root cause, brainstorm potential solutions, evaluate each solution, and implement the best one.

  • Identify the root cause of the problem

  • Brainstorm potential solutions

  • Evaluate each solution based on feasibility and effectiveness

  • Implement the best solution and monitor its impact

View all Multimedia Trainer interview questions
An IT Professional was asked 10mo ago
Q. Will you be able to manage student records?
Ans. 

Yes, I have experience managing student records in previous roles.

  • Managed student records using database software

  • Ensured accuracy and confidentiality of student information

  • Generated reports and analyzed data for administrative purposes

View all IT Professional interview questions
An IT Professional was asked 10mo ago
Q. Do you know coding?
Ans. 

Yes, I am proficient in coding with experience in languages such as Java, Python, and SQL.

  • Proficient in Java, Python, and SQL

  • Experience with web development using HTML, CSS, and JavaScript

  • Familiar with version control systems like Git

View all IT Professional interview questions
Are these interview questions helpful?
A Software Developer was asked 11mo ago
Q. Are you willing to relocate?
Ans. 

Yes, I am willing to relocate for the right opportunity.

  • I am open to relocating for a position that aligns with my career goals

  • I have relocated for previous job opportunities and am comfortable with the process

  • I understand the importance of being flexible and adaptable in the tech industry

View all Software Developer interview questions
An Executive Assistant was asked
Q. Given a dataset, how would you apply VLOOKUP and XLOOKUP?
Ans. 

VLOOKUP and XLOOKUP are Excel functions used to search for data in tables.

  • VLOOKUP searches for a value in the first column of a table and returns a value in the same row from a specified column.

  • Example: =VLOOKUP(A2, B2:D10, 3, FALSE) looks for the value in A2 within the range B2:D10 and returns the corresponding value from the 3rd column.

  • XLOOKUP is a more versatile function that allows searching in any column and ...

View all Executive Assistant interview questions
An Assistant Professor was asked
Q. Which programming language do you prefer?
Ans. 

I am proficient in Python, as it is versatile and easy to learn.

  • Python is versatile and can be used for various applications such as web development, data analysis, and automation.

  • Python has a simple and readable syntax, making it easy for beginners to learn and understand.

  • Python has a large and active community, providing access to a wide range of libraries and resources.

  • Examples: Django for web development, pand...

View all Assistant Professor interview questions

Chandigarh University Interview Experiences

96 interviews found

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. What is considered the best feature of LinkedIn?
  • Ans. 

    LinkedIn's best feature is its ability to connect professionals, fostering networking and career growth opportunities.

    • Professional Networking: Connect with industry peers and leaders, enhancing career opportunities.

    • Job Search: Access a vast array of job listings tailored to your skills and experience.

    • Skill Endorsements: Showcase your skills and receive endorsements from colleagues, boosting your credibility.

    • Content Sha...

  • Answered by AI
  • Q2. What is the best feature of Naukri?
  • Ans. 

    Naukri's best feature is its extensive job database, connecting job seekers with diverse opportunities across various industries.

    • User-friendly interface allows easy navigation for job seekers.

    • Advanced search filters help users find jobs that match their skills and preferences.

    • Employers can post jobs and access a large pool of candidates quickly.

    • Naukri's resume database enables recruiters to find suitable candidates eff...

  • Answered by AI

Lab Technician Interview Questions & Answers

user image Bhawna Rajput

posted on 28 Jan 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected
Round 1 - Aptitude Test 

Asked about maths questions.

Round 2 - Technical 

(2 Questions)

  • Q1. About my tecnical knowleadge
  • Q2. My goals and my future plans.
  • Ans. 

    My goal is to continue learning and growing in the field of laboratory technology, with the aim of eventually advancing to a supervisory or management role.

    • Continuing education and training in new laboratory techniques and technologies

    • Seeking opportunities for advancement within the organization

    • Developing strong leadership and communication skills

    • Setting specific career milestones and working towards achieving them

    • Netw...

  • Answered by AI
Round 3 - Group Discussion 

About how to handel the lab and to assist people.

Interview Preparation Tips

Interview preparation tips for other job seekers - trust yourself and to the best.

Developer Interview Questions & Answers

user image Anonymous

posted on 27 Jun 2025

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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated and experienced operations executive with a proven track record of optimizing processes and driving efficiency.

    • Over 10 years of experience in operations management

    • Skilled in process improvement and optimization

    • Strong leadership and team management abilities

    • Implemented cost-saving strategies resulting in 20% increase in profitability

    • Led a team that successfully streamlined supply chain operations

  • Answered by AI
  • Q2. How do you proirtize the task.
  • Ans. 

    I prioritize tasks based on deadlines, importance, and impact on overall goals.

    • Evaluate deadlines and urgency of tasks

    • Consider the importance of each task in relation to overall goals

    • Assess the impact of each task on the team or project

    • Delegate tasks that can be handled by others

    • Use tools like to-do lists or project management software to stay organized

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. About last experience
  • Q2. Salary expectation
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself.
  • Q2. Why you want to change your current job?
  • Ans. 

    I seek to change my job to pursue new challenges, enhance my skills, and contribute to a dynamic team in a more fulfilling environment.

    • Desire for professional growth: I want to expand my skill set and take on new responsibilities that my current role doesn't offer.

    • Seeking a more dynamic environment: My current job lacks the collaborative atmosphere I thrive in; I want to work with a diverse team.

    • Alignment with career g...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell about yourself.
  • Q2. No of admissions given in previous company.
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What's your overall experience
  • Q2. What are your achievements in previous job
  • Q3. Assignment given for designing a strategy
Round 2 - One-on-one 

(2 Questions)

  • Q1. What changes would you bring in our existing systems
  • Q2. How will you help University achieve its ambition

Interview Preparation Tips

Interview preparation tips for other job seekers - Never consider Chandigarh University as an employer. It is extremely vicious and toxic place with too much of politics and no work. The environment is unsafe, intimidating and frightening. Established people don't accept people from outside and don't let them work. Dangers may include personal character assassination too.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. About myself and my working skills and my previous experience
  • Q2. What is expected salary
  • Ans. 

    I expect a salary that reflects my skills, experience, and the industry standards for this role.

    • Research industry standards: For example, according to Glassdoor, the average salary for a software developer in my area is $X.

    • Consider my experience: With X years of experience and expertise in Y technologies, I believe a salary in the range of $X to $Y is fair.

    • Factor in company size and location: Larger companies or those ...

  • Answered by AI
  • Q3. Are willing to reloacte
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals

    • I have relocated for previous job opportunities and am comfortable with the process

    • I understand the importance of being flexible and adaptable in the tech industry

  • Answered by AI
Round 2 - Coding Test 

C#,Dotnet MVC,Webform ,sql server, write code ,they give task ask about and explanation.

Round 3 - HR 

(2 Questions)

  • Q1. Policy term and conditions and expectation
  • Q2. Why i am leaving privious organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience about my interview and job at chandigarh university
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. Comfortable with teaching?
  • Ans. 

    I am very comfortable with teaching, as I enjoy sharing knowledge and engaging with students to foster their learning experience.

    • I have experience teaching diverse groups, adapting my methods to meet different learning styles.

    • In my previous role, I developed interactive lesson plans that encouraged student participation and critical thinking.

    • I utilize technology effectively, incorporating multimedia presentations and o...

  • Answered by AI
  • Q2. R i comfortable for teaching
  • Ans. 

    I am comfortable teaching R, leveraging its statistical capabilities and data visualization tools for effective learning.

    • R is widely used in academia for statistical analysis, making it relevant for students in various fields.

    • I have experience using R for data analysis projects, which allows me to provide real-world examples to students.

    • I can teach R's data visualization packages like ggplot2, helping students understa...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Tell me something about yourself
  • Ans. 

    I am a dedicated and passionate educator with a background in research and a commitment to student success.

    • Ph.D. in Education from XYZ University

    • Published research articles in top journals

    • Experience teaching undergraduate and graduate courses

    • Mentored students in research projects

    • Passionate about creating inclusive and engaging learning environments

  • Answered by AI
  • Q2. How can you contribute to the organisation
  • Ans. 

    I can contribute to the organization through my expertise, dedication, and passion for teaching and research.

    • I have a strong background in the subject matter and relevant experience in academia.

    • I am committed to fostering a positive learning environment for students and promoting academic excellence.

    • I am eager to collaborate with colleagues on research projects and contribute to the advancement of knowledge in the fiel...

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

(2 Questions)

  • Q1. What are your areas of strength and specialisation
  • Ans. 

    Areas of strength include research in environmental science, expertise in data analysis, and strong communication skills.

    • Research in environmental science

    • Expertise in data analysis

    • Strong communication skills

  • Answered by AI
  • Q2. What are your achievements in reseaech
  • Ans. 

    I have published several research papers in top-tier journals and presented my work at international conferences.

    • Published multiple research papers in top-tier journals

    • Presented research at international conferences

    • Received grants or awards for research projects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for technical questions related to your specialisation and research area
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - HR 

(2 Questions)

  • Q1. About yourself and why do u want to work here
  • Q2. Are you comfortable in teaching
  • Ans. 

    Yes, I am comfortable in teaching.

    • I have experience teaching various courses at the undergraduate and graduate levels.

    • I have received positive feedback from students in past teaching evaluations.

    • I enjoy interacting with students and helping them understand complex concepts.

    • I am always looking for ways to improve my teaching methods and incorporate new technologies in the classroom.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Join at your own risk and talk to people already working

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Chandigarh University?
Ask anonymously on communities.

Chandigarh University Interview FAQs

How many rounds are there in Chandigarh University interview?
Chandigarh University interview process usually has 2-3 rounds. The most common rounds in the Chandigarh University interview process are HR, Resume Shortlist and One-on-one Round.
How to prepare for Chandigarh University interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Chandigarh University. The most common topics and skills that interviewers at Chandigarh University expect are Communication Skills, Counselling, Teaching, Admission Counselling and Interpersonal Skills.
What are the top questions asked in Chandigarh University interview?

Some of the top questions asked at the Chandigarh University interview -

  1. 1.how to prepare the hostel inventory to maintain the inventory control system...read more
  2. What is the difference between let, var, and const in JavaScri...read more
  3. What is the concept of hoisting in javascript programmi...read more
What are the most common questions asked in Chandigarh University HR round?

The most common HR questions asked in Chandigarh University interview are -

  1. Why are you looking for a chan...read more
  2. What are your strengths and weakness...read more
  3. Where do you see yourself in 5 yea...read more
How long is the Chandigarh University interview process?

The duration of Chandigarh University interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 113 interview experiences

Difficulty level

Easy 24%
Moderate 67%
Hard 9%

Duration

Less than 2 weeks 72%
2-4 weeks 18%
4-6 weeks 5%
6-8 weeks 4%
More than 8 weeks 2%
View more

Chandigarh University Reviews and Ratings

based on 1.2k reviews

4.1/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

3.9

Company culture

3.9

Promotions

3.9

Work satisfaction

Explore 1.2k Reviews and Ratings
Recruiter

Lucknow

1-6 Yrs

₹ 2.5-3.8 LPA

Deputy Manager- Operations

Mohali

3-8 Yrs

Not Disclosed

Soft Skills and English Language Trainer

Mohali

0-5 Yrs

Not Disclosed

Explore more jobs
Assistant Professor
466 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Associate Professor
70 salaries
unlock blur

₹5.2 L/yr - ₹15 L/yr

Assistant Manager
55 salaries
unlock blur

₹3 L/yr - ₹7 L/yr

Soft Skills Trainer
48 salaries
unlock blur

₹2 L/yr - ₹5.9 L/yr

Hostel Warden
37 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Explore more salaries
Compare Chandigarh University with

Aakash Educational Services

3.4
Compare

Frankfinn Institute of Air Hostess Training

3.9
Compare

NIIT

3.6
Compare

Podar International School

4.2
Compare
write
Share an Interview