Upload Button Icon Add office photos

Filter interviews by

TalentXpert Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. Tell me about yourself, and project architecture. What are your day-to-day responsibilities?
  • Ans. 

    I am a Data Engineer with experience in designing and implementing project architectures. My day-to-day responsibilities include data processing, ETL tasks, and ensuring data quality.

    • Designing and implementing project architectures for data processing

    • Performing ETL tasks to extract, transform, and load data into the system

    • Ensuring data quality and integrity through data validation and cleansing

    • Collaborating with cross-...

  • Answered by AI
  • Q2. SQL: To calculate the difference in marks for each student ID and marks across different years?
  • Ans. 

    Use SQL to calculate the difference in marks for each student ID across different years.

    • Use a self join on the table to compare marks for the same student ID across different years.

    • Calculate the difference in marks by subtracting the marks from different years.

    • Group the results by student ID to get the difference in marks for each student.

  • Answered by AI
  • Q3. SQL: Statewise which gender purchase is the most?
  • Ans. 

    The answer to the question is that in which state which gender makes the most purchases.

    • Aggregate the data by state and gender to calculate the total purchases made by each gender in each state.

    • Identify the gender with the highest total purchases in each state.

    • Present the results in a table or chart for easy visualization.

  • Answered by AI
  • Q4. What is ADF ??
  • Ans. 

    ADF stands for Azure Data Factory, a cloud-based data integration service that allows you to create, schedule, and manage data pipelines.

    • ADF is used for building, scheduling, and monitoring data pipelines to move and transform data from various sources to destinations.

    • It supports data integration between various data stores such as Azure SQL Database, Azure Blob Storage, and on-premises data sources.

    • ADF provides a visu...

  • Answered by AI
  • Q5. Pysaprk Coding Question?
  • Q6. What is DAG ??
  • Ans. 

    DAG stands for Directed Acyclic Graph, a data structure used to represent dependencies between tasks in a workflow.

    • DAG is a collection of nodes connected by edges, where each edge has a direction and there are no cycles.

    • It is commonly used in data engineering for representing data pipelines and workflows.

    • DAGs help in visualizing and optimizing the order of tasks to be executed in a workflow.

    • Popular tools like Apache Ai...

  • Answered by AI
  • Q7. What is Lineage ??
  • Ans. 

    Lineage refers to the history and origin of data, including its source, transformations, and dependencies.

    • Lineage helps in understanding how data is generated, processed, and transformed throughout its lifecycle.

    • It tracks the flow of data from its source to its destination, including any intermediate steps or transformations.

    • Lineage is important for data governance, data quality, and troubleshooting data issues.

    • Example...

  • Answered by AI
  • Q8. How does Spark handle fault tolerance?
  • Ans. 

    Spark handles fault tolerance through resilient distributed datasets (RDDs) and lineage tracking.

    • Spark achieves fault tolerance through RDDs, which are immutable distributed collections of objects that can be rebuilt if a partition is lost.

    • RDDs track the lineage of transformations applied to the data, allowing lost partitions to be recomputed based on the original data and transformations.

    • Spark also replicates data par...

  • Answered by AI
  • Q9. There are four cores and four worker nodes in Spark. How many jobs will run in parallel?
  • Ans. 

    Only one job will run in parallel in Spark with four cores and four worker nodes.

    • In Spark, each core can only run one task at a time, so with four cores, only four tasks can run concurrently.

    • Since there are four worker nodes, each with four cores, a total of four tasks can run in parallel.

    • Therefore, only one job will run in parallel in this scenario.

  • Answered by AI
  • Q10. What are the optimisation techniques you have used in your project ?
  • Ans. 

    I have used techniques like indexing, query optimization, and parallel processing in my projects.

    • Indexing: Used to improve the speed of data retrieval by creating indexes on columns frequently used in queries.

    • Query optimization: Rewriting queries to improve efficiency and reduce execution time.

    • Parallel processing: Distributing tasks across multiple processors to speed up data processing.

    • Caching: Storing frequently acce...

  • Answered by AI

Skills evaluated in this interview

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 4 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. JavaScript concepts
  • Q2. JavaScript coding
  • Q3. Angular questions
Round 2 - Technical 

(2 Questions)

  • Q1. Angular questions
  • Q2. Angular implementation explanation
  • Ans. 

    Angular implementation explanation

    • Angular is a popular front-end framework for building web applications

    • Uses TypeScript for development

    • Components, services, modules, and directives are key concepts in Angular

    • Data binding, dependency injection, and routing are important features

    • Example: Creating a new component in Angular - ng generate component my-component

  • Answered by AI
Round 3 - Behavioral 

(1 Question)

  • Q1. Casual questions and discussion
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and casual discussion

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Asked Scenario based question
  • Q2. Scenario based question asked
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Ecommerce
  • Ans. 

    Ecommerce is the buying and selling of goods and services over the internet.

    • Ecommerce involves online transactions between businesses and consumers

    • It includes online retail stores like Amazon and eBay

    • Ecommerce platforms facilitate the buying and selling process

    • Payment gateways ensure secure transactions

  • Answered by AI
  • Q2. Give advantage and disadvantage of E-commerce
  • Ans. 

    Advantages and disadvantages of E-commerce

    • Advantage: Increased reach and accessibility to a global market

    • Advantage: Lower overhead costs compared to traditional brick-and-mortar stores

    • Advantage: Ability to personalize marketing and target specific customer segments

    • Disadvantage: Security concerns related to online transactions and data breaches

    • Disadvantage: Lack of physical interaction with products before purchase

    • Disad...

  • Answered by AI
  • Q3. What is H lookup and V lookup
  • Ans. 

    H lookup and V lookup are functions in Excel used to search for a value in a table and return a corresponding value.

    • H lookup stands for horizontal lookup and searches for a value in the first row of a table and returns a value in the same column.

    • V lookup stands for vertical lookup and searches for a value in the first column of a table and returns a value in the same row.

    • Both functions are commonly used in Excel for da...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study Excel and basics of E-commerce
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Basic aptitude test.

