Upload Button Icon Add office photos

Filter interviews by

Metalbook Sdet Engineer Interview Questions and Answers

Updated 26 Nov 2024

Metalbook Sdet Engineer Interview Experiences

1 interview found

Sdet Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Nov 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write program to find long unique string
  • Ans. 

    Program to find the longest unique string in an array of strings

    • Iterate through each string in the array

    • For each string, create a set to store unique characters

    • Check each character in the string and add it to the set if it's not already present

    • Keep track of the length of the current unique string and update the longest unique string found so far

    • Return the longest unique string

  • Answered by AI
  • Q2. Write a program to remove duplicate number from array
  • Ans. 

    Program to remove duplicate numbers from array of strings

    • Iterate through the array and store each element in a set to keep track of unique elements

    • If an element is already in the set, remove it from the array

    • Return the array with duplicates removed

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Sdet Engineer Interview Questions & Answers

Accenture user image AKANKSHA JAISWAL

posted on 28 Nov 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Apt and coding test was in first

Round 2 - Coding Test 

2 coding questions was ask

Round 3 - One-on-one 

(2 Questions)

  • Q1. It was on your resume question
  • Q2. Hr questions was asked in interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

1hr,all basic topics

Round 2 - Coding Test 

2hrs,arrays,strings,dp,linkedlist

Interview Preparation Tips

Interview preparation tips for other job seekers - read well
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain different waits in selenium
  • Ans. 

    Different waits in Selenium include implicit wait, explicit wait, and fluent wait.

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

    • Explicit wait: Waits for a certain condition to occur before proceeding further in the code.

    • Fluent wait: Waits for a condition to be true with a specified frequency of checking.

    • Example: driver.manage().timeouts().implicitlyWait(10, TimeUnit.SECONDS)

  • Answered by AI
  • Q2. What are SQL joins explain them
  • Ans. 

    SQL joins are used to combine rows from two or more tables based on a related column between them.

    • SQL joins are used to retrieve data from multiple tables based on a related column.

    • Types of SQL joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RIGH...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 QUESTIONS CODING QUESTIONS FOR SOLVING

Round 2 - Aptitude Test 

REASIONING ,LOGICAL , VERBAL ,NON VERBAL ,ENGLISH , COMMUNICATION

Interview Preparation Tips

Interview preparation tips for other job seekers - MAKE APPTITUDE STRONG
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Normal coding questions

Round 2 - Gaming round 

(1 Question)

  • Q1. Gaming Round ctitical thinking
Round 3 - Technical 

(1 Question)

  • Q1. Normal coding questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

20 mins based on aptitude

Round 2 - Coding Test 

90 min based on DSA

Interview Preparation Tips

Topics to prepare for Accenture Sdet Engineer interview:
  • DSA
Interview preparation tips for other job seekers - Self-Assessment: Take time to understand your skills, strengths, weaknesses, and interests. Knowing yourself well will help you target suitable positions and industries.
Research: Explore various industries, companies, and job roles. Research market trends, company culture, and job requirements to align your goals with opportunities available.
Networking: Build and maintain professional relationships. Attend networking events, join industry-specific groups or online forums, and leverage social media platforms like LinkedIn to connect with professionals in your field.
Resume and Cover Letter: Tailor your resume and cover letter for each job application. Highlight relevant experiences, skills, and accomplishments that align with the job requirements. Keep them concise, clear, and error-free.
Interview Preparation: Practice common interview questions and scenarios. Research the company and its culture, prepare questions to ask the interviewer, and be ready to articulate how your skills and experiences make you a good fit for the role.
Continuous Learning: Stay updated with industry trends, advancements, and new technologies. Consider taking courses, attending workshops, or obtaining certifications to enhance your skill set and marketability.
Flexibility and Persistence: Be open to new opportunities and willing to adapt to changing circumstances. Job searching can be challenging and may require perseverance. Stay positive, maintain a routine, and seek support from friends, family, or career counselors if needed.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

DSA
1hour
Hackerrank

Round 2 - Technical 

(1 Question)

  • Q1. Resume based + oops
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

All questions were based on class 10th mathematics.

Round 2 - Coding Test 

Array and string related problem

Round 3 - Technical 

(2 Questions)

  • Q1. Array,String,Linked list problem
  • Q2. Question based on previous project work

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared of dsa before appearing for 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 before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was easy interview

Round 2 - Technical 

(2 Questions)

  • Q1. LinkedIn list, reverse list
  • Q2. Array pr question , duplicate elements

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Metalbook Interview FAQs

How many rounds are there in Metalbook Sdet Engineer interview?
Metalbook interview process usually has 1 rounds. The most common rounds in the Metalbook interview process are Technical.
What are the top questions asked in Metalbook Sdet Engineer interview?

Some of the top questions asked at the Metalbook Sdet Engineer interview -

  1. Write a program to remove duplicate number from ar...read more
  2. write program to find long unique str...read more

Tell us how to improve this page.

Metalbook Sdet Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Sdet Engineer Interview Questions from Similar Companies

View all
Area Sales Manager
5 salaries
unlock blur

₹6.5 L/yr - ₹14.4 L/yr

Manager
4 salaries
unlock blur

₹7.5 L/yr - ₹14 L/yr

Sales Manager
4 salaries
unlock blur

₹9 L/yr - ₹10 L/yr

Assistant Manager
3 salaries
unlock blur

₹6.5 L/yr - ₹8.5 L/yr

Senior Manager
3 salaries
unlock blur

₹12 L/yr - ₹26 L/yr

Explore more salaries
Compare Metalbook with

Steelcase Asia Pacific Holdings India

3.7
Compare

Herman Miller

4.2
Compare

Godrej Interio

3.9
Compare

Featherlite

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