Upload Button Icon Add office photos

Filter interviews by

CTS Consulting & Technical Support Programmer Analyst Interview Questions and Answers

Updated 24 Apr 2025

6 Interview questions

A Programmer Analyst was asked
Q. Tell me about OOP concepts.
Ans. 

Object-oriented programming concepts that focus on classes and objects

  • Encapsulation: Bundling data and methods that operate on the data into a single unit (class)

  • Inheritance: Allowing a class to inherit properties and behavior from another class

  • Polymorphism: Ability for objects of different classes to respond to the same message in different ways

A Programmer Analyst was asked
Q. What are your strengths and weaknesses?
Ans. 

My strengths include problem-solving and adaptability, while my weakness is overcommitting to projects, leading to occasional stress.

  • Strength: Strong problem-solving skills; I successfully debugged a complex issue in a production system, reducing downtime by 30%.

  • Strength: Adaptability; I quickly learned a new programming language to meet project demands, resulting in timely delivery.

  • Weakness: Tendency to overcommi...

Programmer Analyst Interview Questions Asked at Other Companies

asked in Cognizant
Q1. 1 Tell me about your self 2 What is c# 3 What is oops concept 4 W ... read more
asked in Cognizant
Q2. What is stack? How do you convert a queue to stack?
asked in Cognizant
Q3. Given two tables, one with 20 student records and another with 10 ... read more
asked in Cognizant
Q4. What is the difference between a structure and a class?
Q5. What is SQL? define ddl? Why should we hire you?
A Programmer Analyst was asked
Q. How do you handle windows?
Ans. 

Window handling can be done using various methods in programming.

  • Use window handles to switch between multiple windows

  • Use window functions to maximize, minimize or close a window

  • Use window events to trigger actions based on user interaction

  • Use window properties to get information about the window

A Programmer Analyst was asked
Q. What is the BDD framework?
Ans. 

BDD (Behavior Driven Development) is a testing framework that focuses on the behavior of the system.

  • BDD is a collaboration between developers, testers, and business stakeholders

  • It uses natural language to describe the behavior of the system in terms of scenarios and examples

  • BDD frameworks include tools like Cucumber, SpecFlow, and Behave

  • BDD helps ensure that the system meets the requirements and expectations of al...

A Programmer Analyst was asked
Q. What is a hybrid framework?
Ans. 

Hybrid framework is a combination of multiple frameworks to leverage their strengths and overcome their weaknesses.

  • Combines the benefits of modular, data-driven, and keyword-driven frameworks

  • Allows for flexibility and scalability

  • Can be used for both web and mobile applications

  • Examples include Appium, Selenium, and TestNG

A Programmer Analyst was asked
Q. What is inheritance?
Ans. 

Inheritance is a mechanism in object-oriented programming where a new class is created from an existing class.

  • The new class, called the subclass, inherits properties and methods from the existing class, called the superclass.

  • The subclass can also add new properties and methods or override existing ones.

  • Inheritance promotes code reuse and allows for more efficient and organized programming.

  • Example: A class Animal c...

CTS Consulting & Technical Support Programmer Analyst Interview Experiences

10 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Selenium waits questions
  • Q2. Selenium locator questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Ask about technical terms and coding
  • Q2. Hr interview process
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Topics are normally math's, English and DI

Round 2 - Technical 

(1 Question)

  • Q1. Basic question coding and testing
Round 3 - HR 

(1 Question)

  • Q1. Expectation, location and role
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic Programming, Aptitude, English

Round 2 - Technical 

(1 Question)

  • Q1. About projects, current tech
Round 3 - HR 

(1 Question)

  • Q1. General about resume
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It's a Online test along with program

Round 2 - Technical 

(1 Question)

  • Q1. Tell me about Oops concepts
  • Ans. 

    Object-oriented programming concepts that focus on classes and objects

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: Allowing a class to inherit properties and behavior from another class

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Strong and weakness
  • Ans. 

    My strengths include problem-solving and adaptability, while my weakness is overcommitting to projects, leading to occasional stress.

    • Strength: Strong problem-solving skills; I successfully debugged a complex issue in a production system, reducing downtime by 30%.

    • Strength: Adaptability; I quickly learned a new programming language to meet project demands, resulting in timely delivery.

    • Weakness: Tendency to overcommit; I ...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

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

(5 Questions)

  • Q1. BDD framework and Cucumber
  • Q2. What is BDD framework
  • Ans. 

    BDD (Behavior Driven Development) is a testing framework that focuses on the behavior of the system.

    • BDD is a collaboration between developers, testers, and business stakeholders

    • It uses natural language to describe the behavior of the system in terms of scenarios and examples

    • BDD frameworks include tools like Cucumber, SpecFlow, and Behave

    • BDD helps ensure that the system meets the requirements and expectations of all sta...

  • Answered by AI
  • Q3. What is hybrid framework
  • Ans. 

    Hybrid framework is a combination of multiple frameworks to leverage their strengths and overcome their weaknesses.

    • Combines the benefits of modular, data-driven, and keyword-driven frameworks

    • Allows for flexibility and scalability

    • Can be used for both web and mobile applications

    • Examples include Appium, Selenium, and TestNG

  • Answered by AI
  • Q4. How you can handle window
  • Ans. 

    Window handling can be done using various methods in programming.

    • Use window handles to switch between multiple windows

    • Use window functions to maximize, minimize or close a window

    • Use window events to trigger actions based on user interaction

    • Use window properties to get information about the window

  • Answered by AI
  • Q5. What is inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created from an existing class.

    • The new class, called the subclass, inherits properties and methods from the existing class, called the superclass.

    • The subclass can also add new properties and methods or override existing ones.

    • Inheritance promotes code reuse and allows for more efficient and organized programming.

    • Example: A class Animal can be...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

3 Questions

  • Q1. Intro
  • Q2. Hooks law
  • Q3. Would u work on shifts

Interview Questionnaire 

1 Question

  • Q1. In interview hr round.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and bold.

I applied via Naukri.com and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Cprogramming fundamentals
  • Q2. Loop Functions Sequences
  • Q3. Minecraft programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well.Be confident.

I applied via Campus Placement and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Tell me about your self .From which background you came from

Interview Preparation Tips

Interview preparation tips for other job seekers - It was Great interview with CTS

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about CTS Consulting & Technical Support?
Ask anonymously on communities.

CTS Consulting & Technical Support Interview FAQs

How many rounds are there in CTS Consulting & Technical Support Programmer Analyst 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, Aptitude Test and HR.
What are the top questions asked in CTS Consulting & Technical Support Programmer Analyst interview?

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

  1. How you can handle win...read more
  2. What is BDD framew...read more
  3. What is hybrid framew...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.5/5

based on 6 interview experiences

Difficulty level

Moderate 67%
Hard 33%

Duration

Less than 2 weeks 33%
2-4 weeks 33%
More than 8 weeks 33%
View more

Interview Questions from Similar Companies

J K Fenner Interview Questions
3.9
 • 30 Interviews
J&F Interview Questions
3.7
 • 30 Interviews
Eversendai Interview Questions
3.7
 • 29 Interviews
View all
CTS Consulting & Technical Support Programmer Analyst Salary
based on 296 salaries
₹3.4 L/yr - ₹8 L/yr
8% less than the average Programmer Analyst Salary in India
View more details

CTS Consulting & Technical Support Programmer Analyst Reviews and Ratings

based on 39 reviews

3.5/5

Rating in categories

3.3

Skill development

3.2

Work-life balance

3.0

Salary

3.3

Job security

3.3

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 39 Reviews and Ratings
Associate
570 salaries
unlock blur

₹9.9 L/yr - ₹17.7 L/yr

Senior Associate
550 salaries
unlock blur

₹14.8 L/yr - ₹27.1 L/yr

Programmer Analyst
296 salaries
unlock blur

₹3.3 L/yr - ₹8 L/yr

Software Developer
205 salaries
unlock blur

₹6.9 L/yr - ₹20.7 L/yr

Manager
199 salaries
unlock blur

₹19.3 L/yr - ₹35 L/yr

Explore more salaries
Compare CTS Consulting & Technical Support with

Patel Infrastructure

3.8
Compare

J K Fenner

3.9
Compare

Saudi Binladin Group

4.1
Compare

Bahwan Engineering

4.1
Compare
write
Share an Interview