Upload Button Icon Add office photos

PPTS

Compare button icon Compare button icon Compare
2.4

based on 20 Reviews

Filter interviews by

PPTS Interview Questions, Process, and Tips

Updated 3 May 2024

Top PPTS Interview Questions and Answers

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 SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
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 (170)
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
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Project Experience and end to end architecture
  • Ans. 

    I have experience working on projects with end-to-end architecture, including design, development, testing, and deployment.

    • Designed and implemented scalable AWS architectures using services like EC2, S3, Lambda, API Gateway, etc.

    • Developed applications using AWS SDKs and integrated with other AWS services.

    • Performed testing and debugging of applications on AWS infrastructure.

    • Deployed applications on AWS using CI/CD pipel...

  • Answered by AI
  • Q2. PySpark Coding question to Extract Transform & Load
  • Q3. Cost Optimization on Snowflake
  • Ans. 

    Cost optimization on Snowflake involves utilizing features like virtual warehouses, auto-suspend, and resource monitoring.

    • Utilize virtual warehouses efficiently based on workload requirements

    • Enable auto-suspend to automatically pause warehouses when not in use

    • Monitor resource usage and adjust configurations accordingly

  • Answered by AI
Round 2 - Technical 

(5 Questions)

  • Q1. Project end to end
  • Q2. How to connect to a share point database
  • Ans. 

    To connect to a SharePoint database, you can use SharePoint's REST API or Microsoft Graph API.

    • Use SharePoint's REST API to interact with SharePoint data through standard HTTP requests.

    • Authenticate using OAuth tokens to access SharePoint resources securely.

    • Utilize Microsoft Graph API for a unified endpoint to access data across Microsoft services.

    • Ensure proper permissions are set up for the application accessing the Sha

  • Answered by AI
  • Q3. Normalization & de normalization
  • Q4. Questions on SQL Joins
  • Q5. Question to find the 2nd highest salary using window function
  • Ans. 

    Use window function to find 2nd highest salary in SQL

    • Use the ROW_NUMBER() function to assign a unique row number to each row based on the salary in descending order

    • Filter the results where the row number is 2 to get the 2nd highest salary

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Why are you looking for a job change
  • Q2. How was the experience at previous company
  • Q3. Expected CTC at Scatterpie
  • Ans. 

    Expected CTC at Scatterpie

    • Research industry standards for AWS Developer roles at Scatterpie

    • Consider your experience, skills, and qualifications

    • Factor in location, company size, and benefits package

    • Negotiate based on market trends and personal value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It had 2 technical rounds, 30 min each and 1 HR round. Given it is a startup they have budget constraints and do not communicate well.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is minaral and different by metals?
  • Ans. 

    Minerals are naturally occurring inorganic substances with a definite chemical composition, while metals are a type of mineral that have high electrical conductivity and luster.

    • Minerals are inorganic substances found in nature, while metals are a subset of minerals with specific properties.

    • Metals have high electrical conductivity, malleability, and luster, distinguishing them from other minerals.

    • Examples of metals incl...

  • Answered by AI
  • Q2. What is spong iron?
  • Ans. 

    Sponge iron is a metallic product produced through the direct reduction of iron ore in the form of lumps, pellets, or fines.

    • Sponge iron is also known as direct reduced iron (DRI).

    • It is produced by removing oxygen from iron ore through a chemical reaction using natural gas or coal as a reducing agent.

    • Sponge iron is used as a raw material in the production of steel through the electric arc furnace (EAF) or basic oxygen f

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. What is whrb in rotary kiln?
  • Ans. 

    WHRB in rotary kiln stands for Waste Heat Recovery Boiler, which is used to recover heat from the exhaust gases of the kiln.

    • WHRB is a type of boiler that captures and reuses the heat energy from the exhaust gases of a rotary kiln.

    • It helps in improving the overall energy efficiency of the kiln operation.

    • The recovered heat can be used for various purposes such as preheating combustion air or generating steam for power ge...

  • Answered by AI
  • Q2. Explain Iron smelting process ?
  • Ans. 

    Iron smelting process is a method of extracting iron from its ore using heat and reducing agents.

    • Iron ore is heated in a blast furnace with coke (carbon) and limestone as reducing agents.

    • The coke burns to produce carbon monoxide, which reacts with the iron ore to release the iron metal.

    • The limestone helps to remove impurities from the iron ore, forming slag as a byproduct.

    • The molten iron is then collected at the bottom...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Assignment 

Market Research Questions

Round 2 - Technical 

(1 Question)

  • Q1. What is market research
  • Ans. 

    Market research is the process of gathering, analyzing, and interpreting information about a market, including customers, competitors, and industry trends.

    • Involves collecting data on customer preferences, buying habits, and market trends

    • Helps businesses make informed decisions about product development, pricing, and marketing strategies

    • Includes techniques such as surveys, focus groups, and data analysis

    • Examples: conduc...

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

