Upload Button Icon Add office photos

Filter interviews by

DTP Operator, Printing press Computer Typist Interview Questions and Answers

Updated 2 Mar 2025

DTP Operator, Printing press Computer Typist Interview Experiences

1 interview found

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

I was interviewed in Feb 2025.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Is the salary offered by the company determined by my performance or is there a standard good salary provided?
  • Ans. Company Will Provide Salary to the employee according to their skills, knowledge and mostly by their performance
  • Answered by Shaik Shoaib
  • Q2. What is the expected work hours or duty hours that the company will provide?
  • Ans. 

    The expected work hours provided by the company are typically 8 hours per day, Monday to Friday.

    • Typically 8 hours per day, Monday to Friday

    • May vary depending on specific job role or department

    • Overtime may be required during busy periods

  • Answered by AI
  • Q3. Will company give leave for any urgent/emergency
  • Ans. Obviously company need to give leave for their employee in emergency situations
  • Answered by Shaik Shoaib
  • Q4. Can anyone support for beginners
  • Ans. 

    Yes, there are many resources available to support beginners in computer typing.

    • Online tutorials and courses can provide step-by-step guidance

    • Practice typing regularly to improve speed and accuracy

    • Join typing forums or communities to ask questions and get advice

  • Answered by AI
  • Q5. Friendly environment and need to gain knowledge about full work
  • Ans. Employee need to gain knowledge about work with friendly environment for releasing work load, pressure
  • Answered by Shaik Shoaib

Interview questions from similar companies

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

(6 Questions)

  • Q1. Introduction of yourself
  • Ans. 

    I am a detail-oriented and organized office assistant with experience in administrative tasks and customer service.

    • Experience in managing office tasks such as scheduling appointments and organizing files

    • Strong communication skills for interacting with clients and colleagues

    • Proficient in Microsoft Office Suite and other office software

    • Ability to prioritize tasks and work efficiently under pressure

  • Answered by AI
  • Q2. Tell me about ? your qualification and career and job
  • Ans. 

    I have a Bachelor's degree in Business Administration and 5 years of experience in administrative roles.

    • Bachelor's degree in Business Administration

    • 5 years of experience in administrative roles

    • Proficient in Microsoft Office Suite

    • Excellent organizational and time management skills

    • Strong communication and interpersonal abilities

  • Answered by AI
  • Q3. Tell me ? How did you find this job
  • Ans. 

    I found this job through a job posting on a popular job search website.

    • I regularly check job search websites for new opportunities

    • I set up job alerts for specific keywords related to the type of job I am looking for

    • I network with professionals in the industry who may know of job openings

    • I reached out to a recruitment agency for assistance in finding a job

  • Answered by AI
  • Q4. Tell me about what you have skills
  • Ans. 

    I have strong organizational skills, excellent communication abilities, and proficiency in Microsoft Office.

    • Proficient in Microsoft Office Suite (Word, Excel, PowerPoint, Outlook)

    • Strong organizational skills

    • Excellent communication abilities

    • Experience with data entry and filing

    • Ability to prioritize tasks and manage time effectively

  • Answered by AI
  • Q5. Tell me aboutyour hobbies
  • Ans. 

    I enjoy reading, hiking, and painting in my free time.

    • Reading: I love getting lost in a good book, especially fiction and mystery genres.

    • Hiking: I enjoy exploring nature trails and challenging myself with different terrains.

    • Painting: I find relaxation and creativity in expressing myself through art, particularly watercolor and acrylic painting.

  • Answered by AI
  • Q6. How much you expecting regarding salary
  • Ans. 

    I am looking for a competitive salary based on my experience, skills, and the responsibilities of the role.

    • Research the average salary for Office Assistants in your area to have a realistic expectation

    • Consider your level of experience and skills when determining your salary expectations

    • Be prepared to negotiate based on the responsibilities and benefits offered by the employer

  • Answered by AI
Round 2 - Group Discussion 

About environment and population

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be strees while infront of interviewer
And don't be worry
Be friendly with your interviewer

I applied via Naukri.com and was interviewed in Nov 2018. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions Related To Quality Assurance
  • Q2. Also, question related to Oil & Gas Drilling
  • Q3. When I could join
  • Q4. How early I can join

Interview Preparation Tips

