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 Engineering Student Interview Questions and Answers

Updated 23 Mar 2025

Chandigarh University Engineering Student Interview Experiences

2 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. 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('Hello...

  • Answered by AI
  • Q2. 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 init...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - work hard
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - Aptitude Test 

Quantitative Aptitude basic questions, Logical and Verbal

Interview Preparation Tips

Topics to prepare for Chandigarh University Engineering Student interview:
  • Quantitative aptitude
Interview preparation tips for other job seekers - Experienced Faculty, World class Infrastructure,

Engineering Student Interview Questions Asked at Other Companies

asked in CDM Smith
Q1. What are the main unit processes involved in water treatment?
asked in IIT Bombay
Q2. What is the strain in the x-direction after drawing a 3D stress b ... read more
asked in IIT Bombay
Q3. What is the throat thickness of steel members as per IS Code?
Q4. How would you design a basic library/book management system? What ... read more
asked in IIT Bombay
Q5. What is the static indeterminacy of this frame?

Top trending discussions

View All
Interview Hub
1w
a client servicing executive
FeedCard Image
Got a question about Chandigarh University?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Company Website and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. What is the static indeterminancy of this frame (they draw it on a paper)
  • Ans. 

    Static indeterminacy measures the number of extra constraints in a structure beyond what is needed for stability.

    • Static indeterminacy (S) = number of reactions (R) + number of members (M) - number of joints (J) - 3.

    • Example: A simple beam with 2 supports and 1 load is statically determinate.

    • If a frame has more supports than necessary, it becomes statically indeterminate.

    • For a frame with 3 supports and 4 members, calcula...

  • Answered by AI
  • Q3. What is the strain in x direction (after drawing a 3D stress block)?
  • Ans. 

    The strain in x direction cannot be determined without additional information.

    • The 3D stress block only provides information about the stress components in the x, y, and z directions.

    • To determine the strain in a specific direction, additional information such as the material's elastic modulus and Poisson's ratio is needed.

    • The strain can be calculated using the formula: strain = stress / (elastic modulus * (1 + Poisson's...

  • Answered by AI
  • Q4. What is the throat thickness of steel members as per IS Code?
  • Ans. 

    Throat thickness of steel members as per IS Code varies based on the size of the member.

    • Throat thickness is the minimum thickness of the weld at the root of the joint.

    • As per IS 800:2007, the throat thickness of fillet welds should be at least 0.7 times the size of the smaller member being joined.

    • For example, if the size of the smaller member is 10 mm, the throat thickness of the fillet weld should be at least 7 mm.

    • For ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I was called for interview and written test after qualifying GATE for MTech in Structural Engineering, The written test was of 6 questions and for 60 minutes. After I qualified it, I was shortlisted for PI. The panel was of 3 members. They were kind and helping.

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?
  • Ans. 

    I aim to inspire students through innovative projects, interactive learning, and community engagement to enhance their educational experience.

    • Implement project-based learning where students create real-world solutions, like developing a community garden.

    • Introduce technology integration, such as coding workshops or using apps for collaborative projects.

    • Organize themed learning days, like 'Science Fair Day,' where studen...

  • Answered by AI
  • 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.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Sep 2023. There were 2 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 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. Previous job responsibilities
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 - Aptitude Test 

Basic spell check and pronunciation test

Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview with HR and process head
  • Q2. Basic question like tell me about your self and why British council etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Be original and confident. Just go with the flow.

Chandigarh University HR Interview Questions

31 questions and answers

Q. Are you comfortable with teaching?
Q. Take me through your professional journey
Q. Can you please introduce yourself?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 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 - Coding Test 

Coding round with 3 problem statements

Round 3 - Technical 

(5 Questions)

  • Q1. Questions related to project you have mentioned on resume
  • Q2. Questions related to technologies you have mentioned
  • Q3. Questions related to the coding test
  • Q4. Nothing discussed everything as I know
  • Q5. All the best those who are trying their best
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Common Aptitude along with HTML5, CSS

Round 3 - Technical 

(1 Question)

  • Q1. Mostly questions were on HTML5,CSS and web development related questions.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Write the program to swipe number

Round 2 - HR 

(2 Questions)

  • Q1. How much salary do you want and what was you last ctc
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience, while my last CTC was $X.

    • Research industry standards for salary based on my experience level.

    • Consider the cost of living in the job location.

    • Be open to negotiation based on the overall compensation package.

    • For example, if my last CTC was $X, I would expect a salary in the range of $Y to $Z.

  • Answered by AI
  • Q2. Tell me about your family

Interview Preparation Tips

Interview preparation tips for other job seekers - Write the code properly and they will ask you to write code on notepad
Interview experience
4
Good
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 - HR 

(1 Question)

  • Q1. Tell me something about your family members?
Round 3 - One-on-one 

(1 Question)

  • Q1. What was your salary expectation?

Chandigarh University Interview FAQs

How many rounds are there in Chandigarh University Engineering Student interview?
Chandigarh University interview process usually has 1 rounds. The most common rounds in the Chandigarh University interview process are Aptitude Test.
What are the top questions asked in Chandigarh University Engineering Student interview?

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

  1. What is the difference between let, var, and const in JavaScri...read more
  2. What is the concept of hoisting in javascript programmi...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 2 interview experiences

Difficulty level

Easy 50%
Moderate 50%

Duration

Less than 2 weeks 50%
2-4 weeks 50%
View more

Chandigarh University Engineering Student Reviews and Ratings

based on 6 reviews

4.2/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

4.2

Salary

4.1

Job security

4.1

Company culture

4.2

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Assistant Professor
488 salaries
unlock blur

₹3.5 L/yr - ₹8 L/yr

Associate Professor
71 salaries
unlock blur

₹8.5 L/yr - ₹15 L/yr

Assistant Manager
48 salaries
unlock blur

₹3.5 L/yr - ₹7 L/yr

Soft Skills Trainer
46 salaries
unlock blur

₹2.7 L/yr - ₹5.9 L/yr

Hostel Warden
38 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Explore more salaries
Compare Chandigarh University with

Aakash Educational Services

3.3
Compare

Frankfinn Institute of Air Hostess Training

4.0
Compare

NIIT

3.5
Compare

Podar International School

4.2
Compare
write
Share an Interview