Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by CSM Technologies Team. If you also belong to the team, you can get access from here

CSM Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

CSM Technologies Software Engineer Interview Questions and Answers

Updated 19 Jan 2024

CSM Technologies Software Engineer Interview Experiences

3 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Feature of OOPS, What is String Class, Difference between Abstract class and interface ,what is marker interface
  • Ans. 

    OOPS feature, String Class, Abstract class vs interface, Marker interface

    • OOPS feature: Encapsulation, Inheritance, Polymorphism, Abstraction

    • String Class: Represents a sequence of characters, immutable

    • Abstract class vs interface: Abstract class can have method implementations, interface cannot

    • Marker interface: An interface with no methods, used to mark or tag classes

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. About educational qualification

I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic question of .Net, OOP, MasterPage concept, Statemanagmnt
  • Q2. Sql Constrains, Sp,Function, Views, Triggers
  • Q3. Logical Sql queries with expecting Groupby, Having claus etc
  • Q4. DML, DDL, Transactions , Joins, Indexes

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good interview. it was Video conference with 3 people, HR, Tech Lead and Team member.
After selection 1 more round with manager with 2-3 Technical que(Logical) and Project discussion.
Final 1 with HR for Salary negotation nd all.
I have conversation with interview panel, if don't know answers tell them couldn't recall at moment, or give workaround answer. Confidant and keep smiling face.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

Software Engineer Interview Questions & Answers

user image DIPTI SANKAR CHAND

posted on 26 Feb 2022

I applied via Campus Placement and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

General aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Technical assessment
  • Q2. Oops concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Good place to start your career

Interview questions from similar companies

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

Data structure was more and it was difficult round

Round 2 - Technical 

(1 Question)

  • Q1. It will depend on interviewer
Round 3 - Behavioral 

(1 Question)

  • Q1. It will be depending on Manager who is taking interview
Round 4 - HR 

(1 Question)

  • Q1. It will be very smooth

Interview Preparation Tips

Interview preparation tips for other job seekers - It's a very good company overall I had very good learning and experience
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Nov 2024.

Round 1 - Coding Test 

Coding test was easy. They asked LC easy anyone with fair understanding of programming can easily solve it.

Round 2 - One-on-one 

(2 Questions)

  • Q1. Asked a question from Blind 75 that i dont remember as of now. I kind of stumbled here yet gave a code for original question
  • Q2. Asked LC hard question. Interviewer was very rude and did not give a shit about my approach when I tried to explain it to him/her. He said just run code against test cases provided. I received rejection ...

Interview Preparation Tips

Interview preparation tips for other job seekers - HRs were very professional and polite but not the interviewer.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. All the questions on OOPS, Shell script, linux, c, C++, database
Round 2 - Technical 

(1 Question)

  • Q1. Advanced questions on above areas
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Great learning and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Coding question, reasoning, english, math, very easy

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Passionate about learning new technologies

  • Answered by AI
  • Q2. Technical experties and final year project

Interview Preparation Tips

Topics to prepare for CitiusTech Software Engineer interview:
  • Java
  • React.Js
  • SQL Server

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

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

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full join: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Observables, Services, Promises, Closure ?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Cuvette and was interviewed in Nov 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude questions followed by two coding questions.

Round 2 - Coding Test 

Two coding questions followed by a discussion on projects.

Round 3 - Coding Test 

Three coding questions and inquiries related to Data Structures and Algorithms (DSA), Object-Oriented Programming (OOP), and project-related topics.

Round 4 - Coding Test 

Solely 2 coding question

Interview Preparation Tips

Topics to prepare for Bounteous x Accolite Software Engineer interview:
  • DSA
  • OOPS

CSM Technologies Interview FAQs

How many rounds are there in CSM Technologies Software Engineer interview?
CSM Technologies interview process usually has 2 rounds. The most common rounds in the CSM Technologies interview process are Technical, Aptitude Test and HR.
What are the top questions asked in CSM Technologies Software Engineer interview?

Some of the top questions asked at the CSM Technologies Software Engineer interview -

  1. Feature of OOPS, What is String Class, Difference between Abstract class and in...read more
  2. Basic question of .Net, OOP, MasterPage concept, Statemanag...read more
  3. Logical Sql queries with expecting Groupby, Having claus ...read more

Tell us how to improve this page.

CSM Technologies Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more

Fast track your campus placements

View all
CSM Technologies Software Engineer Salary
based on 343 salaries
₹1.8 L/yr - ₹5.2 L/yr
56% less than the average Software Engineer Salary in India
View more details

CSM Technologies Software Engineer Reviews and Ratings

based on 101 reviews

4.2/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.8

Salary

3.8

Job security

3.9

Company culture

3.7

Promotions

3.9

Work satisfaction

Explore 101 Reviews and Ratings
Software Engineer
343 salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Programmer Analyst
88 salaries
unlock blur

₹4.3 L/yr - ₹13.2 L/yr

Software Developer
77 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Software Engineer
74 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Junior Software Engineer
54 salaries
unlock blur

₹1 L/yr - ₹3.6 L/yr

Explore more salaries
Compare CSM Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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