Upload Button Icon Add office photos

Filter interviews by

Shri Chhatrapati Shivaji Maharaj College of Engineering Computer Engineer Interview Questions and Answers

Updated 14 Aug 2021

6 Interview questions

A Computer Engineer was asked
Q. What is your understanding of objects and classes?
Ans. 

Object is an instance of a class that has its own set of properties and methods. A class is a blueprint for creating objects.

  • An object is a real-world entity with its own set of attributes and behaviors.

  • A class is a template or blueprint for creating objects.

  • Objects are created from classes using the 'new' keyword.

  • Classes can have properties (variables) and methods (functions).

  • Inheritance allows classes to inherit...

A Computer Engineer was asked
Q. Can you provide examples of union and intersection operations?
Ans. 

Union and intersection are set operations used in mathematics and computer science.

  • Union combines two sets and removes duplicates

  • Intersection returns the common elements between two sets

  • Example of union: {1,2,3} union {3,4,5} = {1,2,3,4,5}

  • Example of intersection: {1,2,3} intersection {3,4,5} = {3}

Computer Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. How many development tools have you used?
asked in Infosys
Q2. How many programming languages do you know?
Q3. What is the difference between overloading and overriding?
Q4. What do you do if a computer does not turn on?
Q5. What is your understanding of objects and classes?
A Computer Engineer was asked
Q. What is the difference between overloading and overriding?
Ans. 

Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in child class with the same name and signature as in parent class.

  • Overloading is compile-time polymorphism while overriding is runtime polymorphism.

  • Overloading is done in the same class while overriding is done in different classes.

  • Overloading is used to provide different implementations of the same m...

A Computer Engineer was asked
Q. Can you provide an example of encapsulation?
Ans. 

Encapsulation is the process of hiding implementation details and exposing only necessary information.

  • Encapsulation helps in achieving data abstraction and information hiding.

  • It allows for better control over data and prevents unauthorized access.

  • An example of encapsulation is a class in object-oriented programming, where the data members are private and can only be accessed through public methods.

A Computer Engineer was asked
Q. 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 code organization.

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

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

A Computer Engineer was asked
Q. What is trigger, Cursor?
Ans. 

Trigger is a database object that executes automatically in response to certain events. Cursor is a database object used to manipulate data.

  • Triggers are used to maintain data integrity and consistency.

  • Triggers can be used to audit changes made to the database.

  • Cursors are used to iterate through a set of rows returned by a query.

  • Cursors can be used to update or delete rows in a table.

  • Triggers and cursors are common...

Shri Chhatrapati Shivaji Maharaj College of Engineering Computer Engineer Interview Experiences

1 interview found

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

9 Questions

  • Q1. Tell me about yourself ?.
  • Ans. 

    I am a computer engineering graduate with a passion for software development and a strong foundation in algorithms and data structures.

    • Educational Background: I hold a Bachelor's degree in Computer Engineering, where I excelled in courses like Data Structures and Algorithms.

    • Technical Skills: Proficient in programming languages such as Java, C++, and Python, and experienced in web development using HTML, CSS, and JavaSc...

  • Answered by AI
  • Q2. What are your biggest strength and weakness ?
  • Ans. 

    Identifying strengths and weaknesses helps in personal growth and team dynamics, fostering a better work environment.

    • Strength: Problem-Solving Skills - I excel at breaking down complex problems into manageable parts, as demonstrated in a project where I optimized a system's performance by 30%.

    • Strength: Adaptability - I quickly adapt to new technologies and methodologies, such as learning React in a week to meet project...

  • Answered by AI
  • Q3. What do you understand by object and class ?
  • Ans. 

    Object is an instance of a class that has its own set of properties and methods. A class is a blueprint for creating objects.

    • An object is a real-world entity with its own set of attributes and behaviors.

    • A class is a template or blueprint for creating objects.

    • Objects are created from classes using the 'new' keyword.

    • Classes can have properties (variables) and methods (functions).

    • Inheritance allows classes to inherit prop...

  • Answered by AI
  • Q4. What is difference between overloading and overriding ?
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in child class with the same name and signature as in parent class.

    • Overloading is compile-time polymorphism while overriding is runtime polymorphism.

    • Overloading is done in the same class while overriding is done in different classes.

    • Overloading is used to provide different implementations of the same method...

  • Answered by AI
  • Q5. 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 code organization.

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

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

  • Answered by AI
  • Q6. What is trigger, Cursor?
  • Ans. 

    Trigger is a database object that executes automatically in response to certain events. Cursor is a database object used to manipulate data.

    • Triggers are used to maintain data integrity and consistency.

    • Triggers can be used to audit changes made to the database.

    • Cursors are used to iterate through a set of rows returned by a query.

    • Cursors can be used to update or delete rows in a table.

    • Triggers and cursors are commonly us...

  • Answered by AI
  • Q7. Queries of select, insert ,delete?
  • Q8. Write the examples of union, intersection?
  • Ans. 

    Union and intersection are set operations used in mathematics and computer science.

    • Union combines two sets and removes duplicates

    • Intersection returns the common elements between two sets

    • Example of union: {1,2,3} union {3,4,5} = {1,2,3,4,5}

    • Example of intersection: {1,2,3} intersection {3,4,5} = {3}

  • Answered by AI
  • Q9. Write the example of encapsulation?
  • Ans. 

    Encapsulation is the process of hiding implementation details and exposing only necessary information.

    • Encapsulation helps in achieving data abstraction and information hiding.

    • It allows for better control over data and prevents unauthorized access.

    • An example of encapsulation is a class in object-oriented programming, where the data members are private and can only be accessed through public methods.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be punctual at your interview it is mandatory to be on time at a job interview
Do your research on the company Don't forget about nonverbal communication
Be polite with everyone
Be prepared for your interview

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
4d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Shri Chhatrapati Shivaji Maharaj College of Engineering?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

Computer Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. How many development tools have you used?
asked in Infosys
Q2. How many programming languages do you know?
Q3. What is the difference between overloading and overriding?
Q4. What do you do if a computer does not turn on?
Q5. What is your understanding of objects and classes?

Interview Questionnaire 

2 Questions

  • Q1. Apigee
  • Q2. Interal architecture

Interview Questionnaire 

1 Question

  • Q1. Where do you see yourself in 5 years.

Interview Questionnaire 

3 Questions

  • Q1. Java script
  • Q2. Ai
  • Q3. Machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with faceprep

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Tell us about yourself. What are some of your achievments

Interview Preparation Tips

Interview preparation tips for other job seekers - Look for good communciation skills. Have a cheerful attitude

I applied via Company Website and was interviewed in Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - say individual ideas,plans, story's.say different opinions,speek confidentially, correctly answer Yes or no questions, correctly say interested and confidential job,
Are these interview questions helpful?

I applied via Campus Placement and was interviewed before Nov 2021. 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 - Technical 

(2 Questions)

  • Q1. Python and Java questions
  • Q2. Oops basic interview questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easily we can Just Practice basic interview questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Dec 2021. 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 

There are 2section of exam i.e English and Data structure

Round 3 - Mind analysis games 

(2 Questions)

  • Q1. First round interview is technical interview and managerial interviews which is not that tough. Do all the FaQ on your projects and if dont know any one of question answer then dont worry simply say it a...
  • Q2. 2nd round is HR interview .

Interview Preparation Tips

Interview preparation tips for other job seekers - In HR interview they ask about introduction, strength and weakness , willing to work on teams or not, some scenario based question

I applied via Campus Placement and was interviewed before Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. What is a bit
  • Ans. 

    A bit is the smallest unit of data in computing, representing a binary value of 0 or 1.

    • A bit can represent two states: off (0) or on (1).

    • Bits are the building blocks of all digital data, including text, images, and sound.

    • In binary code, a sequence of bits can represent numbers, letters, and commands.

    • For example, the letter 'A' is represented as 01000001 in binary, which is 65 in decimal.

  • Answered by AI
  • Q2. What us the size of a bit
  • Ans. 

    A bit is the smallest unit of digital information. It can have a value of either 0 or 1.

    • A bit is a binary digit, represented as either 0 or 1.

    • It is the basic unit of information used in computing and digital communications.

    • A group of 8 bits is called a byte.

    • The size of a bit is dependent on the architecture of the computer system.

  • Answered by AI
  • Q3. How many bits are there in C
  • Ans. 

    C is a programming language and does not have a fixed number of bits.

    • C is a high-level programming language that can be compiled to run on different architectures with varying bit sizes.

    • The number of bits in C depends on the hardware architecture it is compiled for.

    • For example, C code compiled for a 32-bit architecture will have 32-bit integers, while code compiled for a 64-bit architecture will have 64-bit integers.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and patient. Dont hesitate to give answers.

Skills evaluated in this interview

Shri Chhatrapati Shivaji Maharaj College of Engineering Interview FAQs

What are the top questions asked in Shri Chhatrapati Shivaji Maharaj College of Engineering Computer Engineer interview?

Some of the top questions asked at the Shri Chhatrapati Shivaji Maharaj College of Engineering Computer Engineer interview -

  1. what is difference between overloading and overridin...read more
  2. what do you understand by object and clas...read more
  3. Write the examples of union, intersecti...read more

Tell us how to improve this page.

write
Share an Interview