Upload Button Icon Add office photos

Filter interviews by

Zopsmart Technology Automation Test Engineer Interview Questions and Answers

Updated 23 Mar 2024

Zopsmart Technology Automation Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is string contant pool?
  • Ans. 

    String constant pool is a memory area in Java where unique string literals are stored to optimize memory usage.

    • String constant pool is a part of the Java heap memory.

    • It stores unique string literals to avoid duplicate storage.

    • Strings created using double quotes are stored in the string constant pool.

    • Strings created using new keyword are stored in the heap memory.

  • Answered by AI
  • Q2. Can we create object for abstract classes and interfaces?
  • Ans. 

    Yes, we can create object for abstract classes and interfaces in Java.

    • Objects cannot be created for abstract classes directly, but can be created for concrete subclasses that extend the abstract class.

    • Interfaces cannot be instantiated, but objects can be created for classes that implement the interface.

    • Example: Abstract class Animal { abstract void makeSound(); } Class Dog extends Animal { void makeSound() { System.out...

  • Answered by AI
  • Q3. What is the keyword used in interface if we want concreate method?
  • Ans. 

    The keyword used in interface for concrete method is 'default'.

    • The 'default' keyword is used in interfaces to provide a default implementation for a method.

    • It allows interfaces to have concrete methods without requiring implementing classes to override them.

    • Example: 'default void methodName() { // method implementation }'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on core java concepts.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java related questions.
Round 2 - Technical 

(1 Question)

  • Q1. Deep selenium questions Programming Framework related questions
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was of 1 hour in which basic logical questions were there. and two coding problems where there about strings

Round 2 - Technical 

(3 Questions)

  • Q1. Manual testing Questions * Difference b/w QA & QC * negative test cases on loging modules * types of non functional tesing. * Grey box testing, Beta testing, lambda testing, * Scenarios on TV remote, Lift ...
  • Q2. Automation * Taking Screenshots * Difference b/w selenium 3 & 4 * Selenium components * Frameworks & examples * Parallel execution
  • Ans. 

    The question is about automation testing, specifically focusing on taking screenshots, the differences between Selenium 3 and 4, Selenium components, frameworks and examples, and parallel execution.

    • Taking screenshots is a common practice in automation testing to capture the state of the application at a specific point in time.

    • Selenium 3 and 4 are different versions of the Selenium automation framework, with version 4 i...

  • Answered by AI
  • Q3. Method over loading method over riding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a different implementation of a method inherited from its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs when a subclass provides a different implementation of a method inherited from its supercl...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for AlgoShack Automation Test Engineer interview:
  • Java
  • Selenium
  • Manual Testing
  • SQL
  • Jenkins
Interview preparation tips for other job seekers - Be consistent with your preparation, even if it is in small amount do your daily part, continously gain knowledge. hands on, on the tools that you learn, try to do some real project it will play a significant rule

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Java related questions.
Round 2 - Technical 

(1 Question)

  • Q1. Deep selenium questions Programming Framework related questions
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jan 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was of 1 hour in which basic logical questions were there. and two coding problems where there about strings

Round 2 - Technical 

(3 Questions)

  • Q1. Manual testing Questions * Difference b/w QA & QC * negative test cases on loging modules * types of non functional tesing. * Grey box testing, Beta testing, lambda testing, * Scenarios on TV remote, Lift ...
  • Q2. Automation * Taking Screenshots * Difference b/w selenium 3 & 4 * Selenium components * Frameworks & examples * Parallel execution
  • Ans. 

    The question is about automation testing, specifically focusing on taking screenshots, the differences between Selenium 3 and 4, Selenium components, frameworks and examples, and parallel execution.

    • Taking screenshots is a common practice in automation testing to capture the state of the application at a specific point in time.

    • Selenium 3 and 4 are different versions of the Selenium automation framework, with version 4 i...

  • Answered by AI
  • Q3. Method over loading method over riding
  • Ans. 

    Method overloading is when multiple methods have the same name but different parameters. Method overriding is when a subclass provides a different implementation of a method inherited from its superclass.

    • Method overloading allows a class to have multiple methods with the same name but different parameters.

    • Method overriding occurs when a subclass provides a different implementation of a method inherited from its supercl...

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strengths and weaknesses
  • Q2. Why should we hire you

Interview Preparation Tips

Topics to prepare for AlgoShack Automation Test Engineer interview:
  • Java
  • Selenium
  • Manual Testing
  • SQL
  • Jenkins
Interview preparation tips for other job seekers - Be consistent with your preparation, even if it is in small amount do your daily part, continously gain knowledge. hands on, on the tools that you learn, try to do some real project it will play a significant rule

Skills evaluated in this interview

Zopsmart Technology Interview FAQs

How many rounds are there in Zopsmart Technology Automation Test Engineer interview?
Zopsmart Technology interview process usually has 1 rounds. The most common rounds in the Zopsmart Technology interview process are Technical.
What are the top questions asked in Zopsmart Technology Automation Test Engineer interview?

Some of the top questions asked at the Zopsmart Technology Automation Test Engineer interview -

  1. What is the keyword used in interface if we want concreate meth...read more
  2. Can we create object for abstract classes and interfac...read more
  3. What is string contant po...read more

Tell us how to improve this page.

Zopsmart Technology Automation Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Amazon Interview Questions
4.1
 • 5.1k Interviews
Flipkart Interview Questions
4.0
 • 1.4k Interviews
BigBasket Interview Questions
3.9
 • 357 Interviews
Myntra Interview Questions
4.0
 • 216 Interviews
Blinkit Interview Questions
3.7
 • 182 Interviews
Snapdeal Interview Questions
3.8
 • 76 Interviews
Vyapar Interview Questions
3.4
 • 53 Interviews
Pepperfry Interview Questions
3.2
 • 31 Interviews
Classplus Interview Questions
3.4
 • 28 Interviews
Fleetx.io Interview Questions
3.7
 • 28 Interviews
View all
Software Engineer
85 salaries
unlock blur

₹8 L/yr - ₹14.5 L/yr

Software Development Engineer
82 salaries
unlock blur

₹8 L/yr - ₹15 L/yr

Software Developer
74 salaries
unlock blur

₹8 L/yr - ₹14 L/yr

Senior Software Engineer
51 salaries
unlock blur

₹11.7 L/yr - ₹31 L/yr

Software Development Engineer II
47 salaries
unlock blur

₹11 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Zopsmart Technology with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm Mall

3.6
Compare

Snapdeal

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