Upload Button Icon Add office photos

Filter interviews by

Veer & Co Sdet Automation Test Engineer Interview Questions and Answers

Updated 22 Aug 2024

Veer & Co Sdet Automation Test Engineer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Pretty simple SQL, apptitude and programming questions for a duration of 1 hour.

Round 2 - Group Discussion 

Easy Going GD 5 people in a group with a given topic, we were supposed to say against and for the motion.

Round 3 - Technical 

(5 Questions)

  • Q1. What are procedures?
  • Ans. 

    Procedures are a set of steps or actions that need to be followed in a specific order to achieve a desired outcome.

    • Procedures provide a structured approach to completing tasks.

    • They help ensure consistency and accuracy in performing tasks.

    • Procedures can be documented in manuals, guides, or standard operating procedures.

    • Examples include software testing procedures, medical procedures, and manufacturing procedures.

  • Answered by AI
  • Q2. Difference between SQL and MongoDB?
  • Ans. 

    SQL is a relational database management system, while MongoDB is a NoSQL database management system.

    • SQL is a relational database, MongoDB is a document-oriented database

    • SQL uses tables and rows, MongoDB uses collections and documents

    • SQL uses structured query language, MongoDB uses JSON-like documents with dynamic schemas

  • Answered by AI
  • Q3. What are abstract classes?
  • Ans. 

    Abstract classes are classes that cannot be instantiated and may contain abstract methods that must be implemented by subclasses.

    • Cannot be instantiated directly

    • May contain abstract methods

    • Used as a blueprint for other classes

  • Answered by AI
  • Q4. Write a program to find duplicate elements in an array
  • Ans. 

    Program to find duplicate elements in an array of strings

    • Create a HashSet to store unique elements

    • Iterate through the array and check if element is already in the HashSet

    • If element is already in the HashSet, it is a duplicate

  • Answered by AI
  • Q5. Explain promises in javascript?
  • Ans. 

    Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained using .then() to handle success and .catch() to handle errors.

    • Example: const myPromise = new Promise((resolve, reject) => { ... });

  • Answered by AI

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Veer & Co?
Ask anonymously on communities.

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic oops concepts
  • Ans. 

    OOPs concepts include encapsulation, inheritance, polymorphism, and abstraction, forming the foundation of object-oriented programming.

    • Encapsulation: Bundling data and methods that operate on the data within one unit (class). Example: A class 'Car' with properties like 'speed' and methods like 'accelerate()'.

    • Inheritance: Mechanism where one class inherits properties and methods from another. Example: 'ElectricCar' inhe...

  • Answered by AI
  • Q2. What is abstract class
  • Ans. 

    Abstract class is a class that cannot be instantiated and may contain abstract methods.

    • Cannot be instantiated directly

    • May contain abstract methods that must be implemented by subclasses

    • Can have both abstract and non-abstract methods

    • Used for creating a template for other classes to inherit from

  • Answered by AI

Skills evaluated in this interview

Sdet Automation Test Engineer Interview Questions Asked at Other Companies

Q1. Wait in selenium and how to find all links present in a page xpat ... read more
Q2. What is page object model and test ng annotations
Q3. How do you handle alerts in Selenium, and what methods do you use ... read more
Q4. How to take screenshot and project framework
Q5. What is the software testing life cycle?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Design URL shorterner
  • Ans. 

    Design a URL shortener service to generate short URLs for long URLs.

    • Use a hashing algorithm to generate unique short codes for long URLs.

    • Store the mapping of short codes to long URLs in a database.

    • Redirect users from short URLs to the corresponding long URLs.

    • Implement analytics to track usage and performance of the service.

  • Answered by AI
Round 1 - Technical 

(1 Question)

  • Q1. About xpaths and about webdriver io
Round 2 - HR 

(1 Question)

  • Q1. Salaey expectation and share your experience in technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all coding as qell as twchnical questions will be able to crack wasily
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked about jenkins
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Assignment 

First was round based on Quality engineering concepts and aptitude combob

Round 2 - Technical 

(2 Questions)

  • Q1. Question on How proxy configured for device
  • Ans. 

    Proxy configuration for devices involves setting up a server to route network requests, enhancing security and performance.

    • Identify the proxy server address and port number (e.g., 192.168.1.1:8080).

    • Configure the device's network settings to use the proxy (e.g., in Wi-Fi settings on mobile devices).

    • Test the connection to ensure traffic is routed through the proxy (e.g., using a browser to check IP).

    • Consider authenticati...

  • Answered by AI
  • Q2. What is test scenario,test case.
  • Ans. 

    Test scenario is a high-level description of the functionality to be tested, while test case is a detailed step-by-step procedure to validate the functionality.

    • Test scenario is a broad description of what needs to be tested, while test case is a detailed set of steps to verify a specific aspect of the scenario.

    • Test scenario is usually written in a more general and abstract way, while test case is more specific and conc...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
  • Q1. Normal SDET questions regarding framework
  • Q2. Normal SDET questions for collection framework
  • Ans. 

    SDET questions on the Collection Framework focus on data structures, performance, and usage in automation testing.

    • What are the main interfaces in the Collection Framework? (e.g., List, Set, Map)

    • Explain the differences between ArrayList and LinkedList.

    • How does HashMap work internally? Discuss its performance characteristics.

    • What is the difference between HashSet and TreeSet?

    • How can you iterate over a Collection? Provide...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer exhibited a lack of professionalism, and such incidents should be reported to the organization.
Are these interview questions helpful?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

3 hour test. 20 MCQs and 2 Coding problems

Round 2 - Technical 

(1 Question)

  • Q1. Prefix Sum and left sum of binary tree.
  • Ans. 

    Prefix Sum and left sum of binary tree involves calculating the sum of all nodes in a binary tree and the sum of nodes on the left side of each node.

    • Calculate prefix sum of binary tree by traversing in a pre-order manner and keeping track of the running sum.

    • To calculate left sum of binary tree, traverse the tree in a pre-order manner and keep track of the sum of nodes on the left side of each node.

    • Example: For a binary...

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Recursion to memoization DP problem and follow ups.
  • Ans. 

    Recursion to memoization DP problem involves optimizing recursive solutions by storing intermediate results.

    • Recursion involves solving a problem by breaking it down into smaller subproblems and calling the function recursively.

    • Memoization involves storing the results of expensive function calls and reusing them when the same inputs occur again.

    • Dynamic Programming (DP) involves solving problems by breaking them down int...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Accepted. Prepare DSA.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. The hiring manager asked me to code the right view of the tree.
  • Ans. 

    Implement a function to return the right view of a binary tree.

    • Use a level order traversal (BFS) to explore the tree.

    • Keep track of the last node at each level to form the right view.

    • Utilize a queue to facilitate the traversal of nodes level by level.

    • Example: For the tree [1, 2, 3, null, 5, null, 4], the right view is [1, 3, 4].

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewer asked me that he is not keen on checking the proper syntax. He is okay with syntax issue. He was being too nice and showing everything is going fine and then later within 30 mins send rejection mail.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. What is the method to find duplicate characters in a string?
  • Ans. 

    To find duplicate characters in a string, we can use various methods like hashing or counting occurrences using data structures.

    • Using a Hash Map: Iterate through the string, storing each character's count in a hash map. Example: 'hello' -> {'h': 1, 'e': 1, 'l': 2, 'o': 1}.

    • Using a Set: Track seen characters in a set. If a character is already in the set, it's a duplicate. Example: 'banana' -> duplicates are 'a' an...

  • Answered by AI
  • Q2. Find the maximum value in an array.
  • Ans. 

    To find the maximum value in an array, iterate through the elements and keep track of the highest number encountered.

    • Initialization: Start by assuming the first element is the maximum. Example: For [3, 1, 4], initialize max = 3.

    • Iteration: Loop through the array, comparing each element to the current maximum. Example: Compare 1 and 4 to max.

    • Update: If a larger number is found, update the maximum. Example: max becomes 4 ...

  • Answered by AI
  • Q3. Describe the different waits in selenium
  • Ans. 

    Selenium provides different wait strategies to handle dynamic web elements effectively during automation testing.

    • Implicit Wait: Sets a default wait time for the entire session, allowing Selenium to poll the DOM for a specified duration before throwing an exception. Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS);

    • Explicit Wait: Allows waiting for a specific condition to occur before proceeding f...

  • Answered by AI

Veer & Co Interview FAQs

How many rounds are there in Veer & Co Sdet Automation Test Engineer interview?
Veer & Co interview process usually has 3 rounds. The most common rounds in the Veer & Co interview process are Aptitude Test, Group Discussion and Technical.
What are the top questions asked in Veer & Co Sdet Automation Test Engineer interview?

Some of the top questions asked at the Veer & Co Sdet Automation Test Engineer interview -

  1. Write a program to find duplicate elements in an ar...read more
  2. What are abstract class...read more
  3. Difference between SQL and Mongo...read more

Tell us how to improve this page.

Overall Interview Experience Rating

5/5

based on 1 interview experience

Difficulty level

Easy 100%

Duration

Less than 2 weeks 100%
View more
Compare Veer & Co with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview