Upload Button Icon Add office photos

Computer Technologies

Compare button icon Compare button icon Compare

Filter interviews by

Computer Technologies Computer Operator Interview Questions and Answers

Updated 14 Sep 2024

Computer Technologies Computer Operator Interview Experiences

2 interviews found

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

I applied via Company Website and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Basic information and technology

Round 2 - Aptitude Test 

Knowledge and experience

Computer Operator Interview Questions & Answers

user image Som Shukla799

posted on 31 Mar 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(5 Questions)

  • Q1. Sort time big income
  • Ans. 

    Sorting can lead to higher income by optimizing processes and increasing efficiency.

    • Sorting data can help identify patterns and trends that can lead to better decision-making.

    • Efficiently organizing tasks can save time and resources, ultimately increasing productivity and income.

    • Implementing automated sorting algorithms can streamline operations and reduce human error.

    • For example, a computer operator can use sorting alg...

  • Answered by AI
  • Q2. Big arning for rups
  • Ans. 

    The question seems to be asking about the potential for large earnings in a specific field or industry.

    • Research current trends and demand in the industry to determine earning potential

    • Consider factors such as experience, certifications, and location that can impact earnings

    • Look at job postings and salary surveys to get an idea of the earning potential in the field

  • Answered by AI
  • Q3. Sort altime and big attention
  • Ans. 

    Puri mehnat ke sath kaam karna sabki ko puri tarah se saport karna

  • Answered by Som Shukla799
  • Q4. Normal time pe company' ko success kis tarah kar sakte h
  • Ans. 

    Company me ho rahe work ko pahle acche se samghkar

  • Answered by Som Shukla799
  • Q5. All employees ka behaviour kis tarah ka hona chahiye

Computer Operator Interview Questions Asked at Other Companies

asked in Amazon
Q1. Which program language do you use regularly in your work
asked in Wipro
Q2. A procedure that uses standards, rules and techniques to compare ... read more
Q3. Did you complete any analytic testing or debugging services at yo ... read more
asked in Amazon
Q4. What is your experience with feeding your body via
Q5. What is Database? 2. What is DBMS? 3. What is RDBMS? 4. What is S ... read more

Interview questions from similar companies

I was interviewed before May 2021.

Round 1 - Aptitude Test 

System engineer

Round 2 - Aptitude Test 

Basic c programming

Round 3 - Technical 

(2 Questions)

  • Q1. Interviewer makes interview smooth and friendly meeting
  • Q2. Write a program reverse number and palindrome in c and basic c programming

Interview Preparation Tips

Interview preparation tips for other job seekers - develope Skills and attitude and prepare well in programming

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

Round 1 - Coding Test 

Array and OOPS concept. Given set of questions to solve with each oops concept

Round 2 - One-on-one 

(3 Questions)

  • Q1. Out of box thinking. Given logical puzzles and ask you to analyze and provide your understanding
  • Q2. Explain the inheritance concept with car model
  • Ans. 

    Inheritance in car model refers to the ability of a new car model to inherit features and characteristics from an existing car model.

    • Inheritance allows for the creation of a new car model that shares common features with an existing car model

    • The new car model can add or modify features inherited from the existing car model

    • For example, a new sports car model can inherit features from a base car model such as engine, tra...

  • Answered by AI
  • Q3. Probability question with fruits and boxes

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with oops concept and be more creative. Dont find complex answers for simple questions.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Full c concept MCQ with IQ and Computaional Thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Number system convertion in c
  • Ans. 

    Number system conversion in C involves converting numbers between different bases, such as decimal to binary or hexadecimal.

    • Use functions like itoa() to convert integers to strings in different bases

    • Use strtol() to convert strings to integers in different bases

    • Remember to specify the base when converting numbers

  • Answered by AI
  • Q2. Pointers, struct, Data Structure
Round 3 - One-on-one 

(2 Questions)

  • Q1. Decimal to Binary Convertion
  • Q2. Hexa Decimal to Binary convertion

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Logical reasoning and Aptitude

Round 2 - Coding Test 

Functions with Pointers and strings concepts

Round 3 - Technical 

(2 Questions)

  • Q1. Mainly on Pointers and Dynamic Memory Allocation of 2-D Array
  • Q2. Structure Padding and Packing

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in depth in C and mainly on Bit-Manipulation.
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 - Technical 

(2 Questions)

  • Q1. What is a pointer to pointer
  • Ans. 

    A pointer to pointer is a variable that stores the memory address of another pointer variable.

    • It is used to create dynamic data structures like linked lists and trees.

    • It allows multiple levels of indirection.

    • It is denoted by ** in C and C++.

    • Example: int **ptr;

    • Example: ptr = &p; where p is a pointer variable.

  • Answered by AI
  • Q2. Class, object, inheritance, polymorphism,dbms

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on pointers,work on ds, study network analysis, learn more about the job and company

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Normal question about past experience
  • Q2. When you can join and all
Round 2 - Assignment 

SQL test on Select query, insert, create

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are the main principles of the Java
  • Ans. 

    Main principles of Java include object-oriented programming, platform independence, and automatic memory management.

    • Object-oriented programming: Java is based on classes and objects, allowing for encapsulation, inheritance, and polymorphism.

    • Platform independence: Java code can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Automatic memory management: Java uses garbage collection to automatically m

  • Answered by AI
  • Q2. What is the different between == and equals method
  • Ans. 

    The == operator compares the memory addresses of two objects, while the equals method compares the content of two objects.

    • The == operator is used to compare the memory addresses of two objects in Java.

    • The equals method is used to compare the content of two objects in Java.

    • Example: String str1 = new String("hello"); String str2 = new String("hello"); str1 == str2 will return false, but str1.equals(str2) will return true

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?

Computer Technologies Interview FAQs

How many rounds are there in Computer Technologies Computer Operator interview?
Computer Technologies interview process usually has 1-2 rounds. The most common rounds in the Computer Technologies interview process are HR, Group Discussion and Aptitude Test.
What are the top questions asked in Computer Technologies Computer Operator interview?

Some of the top questions asked at the Computer Technologies Computer Operator interview -

  1. Sort time big inc...read more
  2. Big arning for r...read more
  3. Normal time pe company' ko success kis tarah kar sakt...read more

Tell us how to improve this page.

Computer Technologies Computer Operator Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.3
 • 22 Interviews
Pitney Bowes Interview Questions
3.8
 • 21 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
View all
Computer Technologies Computer Operator Salary
based on 6 salaries
₹0.2 L/yr - ₹2 L/yr
56% less than the average Computer Operator Salary in India
View more details

Computer Technologies Computer Operator Reviews and Ratings

based on 5 reviews

3.8/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

3.7

Salary

3.8

Job security

4.1

Company culture

3.8

Promotions

3.9

Work satisfaction

Explore 5 Reviews and Ratings
Technical Support Executive
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Support Executive
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
8 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Computer Operator
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior DevOps Engineer
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Computer Technologies with

Accel Frontline

4.0
Compare

Pitney Bowes

3.8
Compare

Apmosys Technologies

3.4
Compare

Apex CoVantage

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