Round 2 - Assignment 

They’ll give you some situations related to sales and up selling and will ask you to make a videos on that scenario to check your selling skills.

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round with their senior manager.

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is good. Earning opportunities are very high here but there is no job security and it follows a culture of hiring and firing. You may ask to leave the company on any day if you donot achieve the given target.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Indeed and was interviewed in Aug 2023. There were 4 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 - One-on-one 

(4 Questions)

  • Q1. Questions on basic PixiJs stuff and stuff about OOP.
  • Q2. What is the use of Loader?
  • Ans. 

    Loader is used to load external assets such as images, sounds, and data into a game or application.

    • Load images, sounds, and data from external sources into the game or application

    • Improve loading times by preloading assets before they are needed

    • Handle loading errors and provide feedback to the user

    • Examples: loading character sprites, background music, level data

  • Answered by AI
  • Q3. What is the use of Interface in TypeScript?
  • Ans. 

    Interfaces in TypeScript are used to define the structure of objects. They provide a way to enforce a certain shape on objects.

    • Interfaces allow us to define the structure of an object by specifying the properties and their types.

    • Interfaces can be used to enforce a certain shape on objects, ensuring that they have the required properties.

    • Interfaces can also be used for type checking and to provide better documentation f...

  • Answered by AI
  • Q4. What is object pooling?
  • Ans. 

    Object pooling is a design pattern where a set of objects are created and reused instead of creating new instances.

    • Improves performance by reducing memory allocation and deallocation overhead

    • Objects are kept in a pool and reused when needed

    • Commonly used in game development for frequently created and destroyed objects

  • Answered by AI
Round 3 - Coding Test 

Asked about previous projects and given a task to make a simple circle and change its color to a random color on click using pixiJS .

Round 4 - HR 

(1 Question)

  • Q1. HR round was basic discussion on my prvs work and what I know about gammastack and stuff.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

Setup a cluster and find the bottleneck of performance.

Round 2 - Technical 

(1 Question)

  • Q1. Ways to deal with latency in Cassandra
  • Ans. 

    Ways to optimize latency in Cassandra

    • Use appropriate data modeling to reduce the number of queries needed

    • Optimize queries by using appropriate indexes and clustering keys

    • Tune the Cassandra configuration settings for better performance

    • Use caching mechanisms like Memcached or Redis to reduce latency

    • Consider using partitioning strategies to distribute data evenly across nodes

  • Answered by AI
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptituide consists of 20 simple questions

Round 2 - Group Discussion 

GD round was done among 10 people in each grouup in any 1 topic of our choice

Round 3 - HR 

(2 Questions)

  • Q1. Asked about my strengths and weakness, ability to relocate, anf some direct scenarios
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well, questions are unexpected to be repated
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Describe oops concept.
  • Ans. 

    OOPs concept stands for Object-Oriented Programming, which is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and methods to manipulate that data.

    • It emphasizes concepts like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain comp...

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

I applied via Referral

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 - One-on-one 

(1 Question)

  • Q1. Just your roles and responsibilities in your previous organisation and the reason for your job change. They will check your communication and reliability
Round 3 - Technical 

(2 Questions)

  • Q1. How will your schedule for day to day tasks
  • Q2. Project management key skills and areas of time management ob day to day tasks

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared with the project management tasks and multitasking areas

TalentXpert Interview FAQs

How to prepare for TalentXpert 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 TalentXpert . The most common topics and skills that interviewers at TalentXpert expect are AWS, Application Testing, CI CD Pipeline, Cloud Computing and Cloud Support.

Tell us how to improve this page.

Interview Questions from Similar Companies

Luxoft Interview Questions
3.7
 • 121 Interviews
Thryve Digital Interview Questions
3.9
 • 66 Interviews
Iksula Interview Questions
3.5
 • 27 Interviews
Gammastack Interview Questions
3.7
 • 23 Interviews
Dyninno India Interview Questions
4.0
 • 23 Interviews
Apptio Interview Questions
3.9
 • 18 Interviews
View all

TalentXpert Reviews and Ratings

based on 18 reviews

4.4/5

Rating in categories

4.1

Skill development

4.5

Work-life balance

3.9

Salary

4.2

Job security

4.6

Company culture

3.8

Promotions

4.3

Work satisfaction

Explore 18 Reviews and Ratings
Software Developer
18 salaries
unlock blur

₹1.2 L/yr - ₹8.2 L/yr

Softwaretest Engineer
16 salaries
unlock blur

₹1.8 L/yr - ₹5.1 L/yr

Software Engineer
7 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

HR Recruiter
6 salaries
unlock blur

₹1.2 L/yr - ₹4.8 L/yr

Information Technology Recruiter
6 salaries
unlock blur

₹1.1 L/yr - ₹2.4 L/yr

Explore more salaries
Compare TalentXpert with

Luxoft

3.7
Compare

Thryve Digital

3.9
Compare

Iksula

3.5
Compare

Mantra Technologies

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