Upload Button Icon Add office photos

Filter interviews by

Asite Solutions Sdet-I Interview Questions and Answers

Updated 1 Mar 2023

Asite Solutions Sdet-I Interview Experiences

1 interview found

Sdet-I Interview Questions & Answers

user image Anonymous

posted on 1 Mar 2023

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 Sep 2022. 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 - Aptitude Test 

Aptitude Questions of 35 minutes

Round 3 - Technical 

(2 Questions)

  • Q1. 1. Testing Basics & SQL Practise Testing Basics and SQL
  • Q2. 2. Testing Basics & SQL Practise Testing Basics & SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Be relaxed and confident while getting interviewed.

Interview questions from similar companies

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

I applied via Referral and was interviewed in Jul 2022. 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 - Coding Test 

It consisted 3 questions, first was coding, second was xPath and third was test cases

Round 3 - One-on-one 

(1 Question)

  • Q1. 2 coding questions, 1 selector question, then general questions of Java and testing.
Round 4 - Case Study 

This was regarding testing processes, questions about testing processes, RCA, test cases

Round 5 - HR 

(1 Question)

  • Q1. General HR and behavioral round

Interview Preparation Tips

Interview preparation tips for other job seekers - Work a little on coding and more on testing process and test cases
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions .
topics were array and string

Round 2 - Technical 

(2 Questions)

  • Q1. 2D array question and a linkedlist question (find the middle element of the list)
  • Q2. Dbms questions like keys ,normalization, acid properties, types of network layer , deadlock in os
Round 3 - Technical 

(2 Questions)

  • Q1. Detect loop in a linkedlist
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in a linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q2. SQL queries basic level .
Round 4 - Technical 

(2 Questions)

  • Q1. Oops questions like inheritance and interface
  • Q2. Sql queries from leetcode hard level

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regarding frontend and backend testing
  • Q2. Rest assured java
Round 2 - Coding Test 

Selenium automation code and questions around that

Round 3 - Technical 

(1 Question)

  • Q1. Dbms, oops concept
Round 4 - HR 

(2 Questions)

  • Q1. Resume based question,likes dislikes
  • Q2. Why do you want this company, why changing current
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Two coding questions along with the mcqs related to Computer networks, database management systems and aptitude was asked.

Round 2 - Technical 

(1 Question)

  • Q1. Code for nested dictionary Projects related Resume based
  • Ans. 

    Code for nested dictionary

    • Use curly braces to define the outer dictionary

    • Use square brackets to define the inner dictionaries

    • Access values using keys

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

(2 Questions)

  • Q1. Code to check if the string meets the password requirements. In built Java functions
  • Ans. 

    Code to check if a string meets password requirements using built-in Java functions.

    • Use String class methods like length(), contains(), matches() to check for password requirements.

    • Use regular expressions to validate password requirements such as minimum length, uppercase, lowercase, digits, special characters.

    • Example: String password = "Pass123!"; boolean isValid = password.length() >= 8 && password.matches(".*[A-Z].*...

  • Answered by AI
  • Q2. In detail about Java libraries Exception handling Creating our own exception

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Nov 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Coding Question related to Greedy Approach
  • Q2. Objective Questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Question related to coroutine
  • Q2. Question related to retrofit, MVVM
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2022. There were 5 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 - Coding Test 

It consisted 3 questions, first was coding, second was xPath and third was test cases

Round 3 - One-on-one 

(1 Question)

  • Q1. 2 coding questions, 1 selector question, then general questions of Java and testing.
Round 4 - Case Study 

This was regarding testing processes, questions about testing processes, RCA, test cases

Round 5 - HR 

(1 Question)

  • Q1. General HR and behavioral round

Interview Preparation Tips

Interview preparation tips for other job seekers - Work a little on coding and more on testing process and test cases
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Aptitude Test 

Resoning ,time distance,blood relations,synogums

Round 2 - Coding Test 

Normal loop based problem statement

Round 3 - Technical 

(2 Questions)

  • Q1. About oops concept
  • Q2. About api and types

Interview Preparation Tips

Interview preparation tips for other job seekers - zopsmart interview is very frinedly at the same time they ask you from the sratch to core
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Jul 2022. There were 8 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Files, Json object handling and String

Round 3 - Coding Test 

Selenium UI Automation in 1 hr

Round 4 - Technical 

(2 Questions)

  • Q1. Manual test case writting
  • Q2. Manual cases about there cli tool
Round 5 - Technical 

(1 Question)

  • Q1. Managerial Round for role fit and few technical questions
Round 6 - One-on-one 

(1 Question)

  • Q1. Managerial round for role fir and few technical questions
Round 7 - One-on-one 

(1 Question)

  • Q1. Director round for role fit and few technical querries
Round 8 - HR 

(1 Question)

  • Q1. Salary discussion Joining discussion Perks and other discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Get the count of each character in the string
  • Ans. 

    Count the occurrences of each character in a given string

    • Iterate through the string and use a hashmap to store the count of each character

    • Return the hashmap as an array of strings with character and count pairs

  • Answered by AI

Skills evaluated in this interview

Asite Solutions Interview FAQs

How many rounds are there in Asite Solutions Sdet-I interview?
Asite Solutions interview process usually has 3 rounds. The most common rounds in the Asite Solutions interview process are Resume Shortlist, Aptitude Test and Technical.
What are the top questions asked in Asite Solutions Sdet-I interview?

Some of the top questions asked at the Asite Solutions Sdet-I interview -

  1. 1. Testing Basics & SQL Practise Testing Basics and ...read more
  2. 2. Testing Basics & SQL Practise Testing Basics & ...read more

Tell us how to improve this page.

Asite Solutions Sdet-I Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

BrowserStack Interview Questions
3.6
 • 48 Interviews
Autodesk Interview Questions
4.3
 • 39 Interviews
Winman Software Interview Questions
4.1
 • 28 Interviews
Trimble Interview Questions
4.2
 • 26 Interviews
ZIGRAM Interview Questions
3.9
 • 26 Interviews
Fleetx.io Interview Questions
3.8
 • 26 Interviews
View all
Java Developer
21 salaries
unlock blur

₹4.9 L/yr - ₹28.1 L/yr

UI Developer
15 salaries
unlock blur

₹6 L/yr - ₹14 L/yr

Associate Software Engineer
11 salaries
unlock blur

₹6 L/yr - ₹9.3 L/yr

Software Engineer
10 salaries
unlock blur

₹7 L/yr - ₹21.8 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹9.8 L/yr - ₹17 L/yr

Explore more salaries
Compare Asite Solutions with

Aconex

4.1
Compare

Procore

2.1
Compare

Trimble

4.2
Compare

Autodesk

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