Upload Button Icon Add office photos

Filter interviews by

Optitex Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via campus placement at BRACT's Vishwakarma Institute of Information Technology, Pune and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is polymorphism
  • Ans. 

    Polymorphism is the ability of a function or method to behave differently based on the object it is acting upon.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • It enables a single interface to be used for different data types or classes.

    • Examples include method overloading and method overriding in object-oriented programming.

  • Answered by AI
  • Q2. Find missing number from nth number array.
  • Ans. 

    Find missing number from nth number array.

    • Iterate through the array and calculate the sum of all numbers

    • Calculate the sum of numbers from 1 to n using the formula n*(n+1)/2

    • Subtract the sum of array from the sum of numbers from 1 to n to find the missing number

  • Answered by AI
  • Q3. Explain inheritance and it types
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Inheritance allows a class to reuse code from another class.

    • Types of inheritance include single inheritance, where a class inherits from only one parent class, and multiple inheritance, where a class inherits from multiple parent classes.

    • Example: Class B inherits from Class A, so Class B can access

  • Answered by AI
  • Q4. Find 2nd max elements from aaray
  • Ans. 

    Find 2nd max element from array of strings

    • Sort the array in descending order

    • Skip the first element (max element)

    • Return the second element

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. How much years of experience?
  • Ans. 

    I have 10 years of experience teaching various subjects at the elementary and middle school levels.

    • 10 years of teaching experience

    • Experience teaching elementary and middle school subjects

    • Familiarity with curriculum development and student assessment

  • Answered by AI
  • Q2. Proficiency in which softwares
  • Ans. 

    Proficient in Microsoft Office Suite, Google Suite, and educational software such as Schoology and Seesaw.

    • Microsoft Office Suite (Word, Excel, PowerPoint)

    • Google Suite (Docs, Sheets, Slides)

    • Educational software (Schoology, Seesaw)

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Any related to the concerned software
  • Q2. Mostly about what tools do

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident & Friendly
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Write a program for inheritance
  • Ans. 

    A program demonstrating inheritance in Python

    • Create a base class with common attributes and methods

    • Create child classes that inherit from the base class

    • Child classes can override methods or add new ones

  • Answered by AI
  • Q2. Dictionary in python
  • Ans. 

    Dictionary in Python is a collection of key-value pairs, allowing for efficient data retrieval.

    • Used to store data in key-value pairs

    • Keys must be unique and immutable

    • Values can be of any data type

    • Access values using keys

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 coding questions were given , Running atleast one question with all test cases passing is mandatory.

Round 2 - Technical 

(2 Questions)

  • Q1. Bit manipulation question(asked to write atleast pseudo code)
  • Q2. Array based question(asked to write atleast pseudo code)

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are going for software engineer roles , dont neglect your DSA preparation.

QA/TL/TRAINER Interview Questions & Answers

CGS user image Anonymous

posted on 6 Aug 2024

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Group Discussion 

JAM just introduce yourself or speak on sometime topic shared

Round 2 - Aptitude Test 

English knowledge pen n paper

Interview Preparation Tips

Interview preparation tips for other job seekers - First of all very prolonged interview they don’t have proper schedule.
And they literally call out interviewer names aloud and say leave ( unprofessional - at least take them in hall tell them the reason which them better luck next time, may be this boosts them for other take) mostly freshers
. HR -doesn’t share proper feedback or reason
. No decision on salary manager seems talkative juz seems unnecessary
. Every candidate has to go for 2days no matter he will be selected/rejected.
.I wasted my whole day just to give typing test and written test and that to being experienced and later they asked to come tomorrow for another round

Assistant Manager Clinical Applications Interview Questions & Answers

FUJIFILM user image Anonymous

posted on 6 Aug 2024

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

I applied via Recruitment Consulltant and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Xrays/Radiography.
  • Q2. MR Physics and Applied Concepts.
Round 2 - One-on-one 

(3 Questions)

  • Q1. MRI Physics with different concepts.
  • Q2. Clinical understanding.
  • Q3. MRI Instrumentation.
Round 3 - HR 

(2 Questions)

  • Q1. Salary Negotiation.
  • Q2. Background Discussion.

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong and be confident when speaking to someone superior. Do not try act oversmart or even try flukes. People interviewing you are experienced with multiple MNCs and are legends in their respective fields. Here, we follow Japanese culture in working. Respecting everyone is a must. Also, if you don't know something, it is completely fine and you should admit the same. People here will help you out with the confusions if you do not create one.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why do you want to leave ?
  • Q2. Are u comfortable working multiple shifts ?
Round 2 - Technical 

(2 Questions)

  • Q1. What do u know about hardware
  • Ans. 

    Hardware refers to the physical components of a computer system, such as the motherboard, CPU, memory, and storage devices.

    • Hardware includes components like CPU, RAM, motherboard, graphics card, and storage devices.

    • It is essential for the functioning of a computer system.

    • Hardware can be upgraded or replaced to improve performance.

    • Examples of hardware include Intel Core i7 processor, NVIDIA GeForce RTX 3080 graphics car

  • Answered by AI
  • Q2. What do u know about software
  • Ans. 

    Software is a set of instructions that tell a computer how to perform specific tasks or functions.

    • Software can be categorized into system software (e.g. operating systems) and application software (e.g. Microsoft Office)

    • Software can be open-source (e.g. Linux) or proprietary (e.g. Adobe Photoshop)

    • Software development involves coding, testing, and debugging to create functional programs

    • Software can be installed on compu...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Na

Skills evaluated in this interview

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

(2 Questions)

  • Q1. What is your salary expectation?
  • Ans. 

    My salary expectation is based on my experience, skills, and the market rate for the position.

    • Consider my years of experience in software testing

    • Research the average salary for Softwaretest Engineers in the industry

    • Factor in the location and cost of living

    • Open to negotiation based on benefits package

  • Answered by AI
  • Q2. Why change job?
  • Ans. 

    Seeking new challenges, growth opportunities, and a better work-life balance.

    • Looking for new challenges and opportunities for growth

    • Seeking a better work-life balance

    • Interested in working with new technologies or in a different industry

    • Wanting to expand skill set and knowledge

  • Answered by AI
Round 2 - Coding Test 

System deisgn -> went over REST api

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

I was interviewed in Mar 2024.

Round 1 - Resume Shortlist 

(2 Questions)

  • Q1. Resume Shortlisted
  • Q2. Shortlist resume
Round 2 - HR 

(1 Question)

  • Q1. 1) Discussion on previous, current employer 2) salary discussion 3) joining date and offer related discussion
Round 3 - Technical 

(1 Question)

  • Q1. 1) Python technical questions 2) Databases questions on postgresql 3) Python classes,object,oops concept
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Pricing, delivery and shipment
  • Q2. GST, MTO & MTS process
Round 2 - Technical 

(2 Questions)

  • Q1. STO Process, Export Sales Process
  • Q2. Credit Management

Optitex Interview FAQs

How to prepare for Optitex 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 Optitex. The most common topics and skills that interviewers at Optitex expect are Computer science, Simulation, AutoCAD, Automotive and Computer Graphics.

Tell us how to improve this page.

Interview Questions from Similar Companies

Technicolor Interview Questions
4.0
 • 21 Interviews
FUJIFILM Interview Questions
4.1
 • 12 Interviews
Animaker Inc Interview Questions
3.5
 • 8 Interviews
InVideo Interview Questions
3.2
 • 5 Interviews
Alamy Images Interview Questions
3.2
 • 4 Interviews
BOT VFX Interview Questions
4.1
 • 4 Interviews
HMX Media Interview Questions
3.3
 • 4 Interviews
View all

Optitex Reviews and Ratings

based on 3 reviews

3.7/5

Rating in categories

3.8

Skill development

4.4

Work-Life balance

4.4

Salary & Benefits

2.4

Job Security

3.1

Company culture

3.6

Promotions/Appraisal

3.7

Work Satisfaction

Explore 3 Reviews and Ratings
Principal Engineer
3 salaries
unlock blur

₹30 L/yr - ₹34 L/yr

Senior Software Engineer
3 salaries
unlock blur

₹30 L/yr - ₹30 L/yr

Explore more salaries
Compare Optitex with

Technicolor

4.0
Compare

FUJIFILM

4.1
Compare

Prime Focus

3.8
Compare

DNEG CREATIVE SERVICES

3.6
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