Upload Button Icon Add office photos

Talentica Software

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Talentica Software Test Engineer Interview Questions and Answers

Updated 29 Feb 2024

Talentica Software Test Engineer Interview Experiences

2 interviews found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Difference between Get and post methods
  • Ans. 

    GET method is used to request data from a specified resource, while POST method is used to submit data to a specified resource.

    • GET requests data from a specified resource, while POST submits data to a specified resource

    • GET requests are cached, can be bookmarked, and remain in the browser history, while POST requests are not cached and do not remain in the browser history

    • GET requests have length restrictions, while POST...

  • Answered by AI
  • Q2. Guess the important test scenarios , given scenarios
  • Q3. Feature definition and step definition
  • Q4. Explicit wait and Implicit wait
  • Q5. Different response codes in API
  • Ans. 

    Response codes in API indicate the status of a request

    • Response codes are standardized codes sent by a server in response to a client's request

    • Common response codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error)

    • Each response code has a specific meaning and helps in troubleshooting API requests

  • Answered by AI

Skills evaluated in this interview

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Feb 2021

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

Interview Questionnaire 

1 Question

  • Q1. Testing and API questions

Test Engineer Interview Questions Asked at Other Companies

asked in Infosys
Q1. 1. What is the frame work u have worked and explain the framework ... read more
asked in Info Edge
Q2. Consecutive Characters Problem Statement Given a matrix of lowerc ... read more
asked in GlobalStep
Q3. What are the problems we faced in the old generation video game c ... read more
Q4. what is a type of testing? What are the principles?
asked in Info Edge
Q5. Remove Duplicates Problem Statement You are given an array of int ... read more

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Oct 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Data Types, Loops, Conditional Statements and simple pseudo codes in C
  • Q2. SQL Joins and Sub Queries
  • Q3. Final Year Project

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview was a technical one. It lasted for about 20 minutes. Majorly the interview was on C and SQL concepts. They checked communication and clarity of thought during the same.

I applied via Campus Placement and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Basic logical program

Round 2 - HR 

(1 Question)

  • Q1. Tell me something about yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a good knowledge of programming in c

I applied via Company Website and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What is constructor ?
  • Ans. 

    Constructor is a special method that is called when an object is created.

    • Constructors have the same name as the class they belong to.

    • They are used to initialize the object's state.

    • They can take parameters to set initial values.

    • If a class does not have a constructor, a default one is provided.

    • Example: public class Person { public Person(String name) { this.name = name; } }

  • Answered by AI
  • Q2. Operator Overloading
  • Q3. Triggers in SQL
  • Ans. 

    Triggers are special stored procedures that are automatically executed in response to certain events or actions in SQL.

    • Triggers can be used to enforce business rules and data integrity.

    • They can be used to audit changes to data.

    • Triggers can be used to replicate data to other tables or databases.

    • They can be used to send notifications or alerts based on certain conditions.

    • Examples of events that can trigger a trigger incl

  • Answered by AI
  • Q4. Sort without inbuilt function
  • Ans. 

    Sorting an array of strings without using inbuilt function.

    • Implement bubble sort algorithm

    • Compare adjacent elements and swap if necessary

    • Repeat until no more swaps are needed

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Not Co-ordinating interview,

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude, logical , reasoning, verbal

Round 2 - Technical 

(1 Question)

  • Q1. Dbms, Linked list , array, situation based

Interview Preparation Tips

Topics to prepare for LTIMindtree Software Engineer interview:
  • DBMS
  • Java
Interview preparation tips for other job seekers - Be confident while speaking.
Prepare DS, DBMS and OOPs concepts.

I applied via Company Website and was interviewed before Jan 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, Basic program logics etc, li'l bit from core subjects and projects.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong in Oops concepts and logic building for basic programms

Interview Questionnaire 

5 Questions

  • Q1. Core Java questions related to multithreading, exception handling, collections.
  • Q2. Also, selenium related question like types of locators. And some basic question.
  • Q3. What is QTP, difference between findelememt() and findelements().
  • Ans. 

    QTP is a test automation tool. findelement() is used to find a single element, findelements() is used to find multiple elements.

    • QTP is short for QuickTest Professional, a test automation tool used for functional and regression testing.

    • findelement() is a method in QTP used to find a single element on a web page based on the specified locator.

    • findelements() is a method in QTP used to find multiple elements on a web page ...

  • Answered by AI
  • Q4. Use of GitHub, hashmap working.
  • Ans. 

    GitHub is a version control system used for collaborative software development. Hashmap is a data structure that stores key-value pairs.

    • GitHub is used for version control, allowing multiple developers to work on a project simultaneously.

    • Hashmap is a data structure that provides fast access to values based on their keys.

    • GitHub can be used to store and manage code repositories, track changes, and collaborate with other d...

  • Answered by AI
  • Q5. Personal discussion, related to joining date, and salary expectation.

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. Core java, Design patterns, SOLID principle, Spring framework related....
  • Q2. Salary discussion only.

Interview Preparation Tips

Round: Managerial round
Experience: Asked about the current project on I am working on. What do you like during work ? etc...

I applied via Company Website and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. To write a code using traditional JavaScript methods
  • Ans. 

    Code using traditional JavaScript methods

    • Use document.getElementById() to access HTML elements

    • Use loops like for() and while() for iteration

    • Use if() and switch() for conditional statements

    • Use functions to encapsulate code and improve reusability

  • Answered by AI
  • Q2. Also about complete react concepts of advanced version

Interview Preparation Tips

Interview preparation tips for other job seekers - Have practical knowledge on your domain
Contribute & help others!
anonymous
You can choose to be anonymous

Talentica Software Interview FAQs

How many rounds are there in Talentica Software Test Engineer interview?
Talentica Software interview process usually has 1 rounds. The most common rounds in the Talentica Software interview process are Technical.
What are the top questions asked in Talentica Software Test Engineer interview?

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

  1. Difference between Get and post meth...read more
  2. Different response codes in ...read more
  3. Guess the important test scenarios , given scenar...read more

Recently Viewed

INTERVIEWS

Talentica Software

40 top interview questions

LIST OF COMPANIES

Hyland Software Solutions India LLP

Locations

SALARIES

PolicyBazaar

JOBS

Installco Wify Technology

No Jobs

INTERVIEWS

Talentica Software

No Interviews

COMPANY BENEFITS

Hyland Software Solutions India LLP

No Benefits

INTERVIEWS

HTC Global Services

No Interviews

JOBS

Colliers India

No Jobs

REVIEWS

Hyland Software Solutions India LLP

No Reviews

SALARIES

Talentica Software

Tell us how to improve this page.

Talentica Software Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Talentica Software Test Engineer Salary
based on 5 salaries
₹5 L/yr - ₹6.5 L/yr
9% more than the average Test Engineer Salary in India
View more details

Talentica Software Test Engineer Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

3.0

Skill development

5.0

Work-life balance

5.0

Salary

1.0

Job security

5.0

Company culture

5.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Software Engineer
212 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
124 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
71 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
67 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Talentica Software with

Persistent Systems

3.5
Compare

ThoughtWorks

3.9
Compare

LTIMindtree

3.8
Compare

Mphasis

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