Sdet Engineer

10+ Sdet Engineer Interview Questions and Answers for Freshers

Updated 16 Dec 2024

Popular Companies

search-icon

Q1. What api is called for capturing audio files and what is gradle file

Ans.

The API for capturing audio files is MediaRecorder in Android. Gradle is a build automation tool for Android projects.

  • MediaRecorder API is used for capturing audio files in Android

  • Gradle is a build automation tool used for building, testing, and deploying Android projects

  • Example: MediaRecorder recorder = new MediaRecorder();

  • Example: Gradle file for an Android project is typically named build.gradle

Q2. Code to check if the string meets the password requirements. In built Java functions

Ans.

Code to check if a string meets password requirements using built-in Java functions.

  • Use String class methods like length(), contains(), matches() to check for password requirements.

  • Use regular expressions to validate password requirements such as minimum length, uppercase, lowercase, digits, special characters.

  • Example: String password = "Pass123!"; boolean isValid = password.length() >= 8 && password.matches(".*[A-Z].*") && password.matches(".*[a-z].*") && password.matches("....read more

Q3. Code for nested dictionary Projects related Resume based

Ans.

Code for nested dictionary

  • Use curly braces to define the outer dictionary

  • Use square brackets to define the inner dictionaries

  • Access values using keys

Q4. 1. Printing all Prime Numbers from 1 to N

Ans.

Printing all prime numbers from 1 to N.

  • Iterate from 2 to N and check if each number is prime or not.

  • Use a nested loop to check if a number is divisible by any number less than it.

  • If a number is not divisible by any number less than it, it is a prime number.

  • Print all prime numbers found.

Are these interview questions helpful?

Q5. how to stress test in network

Ans.

Stress testing in network involves simulating high traffic loads to evaluate performance and stability.

  • Use tools like JMeter, LoadRunner, or Apache Bench to generate high traffic loads.

  • Gradually increase the number of concurrent users or requests to find the breaking point.

  • Monitor network performance metrics like latency, throughput, and error rates during the test.

  • Identify bottlenecks or weak points in the network infrastructure and optimize accordingly.

  • Repeat the test multi...read more

Q6. what is meant by selenium

Ans.

Selenium is a popular open-source automation testing tool used for web applications.

  • Selenium is used for automating web browsers.

  • It supports multiple programming languages like Java, Python, C#, etc.

  • Selenium WebDriver is the most commonly used component for writing automation scripts.

  • Selenium Grid is used for parallel execution of test cases across different browsers and operating systems.

Share interview questions and help millions of jobseekers 🌟

man-with-laptop

Q7. what is qa stress testing

Ans.

QA stress testing is a type of testing that evaluates the system's behavior under stressful conditions to ensure its stability and performance.

  • QA stress testing involves putting the system under high load to identify its breaking point.

  • It helps in determining how the system handles heavy traffic, peak loads, and resource exhaustion.

  • The goal of QA stress testing is to uncover potential performance issues, bottlenecks, and weaknesses in the system.

  • Examples of stress testing inc...read more

Q8. what is selenium in testing

Ans.

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

  • Selenium is used for automating web browsers to test web applications.

  • It supports multiple programming languages like Java, C#, Python, etc.

  • Selenium can simulate user interactions like clicking buttons, entering text, etc.

  • It can run tests across different browsers and platforms.

  • Selenium WebDriver is the most commonly used component for writing test scripts.

Sdet Engineer Jobs

Sdet Engineer - Java/Linux 5-10 years
Oracle
3.7
Bangalore / Bengaluru
SDET Engineer 2 2-5 years
COMCAST
4.0
Chennai
CST_Comcast_SDET Engineer _11 December 2024 3-6 years
Diamond pick
4.1
Chennai

Q9. 2. Sorting the Array

Ans.

Sorting an array involves arranging its elements in a specific order.

  • There are various sorting algorithms like bubble sort, insertion sort, quicksort, etc.

  • Sorting can be done in ascending or descending order.

  • Sorting can be done based on different criteria like alphabetical order, numerical order, etc.

Q10. Explain android manifest file

Ans.

Android manifest file is a XML file that contains essential information about the app, such as permissions, activities, services, etc.

  • Contains package name and version code

  • Defines permissions required by the app

  • Lists activities, services, broadcast receivers, etc.

  • Specifies hardware and software requirements

  • Declares app components and their configurations

Q11. Explain Inheritance in C++

Ans.

Inheritance in C++ allows a class to inherit properties and behavior from another class.

  • Inheritance allows for code reusability by creating a new class based on an existing class.

  • Derived class inherits attributes and methods from the base class.

  • Types of inheritance include single, multiple, multilevel, and hierarchical.

  • Example: class Animal is a base class, class Dog is a derived class inheriting from Animal.

Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Interview experiences of popular companies

3.7
 • 10k Interviews
3.9
 • 7.8k Interviews
3.8
 • 5.4k Interviews
4.1
 • 4.9k Interviews
4.4
 • 812 Interviews
4.2
 • 384 Interviews
4.0
 • 308 Interviews
3.8
 • 115 Interviews
3.5
 • 97 Interviews
View all

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary

Sdet Engineer Interview Questions
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter