Upload Button Icon Add office photos

Filter interviews by

Capital Business Systems Computer Operator Interview Questions and Answers

Updated 12 Jul 2024

Capital Business Systems Computer Operator Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Computer operator 

(2 Questions)

  • Q1. Computer operator job
  • Q2. Job benifits and experience
Round 2 - Technical 

(2 Questions)

  • Q1. Technical experience and preparation
  • Q2. Work is good experience

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Technical 

(2 Questions)

  • Q1. Sql is the most important , Focus on Joins ,Sub query and Sql basics
  • Q2. Joining tables with different joins
  • Ans. 

    Joining tables with different joins in SQL

    • Use INNER JOIN to return rows when there is at least one match in both tables

    • Use LEFT JOIN to return all rows from the left table and the matched rows from the right table

    • Use RIGHT JOIN to return all rows from the right table and the matched rows from the left table

    • Use FULL JOIN to return rows when there is a match in one of the tables

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. Its more about the previous roles & project
Round 1 - One-on-one 

(1 Question)

  • Q1. First alls friend introduction and and give good education and any doubt talked the traning coach and if any issue

Interview Preparation Tips

Interview preparation tips for other job seekers - Good industry BPO Life Style and great future But heavy hard work
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2022. 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 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self?
  • Ans. Just tell all true about yourself.
  • Answered by Vikram Singh
  • Q2. What is your typing speed?
  • Ans. 

    My typing speed is 80 words per minute.

    • I have a typing speed of 80 words per minute.

    • I am proficient in touch typing and can accurately type at a fast pace.

    • I have experience in handling customer queries and providing quick responses through efficient typing skills.

  • Answered by AI
  • Q3. Can you speak Hindi, English, and Chhattisgarhi?

Interview Preparation Tips

Interview preparation tips for other job seekers - Know basic knowledge of computers and focus on typing speed.

I applied via Walk-in and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Normal Interview questions
  • Q2. What's your name
  • Q3. Any experience
  • Q4. Basic computer knowledge
  • Q5. What's your Typing speed
  • Ans. 

    My typing speed is 70 words per minute.

    • I have been practicing typing regularly to improve my speed.

    • I am comfortable typing on both a keyboard and a touchscreen device.

    • I am able to type accurately without looking at the keyboard.

    • I have experience typing in various formats such as emails, documents, and chat messages.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Normal dressup
Normal beard / clean shave
Confidence

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

Group Discussion about your knowledge and process

Round 2 - HR 

