Premium Employer

i

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

Aurigo Verified Tick

Compare button icon Compare button icon Compare
4.8

based on 540 Reviews

Filter interviews by

Aurigo Sdet Interview Questions and Answers

Updated 25 Jul 2023

Aurigo Sdet Interview Experiences

1 interview found

Sdet Interview Questions & Answers

user image Anonymous

posted on 25 Jul 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Coading test before interview

Round 3 - Technical 

(3 Questions)

  • Q1. Technical interview was good
  • Q2. About selenium and java
  • Q3. Java oops concept and collections

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is your bug process
  • Ans. 

    My bug process involves thorough testing, documenting, prioritizing, and tracking bugs to resolution.

    • I start by thoroughly testing the software to identify bugs.

    • I document each bug with detailed steps to reproduce, screenshots, and any relevant information.

    • I prioritize bugs based on severity and impact on users.

    • I track bugs through a bug tracking system, regularly updating their status and working towards resolution.

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

DSA based programming question

Round 2 - Technical 

(1 Question)

  • Q1. Synatx based programming knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Domain based questions
Round 4 - HR 

(1 Question)

  • Q1. About myself and my role
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I was interviewed in Apr 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Basic Selenium Questions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Promises in Javascript
  • Ans. 

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

    • Promises help in handling asynchronous operations in a more organized manner.

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

    • Promises can be chained using .then() method to handle success and failure cases.

    • They can also be used with async/await for more readable asynchronous code.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. React fundamentals
Round 3 - HR 

(2 Questions)

  • Q1. Why do you want to join our company
  • Q2. Notice period, joining date etc

Skills evaluated in this interview

QA Engineer Interview Questions & Answers

6Sense user image Shreya Tiwari

posted on 17 Jul 2024

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

(1 Question)

  • Q1. Api related questions
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Mar 2023. 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 - Technical 

(2 Questions)

  • Q1. What is Black box testing?
  • Ans. 

    Black box testing is a software testing technique where the tester tests the software without knowing its internal structure.

    • Tests the functionality of the software without knowing the internal code

    • Focuses on the inputs and outputs of the software

    • Uses techniques like equivalence partitioning and boundary value analysis

    • Examples include GUI testing, regression testing, and acceptance testing

  • Answered by AI
  • Q2. What is Static Testing?
  • Ans. 

    Static testing is a technique of verifying software without executing it.

    • It involves reviewing documents, code, and specifications to find errors and defects.

    • Static testing can be done manually or with the help of tools.

    • Examples include code reviews, walkthroughs, and inspections.

    • It helps to identify defects early in the development cycle, reducing costs and improving quality.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. First round was Screening round where you will get some MCQ Questions to solve.(Testing Related Questions)
2. Second Round was face to face Interview on Testing based Questions like. Black box testing , Scenarios Basic questions
Note:
Face to face round was conducted in Chennai. (Traveled from Maharashtra to chennai for technical round)
One of the worst experience was with NEWTGLOBAL. After clearing technical round they told me there will be formalities round and you are selected for the QA position.
When I tried to call them they simply ignoring my calls and messages.

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. Hashset and hashmap
  • Q2. Coding question to find the frequency of string
  • Ans. 

    Find the frequency of each string in an array of strings.

    • Create a hashmap to store the frequency of each string.

    • Iterate through the array of strings and update the hashmap accordingly.

    • Return the hashmap with the frequency of each string.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
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 

(5 Questions)

  • Q1. Write one program to reverese string questions on selenium Framework
  • Q2. Didnt remember what I have answered
  • Q3. Day to day projects
  • Q4. Testcase creation
  • Q5. Challenging questions

Interview Preparation Tips

Interview preparation tips for other job seekers - do well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Feb 2023.

Round 1 - Coding Test 

DSA question. Leetcode easy and medium questions were asked.

Round 2 - Technical 

(3 Questions)

  • Q1. Framework design related questions were asked
  • Q2. Design a library for api testing
  • Ans. 

    A library for API testing that provides a set of functions and utilities to simplify the testing process.

    • The library should have functions to send HTTP requests and validate responses.

    • It should support different authentication methods like OAuth, JWT, etc.

    • The library should handle common API testing scenarios like testing CRUD operations, handling different HTTP methods, etc.

    • It should provide utilities for data-driven ...

  • Answered by AI
  • Q3. Types of load balancing
  • Ans. 

    Load balancing is a technique used to distribute network traffic across multiple servers to ensure optimal performance and availability.

    • Types of load balancing include: round robin, least connections, IP hash, and weighted round robin.

    • Round robin distributes traffic evenly across servers in a sequential manner.

    • Least connections directs traffic to the server with the fewest active connections.

    • IP hash uses the client's I...

  • Answered by AI

Skills evaluated in this interview

Aurigo Interview FAQs

How many rounds are there in Aurigo Sdet interview?
Aurigo interview process usually has 3 rounds. The most common rounds in the Aurigo interview process are Resume Shortlist, Coding Test and Technical.
How to prepare for Aurigo Sdet interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Aurigo. The most common topics and skills that interviewers at Aurigo expect are Agile, Analytical, Health Insurance, Performance Testing and Selenium.
What are the top questions asked in Aurigo Sdet interview?

Some of the top questions asked at the Aurigo Sdet interview -

  1. Java oops concept and collecti...read more
  2. Technical interview was g...read more
  3. About selenium and j...read more

Tell us how to improve this page.

Join Aurigo Aurigoers are born to BUILD

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Zoho Interview Questions
4.3
 • 501 Interviews
Ramco Systems Interview Questions
3.9
 • 62 Interviews
View all
Senior Software Engineer
59 salaries
unlock blur

₹9.5 L/yr - ₹26 L/yr

Software Engineer2
33 salaries
unlock blur

₹8.5 L/yr - ₹22 L/yr

Software Engineer
28 salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Lead Engineer
27 salaries
unlock blur

₹17 L/yr - ₹33 L/yr

Engineering Manager
21 salaries
unlock blur

₹20 L/yr - ₹36 L/yr

Explore more salaries
Compare Aurigo with

Ramco Systems

3.9
Compare

Zoho

4.3
Compare

TCS

3.7
Compare

Infosys

3.7
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