Upload Button Icon Add office photos
Engaged Employer

i

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

Optimum Infosystem Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Optimum Infosystem Senior Test Engineer Interview Questions and Answers

Updated 7 Jun 2023

Optimum Infosystem Senior Test Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Jun 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 

Selenium usage on how to accomplish automation

Round 3 - Case Study 

Selenium details only again and again

Interview Preparation Tips

Interview preparation tips for other job seekers - They ask smart questions. If you have not done it you cant answer it

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Apr 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical interview with my primary skill set Where all details asked about technology And given one program to do using primary skill
Round 2 - HR 

(1 Question)

  • Q1. Salary Discussion Questions about why to change org And More specific to HR questions About yourself
Round 3 - Managiral 

(1 Question)

  • Q1. Question about last project work About Yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Company is growing with different skillset and domain

I applied via Naukri.com and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. How your Automation Framework is organized ?
  • Ans. 

    Our Automation Framework is organized in a modular and scalable way.

    • We use a Page Object Model design pattern

    • We have separate modules for test data, test scripts, and test reports

    • We use a central configuration file for easy maintenance

    • We have a library of reusable functions

    • We use version control to manage changes

    • We have a clear naming convention for easy identification

  • Answered by AI
  • Q2. Few Algorithm related questions and programs
  • Q3. How is Agile handled in your Project ? Explain each and everything you go through in a Sprint.

Interview Preparation Tips

Interview preparation tips for other job seekers - The Interview was both Technical as well as process based and Managerial conducted in 3 rounds. First one was pure Technical where I was asked questions on Python programming language and Domain knowledge. Next round questions were mostly based on Process. How things move the current project and deliveries were given. Last round was a mix of both Technical stuff and Managerial.

Thankfully, I was able to go through most of the questions and made my way to the Joining.

My advice would be concentrate on all the aspects while working in a project(especially Mid range experience mates. i.e., >=6 Years). DONOT stick only to either Technical things or Management of people because today's market expect Jack of all trades. I won't say you should be master of all the things, however, you should be able to pull off every aspect of the project in the absence of your supervisor.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Mar 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Difference between Hashtable and hashmap?
  • Ans. 

    Hashtable is synchronized while hashmap is not.

    • Hashtable is thread-safe while hashmap is not.

    • Hashtable does not allow null keys or values while hashmap allows one null key and multiple null values.

    • Hashtable is slower than hashmap due to synchronization.

    • Hashtable is a legacy class while hashmap is a newer implementation.

  • Answered by AI
  • Q2. Difference between hashmap and concurrent hashmap?
  • Ans. 

    Hashmap is not thread-safe while Concurrent Hashmap is thread-safe.

    • Hashmap is not suitable for multi-threaded environments as it can lead to race conditions and data inconsistencies.

    • Concurrent Hashmap allows multiple threads to access and modify the map concurrently without any data inconsistencies.

    • Concurrent Hashmap uses a technique called lock striping to achieve thread-safety.

    • Concurrent Hashmap is slower than Hashma...

  • Answered by AI
  • Q3. Jdbc step
  • Q4. Spring ioc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was average they asked questions from core java spring hibernate... And so on..

Skills evaluated in this interview

I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. DS Questions 1. kth largest element. 2. Implement merge sort
  • Q2. Springboot basics, oops, collection api

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepeare DS well

Interview Questionnaire 

2 Questions

  • Q1. 1.Implement merge sort. 2. Kth largest element.
  • Ans. 

    Implement merge sort and find kth largest element in an array.

    • Merge sort is a divide and conquer algorithm that recursively divides the array into two halves, sorts them and then merges them.

    • Kth largest element can be found using quick select algorithm or by sorting the array and returning the kth element from the end.

    • Merge sort has a time complexity of O(nlogn) and space complexity of O(n).

    • Quick select has a time comp...

  • Answered by AI
  • Q2. Springboot RestTemplate, singleton, oops

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Android, Java, Kotlin.
  • Q2. Mvvm architecture, RxJava, jetpack components

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 3 technical round and one HR Round.

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. More questions asked related to selenium and rest assured
  • Q2. Programming question , write a program for reversing words in java
  • Q3. Questions related collections , difference between HashMap and HashTable

Interview Preparation Tips

Interview preparation tips for other job seekers - try to concentrate on basics of java,selenium, and rest assured.

I applied via Naukri.com and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Explain UI Automation Framework
  • Ans. 

    UI Automation Framework is a tool that automates the testing of user interfaces.

    • It allows testers to write scripts that simulate user actions on the UI.

    • It can be used for functional testing, regression testing, and performance testing.

    • Examples include Selenium, Appium, and TestComplete.

  • Answered by AI
  • Q2. 2. API Status codes. DIfferent HTTP methods
  • Ans. 

    API status codes and HTTP methods are important for testing APIs.

    • API status codes indicate the success or failure of an API request.

    • HTTP methods include GET, POST, PUT, DELETE, PATCH, and more.

    • Testing API status codes and HTTP methods ensures proper functionality and error handling.

    • Examples of status codes include 200 (OK), 404 (Not Found), and 500 (Internal Server Error).

    • Examples of HTTP methods include GET (retrieve ...

  • Answered by AI
  • Q3. CSS and XPATH syntax
  • Q4. Java Collections and programs on String manipulation and recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand the framework well and locator strategies. API status codes and different CRUD operations. Core Java concepts and collections

Skills evaluated in this interview

Optimum Infosystem Interview FAQs

How many rounds are there in Optimum Infosystem Senior Test Engineer interview?
Optimum Infosystem interview process usually has 3 rounds. The most common rounds in the Optimum Infosystem interview process are Coding Test, Case Study and Resume Shortlist.

Tell us how to improve this page.

Optimum Infosystem Senior Test Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Optimum Infosystem Senior Test Engineer Salary
based on 12 salaries
₹9.2 L/yr - ₹18 L/yr
24% more than the average Senior Test Engineer Salary in India
View more details

Optimum Infosystem Senior Test Engineer Reviews and Ratings

based on 4 reviews

2.5/5

Rating in categories

2.6

Skill development

3.3

Work-life balance

2.3

Salary

2.3

Job security

2.3

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 4 Reviews and Ratings
Senior Consultant
362 salaries
unlock blur

₹8 L/yr - ₹31.1 L/yr

Consultant
254 salaries
unlock blur

₹4.4 L/yr - ₹18 L/yr

Lead Consultant
100 salaries
unlock blur

₹9.9 L/yr - ₹36 L/yr

Associate Consultant
77 salaries
unlock blur

₹2.8 L/yr - ₹9.2 L/yr

Senior Software Engineer
77 salaries
unlock blur

₹9.2 L/yr - ₹34 L/yr

Explore more salaries
Compare Optimum Infosystem with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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