Add office photos
Engaged Employer

TCS

3.7
based on 92.2k Reviews
Video summary
Filter interviews by

Progressive Educational Consultancy Interview Questions and Answers

Updated 27 Feb 2025
Popular Designations

Q1. What are different types of business rules?

Ans.

Business rules in ServiceNow automate processes and enforce data integrity through various types.

  • Before Business Rule: Executes before the database action (e.g., insert/update). Example: Validate data before saving.

  • After Business Rule: Executes after the database action. Example: Send notifications after a record is updated.

  • Async Business Rule: Executes asynchronously after the database action. Example: Update related records without delaying the user.

  • Display Business Rule: E...read more

Add your answer

Q2. what is function and function call

Ans.

A function is a block of code that performs a specific task. A function call is when the function is executed.

  • Functions are reusable blocks of code that can be called multiple times in a program.

  • Function calls involve providing the function name followed by parentheses, which may contain arguments.

  • Functions can return values or perform actions without returning a value.

Add your answer

Q3. What all change types have you seen

Ans.

Common change types include standard, emergency, normal, and major.

  • Standard change

  • Emergency change

  • Normal change

  • Major change

Add your answer

Q4. How many data types in c

Ans.

C language has 5 basic data types: int, float, double, char, and void.

  • int - used for integer values (e.g. 5, -10)

  • float - used for floating-point values (e.g. 3.14, -0.5)

  • double - used for double-precision floating-point values (e.g. 3.14159, -0.12345)

  • char - used for single characters (e.g. 'a', 'B')

  • void - used to indicate that a function does not return a value

Add your answer
Discover Progressive Educational Consultancy interview dos and don'ts from real experiences

Q5. What is object in cpp

Ans.

An object in C++ is a self-contained entity that consists of data and functions to manipulate that data.

  • Objects are instances of classes in C++

  • Objects can have attributes (data members) and methods (member functions)

  • Objects can be created dynamically using the 'new' keyword

  • Example: class Car { int speed; void accelerate(); }; Car myCar;

Add your answer

Q6. what is inheritance in cpp

Ans.

Inheritance in C++ allows a class to inherit properties and behaviors from another class.

  • Allows a class to inherit properties and behaviors from another class

  • Derived class can access all public and protected members of the base class

  • Supports single and multiple inheritance

  • Example: class Car inherits from class Vehicle

Add your answer

Q7. What is incident and problem

Ans.

An incident is an unplanned interruption to an IT service, while a problem is the underlying cause of one or more incidents.

  • An incident is a single event that disrupts the normal operation of a service.

  • A problem is the root cause of one or more incidents and needs to be resolved to prevent further incidents.

  • Incidents are usually resolved quickly to restore service, while problems require investigation and long-term solutions.

  • Examples: Incident - Server crash, Problem - Softwa...read more

Add your answer

Q8. Features of OPP

Ans.

OPP stands for Object-oriented Programming. It is a programming paradigm based on the concept of objects.

  • Encapsulation: Bundling data and methods that operate on the data into a single unit.

  • Inheritance: Ability of a class to inherit properties and behavior from another class.

  • Polymorphism: Ability to present the same interface for different data types.

  • Abstraction: Hiding the complex implementation details and showing only the necessary features.

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at Progressive Educational Consultancy

based on 10 interviews
1 Interview rounds
Technical Round
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Servicenow Developer Interview Questions from Similar Companies

3.6
 • 19 Interview Questions
3.7
 • 16 Interview Questions
3.8
 • 11 Interview Questions
3.7
 • 11 Interview Questions
View all
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
75 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter