Upload Button Icon Add office photos
Engaged Employer

i

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

Tanla Platforms Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Tanla Platforms Softwaretest Engineer Interview Questions and Answers

Updated 6 Oct 2024

Tanla Platforms Softwaretest Engineer 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 in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Covers all Topics related to verbal, aptitude everything

Round 2 - Coding Test 

Covers various concepts of dsa

Interview Preparation Tips

Interview preparation tips for other job seekers - Be well with your dsa

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at PSG College of Arts & Science, Coimbatore and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude round was full of core related mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. Sql based questions
  • Q2. Project related questions

Interview Preparation Tips

Topics to prepare for Ramco Systems Softwaretest Engineer interview:
  • SQL
  • Artificial Intelligence
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Aptitude Test 

Logical questions and manual scenarios and questions on manual testing

Round 2 - Technical 

(1 Question)

  • Q1. They just focused on communication skills from start to end Interviewer asked me logical questions.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic OOP questions for python programming language

Round 2 - HR 

(2 Questions)

  • Q1. What's abstraction
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary information to the user.

    • Abstraction allows users to focus on what an object does instead of how it does it

    • It helps in reducing complexity and improving efficiency in software development

    • Example: In object-oriented programming, abstract classes and interfaces are used to achieve abstraction

  • Answered by AI
  • Q2. What's the difference between SQL and NoSQL database
  • Ans. 

    SQL databases are relational databases with structured data, while NoSQL databases are non-relational databases with flexible, unstructured data.

    • SQL databases use structured query language for defining and manipulating data, while NoSQL databases use different query languages or APIs.

    • SQL databases are table-based, with a predefined schema, while NoSQL databases are document, key-value, wide-column, or graph-based.

    • SQL d...

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Reverse a linked list
  • Ans. 

    Reverse a linked list by changing the direction of pointers

    • Start with three pointers: current, prev, and next

    • Iterate through the linked list, updating pointers to reverse the direction

    • Update the head of the linked list to the last node after reversing

  • Answered by AI
  • Q2. Implement binary search algorithm
  • Ans. 

    Binary search algorithm efficiently finds the target value in a sorted array.

    • Start by defining the low and high indices of the array.

    • Calculate the mid index and compare the target value with the value at mid.

    • If target is less than mid value, update high to mid-1; if greater, update low to mid+1.

    • Repeat until target is found or low is greater than high.

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. Brief Introduction and basic questions
  • Q2. Future plans and how am i going to achieve them

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions were industry standard

Round 2 - Coding Test 

No actual codes were given
We just had to find the outcomes to the codes we had to answer.

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concept in python.
  • Ans. 

    Oops concept in Python refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Python supports object-oriented programming (OOP) concepts like classes, objects, inheritance, encapsulation, and polymorphism.

    • Inheritance allows a class to inherit attributes and methods from another class.

    • Encapsulation restricts access to certain components of an object, preventing di...

  • Answered by AI
  • Q2. C project on bank management system details
Round 4 - HR 

(2 Questions)

  • Q1. Family background
  • Q2. Biggest regret in college l8fe

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at your domain and knowledge everything on your cv.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. About yourself, selenium waits, failures u faced,
  • Q2. == and. equals() difference
  • Ans. 

    The difference between == and .equals() in Java

    • The == operator checks if two objects reference the same memory location

    • The .equals() method checks if two objects have the same content

    • For primitive data types, == compares values while .equals() is not applicable

    • For objects, == compares memory addresses while .equals() compares content

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Reasoning Questions were given to do.

Round 2 - Technical 

(4 Questions)

  • Q1. What is Lending?
  • Ans. 

    Lending is the act of giving money to someone with the expectation of being paid back with interest.

    • Lending involves providing financial assistance to individuals or businesses in need of funds.

    • The lender typically charges interest on the loan amount, which is the cost of borrowing the money.

    • Common examples of lending include personal loans, mortgages, and business loans.

    • Lending can be done by banks, credit unions, or ...

  • Answered by AI
  • Q2. What is Lending Cycle?
  • Ans. 

    Lending cycle refers to the process of borrowing money, using it, and then repaying it over a specified period of time.

    • Lending cycle starts with a borrower applying for a loan from a lender.

    • Once approved, the borrower receives the funds and uses them for a specific purpose.

    • The borrower then makes regular payments to the lender, including interest, until the loan is fully repaid.

    • Examples: Mortgage loans, car loans, pers

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

    LOS stands for Line of Sight, which refers to the unobstructed path between two points.

    • LOS is important in wireless communication to ensure a clear signal between devices.

    • LOS is also crucial in video games for determining visibility and targeting.

    • LOS can be affected by obstacles such as buildings, trees, or terrain.

  • Answered by AI
  • Q4. What if LMS ?
  • Ans. 

    LMS stands for Learning Management System, a software application for the administration, documentation, tracking, reporting, and delivery of educational courses or training programs.

    • LMS is used by educational institutions, corporations, and government agencies to deliver online learning and training programs.

    • It allows for the creation and management of courses, assessments, and user profiles.

    • LMS typically includes fea...

  • Answered by AI
