Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Egniol Services Private Limited Team. If you also belong to the team, you can get access from here

Egniol Services Private Limited Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Egniol Services Private Limited Softwaretest Engineer Interview Questions and Answers

Updated 8 Aug 2024

Egniol Services Private Limited Softwaretest Engineer Interview Experiences

1 interview found

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

Coding on C# which is completely based on DSA

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA which helps you to go forward in interview

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic test difficulty level was decent. Mathematics and reasoning based.

Round 2 - Coding Test 

Coding questions on basic DSA . Difficulty level was medium

Interview Preparation Tips

Interview preparation tips for other job seekers - Study hard and never give up. You will make it to your dream company. Just try to gain practical experience by internships or projects.

I applied via AmbitionBox and was interviewed in Jun 2022. 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 Resume tips
Round 2 - Coding Test 

C , Java programing languages

Round 3 - Aptitude Test 

Logical reasoning, critical thinking

Round 4 - HR 

(2 Questions)

  • Q1. About company details
  • Q2. About myself and education qualifications

Interview Preparation Tips

Topics to prepare for HCLTech Softwaretest Engineer interview:
  • Reasoning
Interview preparation tips for other job seekers - Logical thinking and problem solving, flexibility, adaptability, friendly nature, pasanse, heard work, quick learner
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Explain your framework structure
  • Ans. 

    My framework structure is based on a modular approach with reusable components and clear separation of concerns.

    • Modular design with separate modules for different functionalities

    • Reusable components to avoid duplication of code

    • Clear separation of concerns for easy maintenance and scalability

  • Answered by AI
  • Q2. What are waits in selenium you use in your project
  • Ans. 

    Waits in Selenium are used to ensure that the automation script waits for a certain condition to be met before proceeding.

    • Implicit Wait: Waits for a certain amount of time before throwing a NoSuchElementException.

    • Explicit Wait: Waits for a certain condition to be met before proceeding.

    • Fluent Wait: Waits for a condition with a specified frequency of checking.

    • Thread.sleep(): Pauses the script execution for a specified am

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Core JAVA in depth including Algorithms
Round 2 - Technical 

(1 Question)

  • Q1. Design patterns, Java basic in depth
Round 3 - HR 

(1 Question)

  • Q1. Why you want to Join
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is Selenium?
  • Ans. 

    Selenium is a popular open-source tool used for automating web browsers.

    • Selenium supports multiple programming languages like Java, Python, and C#.

    • It can automate web browsers across different platforms like Windows, Mac, and Linux.

    • Selenium can be used for functional testing, regression testing, and browser compatibility testing.

    • It allows users to write test scripts in a variety of formats such as HTML, Java, C#, and P

  • Answered by AI
  • Q2. What is cucumber framework?
  • Ans. 

    Cucumber is a testing framework that supports Behavior Driven Development (BDD) by allowing tests to be written in plain text.

    • Cucumber uses Gherkin syntax to define test cases in a human-readable format

    • It allows collaboration between technical and non-technical team members

    • Cucumber tests are written in feature files with scenarios and steps

    • It integrates with various programming languages like Java, Ruby, etc.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the basics, and your last company insights

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 were 2 interview rounds.

Round 1 - Coding Test 

Find the dominations

Round 2 - Technical 

