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 Junior Software Engineer Interview Questions and Answers

Updated 27 Nov 2023

CSM Technologies Junior Software Engineer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.

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 

(3 Questions)

  • Q1. Difference between session and cookie in php
  • Ans. 

    Session and cookie are used to store data in PHP. Session is stored on the server, while cookie is stored on the client's browser.

    • Session data is stored on the server and is accessible across different pages of a website.

    • Cookie data is stored on the client's browser and can be accessed by the server on subsequent requests.

    • Sessions are more secure as the data is stored on the server and not exposed to the client.

    • Cookies...

  • Answered by AI
  • Q2. Difference between get and post in php
  • Ans. 

    GET and POST are HTTP methods used to send data to a server in PHP.

    • GET method appends data to the URL as query parameters

    • POST method sends data in the body of the HTTP request

    • GET is less secure as data is visible in the URL

    • POST is more secure as data is not visible in the URL

    • GET has limitations on the amount of data that can be sent

    • POST has no limitations on data size

  • Answered by AI
  • Q3. Output for a Php for loop program
  • Ans. 

    The program will output a series of strings based on the given conditions in the for loop.

    • The for loop will iterate a certain number of times based on the given conditions.

    • Each iteration will generate a string output.

    • The strings may vary depending on the conditions inside the loop.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussion about salary and work

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What are your goals while looking to join our organization?

I applied via Campus Placement and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. OOPs concept

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself.

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

Interview Questionnaire 

2 Questions

  • Q1. Basics of Android, Java, Kotlin.
  • Q2. Mvvm architecture, RxJava, jetpack components

Interview Preparation Tips

Interview preparation tips for other job seekers - Had 3 technical round and one HR Round.

I applied via Naukri.com and was interviewed before Apr 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic python list tuples set dictionary related questions
  • Q2. Decorators generator and django rest framework

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on logical and basic python fundamental

I applied via LinkedIn and was interviewed before Jun 2021. There were 5 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 - Coding Test 

Its a simple hackathon MCQ questions based on your skills.

Round 3 - Technical 

(3 Questions)

  • Q1. Technical round from Xoriant was easy but tricky, question based on Agile Methodology, All the technologies and projects you mentioned in resume, random questions on development/testing experience and othe...
  • Q2. Tell me about your team you worked previously, team size, team contribution, roles of the team, modules worked in team or independently.
  • Q3. Tell me about any different technical challeng/issue/problems you faced in last project.
Round 4 - Technical 

(1 Question)

  • Q1. Project Technical Interview
Round 5 - HR 

(2 Questions)

  • Q1. What is your preferred location
  • Q2. Are you able to relocate

Interview Preparation Tips

Interview preparation tips for other job seekers - Take time to prepare your resume carefully.
Prepare each and everything written in resume.
Work on Leet codes or on DSA, algorithms.
Be confident 😊

I appeared for an interview in Aug 2020.

Interview Questionnaire 

8 Questions

  • Q1. Position was for UI - Fundamentals of JavaScript (Closure, Promises, Event Loop, filter vs map, Event delegation)
  • Q2. Lifecycle of React Component, State vs Props, Optimization techniques, Redux vs Context
  • Q3. Coding challenge (JS) - remove duplicate entries from array
  • Ans. 

    Remove duplicate entries from array of strings using JavaScript

    • Use Set to remove duplicates

    • Convert Set back to array

    • Use spread operator to convert Set to array

  • Answered by AI
  • Q4. Coding Challenge (JS) - determine if words in given array are anagram or not
  • Ans. 

    Determines if words in given array are anagram or not using JS

    • Create a function that takes an array of strings as input

    • Loop through the array and sort each string alphabetically

    • Compare the sorted strings to check if they are equal

    • Return true if all strings are anagrams, else false

  • Answered by AI
  • Q5. Client Round (1) - Questions on design system, coding challenge - Let's try to create a modal component in React JS from scratch
  • Q6. Client Round (2) - Questions based on scenarios to test your thinking ability and problem solving approach
  • Q7. Client Round (3) - Questions on all the technologies that you have mentioned in your CV. Additional questions on Agile, DevOps and your understanding of CI-CD.
  • Q8. Client Round (4) - Coding challenge - implement/rewrite any inbuilt method provided by JS (e.g. Array.map, Array.filter, function.bind)

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for fundamentals of JS.
Answering questions of React would be easy if you already work on it.
Try to solve at least 5 problems on Hacker Rank or Hacker Earth, before appearing for interview.
That would help you prepare mentally and logically to bare with the process and develop an attitude of keep trying.

Good luck!

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Basic javascript questions , clouser, promise

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared well on basic of javascript

Interview Questionnaire 

4 Questions

  • Q1. Azure Services
  • Q2. OOPS
  • Q3. Design Patterns
  • Q4. Angular Basics

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

Interview Questionnaire 

2 Questions

  • Q1. More questions on which topic
  • Q2. Focus on c#, MVC and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well technically and scenario based questions also prepared.

CSM Technologies Interview FAQs

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

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

  1. Difference between session and cookie in ...read more
  2. Difference between get and post in ...read more
  3. Output for a Php for loop prog...read more

Tell us how to improve this page.

CSM Technologies Junior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

ITC Infotech Interview Questions
3.6
 • 338 Interviews
CitiusTech Interview Questions
3.4
 • 274 Interviews
NeoSOFT Interview Questions
3.6
 • 268 Interviews
Tiger Analytics Interview Questions
3.7
 • 227 Interviews
Episource Interview Questions
3.9
 • 220 Interviews
Altimetrik Interview Questions
3.8
 • 219 Interviews
Xoriant Interview Questions
4.1
 • 183 Interviews
Incedo Interview Questions
3.1
 • 182 Interviews
View all

Fast track your campus placements

View all
CSM Technologies Junior Software Engineer Salary
based on 47 salaries
₹1.8 L/yr - ₹3.6 L/yr
34% less than the average Junior Software Engineer Salary in India
View more details

CSM Technologies Junior Software Engineer Reviews and Ratings

based on 22 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.2

Salary

4.3

Job security

4.4

Company culture

4.1

Promotions

4.5

Work satisfaction

Explore 22 Reviews and Ratings
Software Engineer
351 salaries
unlock blur

₹1.8 L/yr - ₹5.2 L/yr

Programmer Analyst
89 salaries
unlock blur

₹4.3 L/yr - ₹13.2 L/yr

Senior Software Engineer
83 salaries
unlock blur

₹3.5 L/yr - ₹8.4 L/yr

Software Developer
82 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Junior Software Engineer
47 salaries
unlock blur

₹1.8 L/yr - ₹3.6 L/yr

Explore more salaries
Compare CSM Technologies with

ITC Infotech

3.6
Compare

CMS IT Services

3.1
Compare

KocharTech

3.9
Compare

Xoriant

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