General Tips: I applied through Naukri, the process took 20 days in total.
Skills: Problem Solving, Leadership
Duration: 1-4 weeks

I applied via Company Website and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. About cloud services, difference between azure and aws?
  • Q2. What is sql,mysql and no sql?
  • Ans. 

    SQL is a relational database management system, MySQL is an open-source RDBMS, and NoSQL is a non-relational database management system.

    • SQL is used to manage relational databases and is based on the relational model.

    • MySQL is an open-source RDBMS that uses SQL as its query language.

    • NoSQL is a non-relational database management system that does not use SQL and is used for unstructured data.

    • NoSQL databases are often used

  • Answered by AI
  • Q3. What is Virtual Machine, how it is helpful in current cloud environment?
  • Ans. 

    A virtual machine is a software emulation of a physical computer that can run multiple operating systems on a single physical machine.

    • Virtual machines allow for efficient use of hardware resources by allowing multiple operating systems to run on a single physical machine.

    • They provide a secure and isolated environment for running applications, as each virtual machine is completely independent of the others.

    • Virtual machi...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I applied for this profile internally, as i was working with xerox earlier also but in a non-technical profile, so applied 2-3 times in internal job postings, luckily i cracked the interview in my 3rd attempt, i would like to say that never give up just keep on trying

Skills evaluated in this interview

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

I was interviewed in Feb 2024.

Round 1 - Technical 

(5 Questions)

  • Q1. How you solve palindrome Reverse an string
  • Ans. 

    To solve a palindrome, compare the string with its reverse. To reverse a string, iterate through it in reverse order.

    • Iterate through the string in reverse order to create the reversed string.

    • Compare the original string with the reversed string to check if it is a palindrome.

    • Handle cases where the input string is empty or null.

  • Answered by AI
  • Q2. Revers a string
  • Ans. 

    Reverse a string

    • Use a loop to iterate through the characters of the string

    • Swap the characters from start to end to reverse the string

    • Return the reversed string

  • Answered by AI
  • Q3. Multiple jagged array how to iterate
  • Ans. 

    Use nested loops to iterate through each array and each element in a jagged array of strings.

    • Use a nested loop to iterate through each array in the jagged array

    • Within the nested loop, iterate through each element in the current array

    • Access each element using the indices of the arrays

  • Answered by AI
  • Q4. What is static value
  • Ans. 

    Static value is a value that remains constant and does not change.

    • Static value does not vary or fluctuate.

    • It remains the same regardless of external factors.

    • Examples include mathematical constants like pi (π) or physical constants like the speed of light.

  • Answered by AI
  • Q5. How to use debugging
  • Ans. 

    Debugging is the process of identifying and fixing errors in code to ensure it runs smoothly.

    • Use print statements to track the flow of the program and identify where the error occurs

    • Utilize debugging tools like breakpoints to pause the program at specific points and inspect variables

    • Step through the code line by line to understand the execution flow and pinpoint the issue

    • Check for syntax errors, logical errors, and run

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 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 

(3 Questions)

  • Q1. Tell me about your self.
  • Q2. Reason of change from previous company.
  • Q3. Long term prospect if you selected for the company
Round 3 - Technical 

(3 Questions)

  • Q1. What check you have done while preparing GSTR 1 and GSTR 3B register.
  • Ans. 

    I have checked for accuracy of data, completeness of invoices, correct tax rates, and timely filing.

    • Checked for accuracy of data entered in GSTR 1 and GSTR 3B registers

    • Ensured all invoices are complete and contain necessary details

    • Verified correct tax rates are applied to each transaction

    • Ensured timely filing of GSTR 1 and GSTR 3B to avoid penalties

  • Answered by AI
  • Q2. How to tackle GSTR 2A reconciliation issues.
  • Ans. 

    To tackle GSTR 2A reconciliation issues, one must compare the data in GSTR 2A with purchase records and address any discrepancies.

    • Regularly download GSTR 2A from the GST portal

    • Compare the data in GSTR 2A with purchase records to identify any mismatches

    • Investigate the reasons for discrepancies such as missing invoices or incorrect data entry

    • Communicate with vendors to rectify any errors or missing invoices

    • Maintain prope...

  • Answered by AI
  • Q3. TDS complaince procedure and rules.
  • Ans. 

    TDS compliance involves deducting tax at source as per rules and depositing it with the government.

    • TDS should be deducted at the time of payment or credit, whichever is earlier.

    • TDS rates vary based on the nature of payment and the status of the deductee.

    • TDS returns should be filed quarterly using Form 26Q, 24Q, 27Q, or 27EQ.

    • Late filing or non-compliance can lead to penalties and legal consequences.

  • Answered by AI
Round 4 - Behavioral 

(1 Question)

  • Q1. Just a face to face meeting.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - HR 

(1 Question)

  • Q1. Totally they asked your Profile and Previous Organization details and KRA .
Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical questions related to Profile and Education
  • Q2. Your Basic Knowledge on Technical , SQL Server ,
Round 4 - HR 

(1 Question)

  • Q1. Discussion on salary and Position and Formal Introduction with Dept. head

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn the Basic knowledge of your education if you go For Technical Round . They check your Basic Knowledge means ( Back to basics ) Rules .

I applied via Campus Placement and was interviewed in Sep 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 - Aptitude Test 

It had Coding (Leetcode Easy-Medium ) and Aptitude (Quant, Logical Reasoning, Data Interpretation and English)

Round 3 - One-on-one 

(1 Question)

  • Q1. Technical Round 1 - MongoDb queries, HTTP protocols, Sorting algorithms, 2 pointer approaches. I was asked about HTTP protocols and REST APIs because I had internship experience in those fields.
Round 4 - Technical 

(1 Question)

  • Q1. Managerial Round - Preference of hybrid or work from home, discussion on cloud technologies and simple discussion on sports.

Interview Preparation Tips

Topics to prepare for Lexmark International Software Engineer interview:
  • Data Structures
  • Algorithms
  • Database management system
  • OOPS
  • REST API
  • HTTP
Interview preparation tips for other job seekers - Stay calm and be confident about your preparation. Lexmark interviews are not very difficult to crack. I feel they mainly judge the attitude of the person than their skills.
Overall, it is one of the highest paying companies in Kolkata so keep an eye out for them,
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What do you hope to achieve in this role?
  • Ans. 

    I hope to gain valuable hands-on experience, develop new skills, and contribute positively to the team.

    • Gain practical experience in the field

    • Develop new skills and knowledge

    • Contribute positively to the team by completing tasks efficiently and effectively

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed in Dec 2021. There were 2 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 

(1 Question)

  • Q1. What is sales and marketing
  • Ans. 

    Sales and marketing are two interconnected activities that aim to promote and sell products or services to customers.

    • Sales involves the process of identifying potential customers, persuading them to purchase a product or service, and closing the sale.

    • Marketing encompasses activities such as market research, product development, advertising, and branding to create awareness and generate demand for the product or service...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and be natural as your are.

DTP Operator, Printing press Interview FAQs

How many rounds are there in DTP Operator, Printing press Computer Typist interview?
DTP Operator, Printing press interview process usually has 1 rounds. The most common rounds in the DTP Operator, Printing press interview process are One-on-one Round.
What are the top questions asked in DTP Operator, Printing press Computer Typist interview?

Some of the top questions asked at the DTP Operator, Printing press Computer Typist interview -

  1. What is the expected work hours or duty hours that the company will provi...read more
  2. Friendly environment and need to gain knowledge about full w...read more
  3. Will company give leave for any urgent/emerge...read more

Tell us how to improve this page.

DTP Operator, Printing press Computer Typist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Kantar Interview Questions
3.5
 • 96 Interviews
Aptara Interview Questions
3.3
 • 62 Interviews
Pole To Win Interview Questions
3.4
 • 54 Interviews
Xdbs Interview Questions
3.2
 • 39 Interviews
View all
DTP Operator, Printing press Computer Typist Salary
based on 4 salaries
₹1.8 L/yr - ₹2.1 L/yr
22% less than the average Computer Typist Salary in India
View more details

DTP Operator, Printing press Computer Typist Reviews and Ratings

based on 2 reviews

3.1/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.1

Salary

4.0

Job security

4.9

Company culture

3.1

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
DTP Operator
10 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Graphic Designer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DTP Designer
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Computer Operator
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Entry Operator
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare DTP Operator, Printing press with

Xerox

3.8
Compare

Canon

4.0
Compare

Helmerich & Payne

4.0
Compare

Epson

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