Upload Button Icon Add office photos

Planet PCI Infotech

Compare button icon Compare button icon Compare

Filter interviews by

Planet PCI Infotech TSE Interview Questions and Answers

Updated 11 Mar 2024

Planet PCI Infotech TSE Interview Experiences

1 interview found

TSE Interview Questions & Answers

user image Agam Jain

posted on 11 Mar 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Tree Coding Problem
  • Ans. 

    Implement a tree coding problem using an array of strings.

    • Create a tree structure using an array of strings where each element represents a node

    • Use a specific format to represent parent-child relationships in the array

    • Consider using a specific delimiter or format to differentiate between nodes and their children

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Earlier Difficult problem solution
  • Ans. 

    The difficult problem was solved by breaking it down into smaller parts and tackling each part individually.

    • Identify the root cause of the problem

    • Break down the problem into smaller, more manageable parts

    • Develop a plan to address each part systematically

    • Implement solutions for each part and monitor progress

    • Adjust strategies as needed based on results

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Planet PCI Infotech?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Java, Spark Concepts
  • Q2. Threading with example
  • Ans. 

    Threading is a way to execute multiple tasks concurrently in a single program.

    • Threading allows for parallel execution of code

    • Threads share the same memory space

    • Example: running a background task while the main program continues to run

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on past projects and concepts

TSE Interview Questions Asked at Other Companies

asked in Red Hat
Q1. How do you change the home directory for new users?
Q2. Tell me about your experience with complaint websites and how you ... read more
Q3. How do you handle the pressure of multiple breakdowns?
Q4. What is customer satisfaction?
Q5. What is customer experience?

Interview Questionnaire 

4 Questions

  • Q1. SQL Server Joins?
  • Q2. Top 2 Salary from each department?
  • Ans. 

    Use SQL to retrieve the top 2 salaries from each department efficiently.

    • Use a Common Table Expression (CTE) or a subquery to rank salaries within each department.

    • Example SQL: WITH RankedSalaries AS (SELECT Department, Salary, ROW_NUMBER() OVER (PARTITION BY Department ORDER BY Salary DESC) AS Rank FROM Employees) SELECT Department, Salary FROM RankedSalaries WHERE Rank <= 2;

    • This method ensures you get the top salari...

  • Answered by AI
  • Q3. Delete 30000000+ records from the live system aprroach to delete these records?
  • Ans. 

    Use a combination of backup and delete approach to safely delete the records.

    • Take a backup of the live system before deleting any records.

    • Identify the records to be deleted using a query or script.

    • Delete the records in batches to avoid overwhelming the system.

    • Monitor the system during the deletion process for any issues.

    • Verify the deletion by checking the number of records before and after.

    • Consider archiving the delete...

  • Answered by AI
  • Q4. Performance Tuning?

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Jun 2019. There were 6 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Software manual testing related questions..retesting, regression testing, types of testing, domain
  • Q2. Stlc, sdlc, retesting, regression testing, Writing test cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear testing basic concepts,domain knowledge in which you are working.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Nov 2024, where I was asked the following questions.

  • Q1. General discussion
  • Q2. Technical skills like previous job profile and accounts journal entries.
  • Q3. Tally and other ERP software usage difference and scope

Interview Preparation Tips

Interview preparation tips for other job seekers - Wish you good luck.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Feb 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 - Aptitude Test 

Scenario wise questionaries, they had give for the explained on.

Round 3 - HR 

(2 Questions)

  • Q1. What the education and assessment.
  • Ans. 

    Education and assessment are crucial for measuring knowledge and skills.

    • Education provides the foundation for learning and acquiring knowledge and skills.

    • Assessment measures the level of understanding and mastery of the subject matter.

    • Effective education and assessment methods can lead to better learning outcomes and improved performance.

    • Examples of assessment methods include exams, quizzes, projects, and presentations...

  • Answered by AI
  • Q2. Tell me about your self?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good one for interns. Process approaches are also fine and manage able
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Oops concepts, mvc related questions
  • Q2. Store procedure, function,
  • Q3. Asked SQL query scenario based questions
Round 2 - Technical 

(1 Question)

  • Q1. Oops , SQL and mvc questions. Mostly question was scenario based
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All the MVC technical basics in dot net?
  • Ans. 

    MVC in .NET is a design pattern that separates application logic into three interconnected components: Model, View, and Controller.

    • Model: Represents the data and business logic. Example: A class that interacts with a database.

    • View: The user interface that displays data. Example: Razor views in ASP.NET MVC.

    • Controller: Handles user input and interacts with the model. Example: A controller action method that processes for...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Experience level codes ask.

Round 2 - HR 

(2 Questions)

  • Q1. I don't remember at this time question.but question was experience level 3+ yrs level rounds and java,Mysql, spring boot mostly question.
  • Q2. I didn't remember question but all questions are Java related .

Interview Preparation Tips

Interview preparation tips for other job seekers - This very nice company.

I applied via Walk-in and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About yourself, about yesterday

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be ready with full of confidence and command in English.

Planet PCI Infotech Interview FAQs

How many rounds are there in Planet PCI Infotech TSE interview?
Planet PCI Infotech interview process usually has 2 rounds. The most common rounds in the Planet PCI Infotech interview process are Technical and HR.
What are the top questions asked in Planet PCI Infotech TSE interview?

Some of the top questions asked at the Planet PCI Infotech TSE interview -

  1. Earlier Difficult problem solut...read more
  2. Tree Coding Prob...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 1 interview experience

Difficulty level

Moderate 100%

Duration

2-4 weeks 100%
View more

Interview Questions from Similar Companies

Ven Consulting Interview Questions
3.5
 • 22 Interviews
TELUS Health Interview Questions
4.0
 • 17 Interviews
Kelly Services Interview Questions
4.2
 • 17 Interviews
Gi Group Interview Questions
3.7
 • 15 Interviews
View all
Team Lead
27 salaries
unlock blur

₹2.8 L/yr - ₹6 L/yr

Fundraising Executive
9 salaries
unlock blur

₹1.8 L/yr - ₹2.7 L/yr

Network Engineer
7 salaries
unlock blur

₹2.3 L/yr - ₹3.2 L/yr

Telecaller
7 salaries
unlock blur

₹1.1 L/yr - ₹2.2 L/yr

Assistant Manager
6 salaries
unlock blur

₹4.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Planet PCI Infotech with

S2 Infotech

3.6
Compare

US Tech Solutions

3.8
Compare

Harjai Computers

3.6
Compare

Lobo Staffing Solutions

4.2
Compare
write
Share an Interview