Upload Button Icon Add office photos

Filter interviews by

Sevya Multimedia Technologies Interview Questions and Answers

Updated 12 Feb 2025

Sevya Multimedia Technologies Interview Experiences

Popular Designations

2 interviews found

Trainee Interview Questions & Answers

user image Anonymous

posted on 30 May 2022

I applied via Approached by Company and was interviewed in Nov 2021. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is transformer? Explain working of electrical motor. Working of dc motor. Armature reaction.
  • Ans. 

    Transformer is a device that transfers electrical energy from one circuit to another. Electrical motor converts electrical energy into mechanical energy.

    • Transformer works on the principle of electromagnetic induction

    • Electrical motor has two main parts - stator and rotor

    • DC motor converts electrical energy into mechanical energy through the interaction of magnetic fields

    • Armature reaction is the effect of magnetic field p...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Basic gates, adder half and full, encoder, decoder, multiplexer, internal circuit of multiplexer, cmos, design of AND gate using mux, latch and flip flop, counters.
Round 3 - One-on-one 

(1 Question)

  • Q1. Working of inverter(DC-AC), CMOS, difference of latch and flip flop
  • Ans. 

    Explanation of inverter, CMOS, latch and flip flop

    • Inverter converts DC to AC by switching the polarity of input voltage

    • CMOS is a type of digital circuit that uses both PMOS and NMOS transistors

    • Latch is a level-sensitive device that stores data and can be used as a basic memory element

    • Flip flop is a clocked device that stores data and can be used as a basic memory element

    • Difference between latch and flip flop is that la...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Sevya Multimedia Technologies Trainee interview:
  • MOSFET
  • CMOS inverter
  • Digital Electronics
Interview preparation tips for other job seekers - Focus on learning basics of MOSFET- characteristics, operation, control, capacitor, power drops. CMOS inverter basic, fabrication, transfer characteristics, power losses. Digital electronics. Basic of Linux terminal.

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Nskskakns ni ikshsbnsnsksknsbs
  • Q2. Not shear able b
Round 2 - One-on-one 

(1 Question)

  • Q1. Not shareable no need to share questions here

Senior Design Engineer Interview Questions asked at other Companies

Q1. Noise, Vibration, and Harshness (NVH) in gearboxes are influenced by several factors, which can broadly be categorized into design, material, manufacturing, and operational factors. Here are some key factors affecting NVH in gearboxes: ### ... read more
View answer (1)

Interview questions from similar companies

I applied via Walk-in and was interviewed before Nov 2021. There was 1 interview round.

Round 1 - HR 

(4 Questions)

  • Q1. My self , Previous work knowledge, Salary expectations.
  • Q2. Why you left last organisation?
  • Q3. What is your salary expectations ?
  • Q4. Where do you live at ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident no matter if your grammar is not perfect while communicating. Just be normal.

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Projects and internships done in detail. 2. Object oriented programming characteristics 3. Differences between private, public and protected classes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident but not over confident.

I applied via Campus Placement and was interviewed before Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be real, and just be confident with what ever knowledge you have, nobody expects you to know everything. Every company from freshers expect basic knowledge and an attitude for to learn new things.

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Explain about your framework, Oops Concepts, Collections, Questions on Selenium and Appium basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have knowledge on basics of Selenium and Appium, Easy to clear interview

Interview Questionnaire 

1 Question

  • Q1. PlSQL technical questions and functional related of banking domain

I applied via Naukri.com and was interviewed before May 2021. There were 5 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Total Experience asking about feasible interview date and time slot fixing
  • Ans. Explaining to HR about my over all experience and years of experince..
  • Answered Anonymously
Round 2 - Technical 

(1 Question)

  • Q1. Asking questions from core experience
  • Ans. Answering them about Logistics,Reverse Logistics, Indirect Sourcing,Asset Management,3PL,Vendor and Supplier Management as i am from Supply chain Mangement Vertical
  • Answered Anonymously
Round 3 - Technical 

(1 Question)

  • Q1. Asking questions on real time scenario basis
Round 4 - One-on-one 

(2 Questions)

  • Q1. Asking questions from Management aspect
  • Q2. Answering all the answers promptly keeping positivity,logical thinking,
Round 5 - HR 

(1 Question)

  • Q1. HR related Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on real time based scenarios
Basic concept must be strong and prompt answer required.possitive thinking &flexibility is must.

I appeared for an interview before Dec 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 120 Minutes
Round difficulty - Medium

  • Q1. 

    Ninja and His Secret Information Encoding Problem

    Ninja, a new member of the FBI, has acquired some 'SECRET_INFORMATION' that he needs to share with his team. To ensure security against hackers, Ninja dec...

  • Ans. 

    The task is to encode and decode 'SECRET_INFORMATION' for security purposes and determine if the transmission was successful.

    • Read the number of test cases 'T'

    • For each test case, encode the 'SECRET_INFORMATION' and then decode it

    • Compare the decoded string with the original 'SECRET_INFORMATION'

    • Print 'Transmission successful' if they match, else print 'Transmission failed'

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Medium

  • Q1. 

    Equilibrium Index Problem Statement

    Given an array Arr consisting of N integers, your task is to find the equilibrium index of the array.

    An index is considered as an equilibrium index if the sum of elem...

  • Ans. 

    Find the equilibrium index of an array where sum of elements on left equals sum on right.

    • Iterate through the array and calculate prefix sum and suffix sum at each index.

    • Compare prefix sum and suffix sum to find equilibrium index.

    • Return the left-most equilibrium index or -1 if none found.

  • Answered by AI
Round 3 - HR 

Round duration - 50 Minutes
Round difficulty - Easy

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Analyst in PuneEligibility criteria7 CGPACapgemini interview preparation:Topics to prepare for the interview - Data Structures, OOPS, SQL, Python, JavaTime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Focus more on SQL
Tip 2 : Keep up with ongoing projects in the company

Application resume tips for other job seekers

Tip 1 : Be honest about what you add.
Tip 2 : Don't forget to mention extra curriculars.

Final outcome of the interviewSelected

Skills evaluated in this interview

Sevya Multimedia Technologies Interview FAQs

How many rounds are there in Sevya Multimedia Technologies interview?
Sevya Multimedia Technologies interview process usually has 2-3 rounds. The most common rounds in the Sevya Multimedia Technologies interview process are One-on-one Round and Technical.
What are the top questions asked in Sevya Multimedia Technologies interview?

Some of the top questions asked at the Sevya Multimedia Technologies interview -

  1. What is transformer? Explain working of electrical motor. Working of dc motor. ...read more
  2. Working of inverter(DC-AC), CMOS, difference of latch and flip f...read more
  3. Basic gates, adder half and full, encoder, decoder, multiplexer, internal circu...read more

Tell us how to improve this page.

Sevya Multimedia Technologies Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
View all

Sevya Multimedia Technologies Reviews and Ratings

based on 13 reviews

4.2/5

Rating in categories

4.5

Skill development

4.2

Work-life balance

3.9

Salary

4.5

Job security

3.9

Company culture

4.0

Promotions

4.1

Work satisfaction

Explore 13 Reviews and Ratings
Design Engineer
15 salaries
unlock blur

₹3 L/yr - ₹13 L/yr

Senior Design Engineer
7 salaries
unlock blur

₹10 L/yr - ₹10.1 L/yr

Design & Verification Engineer
7 salaries
unlock blur

₹3.8 L/yr - ₹7.5 L/yr

Asic Design Verification Engineer
5 salaries
unlock blur

₹3.8 L/yr - ₹7 L/yr

Software Engineer
4 salaries
unlock blur

₹3 L/yr - ₹16 L/yr

Explore more salaries
Compare Sevya Multimedia Technologies with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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