Upload Button Icon Add office photos
Engaged Employer

i

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

Century Panels Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Century Panels Assistant Engineer Interview Questions and Answers

Updated 13 Feb 2025

Century Panels Assistant Engineer Interview Experiences

1 interview found

Assistant Engineer Interview Questions & Answers

user image Chandresh kumar

posted on 13 Feb 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. What is your experience with project execution?
  • Ans. 

    I have experience leading project execution from planning to completion in various engineering roles.

    • Led a team in the successful completion of a major construction project within budget and timeline

    • Implemented project management tools to track progress and identify potential risks

    • Collaborated with cross-functional teams to ensure project milestones were met

    • Utilized problem-solving skills to address unexpected challeng

  • Answered by AI
  • Q2. What is your experience in transformer maintenance
  • Ans. 

    I have 3 years of experience in transformer maintenance, including oil testing, insulation resistance testing, and visual inspections.

    • Performed regular oil testing to ensure proper insulation and cooling of transformers

    • Conducted insulation resistance testing to identify any potential issues with the insulation

    • Performed visual inspections to check for any signs of damage or wear on the transformers

    • Replaced faulty compon...

  • Answered by AI

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding and decoding,error detection,water images

Round 2 - Coding Test 

1hr,arrsays and strings,gfg

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and group discussion
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 - Technical 

(4 Questions)

  • Q1. C++, Java , oops, dbms
  • Q2. Oops question are there
  • Q3. Dbms question are there
  • Q4. Java questions are there
Round 3 - HR 

(1 Question)

  • Q1. Introduce yourself?
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Python question on list and dict

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well in python

I applied via campus placement at P E S College of Engineering, Mandya and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

11 Questions

  • Q1. If u have a cake in front of u in how many minimum cuts u take to get 8 equal pieces
  • Ans. 

    To get 8 equal pieces from a cake, you need a minimum of 3 cuts.

    • The first cut divides the cake into two equal halves.

    • The second cut divides one of the halves into two equal quarters.

    • The third cut divides one of the quarters into two equal eighths.

  • Answered by AI
  • Q2. Static variables
  • Q3. Some simple C programs
  • Q4. Global and local variables
  • Q5. Why should we use return 0 when int main() is used
  • Ans. 

    return 0 in int main() indicates successful termination of program execution.

    • return 0 is used to indicate that the program has executed successfully.

    • It is not mandatory to use return 0, but it is a good programming practice.

    • If return 0 is not used, the program may return garbage values to the operating system.

    • Other values can also be used instead of 0 to indicate different types of program termination.

    • For example, retu...

  • Answered by AI
  • Q6. Tell me something about yourself
  • Q7. Tell me about your project
  • Ans. 

    I worked on a project to design and implement a new software system for managing inventory in a manufacturing company.

    • Developed a user-friendly interface for employees to input and track inventory data

    • Implemented a database to store and organize inventory information

    • Created automated reports to provide real-time updates on inventory levels

    • Collaborated with cross-functional teams to gather requirements and ensure system

  • Answered by AI
  • Q8. Where will u see yourself after 5 yrs
  • Q9. What are ur Strengths
  • Q10. What we need to use to convert string to numerical
  • Ans. 

    We need to use parsing or casting to convert string to numerical.

    • Use parseInt() or parseFloat() for converting string to integer or float respectively.

    • Use Number() constructor to convert string to number.

    • Use unary plus (+) operator to convert string to number.

    • Ensure that the string contains only numerical characters, else it will result in NaN (Not a Number).

  • Answered by AI
  • Q11. And core branch related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident never get tensed if u don't know the answer directly say them that "I dont have more knowledge on this mam/ sir" be active and stay clam😊

Skills evaluated in this interview

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Self induction Qualifications are you interested this job

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm a fresher so I looking for a job start my carrier in our company

I applied via Campus Placement and was interviewed in Nov 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. To In context reliable source

Interview Preparation Tips

Interview preparation tips for other job seekers - Be polite with everyone and use the right language and tone for a formal situations.
Listen carefully to understand the questions and think before your begin answers.
If you do not understand the questions,ask the interviewer repeat it or explain further.
Maintaining eye contact.
Interview is not like a job interview is an impartial one-to-one meeting between two members

I applied via campus placement at Prasad Institute F Technology, Jaunpur and was interviewed in Dec 2021. There was 1 interview round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Computer science related topics

Assistant Engineer Interview Questions & Answers

Accenture user image MANTHAPURAM MARUTHI SHIVA PRASAD

posted on 3 Jul 2024

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

(2 Questions)

  • Q1. Willing to relocate
  • Q2. Tell me about yourself
Interview experience
3
Average
Difficulty level
Moderate
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 - Technical 

(1 Question)

  • Q1. Star pattern using your desired language.
  • Ans. 

    Generate a star pattern using a desired language.

    • Use nested loops to print the desired number of rows and columns.

    • In each iteration, print a '*' character to form the pattern.

    • Adjust the loop conditions and print statements to create different patterns.

    • Consider using variables to control the number of rows and columns.

    • Experiment with different loop structures to create more complex patterns.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Asked about projects in resume. Role in the projects.

Skills evaluated in this interview

Century Panels Interview FAQs

How many rounds are there in Century Panels Assistant Engineer interview?
Century Panels interview process usually has 1 rounds. The most common rounds in the Century Panels interview process are Technical.

Tell us how to improve this page.

Century Panels Assistant Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Century Panels Assistant Engineer Salary
based on 4 salaries
₹3.8 L/yr - ₹4.2 L/yr
At par with the average Assistant Engineer Salary in India
View more details

Century Panels Assistant Engineer Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

3.4

Skill development

3.1

Work-life balance

3.4

Salary

3.0

Job security

3.4

Company culture

3.4

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Assistant Manager
5 salaries
unlock blur

₹7.2 L/yr - ₹8.4 L/yr

Executive Accountant
5 salaries
unlock blur

₹5 L/yr - ₹5.8 L/yr

Engineer
4 salaries
unlock blur

₹4.2 L/yr - ₹5.6 L/yr

Assistant Engineer
4 salaries
unlock blur

₹3.8 L/yr - ₹4.2 L/yr

Purchase Executive
4 salaries
unlock blur

₹4.8 L/yr - ₹6 L/yr

Explore more salaries
Compare Century Panels with

Greenply

3.9
Compare

CenturyPly

3.8
Compare

Kitply Industries

3.1
Compare

Merino Industries

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