Premium Employer

i

This company page is being actively managed by Pando Team. If you also belong to the team, you can get access from here

Pando Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Pando Python Developer Interview Questions and Answers

Updated 5 Aug 2024

Pando Python Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 coding questions related to arrays, strings and matrix.

Round 2 - Technical 

(2 Questions)

  • Q1. Given an expression string exp, write a program to examine whether the pairs and the orders "{"."}","(",")","[","]" are correct in the expression given.
  • Q2. The Next greater Element for an element x is the first greater element on the right side of x in the array. For elements for which no greater element exists, consider the next greater element as -1. Input:...
  • Ans. 

    Find the next greater element for each element in the array.

    • Iterate through the array from right to left.

    • Use a stack to keep track of elements with no greater element found yet.

    • Pop elements from the stack until a greater element is found or stack is empty.

    • Store the next greater element for each element in a result array.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Features of python, difference between java and python, modules in python, oops concepts, classes and objects,etc.
  • Ans. 

    Python is a versatile programming language known for its simplicity and readability. It supports multiple programming paradigms and has a vast standard library.

    • Python features include dynamic typing, automatic memory management, and support for multiple programming paradigms like procedural, object-oriented, and functional programming.

    • Python is known for its readability and simplicity, making it a popular choice for be...

  • Answered by AI
  • Q2. Types of databases, sql queries,etc.
  • Ans. 

    Types of databases include relational, NoSQL, and NewSQL. SQL queries are used to interact with relational databases.

    • Relational databases store data in tables with rows and columns, using SQL for querying (e.g. MySQL, PostgreSQL)

    • NoSQL databases store data in flexible, non-tabular formats and do not require a fixed schema (e.g. MongoDB, Cassandra)

    • NewSQL databases combine the scalability of NoSQL with the ACID properties...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The rounds were probably of medium and easy difficulty and one needs to practice DSA and DBMS to qualify the rounds.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Related to sales automation.
  • Q2. What is SFA?
  • Ans. 

    SFA stands for Sales Force Automation.

    • SFA is a software system that automates sales processes.

    • It helps sales teams manage customer interactions, track leads, and close deals.

    • SFA can also provide analytics and reporting on sales performance.

    • Examples of SFA software include Salesforce, HubSpot, and Zoho CRM.

  • Answered by AI
  • Q3. What is DMS?
  • Ans. 

    DMS stands for Document Management System.

    • DMS is a software system used to manage, store, and track electronic documents and images.

    • It allows for easy retrieval and sharing of documents within an organization.

    • DMS can also provide version control and security features to ensure document integrity.

    • Examples of DMS include Microsoft SharePoint, Google Drive, and Dropbox Business.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was a long session and was an interesting one.

Interview Questionnaire 

1 Question

  • Q1. You name your experience your education

Interview Questionnaire 

2 Questions

  • Q1. OOPS Concepts
  • Q2. Threads Concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on basic java

I applied via Recruitment Consultant and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through all the basics and know all topics. You will do just fine.

I applied via Indeed and was interviewed before Feb 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. They did checked my confidence level

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and be prepared a bit though u don't know to answer just say I'll learn n get bck to you.
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Aug 2023. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic Oops Concepts
  • Q2. 4 Pillars of oops
  • Ans. 

    Encapsulation, Inheritance, Polymorphism, Abstraction are the 4 pillars of OOPs

    • 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

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Box test 

(2 Questions)

  • Q1. Tell me about yourself
  • Q2. What is the difference between HTTp and HTTPS
  • Ans. 

    HTTP is unsecured protocol while HTTPS is secured protocol using SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTPS uses SSL/TLS encryption to secure the communication between the client and server, while HTTP does not.

    • HTTPS uses port 443 by default, while HTTP uses port 80.

    • HTTPS URLs begin with 'https://' and are secured with a padlock icon i...

  • Answered by AI

Skills evaluated in this interview

I was interviewed in May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Easy

  • Q1. 

    Check Word Presence in String

    Given a string S and a list wordList containing N distinct words, determine if each word in wordList is present in S. Return a boolean array where the value at index 'i' indi...

  • Ans. 

    Given a string and a list of words, determine if each word in the list is present in the string and return a boolean array indicating their presence.

    • Iterate through each word in the word list and check if it is present in the string.

    • Use a boolean array to store the presence of each word in the string.

    • Consider case sensitivity when checking for word presence.

    • Do not use built-in string-matching methods.

    • Return the boolean

  • Answered by AI
Round 2 - Video Call 

Round duration - 20 Minutes
Round difficulty - Easy

Interview Preparation Tips

Eligibility criteria6.75+ CGPATata interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, OOPs, Algorithms, DP, GreedyTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Try solving Love Babbar 450 Prog questions
Tip 2 : Have a good resume
Tip 3 : Do learn some extra technologies eg. ML/AI

Application resume tips for other job seekers

Tip 1 : Do not lie at all
Tip 2 : Have some projects listed

Final outcome of the interviewSelected

I applied via Campus Placement and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Ninja Coding Round Basic Coding questions available on youtube or sources online

Round 2 - Technical 

(1 Question)

  • Q1. Panel of 2 people will ask basic technical questions and it depends on what you have mentioned in your resume
Round 3 - HR 

(1 Question)

  • Q1. Basic HR questions about relocation etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Practise basic coding and math aptitude questions. To crack TCS

Pando Interview FAQs

How many rounds are there in Pando Python Developer interview?
Pando interview process usually has 3 rounds. The most common rounds in the Pando interview process are Technical and Coding Test.
How to prepare for Pando Python Developer 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 Pando. The most common topics and skills that interviewers at Pando expect are AWS, Django, Python and SQL.
What are the top questions asked in Pando Python Developer interview?

Some of the top questions asked at the Pando Python Developer interview -

  1. The Next greater Element for an element x is the first greater element on the r...read more
  2. Features of python, difference between java and python, modules in python, oops...read more
  3. Types of databases, sql queries,e...read more

Tell us how to improve this page.

Pando Python Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join Pando #1 Software for Autonomous Supply Chains

Interview Questions from Similar Companies

ITC Interview Questions
3.9
 • 545 Interviews
Tata Group Interview Questions
4.2
 • 358 Interviews
Adani Group Interview Questions
3.9
 • 187 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
BrowserStack Interview Questions
3.6
 • 48 Interviews
View all
Software Engineer
12 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Manager
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Product Support Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Pando with

Reliance Industries

4.0
Compare

Tata Group

4.2
Compare

Aditya Birla Group

4.1
Compare

Hindustan Unilever

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