Upload Button Icon Add office photos

Filter interviews by

CTS Consulting & Technical Support Interview Questions, Process, and Tips

Updated 17 Jan 2025

Top CTS Consulting & Technical Support Interview Questions and Answers

View all 71 questions

CTS Consulting & Technical Support Interview Experiences

Popular Designations

163 interviews found

Associate Interview Questions & Answers

user image Anonymous

posted on 7 Apr 2022

I applied via Naukri.com and was interviewed in Mar 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 - Technical 

(1 Question)

  • Q1. MVC architecture, SQL
Round 3 - Behavioral 

(1 Question)

  • Q1. Project works, process handling
Round 4 - HR 

(1 Question)

  • Q1. Salary discuss and location

Interview Preparation Tips

Interview preparation tips for other job seekers - study hard and keep concept ready

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. How can we break singleton pattern in java?
  • Ans. 

    Singleton pattern can be broken using reflection, serialization, and cloning.

    • Reflection can be used to access the private constructor and create multiple instances.

    • Serialization can create multiple instances when the object is deserialized.

    • Cloning can create a new instance of the singleton object.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please update the resume frequently and try to learn and make note of all the questions asked in interview.

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Round 1 - Technical 

(2 Questions)

  • Q1. Explain bean life cycle
  • Ans. 

    Bean life cycle refers to the stages a Java bean goes through from creation to destruction.

    • Bean is instantiated using a constructor or a factory method

    • Bean properties are set using setters or dependency injection

    • Bean is initialized using the init method

    • Bean can be used for its intended purpose

    • Bean is destroyed using the destroy method

  • Answered by AI
  • Q2. Container created ,bean instantiated dependency injection ,custom init() method,custom utility methods and destroy

Interview Preparation Tips

Interview preparation tips for other job seekers - Just focus on technical skills for experience

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

I applied via Naukri.com and was interviewed in Dec 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Mainframe Interview COBOL vsam restart process
  • Ans. 1. Delete the existing file. 2. Create a new cluster. 3. Repro to copy in 3rd step
  • Answered Anonymously
  • Q2. How to resolve sb37 Increase the space by twice at first if it didn't fix then we can use volume counter to increment the no of extend
  • Ans. 

    To resolve sb37, increase space by twice and use volume counter to increment extend if needed.

    • Increase space by twice at first

    • If issue persists, use volume counter to increment extend

    • Ensure adequate space is available before running job

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well in all the topics in COBOL, JCL and DB2

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

CTS Consulting & Technical Support interview questions for popular designations

 Software Engineer

 (14)

 Associate

 (10)

 Software Developer

 (10)

 Programmer Analyst

 (8)

 Programmer Analyst Trainee

 (5)

 Senior Associate

 (5)

 Senior Software Engineer

 (4)

 Analyst

 (3)

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Practice coding well

Round 2 - Coding Test 

All the best , be confident with your code

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Security Analyst Interview Questions asked at other Companies

Q1. How do you test a web application? What is CSRF and SSRF? What is LDAP injection? How does namp work while port scanning? (Result - open/filtered/closed) How does ssl work? Suppose a proxy server(Burpsuite) is in b/w server and client so wh... read more
View answer (2)

Get interview-ready with Top CTS Consulting & Technical Support Interview Questions

Summer Intern Interview Questions & Answers

user image Anonymous

posted on 15 Jun 2022

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Lot to go based on your resume

Interview Preparation Tips

Interview preparation tips for other job seekers - Good one , work balance and learn new things in daily life

Summer Intern Interview Questions asked at other Companies

Q1. There are 8 bottles of milk out of which one bottle is poisoned. What will be the minimum number of persons required to find the poisoned bottle if the person dies within 24 hours of drinking the poison. You have only 24 hours.
View answer (6)
Round 1 - Aptitude Test 

App Test

Round 2 - Technical 

(1 Question)

  • Q1. About .NET technologies
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident and always stay focused

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (170)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Coding Test 

Basic java

Round 3 - Technical 

(1 Question)

  • Q1. Write automation scripts
  • Ans. 

    Automation scripts are written using programming languages to automate repetitive tasks in software testing.

    • Choose a programming language and testing framework

    • Identify the test cases to be automated

    • Write code to execute the test cases

    • Integrate with continuous integration tools

    • Maintain and update the scripts as needed

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation and basic general things

Interview Preparation Tips

Interview preparation tips for other job seekers - Stromg knowledge on selenium and jav oops

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND SubsequencesYou are given an array consisting of N integers. You need to find the number of k-element subsequences of the given array where the bitwise AND of the subsequence's elements is maximal. Also, find the maximal AND val... read more
View answer (4)
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 

(2 Questions)

  • Q1. Experience and notice period
  • Q2. Current ctc and expected ctc

Interview Preparation Tips

Interview preparation tips for other job seekers - Ok good but working Hours are too long
If u are a fresher dont try in cts.

Senior Processing Executive Interview Questions asked at other Companies

Q1. What’s breach? What happens if either party breaches a contract?
View answer (12)
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Explain about java threads
  • Ans. 

    Java threads are lightweight processes that enable concurrent execution of code.

    • Threads allow multiple tasks to be executed simultaneously within a single program.

    • They share the same memory space and can communicate with each other.

    • Java provides built-in support for creating and managing threads through the Thread class.

    • Threads can be created by extending the Thread class or implementing the Runnable interface.

    • Thread s...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep good on basics and should have good communication skills

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

CTS Consulting & Technical Support Interview FAQs

How many rounds are there in CTS Consulting & Technical Support interview?
CTS Consulting & Technical Support interview process usually has 2-3 rounds. The most common rounds in the CTS Consulting & Technical Support interview process are Technical, HR and Resume Shortlist.
What are the top questions asked in CTS Consulting & Technical Support interview?

Some of the top questions asked at the CTS Consulting & Technical Support interview -

  1. How to resolve sb37 Increase the space by twice at first if it didn't fix then...read more
  2. What is OOPS, Networking Basics, Difference between C and C++, Febinose series ...read more
  3. Compatibility in the IT sector being from Mechanic...read more
How long is the CTS Consulting & Technical Support interview process?

The duration of CTS Consulting & Technical Support interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

CTS Consulting & Technical Support Interview Process

based on 60 interviews in last 1 year

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
View all

CTS Consulting & Technical Support Reviews and Ratings

based on 522 reviews

3.8/5

Rating in categories

3.7

Skill development

3.7

Work-life balance

3.5

Salary

3.7

Job security

3.7

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 522 Reviews and Ratings
Associate
611 salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Senior Associate
579 salaries
unlock blur

₹9.1 L/yr - ₹27.3 L/yr

Programmer Analyst
300 salaries
unlock blur

₹3 L/yr - ₹7.7 L/yr

Software Engineer
207 salaries
unlock blur

₹4.1 L/yr - ₹15.7 L/yr

Manager
197 salaries
unlock blur

₹11.6 L/yr - ₹40 L/yr

Explore more salaries
Compare CTS Consulting & Technical Support with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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