Upload Button Icon Add office photos

PPTS

Compare button icon Compare button icon Compare

Filter interviews by

PPTS Interview Questions and Answers

Updated 3 May 2024

PPTS Interview Experiences

Popular Designations

3 interviews found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(6 Questions)

  • Q1. What is Command line
  • Ans. 

    Command line is a text-based interface used to interact with a computer's operating system.

    • Allows users to input commands to perform tasks

    • Does not have a graphical user interface

    • Commonly used in programming and system administration

  • Answered by AI
  • Q2. How to handle the pressure
  • Ans. 

    Handling pressure involves time management, prioritization, communication, and self-care.

    • Practice time management to prioritize tasks and deadlines

    • Communicate with team members and managers about workload and deadlines

    • Take breaks and practice self-care to avoid burnout

    • Seek support from colleagues or mentors when feeling overwhelmed

  • Answered by AI
  • Q3. Difference between c and c++
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, while C++ is a combination of procedural and object-oriented programming.

    • C does not support classes and objects, while C++ does.

    • C does not have features like inheritance, polymorphism, and encapsulation which are present in C++.

    • C++ has additional features like templates, exception handling

  • Answered by AI
  • Q4. Self introduction
  • Q5. Explain project
  • Ans. 

    Developed a web-based project management tool for tracking tasks and deadlines.

    • Created user-friendly interface for easy task management

    • Implemented features for assigning tasks to team members

    • Integrated calendar for tracking deadlines

    • Utilized database for storing project data

  • Answered by AI
  • Q6. What is the java script
  • Ans. 

    JavaScript is a high-level, interpreted programming language used for creating interactive websites and web applications.

    • JavaScript is often used for client-side web development.

    • It can be used to create dynamic and interactive elements on web pages.

    • JavaScript can also be used for server-side development with Node.js.

    • Common use cases include form validation, animations, and AJAX requests.

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

It is okay like a small test

Round 2 - One-on-one 

(1 Question)

  • Q1. This is something the MANAGER will be involved asks us to sign a bond
Round 3 - HR 

(1 Question)

  • Q1. This is where the HR asks us to sign a bond for 2 years and if you break you need to pay 3 lakhs

Interview Preparation Tips

Interview preparation tips for other job seekers - Don’t try or visit this company. Worst management.

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (210)
Interview experience
5
Excellent
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 - Case Study 

There was 20 coding questions, we have to slove that. Questions level - medium

Round 3 - Technical 

(1 Question)

  • Q1. Self introduction,Technical questions based on your resume
Round 4 - HR 

(1 Question)

  • Q1. HR Round - about company policy and job responsibilities and other details

Python Developer Intern Interview Questions asked at other Companies

Q1. what is python? what is a list? what is a tuple? what is set? Difference between list and tuple. Class and object. lambda function. map function filter function inheritance deep copy and shallow copy what is a dictionary? monkey patching. w... read more
View answer (3)

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Nothing much just some idiotic questions. office has no member strength, they just call and make candidate wait for 4 hours and recruit referred candidates

Round 2 - One-on-one 

(2 Questions)

  • Q1. Even after attending all queries they did not bother to select and inform and selection process starts based on references.
  • Q2. Reporting, analysis

Interview Preparation Tips

Topics to prepare for Rapid Care Transcription Business Analyst interview:
  • Power Bi
  • Reporting
Interview preparation tips for other job seekers - Absolute bug*er ,, these people HRs call job seekers from naukri (don't know why they call) and after long interviews and accepting or knowing all candidate's criteria they simply hire some referred candidates and rejects the one who spent hard time and money behind them. Disgusting.

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic Introduction, Why u want to join this company, why u want to do this work?
  • Q2. Strengths and weekness, Where do u see urself in x year?

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing to worry, Chill interview session, Main focus should be on Written test that include Apti, Resoning, and Company related task(easy).
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - HR 

(1 Question)

  • Q1. Previous company key responsibilities
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about you
  • Q2. Basically every question asked is related to you given project
Round 2 - Case Study 

I waa given telecom market in indua

I applied via Naukri.com and was interviewed in Aug 2022. 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 - Technical 

(2 Questions)

  • Q1. Installation and upgradation steps
  • Q2. Patching and performance tuning
Round 3 - One-on-one 

(3 Questions)

  • Q1. Table space is full what action need to take
  • Ans. 

    Free up space by deleting unnecessary data or increasing table space size.

    • Identify which table space is full

    • Check if there are any unnecessary data that can be deleted

    • Increase the size of the table space if necessary

    • Consider partitioning the table to distribute data across multiple table spaces

  • Answered by AI
  • Q2. Datafile addition to tablespace
  • Ans. 

    Adding a datafile to a tablespace

    • Use ALTER TABLESPACE statement to add datafile

    • Ensure enough disk space is available

    • Monitor tablespace usage regularly

    • Example: ALTER TABLESPACE users ADD DATAFILE '/u01/app/oracle/oradata/db1/users02.dbf' SIZE 50M;

  • Answered by AI
  • Q3. How to add datafile to tablespace
  • Ans. 

    To add a datafile to a tablespace:

    • Identify the tablespace where the datafile needs to be added

    • Create a new datafile using the 'CREATE DATAFILE' command

    • Add the new datafile to the tablespace using the 'ALTER TABLESPACE' command

    • Ensure that the new datafile is of the correct size and location

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just go through important topics of all Oracle DBA role

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tableau difference between blend &join
  • Ans. 

    Blend combines data from different data sources in a single view, while join combines data from the same data source.

    • Blend is used when data comes from different data sources, join is used when data comes from the same data source

    • Blend creates a relationship between data sources without actually merging the data, join merges the data based on a common field

    • Blend can be used to combine data from different databases like...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL-related questions working of self join and what will be used in case of 2nd max

Interview Preparation Tips

Topics to prepare for ScatterPie Analytics Data Analyst interview:
  • SQL
  • Tableau
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic details as to why looking for a change
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate questions for tableau, SQL
Round 3 - Technical 

(1 Question)

  • Q1. Managerial interview
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation

PPTS Interview FAQs

How many rounds are there in PPTS interview?
PPTS interview process usually has 2-3 rounds. The most common rounds in the PPTS interview process are Technical, HR and Resume Shortlist.
How to prepare for PPTS interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at PPTS. The most common topics and skills that interviewers at PPTS expect are Account Development, Cold Calling, Consulting, Group and Management.
What are the top questions asked in PPTS interview?

Some of the top questions asked at the PPTS interview -

  1. How to handle the press...read more
  2. What is the java scr...read more
  3. What is Command l...read more

Tell us how to improve this page.

PPTS Interview Process

based on 8 interviews

Interview experience

2.8
  
Poor
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 797 Interviews
Cyient Interview Questions
3.6
 • 288 Interviews
GfK MODE Interview Questions
3.3
 • 22 Interviews
View all

PPTS Reviews and Ratings

based on 20 reviews

2.4/5

Rating in categories

2.4

Skill development

2.2

Work-life balance

2.0

Salary

2.3

Job security

2.2

Company culture

1.9

Promotions

2.5

Work satisfaction

Explore 20 Reviews and Ratings
Digital Marketing Lead
7 salaries
unlock blur

₹4.2 L/yr - ₹9.3 L/yr

Team Lead
5 salaries
unlock blur

₹3 L/yr - ₹4.1 L/yr

Junior Software Engineer
5 salaries
unlock blur

₹1.1 L/yr - ₹2.5 L/yr

Process Associate
5 salaries
unlock blur

₹1.8 L/yr - ₹4.3 L/yr

Senior Software Engineer
5 salaries
unlock blur

₹6 L/yr - ₹18.4 L/yr

Explore more salaries
Compare PPTS with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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