(1 Question)

  • Q1. Why do you want to join our company?
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Psi mins full form
  • Ans. 

    PSI stands for Pounds per Square Inch, a unit of pressure measurement commonly used in engineering and physics.

    • PSI is used to measure pressure in various systems, such as in pneumatic tools, hydraulic systems, and air compressors.

    • 1 PSI is equal to 0.068046 atmospheres or 6,894.76 Pascals.

    • For example, a car tire may require inflation to 32 PSI for optimal performance.

  • Answered by AI
  • Q2. Firing strocks position
  • Ans. 

    Firing strokes position refers to the position of the firing strokes in an engine.

    • Firing strokes position is crucial for the proper functioning of the engine.

    • The firing order of the engine determines the position of the firing strokes.

    • Incorrect firing strokes position can lead to engine misfires or damage.

    • Common firing orders include 1-3-4-2 for a 4-cylinder engine and 1-8-4-3-6-5-7-2 for a V8 engine.

  • Answered by AI
  • Q3. How to work hyd.pump
  • Ans. 

    To work a hydraulic pump, you need to understand its components and operation.

    • Understand the basic components of a hydraulic pump such as the inlet, outlet, and pistons.

    • Ensure the pump is properly connected to a power source and the hydraulic system.

    • Monitor the pump's pressure and flow rate to ensure optimal performance.

    • Regularly check and maintain the pump to prevent any malfunctions or breakdowns.

    • Examples: Gear pump,

  • Answered by AI
  • Q4. Injectors leack off test
  • Q5. How to use torque gun
  • Ans. 

    A torque gun is a tool used to apply torque to fasteners such as nuts and bolts.

    • Ensure the torque gun is set to the correct torque value for the fastener being tightened.

    • Hold the torque gun perpendicular to the fastener and apply pressure while pulling the trigger.

    • Listen for the click or beep indicating the desired torque has been reached.

    • Do not over-tighten the fastener as it can cause damage.

    • Regularly calibrate and m

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is coalesce
  • Ans. 

    Coalesce is a function used to return the first non-null value in a list of expressions.

    • Coalesce function is commonly used in SQL to handle null values.

    • It takes multiple arguments and returns the first non-null value.

    • Example: COALESCE(column1, column2, 'default') will return the value of column1 if not null, else column2, and if both are null, it will return 'default'.

  • Answered by AI
  • Q2. What is repartition
  • Ans. 

    Repartition is the process of redistributing data across partitions in a distributed system.

    • Repartitioning helps in balancing the workload and improving performance in distributed computing environments.

    • It involves moving data between partitions based on certain criteria such as key values or hash functions.

    • Repartitioning can be done in Spark using operations like repartition() or coalesce().

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Non repeatable character
  • Ans. 

    A non repeatable character is a character that appears only once in a given string.

    • Iterate through the string and count the frequency of each character

    • Identify the characters that have a frequency of 1

    • Return the first non repeatable character found

  • Answered by AI
  • Q2. Sort list without sort method
  • Ans. 

    Sort list without using sort method

    • Create a custom sorting function using loops

    • Compare each element with every other element to determine the correct order

    • Swap elements based on the comparison results

  • Answered by AI

Skills evaluated in this interview

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

What are your salary expectations and your knowledge of VBA?

Round 2 - HR 

(2 Questions)

  • Q1. What is the modules explain .
  • Ans. 

    Modules in data mining refer to different components or functionalities that work together to analyze data and extract valuable insights.

    • Modules are like building blocks that perform specific tasks in the data mining process.

    • Examples of modules include data preprocessing, clustering, classification, and association rule mining.

    • Each module has its own algorithms and techniques to handle different aspects of data analysi...

  • Answered by AI
  • Q2. What ar the userforms
  • Ans. 

    Userforms are graphical interfaces that allow users to interact with a system or application.

    • Userforms provide a way for users to input data or make selections

    • They can include text boxes, drop-down menus, checkboxes, and buttons

    • Examples include login screens, registration forms, and search filters

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident and prepare well for tech round
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic aptitude test: similar to the MBA entrance exams.

Round 2 - Case Study 

There was a PMR case study and I was expected to solve it live. Mostly to draw insights from it.

Round 3 - One-on-one 

(3 Questions)

  • Q1. Experience in previous job
  • Q2. Explain one of the projects throughout its journey.
  • Q3. Why do you want to join ZoomRX?

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is mostly chilled out, you just need to be thorough about your experience till now, and keep an eye open for all the insights you can draw from the case.

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.4k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 798 Interviews
Cyient Interview Questions
3.7
 • 282 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