Round 3 - One-on-one 

(3 Questions)

  • Q1. How do you rate yourself in LOS ?
  • Ans. 

    I rate myself highly in LOS as I have extensive experience in testing software applications and ensuring their quality.

    • I have a strong understanding of the software development life cycle (SDLC) and how testing fits into each phase

    • I am proficient in creating test plans, test cases, and executing tests to identify and report bugs

    • I have experience with various testing tools and techniques such as manual testing, automati...

  • Answered by AI
  • Q2. How do your rate yourself in LMS ?
  • Ans. 

    I rate myself highly in LMS as I have extensive experience and expertise in using various Learning Management Systems.

    • I have successfully implemented and managed LMS platforms such as Moodle, Blackboard, and Canvas.

    • I have customized LMS to meet specific organizational needs and integrated them with other systems.

    • I have trained users on how to effectively utilize LMS features and functionalities.

    • I have troubleshooted an...

  • Answered by AI
  • Q3. Why should I hire you if I have good developer ?
  • Ans. 

    I bring a unique skill set focused on testing and quality assurance that complements the developer's strengths.

    • I specialize in identifying and fixing bugs before they reach production, saving time and resources.

    • I have experience in creating comprehensive test plans and executing test cases to ensure software reliability.

    • I can collaborate effectively with developers to improve code quality and prevent future issues.

    • My a...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a complete knowledge of Lending domain apart from your tech stack.
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jan 2023. 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 - One-on-one 

(1 Question)

  • Q1. Testing and SQL related questions
Round 3 - HR 

(1 Question)

  • Q1. Testing questions, salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good for freshers not for experienced. Managers are dominating.
Infrastructure is not good.
Not good for long stay.
Project is good.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed before May 2022. There were 2 interview rounds.

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 - Technical 

(2 Questions)

  • Q1. Implement a function that gets and integer and return true if it's a polyndrome
  • Ans. 

    Implement a function to check if an integer is a palindrome.

    • Convert integer to string and check if it's equal to its reverse

    • Use modulo operator to extract digits from the integer and compare them

    • Handle negative integers by returning false

    • Handle single digit integers by returning true

  • Answered by AI
  • Q2. Reverse a string
  • Ans. 

    To reverse a string, iterate through the string and swap the characters from both ends until the middle is reached.

    • Iterate through the string using a loop

    • Swap the characters from both ends using a temporary variable

    • Continue swapping until the middle of the string is reached

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - solve some leetcode questions

Skills evaluated in this interview

I applied via Approached by Company and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. It was one to one VP round
  • Q2. Mostly client handling and issue handling related question Like how you will deal with this problem Or that problem
  • Q3. Question related to testing
  • Q4. Current roles and responsibility
  • Ans. 

    I am currently working as a Software Test Engineer.

    • Designing and executing test cases to ensure software quality

    • Identifying and reporting software defects

    • Collaborating with developers and stakeholders to resolve issues

    • Creating and maintaining test documentation

    • Participating in test planning and strategy discussions

  • Answered by AI
  • Q5. Fundamentals of testing
  • Ans. 

    Fundamentals of testing involve understanding the purpose, techniques, and principles of software testing.

    • Testing is done to identify defects and ensure quality

    • Techniques include black box, white box, and grey box testing

    • Principles include exhaustive testing is impossible, early testing, and defect clustering

    • Testing should be planned, designed, executed, and evaluated

  • Answered by AI
  • Q6. Some question related to performance testing
  • Q7. Few question related to automation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, be yourself, always mentioned
What you know and what do have done in resume dont try to fake like
Like
Mujhe java aata , mujhe python bhi aata
Aise mat dalo CV mae

Skills evaluated in this interview

Tanla Platforms Interview FAQs

How many rounds are there in Tanla Platforms Softwaretest Engineer interview?
Tanla Platforms interview process usually has 2 rounds. The most common rounds in the Tanla Platforms interview process are Aptitude Test and Coding Test.

Tell us how to improve this page.

Tanla Platforms Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Tanla Platforms Softwaretest Engineer Salary
based on 6 salaries
₹4.9 L/yr - ₹8 L/yr
6% less than the average Softwaretest Engineer Salary in India
View more details
Software Development Engineer
31 salaries
unlock blur

₹13.4 L/yr - ₹18 L/yr

Software Development Engineer II
29 salaries
unlock blur

₹9 L/yr - ₹19 L/yr

Software Development Engineer 1
26 salaries
unlock blur

₹13.4 L/yr - ₹18.2 L/yr

Software Developer
25 salaries
unlock blur

₹9.7 L/yr - ₹16 L/yr

Software Engineer
23 salaries
unlock blur

₹10.2 L/yr - ₹18 L/yr

Explore more salaries
Compare Tanla Platforms with

RouteMobile

3.8
Compare

Kaleyra

4.2
Compare

mGage

3.9
Compare

Vodafone Idea

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