(2 Questions)

  • Q1. Implement min stack
  • Ans. 

    Implement a stack that supports finding the minimum element in constant time.

    • Create a stack to store elements and another stack to store minimum values.

    • When pushing an element, check if it is smaller than the current minimum and push it to the min stack if so.

    • When popping an element, check if it is the current minimum and pop from the min stack if so.

    • To get the minimum element, simply return the top element of the min

  • Answered by AI
  • Q2. Find the lca of a given nodes
  • Ans. 

    The lowest common ancestor (LCA) of two nodes in a tree is the shared ancestor that is located farthest from the root.

    • Traverse the tree from the root to find the paths from the root to each node.

    • Compare the paths to find the last common node between the two paths, which is the LCA.

    • If one node is an ancestor of the other, return that node as the LCA.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - it was good

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between STLC AND SDLC
  • Ans. 

    STLC is a subset of SDLC that focuses on the testing phase of software development.

    • STLC stands for Software Testing Life Cycle.

    • SDLC stands for Software Development Life Cycle.

    • STLC is a subset of SDLC that focuses on the testing phase of software development.

    • SDLC encompasses all the phases of software development including requirements gathering, design, coding, testing, and maintenance.

    • STLC includes activities like tes...

  • Answered by AI
  • Q2. Difference between regression, retesting and sanity
  • Ans. 

    Regression tests changes in existing functionality, retesting tests fixed defects, and sanity tests basic functionality.

    • Regression testing ensures that changes in code do not affect existing functionality.

    • Retesting is done to ensure that defects have been fixed and do not reoccur.

    • Sanity testing is a quick check to ensure that basic functionality is working as expected.

    • Regression and retesting are usually done after cha...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Test case writing about any product or area
  • Q2. Bug finding from any product or area
  • Ans. 

    Bug finding involves thorough testing and analysis of the product or area.

    • Conducting various types of testing such as functional, regression, and performance testing

    • Using tools like JIRA, Bugzilla, and Selenium for bug tracking and reporting

    • Collaborating with developers and stakeholders to understand the product and its requirements

    • Analyzing logs and error messages to identify the root cause of the bug

    • Reproducing the b...

  • Answered by AI
Round 3 - HR 

(7 Questions)

  • Q1. What are your strengths and weaknesses?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Why should we hire you?
  • Q6. Why are you looking for a change?
  • Q7. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare about basic things need for Tester

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Coding test and self introduction

Interview Preparation Tips

Interview preparation tips for other job seekers - One the most top Mnc company
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

The test was conducted on Hackerrank platform. It had 2 sections. First section had 6 coding questions. Second section had 10 McQs that checked our CS fundamentals. Overall the difficulty level was moderate to hard level.

Round 2 - Technical 

(1 Question)

  • Q1. 1. Few questions on the projects like the purpose and tech stack. 2. Process concepts. 3. Segmentation and fragmentation. 4. Delete elements from linked list 5. Bit manipulation 6. little endian to big end...
Round 3 - HR 

(2 Questions)

  • Q1. Basic questions related to family and hobbies
  • Q2. Question from Resume based on skills and tools mentioned in it

Interview Preparation Tips

Topics to prepare for IBM Softwaretest Engineer interview:
  • Array
  • Linked list
  • OS
  • bit manipulation
Interview preparation tips for other job seekers - Be thorough in your fundamentals and confident enough while answering.
Contribute & help others!
anonymous
You can choose to be anonymous

Egniol Services Private Limited Interview FAQs

How many rounds are there in Egniol Services Private Limited Softwaretest Engineer interview?
Egniol Services Private Limited interview process usually has 1 rounds. The most common rounds in the Egniol Services Private Limited interview process are Coding Test.

Recently Viewed

LIST OF COMPANIES

The Hi-tech Robotic Systemz

Locations

INTERVIEWS

Johnson Controls

No Interviews

INTERVIEWS

Games24x7

No Interviews

INTERVIEWS

Head Digital Works

No Interviews

INTERVIEWS

AmbitionBox

No Interviews

INTERVIEWS

SKH Metals

No Interviews

INTERVIEWS

Relaxo Footwear

No Interviews

JOBS

Frauscher Sensor Technology

No Jobs

JOBS

Frauscher Sensor Technology

No Jobs

INTERVIEWS

Wells Fargo

No Interviews

Tell us how to improve this page.

Egniol Services Private Limited Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more
Business Development Manager
117 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Financial Analyst
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Development Executive
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Bdm Executive
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Analyst
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Egniol Services Private Limited with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent