Upload Button Icon Add office photos

Filter interviews by

Irdeto Interview Questions and Answers

Updated 14 Sep 2024

Irdeto Interview Experiences

Popular Designations

3 interviews found

I was interviewed before May 2016.

Interview Questionnaire 

7 Questions

  • 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 and test cases

    • Proficient in automated testing tools such as Selenium

    • Skilled in identifying and documenting software defects

    • Strong analytical and problem-solving skills

  • Answered by AI
  • Q2. Have you worked on any live project?
  • Ans. 

    Yes, I have worked on multiple live projects as a Test Engineer.

    • I have experience working on testing various web applications and mobile apps

    • I have conducted test cases, reported bugs, and collaborated with developers to resolve issues

    • I have worked on automation testing using tools like Selenium and Appium

    • I have experience with performance testing using tools like JMeter

  • Answered by AI
  • 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 ?
  • Ans. 

    I am currently working on a project at Wipro that involves testing a new software application for a client in the finance industry.

    • Testing different functionalities of the software application

    • Identifying and reporting bugs or issues

    • Collaborating with developers to resolve issues

    • Creating test cases and test plans

    • Ensuring the software meets client requirements

  • Answered by AI
  • Q6. On which topic you have given presentation in international conference ?
  • Ans. 

    I have given a presentation on 'Software Testing Techniques' at an international conference.

    • Discussed various software testing methodologies and best practices

    • Shared case studies and real-world examples of successful testing strategies

    • Highlighted the importance of continuous testing in software development

    • Received positive feedback and engagement from the audience

  • Answered by AI
  • 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

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Dfdsjkfjdsakfjlkdsajflkasjflk
  • Q2. Sfdsdfkasjfkjaskfljlkdsajflksadjf

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 4 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 

(2 Questions)

  • Q1. General Screening and culture fit.
  • Q2. Why do you want to move
  • Ans. 

    I want to move to explore new opportunities and challenges in my career.

    • Seeking a more challenging role

    • Looking for a change in work environment

    • Interested in learning new technologies

    • Want to work on larger projects

    • Seeking better career growth opportunities

  • Answered by AI
Round 3 - Coding Test 

Hacker Rank Assessment 2 DS question 1 SQL

Round 4 - Group Discussion 

Discussion on the coding test general round

Interview Preparation Tips

Interview preparation tips for other job seekers - Get yourself referred only way to get past resume screening.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jul 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude test on CS subjects like C programming, DBMS, CN, and OS.

Round 2 - Coding Test 

There were 2 input-output based questions of easy to moderate level

Round 3 - Group Discussion 

Every candidate was given an individual topic and was asked to speak on it

Round 4 - HR 

(1 Question)

  • Q1. Some typical HR questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with basic CS subjects you will be able to clear all rounds with ease.

I applied via Company Website and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude, reasoning, English, cloud sections

Round 2 - Coding Test 

2 questions in which , one has to complete within an 50 minutes

Round 3 - Communication assessment 

(2 Questions)

  • Q1. Tell me about t Yourself
  • Q2. What are the previous experiences

Interview Preparation Tips

Topics to prepare for Accenture Associate Software Engineer interview:
  • Java
  • SQL
  • Agile Methodology
  • SDLC
Interview preparation tips for other job seekers - Be confident
Keep it just and short
Explain more about your experiences

Interview Questionnaire 

4 Questions

  • Q1. Write a C code for printing Febonacci Series upto n elements
  • Ans. 

    C code for printing Fibonacci Series upto n elements

    • Declare three variables to store the current, previous and next numbers in the series

    • Initialize the previous and current variables to 0 and 1 respectively

    • Use a loop to print the next number in the series by adding the previous two numbers

    • Loop should run n times to print n elements in the series

  • Answered by AI
  • Q2. Question related to family background
  • Q3. What are your hobbies?
  • Q4. What are your strengths and weaknesses?

Interview Preparation Tips

Round: Test
Experience: Questions were from easy to moderate level. No negative marking, so attempt all.
Tips: Keep your mind open and practice aptitude problems on a daily basis.

Round: Group Discussion
Experience: There were 21 students selected out of which two teams of 10 and 11 students were formed. Both the groups were given a topic and each one of us had to express our views.
Tips: Don't get nervous, just speak whatever you think. Don't yell or speak at loudly, just keep calm and put your points forward.
Duration: 20 minutes

Round: Technical Interview
Experience: Apart from the above questions some puzzles and DBMS questions and a few basic C questions were also asked. We were given enough time to think and answer.
Tips: Do not be in a hurry. Think properly what you are going to say, whether it is right or not and then only answer.

Round: HR Interview
Experience: The HR round was a good one. He tried to test my thinking capabilities and reasoning capabilities
Tips: Answer every question honestly.

General Tips: All the four rounds were elimination rounds and the final result was announced based on cumulative performance. So, be patient and give your best.
Skill Tips: Try to answer every properly
Skills: IQ, Basic Coding Skills, Problem Solving Skills
College Name: NIT ALLAHABAD
Motivation: The company visited our college campus. Also, one of my relatives in in Ericsson at a very high  post and is quite happy working here.

Skills evaluated in this interview

I was interviewed before Sep 2016.

Interview Questionnaire 

16 Questions

  • Q1. On what technology you have worked?
  • Ans. 

    I have worked on various technologies including Java, Python, AWS, Docker, and Kubernetes.

    • Java

    • Python

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
  • Q2. Case studies of daily operational activities?
  • Ans. 

    Daily operational activities case studies

    • Case study of optimizing production line for efficiency

    • Case study of implementing new safety protocols in a manufacturing plant

    • Case study of troubleshooting and resolving technical issues in a software development team

    • Case study of streamlining inventory management in a retail store

    • Case study of improving customer service processes in a call center

  • Answered by AI
  • Q3. What is project management?
  • Ans. 

    Project management is the process of planning, organizing, and overseeing the execution of a project from start to finish.

    • It involves defining project goals and objectives

    • Creating a project plan and timeline

    • Assigning tasks and responsibilities to team members

    • Monitoring progress and making adjustments as needed

    • Ensuring that the project is completed on time, within budget, and meets the desired quality standards

    • Examples ...

  • Answered by AI
  • Q4. What is financial and cost control during project management?
  • Ans. 

    Financial and cost control is the process of monitoring and managing project expenses to ensure they stay within budget.

    • Developing a detailed budget plan

    • Tracking expenses and comparing them to the budget plan

    • Identifying and addressing cost overruns

    • Negotiating with vendors to get the best prices

    • Implementing cost-saving measures

    • Regularly reporting on financial status to stakeholders

  • Answered by AI
  • Q5. What is resource management?
  • Ans. 

    Resource management is the process of planning, allocating, and optimizing resources to achieve organizational goals.

    • It involves identifying the resources needed for a project or task

    • Allocating those resources in an efficient manner

    • Monitoring and controlling resource usage to ensure optimal performance

    • Examples include managing personnel, finances, equipment, and time

    • Effective resource management can lead to increased p

  • Answered by AI
  • Q6. What is 2G , 3G, 4G call flow?
  • Ans. 

    2G, 3G, and 4G call flow are the processes involved in establishing and maintaining a mobile phone call.

    • 2G call flow involves circuit-switched technology and uses Time Division Multiple Access (TDMA) for voice transmission.

    • 3G call flow uses packet-switched technology and supports both voice and data transmission.

    • 4G call flow uses Long-Term Evolution (LTE) technology and provides high-speed data transmission.

    • All call fl...

  • Answered by AI
  • Q7. What is single RAN?
  • Ans. 

    Single RAN is a network architecture that allows multiple wireless technologies to be supported on a single physical network.

    • Single RAN stands for Single Radio Access Network.

    • It enables multiple wireless technologies such as 2G, 3G, 4G, and 5G to be supported on a single physical network.

    • This reduces the need for multiple hardware and software components, resulting in cost savings and simplified network management.

    • Sing...

  • Answered by AI
  • Q8. What is VOLTE?
  • Ans. 

    VOLTE stands for Voice over LTE. It is a technology that allows voice calls to be made over a 4G LTE network.

    • VOLTE uses IP packets to transmit voice calls over the LTE network

    • It provides better call quality and faster call setup times compared to traditional 2G/3G networks

    • VOLTE also allows for simultaneous voice and data usage on the same network

    • Examples of VOLTE-enabled devices include iPhone 6 and above, Samsung Gala...

  • Answered by AI
  • Q9. Difference between LTE & VOLTE?
  • Ans. 

    LTE is a standard for wireless broadband communication while VoLTE is a technology that enables voice calls over LTE network.

    • LTE stands for Long-Term Evolution and is a standard for wireless broadband communication.

    • VoLTE stands for Voice over LTE and is a technology that enables voice calls over LTE network.

    • LTE is used for data transfer while VoLTE is used for voice calls.

    • VoLTE provides better call quality and faster c...

  • Answered by AI
  • Q10. What is transport network?
  • Ans. 

    Transport network refers to the infrastructure that enables the movement of people, goods, and information.

    • Transport network includes roads, railways, airports, seaports, and communication networks.

    • It plays a crucial role in the economy by facilitating trade and commerce.

    • Examples of transport networks include the interstate highway system in the US and the European railway network.

    • Transport network planning involves op...

  • Answered by AI
  • Q11. Difference between ABIS over IP and ABIS over TDM?
  • Ans. 

    ABIS over IP and ABIS over TDM are two different methods of transmitting biometric data.

    • ABIS over IP uses internet protocol to transmit biometric data while ABIS over TDM uses time-division multiplexing.

    • ABIS over IP is more flexible and scalable than ABIS over TDM.

    • ABIS over TDM is more reliable and secure than ABIS over IP.

    • ABIS over IP is suitable for remote locations while ABIS over TDM is suitable for local networks.

    • ...

  • Answered by AI
  • Q12. Basic architecture of 2G , 3G & 4G?
  • Ans. 

    2G, 3G, and 4G are mobile network technologies with different architectures.

    • 2G uses circuit-switched technology and is primarily used for voice calls and text messaging.

    • 3G uses packet-switched technology and offers faster data transfer rates than 2G.

    • 4G uses all-IP packet-switched technology and provides even faster data transfer rates than 3G.

    • 4G also supports advanced features like VoLTE and carrier aggregation.

    • Each ge...

  • Answered by AI
  • Q13. Introduce yourself?
  • Ans. 

    I am a Senior engineer with 10+ years of experience in software development, specializing in backend systems and cloud technologies.

    • 10+ years of experience in software development

    • Specialize in backend systems and cloud technologies

    • Strong problem-solving skills

    • Experience with large-scale distributed systems

    • Proficient in programming languages such as Java, Python, and Go

  • Answered by AI
  • Q14. What are the experiences of your previous companies?
  • Ans. 

    I have worked in various companies ranging from startups to large corporations, gaining experience in diverse technologies and industries.

    • Worked in a startup where I was responsible for developing a scalable backend system using Node.js and MongoDB.

    • At a mid-sized company, I led a team in implementing CI/CD pipelines for faster and more reliable software delivery.

    • In a large corporation, I worked on optimizing performanc...

  • Answered by AI
  • Q15. Why do you want to join this company?
  • Ans. 

    I am impressed by the company's innovative projects and strong reputation in the industry.

    • Company's reputation for cutting-edge technology

    • Opportunity to work on challenging projects

    • Positive reviews from current employees

  • Answered by AI
  • Q16. What is your notice period? Is it negotiable or not?
  • Ans. 

    My notice period is currently 3 months, but it may be negotiable depending on the circumstances.

    • My current notice period is 3 months

    • I am open to negotiation depending on the circumstances

    • I can provide examples of when I have negotiated notice periods in the past

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Submitted resume online through portal and received the call. Technical Telephonic interview was scheduled.

Tips: Resume should be as per the desired profile.

Round: Technical Interview
Experience: In this round interviewer asks basic technical questions based on the previous experiences that was mentioned in my resume.
Tips: Study all the points mentioned in the resume very deeply.

Round: Technical Interview
Tips: Given your answers to the point. It should be in brief .

Round: HR Interview
Tips: Conversation should be in proper communication. Try to convince the HR for joining. Negotiate the salary as per the profile offered to you.

Skills: Technical Skill, Communication And Confidence, Team Working Ability

Skills evaluated in this interview

I was interviewed in Mar 2017.

Interview Questionnaire 

8 Questions

  • Q1. Basics of networking
  • Q2. Data structures
  • Q3. Sql
  • Q4. Introduction
  • Q5. Final year project
  • Q6. Why should I hire you?
  • Ans. 

    I have the technical skills, experience, and passion to deliver high-quality software solutions.

    • I have a strong background in programming languages such as Java, Python, and C++.

    • I have experience working on complex software projects and collaborating with cross-functional teams.

    • I am passionate about staying up-to-date with the latest technologies and trends in software development.

    • I am a quick learner and have a strong...

  • Answered by AI
  • Q7. Why Ericsson?
  • Ans. 

    Ericsson is a global leader in telecommunications technology with a strong focus on innovation and career development.

    • Global leader in telecommunications technology

    • Strong focus on innovation

    • Opportunities for career development

  • Answered by AI
  • Q8. About relocation

Interview Preparation Tips

Round: Test
Experience: The test which I wrote was based on cocubes. quants was easy, one can easily score 50 percent if they refer rs agarwal and logical was easy but it takes more time and verbal was neither easy nor tough. One thing I want to advice try doing verbal first so that u can save time and then go to quant and logical. After the test we got the results out of 160 students 51 cleared the test. I was one among them.
Duration: 45 minutes
Total Questions: 45

Round: Technical Interview
Experience: Keep ur cool in the technical. people are friendly. Think before you answer twice they may ask u puzzles as well. So be prepared for it. Final year project is a must, they are gonna ask u the details how you implement stuffs in your project. After my technical out of 51 students around 30 cleared this round. I was one among them.

Round: HR Interview
Experience: Don't be scared guys. Hr is just a casual one. finally around 15 were selected from my college including me. I am very happy with the result. best of luck guys. Do well!!!
Tips: Keep your cool. stay confident that's all I can tell. Once you clear technical one can easily clear Hr round.

Skills: Communication, Technical Skill
College Name: JSS Academy of Technical Education - JSSATE

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had sent my resume to the hiring group, Selection through telephonic interviews. I was interviewed by three different research groups  (once by each).
Tips: Factors in decreasing order of importance: CGPA each stage. Ability to explain your projects precisely. Ability to solve ''standard" logarithmic problems.  The way you think and put down your Answer is the most important. The final answer .s not so I important, and they prod you when you think out aloud anyway.

Round: Technical Interview
Experience: Almost- by default they ask about your previous projects/internships if they are relevant to the group. Ofher questions depend on the group you are interviewed by and your own profile, In my case it was machine learning, text mining etc. I was told about the research problem they were dealing with then and asked f or comments/suggestions/.inputs and a discussion followed.
Tips: Basically these are specialized Interviews so it's good to have sound knowledge of your domain (analytical and application skills are very much required).

Skill Tips: CGPA>9.0, 1f not (like me) relevant work done in the domain and in past internship.A recommendation from the professor is also a good add on.
College Name: IIT Madras

Interview Preparation Tips

Round: Test
Experience: There was an apititude test basically in line with CAT pattern. It was conducted online for about 45 min duration. The questions were rather simple but each question was time bound (around 45 sec or so).
Tips: As such I did not have any structured study plan. I did refresh some of my basics in mechanics and analysis. I was more inclined to get a job in aerospace division. Read as per your interest.
Duration: 45 minutes

Round: Group Discussion
Experience: Initially, we are seated randomly in a circular manner and each one was given two minutes to describe the topic. It was followed by an tense debate where participants converged and diverged on different sets of issue. They were particularly looking for interpersonal skills and out of the box thinking.

Round: Interview
Experience: The interview was purely management type.More questions were thrown at team building, bio-data, why this company? , project, what you Can contribute for the firm?, where you see yourself in next 5 -10 years, ambitions, some amount of optimization tools and techniques, concluding remarks....Interpersonal skills and clarity in answering where mainly
IBM was a more relaxed interview, which basically dealt with management and interpersonal skills. Questions like “if one of our team mate is very stubborn, lazy, adamant, how will you tackle the situation” were asked.
Tips: College (B Tech) curricular activities, NTSC certificate, Math Olympiad certificate, all India quiz competition awards were noted and appreciated. That really was a booster. That helps in implanting an idea that you are not just blah blah blah.

Skill Tips: Be very sure about your mechanics, analysis and design. These three are the fundamentals.
I haven prepared for placements exclusively. Here were combined discussions. However, it really helps if you can revise and make your fundamentals were clear. The basic understanding should be there. An hour every day for two months will do the trick.
Be really choosy of the company you want to be in. Learn a lot more of the company and get an idea of what they are actually looking for. But still don’t freeze your mind to those realms alone.. Be open minded and cheerful. The first few questions will set the mood of the interview. If you are bale to crack that, then things will be really smooth. Really concentrate on your fundamentals, especially analysis and design.
Skills: Mechanics, Analysis , Design
College Name: IIT-Madras

Irdeto Interview FAQs

How many rounds are there in Irdeto interview?
Irdeto interview process usually has 2-3 rounds. The most common rounds in the Irdeto interview process are Resume Shortlist, HR and Coding Test.
How to prepare for Irdeto interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Irdeto. The most common topics and skills that interviewers at Irdeto expect are Java, Digital TV, AWS, Embedded Programming and Python.
What are the top questions asked in Irdeto interview?

Some of the top questions asked at the Irdeto 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 Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.1k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
Capgemini Interview Questions
3.7
 • 4.7k Interviews
Genpact Interview Questions
3.8
 • 3.1k Interviews
IBM Interview Questions
4.0
 • 2.3k Interviews
Ericsson Interview Questions
4.1
 • 410 Interviews
Cisco Interview Questions
4.1
 • 370 Interviews
Synamedia Interview Questions
3.5
 • 14 Interviews
View all

Irdeto Reviews and Ratings

based on 23 reviews

3.9/5

Rating in categories

3.6

Skill development

4.1

Work-life balance

3.5

Salary

4.3

Job security

3.7

Company culture

3.3

Promotions

3.6

Work satisfaction

Explore 23 Reviews and Ratings
Software Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
22 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
13 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
11 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Lead
10 salaries
unlock blur

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