Upload Button Icon Add office photos

Filter interviews by

Emertxe Softwaretest Engineer Interview Questions and Answers

Updated 4 May 2022

Emertxe Softwaretest Engineer Interview Experiences

1 interview found

I applied via Company Website and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test was 30 mins basic aptitude and reasoning

Round 2 - Group Discussion 

They will give one topic and one should talk for 1 min.

Round 3 - Technical 

(2 Questions)

  • Q1. Basic c++ question and strengths and weakness
  • Q2. What is oops,what is a linked list,what are pointers,what is copy constructor etc
  • Ans. 

    OOPs is a programming paradigm based on the concept of objects. Linked list is a data structure. Pointers are variables that store memory addresses. Copy constructor creates a new object by copying an existing object.

    • OOPs is based on objects

    • Linked list is a data structure

    • Pointers store memory addresses

    • Copy constructor creates new object by copying existing object

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - just learn about your resume and projects.

Skills evaluated in this interview

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour of aptitude with 40 questions

Round 2 - One-on-one 

(1 Question)

  • Q1. Consists of GD and they ask us to introduce ourselves

Interview Preparation Tips

Topics to prepare for QSpiders Softwaretest Engineer interview:
  • Communication Skills
  • Aptitude
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Assignment 

Prepare test cases for for winzip

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

I applied via Walk-in and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Advanced Java coding

Round 2 - Technical 

(2 Questions)

  • Q1. Entire core Java arrays and strings
  • Ans. 

    Core Java arrays and strings are fundamental data structures used for storing and manipulating data in Java programming.

    • Arrays in Java are used to store multiple values of the same data type in a single variable.

    • Strings in Java are objects that represent sequences of characters.

    • Arrays and strings in Java are both indexed collections, with arrays being mutable and strings being immutable.

    • Example: String[] names = {"Alic

  • Answered by AI
  • Q2. Java collections and Framework
Round 3 - Technical 

(2 Questions)

  • Q1. Some coding and framework
  • Q2. REST assured and API

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare what ever you mention in the CV If you get shortlisted

Skills evaluated in this interview

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Coding question: Given a sorted array of numbers. All numbers have freq of 2 in array except one number. Find that number with T.C of logn
  • Ans. 

    Find the single number in a sorted array with frequency of 2 for all other numbers.

    • Use binary search to find the number with different frequency.

    • Check if the mid element is at even or odd index to determine which side to search next.

    • Example: Input array [1, 1, 2, 2, 3, 3, 4, 4, 5] should return 5.

  • Answered by AI
  • Q2. Print left view of tree
  • Ans. 

    Print the left view of a tree by traversing the tree from left to right at each level

    • Traverse the tree using level order traversal

    • Print the first node at each level encountered during traversal

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

(2 Questions)

  • Q1. Detailed discussion on projects
  • Q2. Questions on O.S like about deadlocks,etc..

Skills evaluated in this interview

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

I applied via Indeed and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. About myself and my working skills and my previous experience
  • Q2. What is expected salary
  • Q3. Are willing to reloacte
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals

    • I have relocated for previous job opportunities and am comfortable with the process

    • I understand the importance of being flexible and adaptable in the tech industry

  • Answered by AI
Round 2 - Coding Test 

C#,Dotnet MVC,Webform ,sql server, write code ,they give task ask about and explanation.

Round 3 - HR 

(2 Questions)

  • Q1. Policy term and conditions and expectation
  • Q2. Why i am leaving privious organization

Interview Preparation Tips

Interview preparation tips for other job seekers - Good experience about my interview and job at chandigarh university
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The first round was aptitude and it has 3 sections

Round 2 - Coding Test 

They gave coding regarding java

Round 3 - Technical 

(2 Questions)

  • Q1. Tell about Oops concepts
  • Ans. 

    OOPs concepts are fundamental principles in object-oriented programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class. Example: class Dog extends Animal.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: private variables and public methods.

    • Polymorphism: Ability to present...

  • Answered by AI
  • Q2. Difference between method overloading and method overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Method overloading is resolved at compile time based on the method signature, while method overriding is resolved at runtime based on the object type.

    • Method overloading is used to provide different ...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. DB Schema Design
Round 2 - Technical 

(1 Question)

  • Q1. REST API, SQL and SOLID Principles
Round 3 - Technical 

(1 Question)

  • Q1. Resume Based Round with Manager
Round 4 - HR 

(1 Question)

  • Q1. It was basically a salary negotiation round.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Medium leetcode question on graph was given by third party interviewer BarRaiser

Interview Preparation Tips

Topics to prepare for ALLEN Career Institute Senior Software Engineer interview:
  • Data Structures
  • Algorithms
Interview preparation tips for other job seekers - Prepare DSA questions on tree and graphs

Interview Preparation Tips

Round: Group Discussion
Experience: They check my skills also my mind skills with cross questioning
Tips: Consentration on questions

Round: Problem Statement
Experience: They check my skills also my mind skills with cross questioning
Tips: Consentration on questions

Emertxe Interview FAQs

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

Some of the top questions asked at the Emertxe Softwaretest Engineer interview -

  1. what is oops,what is a linked list,what are pointers,what is copy constructor e...read more
  2. basic c++ question and strengths and weakn...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

upGrad Interview Questions
3.7
 • 205 Interviews
Simplilearn Interview Questions
3.2
 • 99 Interviews
ABCD Interview Questions
3.9
 • 84 Interviews
NIIT Interview Questions
3.6
 • 83 Interviews
QSpiders Interview Questions
3.5
 • 75 Interviews
View all
Trainee
5 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Embedded Trainee
4 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Intern
3 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Explore more salaries
Compare Emertxe with

Manipal ProLearn

5.0
Compare

NIIT

3.6
Compare

Edureka

3.2
Compare

upGrad

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