Upload Button Icon Add office photos

Filter interviews by

Position2 Softwaretest Engineer Interview Questions and Answers

Updated 14 Jun 2023

Position2 Softwaretest Engineer Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 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 - HR 

(5 Questions)

  • Q1. Self introduction
  • Q2. Reallocate Self interests
  • Q3. Skills you have
  • Q4. What you want do either engineering
  • Q5. Nothing as more than these questions

Interview Preparation Tips

Topics to prepare for Position2 Softwaretest Engineer interview:
  • Javascript
  • Database
Interview preparation tips for other job seekers - B
Please check and update your resume

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is ETL, and can you explain it in a structured manner?
  • Ans. 

    ETL stands for Extract, Transform, Load. It is a process used to extract data from various sources, transform it into a consistent format, and load it into a target database or data warehouse.

    • Extract: Involves extracting data from different sources such as databases, files, APIs, etc.

    • Transform: Data is cleaned, validated, and transformed into a consistent format suitable for analysis.

    • Load: The transformed data is loade...

  • Answered by AI
  • Q2. What is the correct structure of a DBMS diagram?
  • Ans. 

    The correct structure of a DBMS diagram includes entities, attributes, relationships, and keys.

    • Entities represent the main objects in the database (e.g. Customer, Product).

    • Attributes are characteristics of entities (e.g. CustomerID, ProductName).

    • Relationships show how entities are related to each other (e.g. one-to-many, many-to-many).

    • Keys uniquely identify each record in a table (e.g. Primary Key, Foreign Key).

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Strengths,weakness,why do we hire you, what are your hobbies
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected
Round 1 - Coding Test 

Intermediate DSA questions on strings

Round 2 - Case Study 

It's bit about the case study related to continuos data and need to find the n highest number at any given time .

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with the questions on LinkedIn list, trees, hashing , string .and be confident.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is a bloom filter in hbase ?
  • Ans. 

    A bloom filter in HBase is a data structure used to test whether a given element is a member of a set.

    • Bloom filters are used to reduce the number of disk reads in HBase by quickly determining if a row may exist in a table.

    • They are implemented as a compact array of bits, with multiple hash functions used to map elements to bits.

    • Bloom filters can produce false positives but not false negatives, making them useful for pre...

  • Answered by AI
  • Q2. Write a query to remove duplicate rows in pyspark based on primary key.
  • Ans. 

    Use dropDuplicates() function in pyspark to remove duplicate rows based on primary key.

    • Use dropDuplicates() function on the DataFrame with the primary key column specified.

    • Specify the subset parameter in dropDuplicates() to specify the primary key column.

    • Example: df.dropDuplicates(['primary_key_column'])

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Revise pyspark and sql really well

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Javascript related
Round 2 - Technical 

(1 Question)

  • Q1. Javascript related concepts
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Feb 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 - Technical 

(2 Questions)

  • Q1. Some basic inheritance and overloading questions
  • Q2. Prepare for interface with same methods in one base class

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for overloading and inheritance with interface concept for calling method present in both interfaces with same name
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Role check
  • Q2. Tech stackP
Round 2 - Technical 

(2 Questions)

  • Q1. Project based questions
  • Q2. AWS related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Basic JavaScript and React.js questions
  • Q2. Questions on functions, hooks and DOM
  • Q3. Questions on SSR
  • Q4. Questions on strings and arrays
Round 2 - Coding Test 

Api related questions

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 Jan 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Group Discussion 

Group discussion is very important thing.

Round 3 - HR 

(5 Questions)

  • Q1. HR round is very easy.
  • Q2. Just hard and smart work for.
  • Q3. What is requirement.
  • Ans. 

    A requirement is a specific need or expectation that must be met in order to achieve a desired outcome.

    • A requirement is a statement of what a product or service must do or how it must perform.

    • Requirements can be functional (what the product must do) or non-functional (how well it must do it).

    • Requirements should be clear, concise, and measurable.

    • Examples of requirements include: the ability to save and retrieve data, a ...

  • Answered by AI
  • Q4. What is your strength.
  • Ans. 

    My strength is problem-solving and analytical thinking.

    • I have a strong ability to analyze complex problems and break them down into manageable components.

    • I excel at finding innovative solutions and thinking outside the box.

    • I am skilled in debugging and troubleshooting software issues.

    • I have a solid understanding of algorithms and data structures.

    • I am experienced in optimizing code for performance and efficiency.

  • Answered by AI
  • Q5. What is your weekness.
  • Ans. 

    My weakness is that I tend to be too detail-oriented, which can sometimes slow down my progress.

    • I have a tendency to get caught up in the small details and can spend too much time on them.

    • I often find myself double-checking my work to ensure accuracy.

    • I sometimes struggle with prioritizing tasks because I want to make sure everything is perfect.

    • I am actively working on improving my time management skills to balance atte

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard keep patience. Everything is Possible so just you can do it.

I applied via Jobsforher and was interviewed in Aug 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts, angular, SQL, design patterns questions
Round 2 - Technical 

(1 Question)

  • Q1. Scenario based technical questions design patterns n real world problems
Round 3 - HR 

(1 Question)

  • Q1. Casual discussion on compensation

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with technical concepts. All the best!!!

Position2 Interview FAQs

How many rounds are there in Position2 Softwaretest Engineer interview?
Position2 interview process usually has 2 rounds. The most common rounds in the Position2 interview process are Resume Shortlist and HR.

Tell us how to improve this page.

Position2 Softwaretest Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Iris Software Interview Questions
4.1
 • 137 Interviews
TO THE NEW Interview Questions
3.7
 • 130 Interviews
Nielsen Interview Questions
3.7
 • 116 Interviews
BCD Travel Interview Questions
4.4
 • 106 Interviews
R.R. Donnelley Interview Questions
3.9
 • 99 Interviews
G4S Interview Questions
4.0
 • 95 Interviews
SGS Interview Questions
3.9
 • 91 Interviews
Epsilon Interview Questions
4.0
 • 89 Interviews
Annalect Interview Questions
3.5
 • 67 Interviews
Publicis Interview Questions
3.7
 • 54 Interviews
View all
Web Developer
13 salaries
unlock blur

₹2.6 L/yr - ₹3.6 L/yr

Marketing Automation Specialist
7 salaries
unlock blur

₹6.8 L/yr - ₹9.5 L/yr

Project Manager
4 salaries
unlock blur

₹6 L/yr - ₹15 L/yr

Associate Product Manager
4 salaries
unlock blur

₹8 L/yr - ₹10 L/yr

Digital Marketing Trainee
4 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Position2 with

Dentsu Webchutney

3.8
Compare

WATConsult

3.3
Compare

Interactive Avenues

3.7
Compare

Resultrix

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