Upload Button Icon Add office photos

Chandigarh University

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 x direction (after drawing a 3D stress bloc ... read more
asked in IIT Bombay
Q3. What is the throat thickness of steel members as per IS Code?
Q4. What is the difference between let, var, and const in JavaScript?
Q5. If given a grading plan what would you see on it?

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)
  • 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.
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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

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
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

  • Q1. Build chat applications, jwt auth, authentication and oauth , system designs.
  • Q2. Managerial questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Go if you want full easy life.
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
  • 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?
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.

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?
  • Q2. What creativity you can give to the students?
  • Q3. How you will manage, if any of the teacher remains absent sudden of?

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.

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.

Chandigarh University Engineering Student Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more

Fast track your campus placements

View all

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
448 salaries
unlock blur

₹1 L/yr - ₹9.6 L/yr

Associate Professor
75 salaries
unlock blur

₹5 L/yr - ₹15 L/yr

Assistant Manager
53 salaries
unlock blur

₹3.1 L/yr - ₹7 L/yr

Soft Skills Trainer
44 salaries
unlock blur

₹2 L/yr - ₹5.9 L/yr

Hostel Warden
35 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
Did you find this page helpful?
Yes No
write
Share an Interview