Embedded Tester
Embedded Tester Interview Questions and Answers
Q1. what is CI/CD and jenkins
CI/CD stands for Continuous Integration/Continuous Deployment. Jenkins is a popular automation server used for CI/CD.
CI/CD is a software development practice where code changes are automatically built, tested, and deployed frequently.
Jenkins is an open-source automation server used for automating the software development process, including building, testing, and deploying applications.
Jenkins allows for the integration of various tools and plugins to automate the entire softw...read more
Q2. difference between list and tuple
List is mutable, tuple is immutable in Python.
List can be modified after creation, tuple cannot.
List uses square brackets [], tuple uses parentheses ().
List is used for collections of items that may change, tuple for fixed collections.
Example: list - [1, 2, 3], tuple - (1, 2, 3)
Embedded Tester Jobs
Interview Questions of Similar Designations
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
Reviews
Interviews
Salaries
Users/Month