Upload Button Icon Add office photos

Filter interviews by

Zeal Polytechnic Interview Questions and Answers for Experienced

Updated 2 Apr 2021

Zeal Polytechnic Interview Experiences for Experienced

2 interviews found

I applied via Walk-in and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. About curriculum.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the demo class and face the interview with confidence.

Maths Lecturer Interview Questions asked at other Companies

Q1. How to control students in the class,successive methods for fail student subject notes,improvement of bad students marks.
View answer (1)

computer dept faculty Interview Questions & Answers

user image Anonymous

posted on 11 Sep 2020

I was interviewed in Aug 2020.

Interview Questionnaire 

1 Question

  • Q1. Demo lecture on any topic

Interview Preparation Tips

Interview preparation tips for other job seekers - Pick any topic u have deep knowledge about

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before May 2017. There were 6 interview rounds.

Interview Questionnaire 

8 Questions

  • Q1. Salary discussion and negotiation
  • Q2. Java related questions were asked.
  • Q3. Selenium waits and some program
  • Q4. Asked about Collection Framework and different usecases
  • Q5. Different testing Methodologies where they checking code skills
  • Q6. Questions around different scenario based coding
  • Q7. Asked about project and work done with the experience
  • Q8. Given exam in some app where you need to write, speak and hear english senetences.

I applied via Company Website and was interviewed in Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Why Byjus ?
  • Q2. Why this post?
  • Q3. Money matters or development?
  • Q4. About my self
  • Q5. One scenario of session with parents how long you want to be a part of the company and why?

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself., don't lie.
And be clam and be confident

I applied via Other and was interviewed in Feb 2018. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How many year work experience in bank

Interview Preparation Tips

Round: Resume Shortlist
Experience: Experience

General Tips: This interview was a banking one but was majorly a stress test. It lasted for about 1 hour. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my banking curriculum i.e. Working capital, cash credit limit, Agri development Loan, Commodity based finance loan, etc.
Skills: Communication, Body Language, Problem Solving, Analytical Skills, Leadership, Presentation Skills, Time Management, Decision Making Skills
Duration: 1-4 weeks

I was interviewed in Nov 2016.

Interview Questionnaire 

7 Questions

  • Q1. Tell us about yourself
  • Ans. 

    I am a highly motivated and detail-oriented individual with a strong background in consulting.

    • I have a Bachelor's degree in Business Administration from XYZ University.

    • I have completed internships at ABC Consulting and gained experience in market research and data analysis.

    • I am proficient in various consulting tools and software, such as Excel, PowerPoint, and Tableau.

    • I have excellent communication and problem-solving ...

  • Answered by AI
  • Q2. Why should we select you?
  • Q3. Why Infosys?
  • Q4. 2 strengths and weaknesses each
  • Q5. Why did you choose to do an MBA in marketing?
  • Ans. 

    I chose to do an MBA in marketing because of my passion for understanding consumer behavior and creating effective marketing strategies.

    • I have always been interested in understanding why people make certain purchasing decisions and how marketing can influence those decisions.

    • I believe that marketing is a crucial aspect of any business and can make or break a company's success.

    • During my undergraduate studies, I took sev...

  • Answered by AI
  • Q6. 3 difficult times in professional/personal life you had to face and how you overcame the same?
  • Q7. What is marketing?
  • Ans. 

    Marketing is the process of promoting and selling products or services to customers.

    • Identifying customer needs and wants

    • Developing products or services to meet those needs

    • Promoting and advertising the products or services

    • Selling the products or services to customers

    • Building and maintaining customer relationships

    • Analyzing market trends and competition

    • Adjusting strategies to meet changing market conditions

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Our entire batch was asked to upload resume and then a shortlist was given out within a week
Tips: Objective should be clear and crisp, educational qualifications can be presented in a tabular form, work experience, project details and achievements should be given from most recent to least recent

Round: Technical + HR Interview
Experience: The environment was relaxed. 2 interviewers were there. Both asked questions. It was not a stress interview and I was also given time to think and answer
Tips: Confidence is important while answering. It is important to be clear on basics before learning high funda things. The answers should not be very long and essay like.

Interview Questionnaire 

4 Questions

  • Q1. Reverese the pin code of your area using jaca
  • Ans. 

    Reverse the pin code of your area using Java.

    • Convert the pin code to a string.

    • Use the StringBuilder class to reverse the string.

    • Convert the reversed string back to an integer.

  • Answered by AI
  • Q2. Company jast asked about their company profile
  • Q3. About your project
  • Q4. About your hobbies

Interview Preparation Tips

Round: Technical Interview
Experience: i answered that question very well.They jast check your confident level.
Tips: Whatever you know jast confident about that

Round: HR Interview
Experience: It was nice experienced.Talking with HR people is somewhat difficult than TR people
Tips: go through your resume.Do the google search about the company for which u are giving interview

General Tips: Do not show any overconfidence.Be calm and humble
Skill Tips: Be aware of your programming language
Skills: Technical Questions
College Name: Vidyalankar Institute Of Technology
Motivation: for working in an competitave environment.
Funny Moments: in TR round they asked me about the travelling cost..

Skills evaluated in this interview

I was interviewed before Jun 2016.

Interview Preparation Tips

Round: Video interview
Experience: Tell about why to join cognizant

Skills: Communication Networks, Communication

RCU Interview Questions & Answers

Wipro user image Anonymous

posted on 2 Aug 2017

I was interviewed in Aug 2017.

Interview Preparation Tips

Round: Group Discussion
Experience: about company
Duration: 1 hour 30 minutes

I was interviewed before Aug 2016.

Interview Questionnaire 

9 Questions

  • Q1. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and saves time and effort in writing new code.

    • The existing class is called the parent or base class, and the new class is called the child or derived class.

    • The child class inherits all the properties and methods of the parent class and can also add its ...

  • Answered by AI
  • Q2. What are different classes in Java?
  • Ans. 

    Different classes in Java are used to define objects and their behavior.

    • Classes are the building blocks of Java programs.

    • They define the properties and methods of objects.

    • Some commonly used classes in Java are String, Integer, ArrayList, etc.

    • Classes can be inherited to create new classes with additional features.

    • Java provides a rich set of predefined classes, and developers can create their own classes.

  • Answered by AI
  • Q3. What is inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows for code reuse and promotes a hierarchical organization of code.

    • The existing class is called the superclass or parent class, and the new class is called the subclass or child class.

    • The subclass inherits all the properties and methods of the superclass, and can also add ...

  • Answered by AI
  • Q4. What are different classes in Java?
  • Ans. 

    Java has four different classes: abstract, final, public and default.

    • Abstract class cannot be instantiated and is used as a base class for other classes

    • Final class cannot be inherited and is used to prevent further modification

    • Public class can be accessed from anywhere in the program

    • Default class can only be accessed within the same package

    • Example: public class MyClass {}

  • Answered by AI
  • Q5. How useful is it to create a class public and private in Java ? And which one to prefer for whom?
  • Ans. 

    Creating public and private classes in Java is useful for encapsulation and access control.

    • Creating a class as public allows it to be accessed from any other class.

    • Creating a class as private restricts its access to only within the same class.

    • Public classes are typically used for classes that need to be accessed by other classes or modules.

    • Private classes are typically used for helper classes or internal implementation...

  • Answered by AI
  • Q6. Write a program that contain 8 loops?
  • Ans. 

    A program with 8 loops

    • Loops can be of different types like for, while, do-while, foreach, etc.

    • The loops can be nested within each other to create complex logic.

    • The program can perform various operations within the loops like printing, calculating, etc.

  • Answered by AI
  • Q7. What is the biggest achievement till date?
  • Q8. Why do u wanna join HCl?
  • Ans. 

    I want to join HCl because of their strong reputation in the software industry and their focus on innovation and career growth opportunities.

    • HCl has a strong reputation in the software industry for delivering high-quality products and services.

    • They have a culture of innovation and encourage employees to think creatively and come up with new ideas.

    • HCl offers excellent career growth opportunities and invests in the profe...

  • Answered by AI
  • Q9. What was ur project in college?

Interview Preparation Tips

Round: Resume Shortlist
Experience: It was based on academics marks of MCA
(60%)

Round: Technical Interview
Experience: It was based on academics marks of MCA
(60%)

Round: Technical Interview
Experience: It was not an easy round but with proper preparation and knowledge it can be cracked

Skills evaluated in this interview

Zeal Polytechnic Interview FAQs

What are the top questions asked in Zeal Polytechnic interview for experienced candidates?

Some of the top questions asked at the Zeal Polytechnic interview for experienced candidates -

  1. About curricul...read more
  2. demo lecture on any to...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Zeal Polytechnic interview
WalkIn
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Accenture Interview Questions
3.9
 • 7.9k Interviews
FIITJEE Interview Questions
3.2
 • 51 Interviews
Career Point Interview Questions
3.3
 • 14 Interviews
Bansal Classes Interview Questions
2.9
 • 8 Interviews
View all

Zeal Polytechnic Reviews and Ratings

based on 4 reviews

1.3/5

Rating in categories

1.3

Skill development

1.3

Work-Life balance

1.2

Salary & Benefits

1.3

Job Security

1.3

Company culture

1.4

Promotions/Appraisal

1.3

Work Satisfaction

Explore 4 Reviews and Ratings
Lecturer
7 salaries
unlock blur

₹3.6 L/yr - ₹4.7 L/yr

Mechanical Engineer
4 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Account Assistant
3 salaries
unlock blur

₹1.6 L/yr - ₹2 L/yr

Explore more salaries
Compare Zeal Polytechnic with

Aakash Educational Services

3.5
Compare

FIITJEE

3.2
Compare

Resonance Eduventures

3.9
Compare

Bansal Classes

2.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview