Upload Button Icon Add office photos

Filter interviews by

Pragathi Central School Interview Questions and Answers

Updated 19 Feb 2022

Pragathi Central School Interview Experiences

1 interview found

Round 1 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Q2. 25k to 30

Finance Executive Interview Questions asked at other Companies

Q1. Certains Rules to follow - 1. Remove your footwear outside of the company, though it sounds strange! yes, this is a rule. They have other footwear inside the company (optional) if you want to carry it. 2. For Washrooms, they have kept chapp... read more
View answer (4)

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. About the counselling
  • Q2. About the job profile
Round 2 - Group Discussion 

They have taken counselling session

Round 3 - HR 

(2 Questions)

  • Q1. About the job profile
  • Q2. They asking the previous salary
Round 4 - One-on-one 

(2 Questions)

  • Q1. About the counselling
  • Q2. Asking about the previous company
Round 5 - HR 

(2 Questions)

  • Q1. About the counselling session
  • Q2. Asking about the counselling session this

Interview Preparation Tips

Interview preparation tips for other job seekers - This is the best university in terms of as senior counseller
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I was interviewed before Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Explain pipelining in RISC processor
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked to solve Basic Python codes in given time

Round 2 - Technical 

(5 Questions)

  • Q1. What is Logistic Regression
  • Ans. 

    Logistic Regression is a statistical method used to model the relationship between a binary outcome variable and one or more predictor variables.

    • Logistic Regression is used when the dependent variable is binary (e.g. 0/1, Yes/No, True/False).

    • It estimates the probability of a certain event occurring based on one or more independent variables.

    • The output of logistic regression is a probability score that can be converted ...

  • Answered by AI
  • Q2. What is supervised and unsupervised learning
  • Ans. 

    Supervised learning involves training a model on labeled data, while unsupervised learning involves finding patterns in unlabeled data.

    • Supervised learning requires a target variable to be predicted, while unsupervised learning does not.

    • Examples of supervised learning include classification and regression tasks, while examples of unsupervised learning include clustering and dimensionality reduction.

    • In supervised learnin...

  • Answered by AI
  • Q3. What is mutability and immutability
  • Ans. 

    Mutability refers to the ability of an object to be changed after it is created, while immutability refers to the inability of an object to be changed once it is created.

    • Mutability allows for changes to be made to an object's state, while immutability ensures that an object's state remains constant.

    • In programming, mutable objects can be modified directly, while immutable objects require creating a new object with the d...

  • Answered by AI
  • Q4. Difference between List and Tuple
  • Ans. 

    List is mutable, Tuple is immutable in Python.

    • List can be modified after creation, Tuple cannot be modified

    • List is defined using square brackets [], Tuple is defined using parentheses ()

    • Example: list_example = [1, 2, 3], tuple_example = (1, 2, 3)

  • Answered by AI
  • Q5. What are regression. Explain different types of regression
  • Ans. 

    Regression is a statistical method used to analyze the relationship between variables. Different types include linear, logistic, polynomial, etc.

    • Regression is a statistical technique used to understand the relationship between a dependent variable and one or more independent variables.

    • Different types of regression include linear regression, logistic regression, polynomial regression, ridge regression, and lasso regress...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. What is oopm ?
  • Ans. 

    OOPM stands for Object-Oriented Project Management, a methodology that focuses on managing projects using object-oriented principles.

    • OOPM emphasizes breaking down projects into smaller, manageable components called objects

    • It promotes reusability, modularity, and flexibility in project development

    • Examples of OOPM tools include UML (Unified Modeling Language) and Agile methodologies

  • Answered by AI
  • Q2. Codes were given to solve
  • Q3. What was your previous job role and what was challenging
Round 4 - Case Study 

Find the sales for air tickets for an aeroplane company using Logistic Regression

Skills evaluated in this interview

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

I was interviewed before Jan 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Library Management Software
  • Q2. E_Resources

Interview Preparation Tips

Interview preparation tips for other job seekers - Subject knowledge with positive confidence

Trainer Interview Questions & Answers

IPCS Global user image Ashwini Salunkhe

posted on 8 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Indeed and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is standard frequency
  • Ans. 

    Standard frequency refers to the regularity at which something occurs or is repeated.

    • Standard frequency is the normal rate at which an event or process happens.

    • It is often used in training to determine how often a certain task should be practiced.

    • For example, in fitness training, the standard frequency for strength training exercises may be 2-3 times per week.

  • Answered by AI
  • Q2. Memories in Siemens plc
  • Ans. 

    Memories in Siemens plc involve storing and retrieving data for program execution.

    • Siemens plc uses memory to store program instructions and data during operation.

    • Different types of memory in Siemens plc include RAM, ROM, and EEPROM.

    • Memory in Siemens plc is used for storing variables, timers, counters, and other program data.

    • Retrieving data from memory in Siemens plc involves reading specific memory addresses.

    • Memory man...

  • Answered by AI
  • Q3. Introduce yourself

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The first round was aptitude test which was held in online mode. there were nearly 40 questions all about logical reasoning, quants and verbal ability.

Round 2 - Group Discussion 

In the round 2 which were group discussion to check the communication skills. our topic was women empowerment.

Round 3 - Technical 

(2 Questions)

  • Q1. In the technical round they asked me basic questions about html, css and js and also about SQL
  • Q2. Introduction types of joins in sql and their use
  • Ans. 

    Types of joins in SQL include inner join, left join, right join, and full outer join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full outer join: Returns rows when there is a match in either table.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is your Experience
  • Q2. Why are you changing your job

Interview Preparation Tips

Interview preparation tips for other job seekers - Moople Institute best Animation & Design Academy
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Oct 2023. 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 - One-on-one 

(1 Question)

  • Q1. They asked based on the details you have filled in your resume. So, be genuine and be you. Answer confidently.
Round 3 - Assignment 

They gave assignment to edit the article, write video script, and e learning presentations.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident. Shift your mindset from fear driven to opportunity driven.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Jul 2023. There were 3 interview rounds.

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 - One-on-one 

(1 Question)

  • Q1. About myself and basic questions
Round 3 - HR 

(1 Question)

  • Q1. Final call confirmation

Pragathi Central School Interview FAQs

How many rounds are there in Pragathi Central School interview?
Pragathi Central School interview process usually has 1 rounds. The most common rounds in the Pragathi Central School interview process are HR.

Tell us how to improve this page.

Pragathi Central School Reviews and Ratings

based on 7 reviews

4.9/5

Rating in categories

4.8

Skill development

4.5

Work-life balance

4.1

Salary

4.8

Job security

4.6

Company culture

4.4

Promotions

4.8

Work satisfaction

Explore 7 Reviews and Ratings
Teacher
4 salaries
unlock blur

₹2 L/yr - ₹3.6 L/yr

PRE Primary Teacher
4 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Explore more salaries
Compare Pragathi Central School with

Delhi Public School

3.8
Compare

Kendriya Vidyalaya Sangathan

4.3
Compare

Eurokids

4.1
Compare

Podar International School

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