i
CSM Technologies
Filter interviews by
I applied via Naukri.com and was interviewed in May 2023. There were 3 interview rounds.
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...
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
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.
Top trending discussions
I applied via Referral and was interviewed before Nov 2021. There were 4 interview rounds.
Reasoning Aptitude Test and some logical questions
I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.
I applied via Naukri.com and was interviewed in Sep 2020. There were 3 interview rounds.
Event loop is a mechanism that allows non-blocking I/O operations in a single-threaded environment.
Event loop is used in programming languages like JavaScript and Python.
It manages the execution of multiple tasks by prioritizing them based on their priority level.
It continuously checks for new events and executes them in a loop.
It allows for efficient handling of I/O operations without blocking the main thread.
It is co...
let, var and const are used to declare variables in JavaScript with different scoping rules and mutability.
let and var are used to declare variables that can be reassigned later, but var has function scope while let has block scope.
const is used to declare variables that cannot be reassigned and have block scope.
Using const does not mean the value is immutable, only the variable reference is.
let and const were introduc...
I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 3 interview rounds.
This was a very easy test. It can be crackable easily.
Junit test cases should always be re-run to ensure code quality and prevent regression.
Junit test cases should be run after every code change.
Test cases should cover all possible scenarios and edge cases.
Test cases should be automated to save time and ensure consistency.
Test cases should be reviewed and updated regularly.
Regression testing should be performed to ensure new changes do not break existing functionality.
posted on 1 May 2021
I applied via Referral and was interviewed in Nov 2020. There were 3 interview rounds.
Questions related to software development life cycle (SDLC) and testing methodologies.
Defect life cycle refers to the stages a defect goes through from discovery to resolution.
Severity and priority are used to prioritize defects based on their impact and urgency.
Sanity testing is a quick check to ensure that the basic functionality of the system is working.
Smoke testing is a preliminary test to check if the major funct...
posted on 11 Jul 2021
I applied via Company Website and was interviewed in Jan 2021. There were 3 interview rounds.
I appeared for an interview in Sep 2020.
I appeared for an interview before Oct 2021.
A nested list is a list that contains other lists as its elements.
Nested lists can be created using square brackets and separating the elements with commas.
Elements of a nested list can be accessed using indexing and slicing.
Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
Accessing element 5: my_list[1][1]
A queue is a data structure that follows the First In First Out (FIFO) principle.
Elements are added to the back of the queue and removed from the front.
Example: A line of people waiting for a movie ticket.
Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)
posted on 12 Jul 2021
I applied via Naukri.com and was interviewed before Jul 2020. There were 3 interview rounds.
based on 1 interview
Interview experience
based on 22 reviews
Rating in categories
Software Engineer
349
salaries
| ₹1.8 L/yr - ₹5.2 L/yr |
Programmer Analyst
88
salaries
| ₹4.3 L/yr - ₹13.2 L/yr |
Senior Software Engineer
83
salaries
| ₹3.5 L/yr - ₹8.4 L/yr |
Software Developer
81
salaries
| ₹1.8 L/yr - ₹6 L/yr |
Junior Software Engineer
54
salaries
| ₹1 L/yr - ₹3.6 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant