Upload Button Icon Add office photos

Filter interviews by

Ags Infotech Test Engineer Interview Questions and Answers

Updated 21 Apr 2024

Ags Infotech Test Engineer Interview Experiences

1 interview found

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 21 Apr 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Diff btw browserContext and api request context
  • Ans. 

    BrowserContext is related to web browsers while API request context is related to server-side API calls.

    • BrowserContext refers to the environment in which a web browser operates, including cookies, cache, etc.

    • API request context refers to the data and parameters sent to a server-side API for processing.

    • BrowserContext is client-side while API request context is server-side.

    • Example: BrowserContext can include user session...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Referral and was interviewed before Dec 2021. There were 5 interview rounds.

Round 1 - Aptitude Test 

20 basic coding and non coding mcq with 60 min time.

Round 2 - Coding Test 

5 basic coding problems with 60 min time based on arrays string and numbers.

Round 3 - Technical 

(1 Question)

  • Q1. 1St Technical Interview 3 coding problems 1) leap Year 2)binary to decimal 3)prime number
Round 4 - Technical 

(1 Question)

  • Q1. 2nd Technical Interview 1)input: "Raja Software Labs" output: "Raja%20Software%20Labs" 2) find contigious subarray with max sum
Round 5 - Technical 

(1 Question)

  • Q1. 3rd Technical Interview did not qualify for this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice questions on array, numbers and string.
explain logic before coding
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Oct 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 - Coding Test 

Simple array and string based questions were asked in the coding round

Round 3 - One-on-one 

(1 Question)

  • Q1. Questions were like - find first non repeating character in string, find max consecutive duplicate elements in an array

Interview Preparation Tips

Interview preparation tips for other job seekers - They only ask coding questions mainly on array and strings to freshers.

I applied via Job Portal and was interviewed in Mar 2022. There were 6 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's totally based on your basic coding skills. Have basics ques about coding and have some problems to solve.

Round 3 - Technical 

(1 Question)

  • Q1. Problems with Array and String and need to solve the question on notepad. You can use any languages but need to describe the code which you will write.
Round 4 - Technical 

(1 Question)

  • Q1. DSA Problems, coding round.
Round 5 - Technical 

(1 Question)

  • Q1. DSA problems. need to solve and describe the approach.
Round 6 - Technical 

(1 Question)

  • Q1. DSA problems, coding round. Check glassdoor for the questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - - Need basics of DSA concepts clear
- You can use any languages Java, Python, C++, Kotlin or any?
-

I applied via Campus Placement and was interviewed in May 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Total question where 20 and it include all the topics of aptitude and some coding solution

Round 2 - Coding Test 

It contain 5 question of question where doc file is send and we have to write a answer to that document file

Interview Preparation Tips

Interview preparation tips for other job seekers - practice basic DSA and some string and list manipulation questions

I applied via Recruitment Consulltant and was interviewed in Jun 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Some Questions are based on programming and some are aptitude questions.

Round 2 - Coding Test 

This is coding round here 5 coding questions is there?

Round 3 - One-on-one 

(3 Questions)

  • Q1. Find first non repeated character in string?
  • Ans. 

    Find the first non-repeated character in a string.

    • Iterate through the string and count the frequency of each character.

    • Return the first character with a count of 1.

  • Answered by AI
  • Q2. We have given a integer array then find the second maximum difference ?
  • Ans. 

    Find the second maximum difference in an integer array.

    • Sort the array in descending order

    • Calculate the difference between adjacent elements

    • Return the second maximum difference

  • Answered by AI
  • Q3. We have given a integer find the sum of all digits.
  • Ans. 

    Given an integer, find the sum of all its digits.

    • Convert the integer to a string and iterate over each character to get the sum.

    • Use modulo operator to get the last digit and add it to the sum, then divide by 10 to remove the last digit.

    • Recursively call the function with the integer divided by 10 and add the remainder to the sum.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You can brush up your basic concepts of Array and string these things is helping a lot in that interviews.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. What are different types of waits in selenium?
  • Ans. 

    Different types of waits in Selenium include implicit wait, explicit wait, and fluent wait.

    • Implicit wait: Waits for a certain amount of time before throwing an exception if an element is not immediately available.

    • Explicit wait: Waits for a specific condition to be met before proceeding with the next steps.

    • Fluent wait: Waits for a certain condition to be satisfied with a defined polling frequency.

    • Examples: Thread.sleep(...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Aptitude Test 

Basic technical que on java c++

Round 2 - Coding Test 

Google docs paltform
5 coding ques

Round 3 - Technical 

(1 Question)

  • Q1. Ques on my resume two coding ques

Interview Preparation Tips

Interview preparation tips for other job seekers - be clear with the basics of c++ java and dsa

I applied via Company Website and was interviewed in Feb 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Coding Test 
Round 3 - Coding Test 

Java

Round 4 - HR 

(2 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am a software engineer with experience in developing and maintaining software applications.

    • I have a Bachelor's degree in Computer Science.

    • I have worked on various projects using different programming languages such as Java, C++, and Python.

    • I am skilled in software development methodologies like Agile and have experience with version control systems like Git.

    • I have strong problem-solving and analytical skills, which h...

  • Answered by AI
  • Q2. What are your strengths and weaknesses?
  • Ans. 

    My strengths include problem-solving, attention to detail, and teamwork. My weaknesses include time management and public speaking.

    • Strengths: problem-solving, attention to detail, teamwork

    • Weaknesses: time management, public speaking

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for your interview
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

5 questions written coding test
Basic question on string and array manipulation

Round 2 - Technical 

(1 Question)

  • Q1. 2nd smallest number
  • Ans. 

    Find the 2nd smallest number in an array of integers.

    • Sort the array in ascending order

    • Return the second element in the sorted array

  • Answered by AI

Ags Infotech Interview FAQs

How many rounds are there in Ags Infotech Test Engineer interview?
Ags Infotech interview process usually has 1 rounds. The most common rounds in the Ags Infotech interview process are Technical.

Tell us how to improve this page.

Ags Infotech Test Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Ags Infotech Test Engineer Salary
based on 73 salaries
₹3.5 L/yr - ₹7.5 L/yr
At par with the average Test Engineer Salary in India
View more details

Ags Infotech Test Engineer Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

4.0

Salary

4.0

Job security

4.0

Company culture

3.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
215 salaries
unlock blur

₹3 L/yr - ₹10.5 L/yr

Software Developer
110 salaries
unlock blur

₹3.4 L/yr - ₹9 L/yr

Softwaretest Engineer
107 salaries
unlock blur

₹3.8 L/yr - ₹8.2 L/yr

Devops Engineer
81 salaries
unlock blur

₹3.5 L/yr - ₹9.2 L/yr

Test Engineer
73 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Ags Infotech with

Medcode

4.5
Compare

Maxgen Technologies

4.5
Compare

Cyfuture

3.0
Compare

Value Point Systems

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