Upload Button Icon Add office photos

Einfochips

Compare button icon Compare button icon Compare

Filter interviews by

Einfochips Senior Automation Test Engineer Interview Questions and Answers

Updated 19 Oct 2023

Einfochips Senior Automation Test Engineer Interview Experiences

1 interview found

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

I applied via Job Portal and was interviewed in Sep 2023. There were 4 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 

(1 Question)

  • Q1. All java basic questions and coding questions related to String and Array.
Round 3 - Technical 

(1 Question)

  • Q1. Purely technical questions related to Selenium, framework and java.
Round 4 - HR 

(1 Question)

  • Q1. Salary related discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - They asked mostly basic questions from all topics. It was a smooth process.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Aug 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on selenium, Rest Api, Java ,Sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare according to the Job description mentioned in the mail
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Initially HR called me and asked about experience. There was 1 technical round in which they ask some basic coding questions and programs on online compiler. And last 1 managerial round happend
  • Q2. In python some List, String and Dictionary related problems. and 2-3 small programs on coding
Round 2 - One-on-one 

(1 Question)

  • Q1. In Manager round they ask me one scenario of ATM logic and ask to write 1 program for it

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic concepts
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about yourself Java basic questions Selenium basic questions
Round 2 - Technical 

(1 Question)

  • Q1. Java coding Selenium date picker Testing framework

Interview Questionnaire 

1 Question

  • Q1. Core java, Selenium, Restassured

I applied via Recruitment Consultant and was interviewed in Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I attended interview on TOSCA Automation tool. Interviewer was very cool.. He asked basic questions about tosca tool usage but questions are some what tricky.. If we prepare like some interview questions f...

Interview Preparation Tips

Interview preparation tips for other job seekers - On any tool ur attending interview meanz you shoudl be having some handson usage otherwise it js very difficult to crack the interview

I applied via Naukri.com and was interviewed in Jul 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is overloading and overriding ? What are locators in Selenium? What is the syntax of xpath locator ? What are the methods to write the test cases? Is it mandatory to have input tag in defining xpath?
  • Ans. 

    Answers to questions related to automation testing using Selenium

    • Overloading is when a method has the same name but different parameters in the same class, while overriding is when a subclass provides its own implementation of a method already defined in its superclass

    • Locators in Selenium are used to identify web elements on a web page

    • The syntax of xpath locator is //tagname[@attribute='value']

    • Methods to write test cas...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do keep your java basics clear and where you use these java concepts in automation.

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Selenium related questions
  • Q2. Sql queries update
Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jul 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 - One-on-one 

(3 Questions)

  • Q1. Api Testing with Rest API
  • Ans. 

    API testing with Rest API involves testing the functionality, performance, and security of API endpoints.

    • Understand the API documentation to identify endpoints, parameters, and expected responses

    • Test different HTTP methods like GET, POST, PUT, DELETE

    • Verify response codes, headers, and payload data

    • Perform boundary value analysis and negative testing

    • Use tools like Postman or RestAssured for automation testing

    • Validate aut...

  • Answered by AI
  • Q2. Programs on Java
  • Q3. Framework and project related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviwer interviewd for 1 hour and not shortlisted as I dont have a skill which I didnt mentioned anywhere in my resume.

Skills evaluated in this interview

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

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Code to print the no of Times the letters present in a string
  • Ans. 

    Code to count the occurrences of each letter in a string and print the result

    • Iterate through each character in the string

    • Use a dictionary to store the count of each letter

    • Print the count of each letter at the end

  • Answered by AI
  • Q2. What are the ways to start a Appium server
  • Ans. 

    Appium server can be started using command line, programmatically in code, or using Appium desktop app.

    • Start Appium server using command line by running 'appium' command

    • Start Appium server programmatically in code using Appium server programmatically in code using AppiumDriverLocalService class

    • Start Appium server using Appium desktop app by launching the app and starting the server

  • Answered by AI
  • Q3. How to run tests parallel for mobile devices
  • Ans. 

    Tests can be run parallel for mobile devices using test automation frameworks like Appium or Espresso.

    • Use test automation frameworks like Appium or Espresso to run tests parallel for mobile devices

    • Leverage cloud-based testing platforms like Sauce Labs or BrowserStack for parallel testing on multiple devices

    • Implement parallel test execution using tools like TestNG or JUnit in combination with Appium or Espresso

    • Utilize d...

  • Answered by AI
  • Q4. How do you automate otp in mobile
  • Ans. 

    Automating OTP in mobile involves using automation tools to interact with the OTP input field and validate the received OTP.

    • Use automation tools like Appium or Espresso to interact with the OTP input field

    • Extract the OTP from the message received on the mobile device

    • Validate the extracted OTP with the OTP input field

    • Handle scenarios where OTP validation fails

  • Answered by AI
  • Q5. What are desired capabilities
  • Ans. 

    Desired capabilities are a set of properties or attributes that define the behavior of a browser or mobile device in Selenium automation testing.

    • Desired capabilities are key-value pairs that are used to configure the WebDriver instances in Selenium.

    • They can be used to set properties like browser name, version, platform, and other settings.

    • For example, setting 'browserName' to 'chrome' will launch the Chrome browser dur

  • Answered by AI
  • Q6. How do you tell appium to run tests on ios or Android devices
  • Ans. 

    To run tests on iOS or Android devices using Appium, specify the platformName capability in desired capabilities.

    • Specify platformName capability as 'iOS' for iOS devices and 'Android' for Android devices

    • Include other necessary desired capabilities like deviceName, platformVersion, appPackage, appActivity, etc.

    • Example: capabilities.setCapability('platformName', 'iOS');

  • Answered by AI
  • Q7. How to set up automation for ios devices
  • Ans. 

    Setting up automation for iOS devices involves using tools like Appium and Xcode for testing mobile applications.

    • Install Xcode on your Mac machine

    • Set up Appium for iOS automation

    • Connect your iOS device to the Mac machine

    • Create test scripts using Appium for iOS apps

    • Execute the test scripts on the connected iOS device

  • Answered by AI

Skills evaluated in this interview

Einfochips Interview FAQs

How many rounds are there in Einfochips Senior Automation Test Engineer interview?
Einfochips interview process usually has 4 rounds. The most common rounds in the Einfochips interview process are Technical, Resume Shortlist and HR.
What are the top questions asked in Einfochips Senior Automation Test Engineer interview?

Some of the top questions asked at the Einfochips Senior Automation Test Engineer interview -

  1. All java basic questions and coding questions related to String and Arr...read more
  2. Purely technical questions related to Selenium, framework and ja...read more

Tell us how to improve this page.

Einfochips Senior Automation Test Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Einfochips Senior Automation Test Engineer Salary
based on 7 salaries
₹9.6 L/yr - ₹20 L/yr
At par with the average Senior Automation Test Engineer Salary in India
View more details
Engineer
233 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Engineer
197 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
172 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
159 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Einfochips with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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