Premium Employer

i

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

ATMECS Global Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

ATMECS Global Softwaretest Engineer Interview Questions and Answers

Updated 28 Feb 2023

ATMECS Global Softwaretest Engineer Interview Experiences

1 interview found

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 

Looping and mapping concept is must for qa testers

Round 3 - Technical 

(3 Questions)

  • Q1. Core java and selenium basics
  • Q2. Why we are going to automate the web application. And more than Wh questions
  • Q3. Core java , selenium, construcror, inheritance

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calme and delever your skills and make sure your opinion also

Interview questions from similar companies

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

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

Round 1 - Coding Test 

It was simple basic level questions

Round 2 - Technical 

(1 Question)

  • Q1. Asked basic codes
Round 3 - HR 

(1 Question)

  • Q1. Normal basic hr type questions

Interview Preparation Tips

Topics to prepare for ThoughtWorks Softwaretest Engineer interview:
  • OOPS
Interview preparation tips for other job seekers - just make your basics strong
Interview experience
2
Poor
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 - Technical 

(2 Questions)

  • Q1. What is iscsi in san
  • Ans. 

    iSCSI is a protocol used to transmit SCSI commands over IP networks.

    • iSCSI stands for Internet Small Computer System Interface.

    • It allows block-level access to storage devices over a network.

    • It uses TCP/IP to transmit SCSI commands and data over IP networks.

    • iSCSI targets are storage devices that can be accessed by iSCSI initiators.

    • iSCSI is commonly used in SAN (Storage Area Network) environments.

  • Answered by AI
  • Q2. What is raid and explain r5
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. RAID 5 is a type of RAID that uses block-level striping with distributed parity.

    • RAID is a technology that combines multiple physical hard drives into a single logical unit for data redundancy and performance improvement.

    • RAID 5 requires at least three disks and uses parity data to provide fault tolerance.

    • In RAID 5, data is striped across all disks with parity data di...

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Coding Test 

Java string manipulation questions and reactjs

Round 2 - Technical 

(1 Question)

  • Q1. Asked question in-depth about Spring boot and java
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is agile methodology
  • Ans. 

    Agile methodology is a software development approach that emphasizes flexibility, collaboration, and iterative development.

    • Focus on delivering working software in short, iterative cycles

    • Emphasizes collaboration between cross-functional teams

    • Allows for changes and adjustments throughout the development process

    • Prioritizes customer feedback and continuous improvement

    • Common frameworks include Scrum, Kanban, and XP

  • Answered by AI
  • Q2. Defect life cycle

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Coding Test 

2 leetcode questions medium level

Round 2 - Technical 

(1 Question)

  • Q1. Real life scenario based java questions based on resume and indepth resume discussion
Round 3 - One-on-one 

(1 Question)

  • Q1. Some behavioural and one coding question
Round 4 - One-on-one 

(1 Question)

  • Q1. Same as above indepth discussion
Interview experience
4
Good
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 

Plc coding scada configuration

Round 3 - One-on-one 

(4 Questions)

  • Q1. What advantages of closed loop system
  • Ans. 

    Closed loop systems provide real-time feedback and control, leading to increased efficiency and accuracy.

    • Real-time feedback allows for quick adjustments to be made, improving efficiency and accuracy

    • Controlled environment reduces the impact of external factors on the system

    • Can be used in a variety of industries, such as manufacturing, aerospace, and healthcare

    • Examples include automated insulin pumps for diabetes managem

  • Answered by AI
  • Q2. Open loop system
  • Q3. U can check the feed back in closed loop system
  • Q4. No able to see

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Java program for prime no
  • Ans. 

    Java program to check if a number is prime or not

    • Create a function to check if a number is prime or not

    • Iterate from 2 to n/2 and check if n is divisible by any number

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Dynamic web table element program
  • Ans. 

    A dynamic web table element program involves identifying and interacting with elements in a table that change dynamically.

    • Identify the table element using unique identifiers like class or id

    • Use Selenium WebDriver to locate and interact with the table element

    • Handle dynamic changes in the table by using dynamic XPath or CSS selectors

    • Iterate through rows and columns to extract data or perform actions

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Explain truncate vs drop?
  • Ans. 

    Truncate removes all records from a table, while drop deletes the table itself.

    • Truncate is a DDL command, while drop is a DDL command.

    • Truncate is faster than drop as it does not log individual row deletions.

    • Truncate can be rolled back, while drop cannot be rolled back.

    • Truncate resets the identity seed of the table, while drop does not.

    • Example: TRUNCATE TABLE TableName; DROP TABLE TableName;

  • Answered by AI

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 before Jan 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is load testing
  • Ans. 

    Load testing is a type of performance testing that simulates real-world usage to evaluate how a system performs under specific conditions.

    • Simulates real-world usage to test system performance

    • Measures response times, throughput, and resource utilization

    • Helps identify bottlenecks and optimize system performance

    • Examples: testing how a website handles a large number of simultaneous users or how an application performs unde

  • Answered by AI
  • Q2. What is regression testing
  • Ans. 

    Regression testing is the process of retesting software after changes to ensure that previously working features still work correctly.

    • Regression testing is performed to make sure that new code changes have not adversely affected existing functionality.

    • It involves running previously executed test cases to verify that no new bugs have been introduced.

    • Regression testing helps in maintaining the overall quality and stabili...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good interview process

ATMECS Global Interview FAQs

How many rounds are there in ATMECS Global Softwaretest Engineer interview?
ATMECS Global interview process usually has 3 rounds. The most common rounds in the ATMECS Global interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in ATMECS Global Softwaretest Engineer interview?

Some of the top questions asked at the ATMECS Global Softwaretest Engineer interview -

  1. Why we are going to automate the web application. And more than Wh questi...read more
  2. Core java , selenium, construcror, inherita...read more
  3. Core java and selenium bas...read more

Tell us how to improve this page.

ATMECS Global Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Join ATMECS Global "Trusted Partner” to organizations looking to shape their future
ATMECS Global Softwaretest Engineer Salary
based on 42 salaries
₹3 L/yr - ₹12.9 L/yr
33% more than the average Softwaretest Engineer Salary in India
View more details

ATMECS Global Softwaretest Engineer Reviews and Ratings

based on 6 reviews

3.3/5

Rating in categories

2.3

Skill development

3.0

Work-life balance

3.6

Salary

2.3

Job security

2.4

Company culture

2.0

Promotions

3.0

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
390 salaries
unlock blur

₹7 L/yr - ₹25 L/yr

Software Engineer
277 salaries
unlock blur

₹3.5 L/yr - ₹13 L/yr

Technical Lead
125 salaries
unlock blur

₹13.1 L/yr - ₹30 L/yr

Associate Lead
114 salaries
unlock blur

₹8.7 L/yr - ₹24 L/yr

Associate Software Engineer
78 salaries
unlock blur

₹2.4 L/yr - ₹5.8 L/yr

Explore more salaries
Compare ATMECS Global with

Xoriant

4.1
Compare

Photon Interactive

4.0
Compare

CitiusTech

3.4
Compare

Iris Software

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