Upload Button Icon Add office photos

Filter interviews by

VTS Group Softwaretest Engineer Interview Questions and Answers

Updated 2 Nov 2024

VTS Group Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Good critical thinking

Round 2 - Group Discussion 

Saying valid points and communicate well

Round 3 - HR 

(2 Questions)

  • Q1. What is block chain
  • Ans. 

    Blockchain is a decentralized, distributed ledger technology that securely records transactions across multiple computers.

    • Decentralized ledger technology

    • Securely records transactions

    • Distributed across multiple computers

    • Uses cryptographic principles for security

    • Examples: Bitcoin, Ethereum

  • Answered by AI
  • Q2. What is tables in html
  • Ans. 

    Tables in HTML are used to display data in rows and columns.

    • Tables are created using the

      tag.

    • Rows are defined using the

    • tag.

    • Columns are defined using the

    • tag.

    • Headers are defined using the

    • tag.

    • Tables can also have captions using the

    • tag.

      Answered by AI

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Learn the subject and be confident

      Skills evaluated in this interview

      Interview questions from similar companies

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

      I applied via Approached by Company and was interviewed in Oct 2024. There was 1 interview round.

      Round 1 - Technical 

      (2 Questions)

      • Q1. Doublylinked list and hashmap
      • Q2. Oops fundamentals
      Interview experience
      4
      Good
      Difficulty level
      Moderate
      Process Duration
      Less than 2 weeks
      Result
      Not Selected

      I applied via Referral and was interviewed in Oct 2023. There were 2 interview rounds.

      Round 1 - Coding Test 

      Asked me DSA Question of a graph.Island Count

      Round 2 - Technical 

      (1 Question)

      • Q1. IS GRQPH BIPARIT
      • Ans. 

        The question is not clear and seems to be a typo. It may be asking about a graph being bipartite.

        • Ask for clarification on the question

        • Explain what a bipartite graph is

        • Provide examples of bipartite and non-bipartite graphs

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

      I applied via Recruitment Consulltant and was interviewed in Feb 2023. There were 5 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 

      Basic testing mcq questions

      Round 3 - Technical 

      (2 Questions)

      • Q1. First round of interview technical interview
      • Q2. Api, sql, debugging
      Round 4 - Technical 

      (1 Question)

      • Q1. Second round is also technical
      Round 5 - HR 

      (1 Question)

      • Q1. About company and salary discussions

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Prepare for manual testing concept very clearly
      Interview experience
      4
      Good
      Difficulty level
      -
      Process Duration
      -
      Result
      -
      Round 1 - Aptitude Test 

      The exam duration is one and a half hours.

      Round 2 - Coding Test 

      The total exam time is one and a half hours.

      Round 3 - Group Discussion 

      It encompasses all topics related to full stack development.

      Round 4 - Technical 

      (2 Questions)

      • Q1. Asks questions on SQL
      • Q2. Asks question in typical topics
      Round 5 - HR 

      (1 Question)

      • Q1. Where do you see yourself in two years?
      • Ans. 

        In two years, I see myself as a senior software developer leading a team on innovative projects.

        • Advancing to a senior software developer role

        • Leading a team on new and innovative projects

        • Continuing to enhance my technical skills through ongoing learning and training

      • Answered by AI
      Interview experience
      3
      Average
      Difficulty level
      -
      Process Duration
      -
      Result
      -
      Round 1 - Technical 

      (2 Questions)

      • Q1. The question was about Nodejs
      • Q2. The question was to build a linked list in Nodejs
      Round 2 - Technical 

      (2 Questions)

      • Q1. The first question was related to DSA
      • Q2. The question was related to SQL
      Interview experience
      2
      Poor
      Difficulty level
      Moderate
      Process Duration
      Less than 2 weeks
      Result
      Not Selected

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

      Round 1 - Technical 

      (2 Questions)

      • Q1. Code postorder traversal without using recursion.
      • Ans. 

        Iterative solution using a stack to perform postorder traversal.

        • Use a stack to simulate the recursive call stack.

        • Push nodes in the order of right, left, root.

        • Pop nodes from stack and add to result array.

        • Repeat until stack is empty.

      • Answered by AI
      • Q2. Leetcode Problem 1626 - Best team with no conflicts.
      Round 2 - System Design 

      (2 Questions)

      • Q1. Design whatsapp with one to one, group messaging and read receipts functionalities. Design the database.
      • Ans. 

        Design a messaging app like WhatsApp with one-to-one, group messaging, and read receipts functionalities.

        • Use a relational database to store user information, messages, and group memberships.

        • Create tables for users, messages, groups, and group memberships.

        • Include columns for message content, sender, receiver, timestamp, and read status.

        • Implement a feature to mark messages as read with read receipts.

        • Use indexes for effic

      • Answered by AI
      • Q2. Questions on dbms, cn and os.

      Skills evaluated in this interview

      Interview experience
      5
      Excellent
      Difficulty level
      Easy
      Process Duration
      4-6 weeks
      Result
      -

      I applied via Company Website and was interviewed in Jun 2024. There was 1 interview round.

      Round 1 - Coding Test 

      Implement your own state management in React and integrate it into a React application.

      Interview experience
      4
      Good
      Difficulty level
      Moderate
      Process Duration
      6-8 weeks
      Result
      No response

      I applied via Campus Placement and was interviewed in Jan 2024. There were 4 interview rounds.

      Round 1 - Coding Test 

      Easy to medium level of leet code

      Round 2 - Technical 

      (1 Question)

      • Q1. 1. Fibonacci series with recursion and without recursion 2. String Palindrome 3. Count all repeated numbers from the array
      • Ans. 

        Answering questions related to Fibonacci series, string palindrome, and counting repeated numbers in an array.

        • For Fibonacci series with recursion, write a function that calls itself to calculate the next number in the series.

        • For Fibonacci series without recursion, use a loop to calculate the series.

        • For string palindrome, compare characters from start and end of the string.

        • To count all repeated numbers from the array, u

      • Answered by AI
      Round 3 - Technical 

      (1 Question)

      • Q1. 1.Given an array(0-based indexing), you have to find the max sum of i*A[i] where A[i] is the element at index i in the array. The only operation allowed is to rotate(clock-wise or counter clock-wise) the ...
      • Ans. 

        Rotate array to find max sum of i*A[i]

        • Rotate array to bring maximum element to front

        • Calculate sum of i*A[i] for each rotation

        • Keep track of maximum sum found

      • Answered by AI
      Round 4 - HR 

      (1 Question)

      • Q1. 1.Oops concepts 2.Oops code 2.About Java Spring 3. Array stack questions 4.Project discussion

      Interview Preparation Tips

      Interview preparation tips for other job seekers - Solve leet code question, clear concept of DSA.

      Skills evaluated in this interview

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

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

      Round 1 - Technical 

      (1 Question)

      • Q1. Thread,oops,sql,find character count

      VTS Group Interview FAQs

      How many rounds are there in VTS Group Softwaretest Engineer interview?
      VTS Group interview process usually has 3 rounds. The most common rounds in the VTS Group interview process are Aptitude Test, Group Discussion and HR.
      What are the top questions asked in VTS Group Softwaretest Engineer interview?

      Some of the top questions asked at the VTS Group Softwaretest Engineer interview -

      1. What is tables in h...read more
      2. What is block ch...read more

      Tell us how to improve this page.

      Graphic Designer
      4 salaries
      unlock blur

      ₹3.4 L/yr - ₹3.4 L/yr

      Software Engineer
      3 salaries
      unlock blur

      ₹3.2 L/yr - ₹4 L/yr

      Applications Engineer
      3 salaries
      unlock blur

      ₹3.3 L/yr - ₹4.3 L/yr

      Sales Coordinator
      3 salaries
      unlock blur

      ₹4 L/yr - ₹4.8 L/yr

      Regional Manager
      3 salaries
      unlock blur

      ₹40 L/yr - ₹60 L/yr

      Explore more salaries
      Compare VTS Group with

      Godrej Industries Group

      4.0
      Compare

      Tata Group

      4.2
      Compare

      Reliance Industries

      4.1
      Compare

      Adani Group

      3.9
      Compare

      Calculate your in-hand salary

      Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
      Did you find this page helpful?
      Yes No
      write
      Share an Interview