Upload Button Icon Add office photos

Filter interviews by

Clear (1)

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Software Developer Interview Questions and Answers

Updated 25 Jul 2024

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Software Developer Interview Experiences

2 interviews found

Software Developer Interview Questions & Answers

user image GOKULA KRISHNAN

posted on 25 Jul 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

It was easy, the topic is upi

Round 2 - Aptitude Test 

Aptitude + coding Test

Round 3 - Technical 

(2 Questions)

  • Q1. It's about my projects
  • Q2. And few Javascript questions
Round 4 - HR 

(1 Question)

  • Q1. General HR questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Logic and MCQ were there

Round 2 - Technical 

(2 Questions)

  • Q1. How cobol db 2 works? how to add checkpoint logic.
  • Ans. 

    COBOL DB2 is a programming language used for database management. Checkpoint logic is used to ensure data integrity and recoverability.

    • COBOL DB2 is used for accessing and manipulating data in DB2 databases.

    • Checkpoint logic in COBOL DB2 involves saving the current state of the database at specific points to ensure data integrity.

    • To add checkpoint logic, you can use COMMIT and ROLLBACK statements in your COBOL DB2 progra...

  • Answered by AI
  • Q2. How jcl works, how to do restart
  • Ans. 

    JCL (Job Control Language) is used to control batch jobs on mainframe systems. Restarting a job involves identifying the step where it failed and resubmitting the job from that step.

    • JCL is used to define and control batch jobs on mainframe systems

    • To restart a job, identify the step where it failed

    • Modify the JCL to start from the failed step by specifying the restart parameter

    • Submit the modified JCL to restart the job

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare complete basics. It should be clear

Skills evaluated in this interview

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Cognizant
Q4. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
Q5. Find Duplicate in Array Problem Statement You are provided with a ... read more

Software Developer Jobs at CBTS TECHNOLOGY SOLUTIONS INDIA LLP

View all

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jul 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SOLID principals, oops, c# basics, SQL server, azure, design pattern

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear basics of oops and design pattern

I applied via Job Portal and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Solid principles in c#
  • Ans. 

    Solid principles are a set of design principles for writing maintainable and scalable code in C#.

    • Single Responsibility Principle (SRP) - a class should have only one reason to change

    • Open/Closed Principle (OCP) - a class should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - derived classes should be substitutable for their base classes

    • Interface Segregation Principle (ISP) - client...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - good company for freshers as well as beginners

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. HTML, CSS, BOOTSTRAP, PHP. SQL

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

Interview Questionnaire 

1 Question

  • Q1. Tell me about yourself?basics on c , then about projects

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Interview FAQs

How many rounds are there in CBTS TECHNOLOGY SOLUTIONS INDIA LLP Software Developer interview?
CBTS TECHNOLOGY SOLUTIONS INDIA LLP interview process usually has 3 rounds. The most common rounds in the CBTS TECHNOLOGY SOLUTIONS INDIA LLP interview process are Technical, Coding Test and Group Discussion.
How to prepare for CBTS TECHNOLOGY SOLUTIONS INDIA LLP Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at CBTS TECHNOLOGY SOLUTIONS INDIA LLP . The most common topics and skills that interviewers at CBTS TECHNOLOGY SOLUTIONS INDIA LLP expect are Software Development.
What are the top questions asked in CBTS TECHNOLOGY SOLUTIONS INDIA LLP Software Developer interview?

Some of the top questions asked at the CBTS TECHNOLOGY SOLUTIONS INDIA LLP Software Developer interview -

  1. How cobol db 2 works? how to add checkpoint log...read more
  2. How jcl works, how to do rest...read more
  3. And few Javascript questi...read more

Recently Viewed

INTERVIEWS

Akhil Systems

No Interviews

INTERVIEWS

Interactive Brokers

No Interviews

INTERVIEWS

Dealermatix Technologies

No Interviews

INTERVIEWS

Interactive Brokers

No Interviews

INTERVIEWS

Great Innovus Solutions

No Interviews

INTERVIEWS

Unipath Specialty Laboratory

No Interviews

INTERVIEWS

Great Innovus Solutions

No Interviews

INTERVIEWS

Kangaro Industries

No Interviews

INTERVIEWS

Indraprastha Gas

No Interviews

INTERVIEWS

Dealermatix Technologies

No Interviews

Tell us how to improve this page.

CBTS TECHNOLOGY SOLUTIONS INDIA LLP Software Developer Interview Process

based on 2 interviews

Interview experience

3
  
Average
View more
CBTS TECHNOLOGY SOLUTIONS INDIA LLP Software Developer Salary
based on 4 salaries
₹6 L/yr - ₹12.3 L/yr
14% more than the average Software Developer Salary in India
View more details
Network Engineer
36 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

OSP Engineer
34 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
29 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Network Engineer
24 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Manager
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CBTS TECHNOLOGY SOLUTIONS INDIA LLP with

Accenture

3.8
Compare

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

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