Premium Employer

Infosys

3.7
based on 36.3k Reviews
Filter interviews by

10+ Teleport Commerce In Interview Questions and Answers

Updated 23 Jun 2024
Popular Designations

Q1. How many samosas does your college canteen sell?

Ans.

I don't have the available data to answer this question.

    View 2 more answers

    Q2. How to find employees who earn more than their manager ?

    Ans.

    Compare salary data of employees and managers to identify those earning more.

    • Collect salary data of all employees and managers

    • Analyze the data to identify employees earning more than their managers

    • Consider factors like experience, qualifications, and performance in the analysis

    • Conduct interviews or surveys to validate the findings

    Add your answer

    Q3. What is partition and group by ? How do we do migration ?

    Ans.

    Partition and group by are SQL operations used for organizing data. Migration involves transferring data from one system to another.

    • Partition is used to divide a table into smaller, more manageable parts based on a specific column or condition.

    • Group by is used to group rows that have the same values into summary rows.

    • Migration involves transferring data from one database or system to another, often using tools like ETL (Extract, Transform, Load) processes.

    • Example: Partitionin...read more

    Add your answer

    Q4. What concepts have you worked on, how you have used them

    Ans.

    I have worked on concepts such as regression analysis, data visualization, and hypothesis testing in my previous projects.

    • Utilized regression analysis to identify relationships between variables and make predictions

    • Used data visualization techniques like charts and graphs to communicate insights effectively

    • Applied hypothesis testing to determine the significance of results

    Add your answer
    Discover Teleport Commerce In interview dos and don'ts from real experiences

    Q5. What is wait in selenium Relative xpath Load and stress testing Low priority and high severity Abstract class vs interface

    Ans.

    Answering questions related to Selenium and software testing concepts.

    • Wait in Selenium is used to pause the execution of the script for a certain amount of time or until a certain condition is met.

    • Relative xpath is a type of xpath that starts from a particular node and searches for the element relative to that node.

    • Load testing is used to test the performance of a system under normal and peak load conditions.

    • Stress testing is used to test the performance of a system under ext...read more

    Add your answer

    Q6. On tableau - what is row level security ?

    Ans.

    Row level security in Tableau allows users to restrict access to specific rows of data based on their role or permissions.

    • Row level security is used to control which rows of data a user can access in Tableau.

    • It is typically implemented by creating a security table that defines the relationship between users and the data they can access.

    • Users can be granted access to specific rows based on their role or permissions.

    • Row level security helps ensure that users only see the data t...read more

    Add your answer
    Are these interview questions helpful?

    Q7. What is different license in tableau ?

    Ans.

    Tableau offers different types of licenses for individuals and organizations based on their needs and usage.

    • Tableau Creator license includes all the features for creating and sharing visualizations.

    • Tableau Explorer license allows users to explore and interact with visualizations created by others.

    • Tableau Viewer license is for users who only need to view and interact with visualizations without creating them.

    • Tableau offers different pricing options for each type of license bas...read more

    Add your answer

    Q8. What is stress and load testing

    Ans.

    Stress and load testing are methods used to evaluate the performance and stability of a system under heavy usage.

    • Stress testing involves testing a system beyond its normal operating capacity to identify its breaking point.

    • Load testing involves testing a system under normal or expected usage to identify its performance and response time.

    • Both tests are used to identify potential issues and bottlenecks in a system before it is deployed.

    • Examples of stress and load testing include...read more

    Add your answer
    Share interview questions and help millions of jobseekers 🌟

    Q9. How you do the data mining

    Ans.

    Data mining involves using statistical and machine learning techniques to extract insights from large datasets.

    • Identify the problem and define the objective

    • Collect and preprocess the data

    • Select appropriate data mining techniques

    • Apply the techniques and interpret the results

    • Evaluate the model and refine as necessary

    Add your answer

    Q10. what are 3 principles

    Ans.

    Three principles are integrity, accountability, and innovation.

    • Integrity: being honest and ethical in all actions

    • Accountability: taking responsibility for one's actions and decisions

    • Innovation: constantly seeking new and better ways to do things

    Add your answer

    Q11. What is replication task ?

    Ans.

    Replication task refers to the process of copying data from one source to another to ensure consistency and availability.

    • Replication tasks are commonly used in database management to create redundant copies of data for backup and disaster recovery purposes.

    • They can also be used to distribute data across multiple servers to improve performance and scalability.

    • Examples of replication tasks include master-slave replication in MySQL and snapshot replication in SQL Server.

    Add your answer

    Q12. Do you know java

    Ans.

    Yes, I know Java.

    • I have experience in developing Java applications.

    • I am familiar with Java syntax and concepts such as object-oriented programming.

    • I have worked with Java frameworks such as Spring and Hibernate.

    • I have also used Java for developing Android applications.

    Add your answer

    Q13. Explain paivort tables

    Ans.

    Pivot tables are used to summarize and analyze large datasets.

    • Pivot tables allow users to group and aggregate data based on different criteria.

    • They are commonly used in spreadsheet software like Microsoft Excel.

    • Pivot tables can help identify trends and patterns in data.

    • They can also be used to create charts and graphs for visual representation of data.

    Add your answer

    Q14. Reverse a linked list.

    Ans.

    Reverse a linked list.

    • Create a new empty linked list

    • Traverse the original linked list and insert each node at the beginning of the new list

    • Return the new list

    Add your answer

    Q15. Explain diamond problem

    Ans.

    Diamond problem occurs in multiple inheritance when a class inherits from two classes that have a common ancestor.

    • Diamond problem is a common issue in programming languages that support multiple inheritance.

    • It occurs when a class inherits from two classes that have a common ancestor.

    • This leads to ambiguity in the inheritance hierarchy, causing conflicts in method resolution.

    • Languages like C++ resolve this by using virtual inheritance to ensure only one instance of the common ...read more

    Add your answer

    Q16. Explain Sum if

    Ans.

    Sumif is a function in Excel that adds up values based on a given condition.

    • Sumif is used to add up values in a range that meet a certain criteria.

    • The function takes three arguments: range, criteria, and sum_range.

    • The range is the set of cells to evaluate, criteria is the condition to be met, and sum_range is the cells to sum.

    • For example, =SUMIF(A1:A10,">5",B1:B10) will add up all values in B1:B10 where the corresponding cell in A1:A10 is greater than 5.

    Add your answer

    Q17. Explain Count if

    Ans.

    Count if is a function used to count the number of cells in a range that meet a certain criteria.

    • The function takes two arguments: the range of cells to count and the criteria to use for counting.

    • The criteria can be a number, text, or logical expression.

    • For example, =COUNTIF(A1:A10,">5") will count the number of cells in the range A1:A10 that are greater than 5.

    • The function can also be used with wildcard characters, such as =COUNTIF(A1:A10,"*apple*") to count cells that conta...read more

    Add your answer

    Q18. Explain v-loock up

    Ans.

    VLOOKUP is a function in Excel that allows you to search and retrieve data from a table based on a specific criteria.

    • VLOOKUP stands for Vertical Lookup

    • It is used to search for a specific value in a table and return a corresponding value from a different column in the same row

    • It requires four arguments: lookup value, table array, column index number, and range lookup (optional)

    • It is commonly used in financial analysis and data management

    • Example: VLOOKUP(123, A2:B10, 2, FALSE) ...read more

    Add your answer

    Q19. Explain Oops concept

    Ans.

    Oops concept stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • Oops concept focuses on creating objects that contain data in the form of fields and code in the form of procedures.

    • It allows for the creation of modular programs and reusable code.

    • Key principles of Oops include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation refers to the bundling of data with the methods that operate on that data within a...read more

    Add your answer
    Contribute & help others!
    Write a review
    Share interview
    Contribute salary
    Add office photos

    Interview Process at Teleport Commerce In

    based on 8 interviews in the last 1 year
    Interview experience
    3.9
    Good
    View more
    Interview Tips & Stories
    Ace your next interview with expert advice and inspiring stories

    Top Analyst Interview Questions from Similar Companies

    3.6
     • 79 Interview Questions
    3.7
     • 46 Interview Questions
    3.5
     • 26 Interview Questions
    3.9
     • 15 Interview Questions
    3.8
     • 11 Interview Questions
    View all
    Share an Interview
    Stay ahead in your career. Get AmbitionBox app
    qr-code
    Helping over 1 Crore job seekers every month in choosing their right fit company
    70 Lakh+

    Reviews

    5 Lakh+

    Interviews

    4 Crore+

    Salaries

    1 Cr+

    Users/Month

    Contribute to help millions
    Get AmbitionBox app

    Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

    Follow us
    • Youtube
    • Instagram
    • LinkedIn
    • Facebook
    • Twitter