(3 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a dedicated and empathetic customer care executive with a strong background in resolving customer issues and providing exceptional service.

    • Experienced in handling customer inquiries and complaints

    • Skilled in de-escalating tense situations and finding solutions

    • Strong communication and interpersonal skills

    • Ability to multitask and prioritize effectively

  • Answered by AI
  • Q2. Baic details and experience.
  • Q3. Salary expected
  • Ans. 

    I am looking for a competitive salary based on my experience and skills.

    • I am open to discussing salary based on the responsibilities and expectations of the role.

    • I have researched the average salary range for Customer Care Executives in this industry.

    • I am looking for a salary that reflects my qualifications and contributions to the company.

    • I am flexible and willing to negotiate based on the overall compensation package

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Very nice
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via WorkIndia and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell about your self
  • Ans. 

    I am a dedicated and empathetic customer care executive with 5 years of experience in resolving customer issues and providing exceptional service.

    • 5 years of experience in customer care

    • Skilled in resolving customer issues

    • Strong communication and problem-solving skills

    • Empathetic and patient approach towards customers

    • Received multiple awards for excellent customer service

  • Answered by AI
  • Q2. Tell me about previous job experience
  • Ans. 

    I have 2 years of experience as a Customer Care Executive in a telecommunications company.

    • Handled customer inquiries via phone, email, and chat

    • Resolved customer complaints and issues in a timely manner

    • Provided product information and assistance to customers

    • Maintained customer records and updated databases

    • Collaborated with other departments to ensure customer satisfaction

  • Answered by AI

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 mins
Round difficulty - Medium

  • Q1. 

    Railway Seat Berth Determination

    Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle...

  • Ans. 

    Given a railway seat number, determine if it is valid and identify its berth type.

    • Parse input integer 't' for number of test cases

    • For each test case, check if seat number is valid (1 <= N <= 100)

    • Identify berth type based on seat number and output the result

    • Possible berth types are Lower, Middle, Upper, Side Lower, and Side Upper

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 90 mins
Round difficulty - Hard

First they asked me to introduce myself then they started questioning on oops concept from basic to advance level such as inheritance, polymorphism, abstraction, exception handling , STL etc. Next they started questioning on data structures. They asked me the logic of “how to find the middle of a linked list”.

  • Q1. 

    Matrix Symmetry Check

    You are provided with a square matrix. Your task is to return true if the matrix is symmetric; otherwise, return false.

    A symmetric matrix is characterized by its transpose being eq...

  • Ans. 

    Check if a square matrix is symmetric by comparing it with its transpose.

    • Iterate through the matrix and compare each element with its corresponding element in the transpose

    • If any pair of elements do not match, return false immediately

    • If all pairs match, return true at the end

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Computer Science Engineering from K. K. Wagh Institute Of Engineering Education And Research. I applied for the job as Software Engineer in PuneEligibility criteria6.0 CGPAJosh Technology Group interview preparation:Topics to prepare for the interview - Data Structures, OOPS, DBMS, Python, SQLTime required to prepare for the interview - 3 monthsInterview preparation tips for other job seekers

Tip 1 : Clear the basic concepts of data structure and OOPs.
Tip 2 : Use coding ninja platform and Hackerearth for practice on coding skills.
Tip 3 : Use Geeks For Geeks for interview preparation.

Application resume tips for other job seekers

Tip 1: Make your resume short and try to make it of one page only.
Tip 2: Add relevant keywords

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. 1.Tell me about your self?
  • Q2. 2.what is you learn in institution?

Interview Preparation Tips

Interview preparation tips for other job seekers - It's real good experience and I have learn and This is my first call interview..So next time i will give my full potential and do well thanks for give me an opportunity

Capital Business Systems Interview FAQs

How many rounds are there in Capital Business Systems Computer Operator interview?
Capital Business Systems interview process usually has 2 rounds. The most common rounds in the Capital Business Systems interview process are Technical.
What are the top questions asked in Capital Business Systems Computer Operator interview?

Some of the top questions asked at the Capital Business Systems Computer Operator interview -

  1. Technical experience and preparat...read more
  2. Computer operator ...read more
  3. Work is good experie...read more

Tell us how to improve this page.

Capital Business Systems Computer Operator Interview Process

based on 3 interviews

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

kipi.ai Interview Questions
4.1
 • 58 Interviews
Affine Interview Questions
3.3
 • 49 Interviews
Cyfuture Interview Questions
3.0
 • 45 Interviews
View all

Fast track your campus placements

View all
Capital Business Systems Computer Operator Salary
based on 23 salaries
₹0.8 L/yr - ₹3 L/yr
30% less than the average Computer Operator Salary in India
View more details

Capital Business Systems Computer Operator Reviews and Ratings

based on 7 reviews

2.4/5

Rating in categories

2.6

Skill development

1.9

Work-life balance

2.2

Salary

1.7

Job security

2.3

Company culture

1.8

Promotions

2.4

Work satisfaction

Explore 7 Reviews and Ratings
Customer Care Executive
115 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Team Lead
49 salaries
unlock blur

₹1.7 L/yr - ₹4.5 L/yr

Software Developer
41 salaries
unlock blur

₹1.5 L/yr - ₹6.2 L/yr

Service Engineer
37 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Data Entry Operator
37 salaries
unlock blur

₹0.9 L/yr - ₹3 L/yr

Explore more salaries
Compare Capital Business Systems with

Medcode

4.5
Compare

Maxgen Technologies

4.6
Compare

Cyfuture

3.0
Compare

Value Point Systems

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