Upload Button Icon Add office photos

Filter interviews by

Irdeto Test Engineer Interview Questions and Answers

Updated 6 May 2017

Irdeto Test Engineer Interview Experiences

1 interview found

I was interviewed before May 2016.

Interview Questionnaire 

7 Questions

  • Q1. Tell me about yourself
  • Q2. Have you worked on any live project?
  • Q3. What is the different between analog and digital communication and which is better?
  • Ans. 

    Analog communication uses continuous signals while digital communication uses discrete signals.

    • Analog communication uses continuous signals to transmit information while digital communication uses discrete signals.

    • Analog communication is based on the variation of continuous physical quantities like voltage, current, or frequency, while digital communication is based on binary code.

    • Analog communication is more susceptib...

  • Answered by AI
  • Q4. What is Modulation and its type Explain with diagram ?
  • Ans. 

    Modulation is the process of varying a carrier signal's properties to transmit information.

    • Modulation is used to transfer information through a carrier signal.

    • It involves varying one or more properties of the carrier signal.

    • Types of modulation include amplitude modulation (AM), frequency modulation (FM), and phase modulation (PM).

    • AM modulates the carrier signal's amplitude to encode information.

    • FM modulates the carrier...

  • Answered by AI
  • Q5. You are current intern in Wipro so on what project you are working could you please explain it ?
  • Q6. On which topic you have given presentation in international conference ?
  • Q7. Explain cellular communication?
  • Ans. 

    Cellular communication is a technology that allows devices to communicate wirelessly using cellular networks.

    • Cellular communication uses radio waves to transmit and receive data between devices and cellular towers.

    • It enables voice calls, text messaging, and internet access on mobile devices.

    • Cellular networks are divided into cells, each served by a base station or tower.

    • Devices connect to the nearest tower, and as they...

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Tips: Your resume must be different from others because its your blueprint

Round: Test
Experience: Paper mainly consists of networking , digital communication ,analog communication and basics of electronic
Tips: All questions were from Indiabix.com
Duration: 30 minutes
Total Questions: 30

Round: Technical Interview
Tips: P.S : Be truthful and straight forward

Round: HR Interview
Tips: Be truthful and straight forward

Skills: Confidence, Attitude, Knowledge Of Basic Digital Circuits, Knowledge Gained Through Recent Research Project, Analog Communication, Clear Communication, Interpersonal Communication, Personality

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Explain about your project
  • Ans. 

    Developed a test automation framework for a web application

    • Designed and implemented test cases using Selenium WebDriver

    • Integrated the framework with Jenkins for continuous integration

    • Performed regression testing and reported bugs using Jira

  • Answered by AI
  • Q2. What are Action modes
  • Ans. 

    Action modes are different modes in which an action can be performed in a software application.

    • Action modes define how a specific action will be executed within the software.

    • Examples of action modes include edit mode, view mode, delete mode, etc.

  • Answered by AI
  • Q3. What is wait on
  • Q4. Data base connection
  • Q5. Recovery scenario
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Performance testing entry & exit criteria
  • Q2. Performance tuning questions
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. How to switch to frame
  • Ans. 

    To switch to a frame in test automation, use the switchTo() method in Selenium WebDriver.

    • Use driver.switchTo().frame() method to switch to a frame by index, name, or WebElement.

    • To switch back to the default content, use driver.switchTo().defaultContent().

    • Make sure the frame is present and loaded before switching to it.

  • Answered by AI
  • Q2. Write a program to reverse a string
  • Ans. 

    Program to reverse a string using array of characters

    • Create an array of characters to store the input string

    • Iterate through the input string and store each character in the array

    • Iterate through the array in reverse order to construct the reversed string

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Create table in sql using insert
  • Ans. 

    To create a table in SQL using INSERT, you need to first create the table structure and then insert data into it.

    • Create a table using CREATE TABLE statement with column names and data types

    • Insert data into the table using INSERT INTO statement with values for each column

    • Example: CREATE TABLE employees (id INT, name VARCHAR(50)); INSERT INTO employees VALUES (1, 'John')

  • Answered by AI
  • Q2. Create alter command
  • Ans. 

    The ALTER command is used to modify an existing database object in SQL.

    • Use ALTER TABLE to modify a table structure

    • Use ALTER INDEX to modify an index

    • Use ALTER VIEW to modify a view

    • Use ALTER PROCEDURE to modify a stored procedure

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Tell me about yourself
  • Ans. 

    I am a dedicated Test Engineer with a strong background in software testing and quality assurance.

    • Experienced in creating test plans, test cases, and executing tests

    • Proficient in using testing tools such as Selenium, JIRA, and TestRail

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

    • Excellent communication and teamwork abilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - best

Skills evaluated in this interview

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

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fibonacci seriers
  • Q2. Oops concepts java
Round 2 - Technical 

(2 Questions)

  • Q1. Find min and max number in an array
  • Ans. 

    Find min and max number in an array of strings

    • Convert array elements to integers for comparison

    • Use built-in functions like Math.min() and Math.max()

    • Handle edge cases like empty array or non-numeric elements

  • Answered by AI
  • Q2. Test scenario for elevator
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. Details about you and profile
Round 2 - Technical 

(3 Questions)

  • Q1. Quality testing related questions
  • Q2. Describe automation framework
  • Ans. 

    Automation framework is a set of guidelines, coding standards, concepts, processes, practices, tools, and utilities that help in developing and executing automated tests.

    • Provides structure and organization for automated testing

    • Defines rules and best practices for test automation

    • Includes libraries, utilities, and tools for test script development and execution

    • Supports integration with test management tools and CI/CD pip...

  • Answered by AI
  • Q3. Brief day to day activities
  • Ans. 

    Day to day activities include writing test cases, executing tests, analyzing results, reporting bugs, and collaborating with developers.

    • Write test cases based on requirements

    • Execute test cases manually or using automation tools

    • Analyze test results and report bugs

    • Collaborate with developers to resolve issues

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic jave selenium api automation
  • Q2. Strings and array programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Simple stick with basica
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 

(2 Questions)

  • Q1. What is regression testing?
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing features still work correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • Regress...

  • Answered by AI
  • Q2. What is sanity?
  • Ans. 

    Sanity in software testing refers to a quick round of testing to ensure that the code changes have not adversely affected the existing functionality.

    • Sanity testing is a subset of regression testing and is usually performed after a small code change or bug fix.

    • It focuses on testing the most critical functionalities of the application to ensure they still work as expected.

    • Sanity testing is not exhaustive and is meant to ...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. It was salary discussion
  • Q2. It was about relocating

Interview Preparation Tips

Topics to prepare for CGI Group Test Engineer interview:
  • Sanity Testing
Interview preparation tips for other job seekers - Stay confident

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is black box testing
  • Ans. 

    Black box testing is a software testing method where the internal structure/design of the system being tested is not known to the tester.

    • Tests are conducted based on the system's specifications and requirements.

    • Focus is on the functionality of the system rather than its internal workings.

    • Testers do not have access to the source code.

    • Examples include equivalence partitioning, boundary value analysis, and error guessing.

  • Answered by AI
  • Q2. What is non functional testing
  • Ans. 

    Non functional testing is testing the aspects of a system that do not relate to specific behaviors or functions.

    • Non functional testing focuses on aspects like performance, usability, reliability, scalability, and security.

    • It ensures that the system meets the required quality standards in terms of speed, user experience, stability, capacity, and protection against threats.

    • Examples include load testing to check performan...

  • Answered by AI
Round 2 - Coding Test 

Find the duplicate of letters in a word

Skills evaluated in this interview

Irdeto Interview FAQs

What are the top questions asked in Irdeto Test Engineer interview?

Some of the top questions asked at the Irdeto Test Engineer interview -

  1. What is the different between analog and digital communication and which is bet...read more
  2. What is Modulation and its type Explain with diagra...read more
  3. Explain cellular communicati...read more

Tell us how to improve this page.

Irdeto Test Engineer Salary
based on 11 salaries
₹6.8 L/yr - ₹12.2 L/yr
69% more than the average Test Engineer Salary in India
View more details
Software Engineer
34 salaries
unlock blur

₹6.8 L/yr - ₹19 L/yr

Senior Software Engineer
21 salaries
unlock blur

₹16.4 L/yr - ₹30 L/yr

Senior Test Engineer
13 salaries
unlock blur

₹10.1 L/yr - ₹17 L/yr

Test Engineer
11 salaries
unlock blur

₹6.8 L/yr - ₹12.2 L/yr

Project Manager
7 salaries
unlock blur

₹12 L/yr - ₹37 L/yr

Explore more salaries
Compare Irdeto with

Verimatrix

4.0
Compare

Nagra

4.8
Compare

Conax

3.0
Compare

Kudelski Group

5.0
Compare

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
Did you find this page helpful?
Yes No
write
Share an Interview