Upload Button Icon Add office photos

Talentica Software

Compare button icon Compare button icon Compare

Filter interviews by

Talentica Software Associate Data Engineer Interview Questions and Answers

Updated 15 Jul 2021

Talentica Software Associate Data Engineer Interview Experiences

1 interview found

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

5 Questions

  • Q1. Program to find the second-highest number in a List, without sorting.
  • Ans. 

    Program to find the second-highest number in a List, without sorting.

    • Iterate through the list and keep track of the highest and second-highest numbers.

    • Compare each number with the highest and second-highest numbers and update accordingly.

    • Return the second-highest number.

  • Answered by AI
  • Q2. Program to reverse a linked list
  • Q3. Describe CAP Theorem
  • Ans. 

    CAP theorem states that a distributed system cannot guarantee consistency, availability, and partition tolerance at the same time.

    • Consistency: all nodes see the same data at the same time

    • Availability: every request receives a response, without guarantee that it contains the most recent version of the information

    • Partition tolerance: system continues to function even when network partitions occur

    • Examples: Cassandra prior...

  • Answered by AI
  • Q4. Basics of Spark
  • Q5. What is a Binary Search Tree? How does it work?
  • Ans. 

    A Binary Search Tree is a data structure where each node has at most two children and the left child is smaller than the parent while the right child is greater.

    • Nodes are arranged in a hierarchical order.

    • Searching, insertion, and deletion can be done in O(log n) time complexity.

    • In-order traversal of a BST gives the nodes in sorted order.

    • Example: 5 is the root node, 3 is its left child, and 7 is its right child. 2 is th...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on the fundamentals. Revise topics like sorting, arrays, stacks, queues, and trees.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Talentica Software?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Referral and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Coding Test 

If you are a fresher , then this is for you else almost no coding test for experienced candidates.

Round 2 - One-on-one 

(1 Question)

  • Q1. Javascript basics, Angular react general questions depends upon profile.
Round 3 - Behavioral 

(1 Question)

  • Q1. They asked general questions related to some hectic situation faced in previous company / project..

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm . Clear your basics . That's it.

Associate Data Engineer Interview Questions Asked at Other Companies

asked in Cognizant
Q1. In DataStage, how would you remove the header and trailer from a ... read more
asked in Cognizant
Q2. How do you delete duplicate rows in SQL?
asked in Capgemini
Q3. How would you recommend a customer migrate to the cloud?
asked in Cognizant
Q4. How do you find a process ID in Linux?
asked in Cognizant
Q5. How would you read data from a .log file and extract specific col ... read more
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. 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 - Technical 

(2 Questions)

  • Q1. Testing process and java code
  • Q2. Python machine learning questions
Round 3 - Coding Test 

Java and python test was there

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips to freshers prepare for interview machine learning

I applied via Referral and was interviewed before Aug 2021. 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 - Aptitude Test 

General topics like mathe, English, social etc

Interview Preparation Tips

Topics to prepare for IT By Design Software Engineer interview:
  • Python
  • general
Interview preparation tips for other job seekers - It is best choice to our life . If I can join in this company. I can learn more things by gaining work experience.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Coding Test 

2 medium hard level questions. We just have to code and explain it. Platform doesn't have compilers.

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

I appeared for an interview before Jul 2024, where I was asked the following questions.

  • Q1. What are BASE properties
  • Ans. 

    BASE properties describe a model for distributed systems emphasizing availability and partition tolerance over strict consistency.

    • B - Basically Available: Systems guarantee availability, meaning they respond to requests even if some nodes are down.

    • A - Soft state: The state of the system may change over time, even without new input, due to eventual consistency.

    • E - Eventually consistent: The system will become consistent...

  • Answered by AI
  • Q2. Explain the workflow of a Transaction in DBMS
  • Ans. 

    A transaction in DBMS is a sequence of operations performed as a single logical unit of work, ensuring data integrity.

    • 1. Transaction Initiation: A transaction begins with a request to perform a database operation, like inserting a record.

    • 2. Execution: The DBMS executes the operations defined in the transaction, such as INSERT, UPDATE, or DELETE.

    • 3. Logging: Changes are logged in a transaction log to ensure recovery in c...

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

(3 Questions)

  • Q1. Given an array Reverse array
  • Q2. Giaven a string Reverse string
  • Q3. Given array find sum of all elements

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Oct 2023.

Round 1 - Coding Test 

Good Knowledge of DSA is required

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

Round 1 - Aptitude Test 

Questions based or percentage, profit loss, ratio

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about stacks
  • Ans. 

    Stacks are a data structure that follows the Last In First Out (LIFO) principle.

    • Elements are added and removed from the top of the stack

    • Common operations include push (add element) and pop (remove element)

    • Stacks can be implemented using arrays or linked lists

    • Examples of stack usage include function call stack and undo/redo functionality in text editors

  • Answered by AI
  • Q2. To find middle number in the linked list
Round 3 - HR 

(2 Questions)

  • Q1. Introduction , hobbies, goals
  • Q2. Strength, weakness, short term and long term goals

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at data structures and oops concepts

Skills evaluated in this interview

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

I appeared for an interview before Jan 2024.

Round 1 - Aptitude Test 

Logical reasoning questions (1-1.5 hours)

Round 2 - Coding Test 

DSA Questions(2 hours)

Round 3 - HR 

(2 Questions)

  • Q1. How soon I can start?
  • Q2. I am flexible with work timings?

Talentica Software Interview FAQs

What are the top questions asked in Talentica Software Associate Data Engineer interview?

Some of the top questions asked at the Talentica Software Associate Data Engineer interview -

  1. Program to find the second-highest number in a List, without sorti...read more
  2. What is a Binary Search Tree? How does it wo...read more
  3. Program to reverse a linked l...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.5
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 38 Interviews
View all
Software Engineer
216 salaries
unlock blur

₹11.6 L/yr - ₹20 L/yr

Senior Software Engineer
130 salaries
unlock blur

₹16 L/yr - ₹26.2 L/yr

QA Engineer
60 salaries
unlock blur

₹5.9 L/yr - ₹11.5 L/yr

Software Developer
55 salaries
unlock blur

₹10.6 L/yr - ₹17.5 L/yr

Softwaretest Engineer
42 salaries
unlock blur

₹3.4 L/yr - ₹5.4 L/yr

Explore more salaries
Compare Talentica Software with

Saama Technologies

3.7
Compare

JoulestoWatts Business Solutions

3.1
Compare

DISYS

3.1
Compare

Indus Valley Partners

3.1
Compare
write
Share an Interview