i
Coditas Technologies
Filter interviews by
I was interviewed in Aug 2024.
Sessions in MVC are used to store user-specific data across multiple requests.
Sessions are used to maintain state between HTTP requests in MVC applications.
Session data is stored on the server and can be accessed by the client using a session ID.
Sessions can be used to store user authentication information, shopping cart items, etc.
Keywords in C# are reserved words that have special meaning and cannot be used as identifiers.
Keywords are predefined and cannot be changed or redefined.
Examples of keywords in C# include 'class', 'int', 'void', 'if', 'else', 'for', 'while', etc.
Keywords are case-sensitive.
1st round of online aptitude
It was 2nd round Grup discussion
Coding question on palindrome
I applied via Campus Placement
1 hr interview for shapping career
1 hr - reasoning , quant
Topic was given and we had to talk for 3 minutes on that topic.
Test was easy to crack
Coditas Technologies interview questions for designations
I applied via Approached by Company and was interviewed before Jun 2023. There was 1 interview round.
I applied via campus placement at JSPM's Jayawantrao Sawant college of Engineering, Pune and was interviewed before Feb 2023. There were 3 interview rounds.
Usual aptitude test with grammar , maths and coding mcqs questions
List is mutable, tuple is immutable. Use tuple for fixed data, list for changing data. To swap integers, use tuple unpacking.
List can be modified, tuple is fixed
List uses square brackets [], tuple uses parentheses ()
To swap integers, use tuple unpacking: a, b = b, a
Top trending discussions
posted on 17 Oct 2024
I applied via campus placement at Dr Mahalingam College of Engineering & Technology, Coimbatore and was interviewed in Sep 2024. There were 3 interview rounds.
Logical thinking and quantitative
One Java and one SQL and one js question
Collections are data structures that store and organize multiple elements in a single unit.
Collections provide methods to add, remove, and manipulate elements.
Examples of collections include arrays, lists, sets, and maps.
Collections can be used to efficiently manage and access large amounts of data.
A constructor is a special method in a class that is automatically called when an object of that class is created.
Constructors have the same name as the class they belong to
They are used to initialize the object's state
Constructors can have parameters to customize the initialization process
Data science is a field that uses scientific methods, algorithms, and systems to extract knowledge and insights from structured and unstructured data.
Data science involves collecting, analyzing, and interpreting large amounts of data to make informed decisions.
It combines statistics, machine learning, and domain knowledge to uncover patterns and trends in data.
Data scientists use programming languages like Python and R...
Simple DSA questions
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during compilation.
Variables and functions are hoisted to the top of their scope.
Only declarations are hoisted, not initializations.
Function declarations are hoisted before variable declarations.
Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.
Currying helps in creating reusable functions and improving code readability.
It allows partial application of functions, where some arguments are fixed and others are left to be provided later.
Example: const add = (a) => (b) => a + b; add(2)(3) will return
I was interviewed in Jan 2024.
Interview experience
based on 12 reviews
Rating in categories
Software Engineer
356
salaries
| ₹4.5 L/yr - ₹13.8 L/yr |
Associate Software Engineer
151
salaries
| ₹3.5 L/yr - ₹7.2 L/yr |
Software Developer
126
salaries
| ₹6 L/yr - ₹20.5 L/yr |
Senior Software Engineer
109
salaries
| ₹10.8 L/yr - ₹30 L/yr |
QA Engineer
64
salaries
| ₹2.5 L/yr - ₹11.1 L/yr |
TCS
Infosys
Wipro
HCLTech