i
Codilar Technologies
Filter interviews by
Clear (1)
I was interviewed in Jan 2025.
I have experience working in product management roles at tech companies.
Managed product development lifecycle from ideation to launch
Collaborated with cross-functional teams including engineering, design, and marketing
Conducted market research and analysis to inform product strategy
Top trending discussions
posted on 9 May 2017
I was interviewed before May 2016.
posted on 12 Feb 2025
It's online coding test
JS stands for JavaScript, a high-level programming language used for creating interactive websites and web applications.
JS is a client-side scripting language that runs in the browser.
It is used to add interactivity, animations, and dynamic content to websites.
JS can be used alongside HTML and CSS to create responsive and user-friendly web applications.
Example: document.getElementById('demo').innerHTML = 'Hello World';
posted on 24 Apr 2024
I applied via Campus Placement and was interviewed in Oct 2023. There were 3 interview rounds.
It was online 60min test.
It was offline 30 min test.
posted on 26 Apr 2024
I applied via Campus Placement and was interviewed before Apr 2023. There was 1 interview round.
The 4 principles of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.
Inheritance allows a class to inherit properties and behavior from another class.
Encapsulation restricts access to certain components within a class, protecting the data.
Abstraction hides complex implementation details and only shows the necessary features.
Polymorphism allows objects to be treated as instances of their parent class.
String buffer is synchronized and thread-safe, while string builder is not synchronized and faster.
String buffer is synchronized, making it thread-safe for use in multi-threaded environments.
String builder is not synchronized, providing better performance in single-threaded applications.
String builder is faster than string buffer due to lack of synchronization overhead.
Example: StringBuffer sb = new StringBuffer(); Str
Strings are immutable in order to ensure data integrity and security.
Immutable strings prevent accidental data modification, ensuring data integrity.
Immutable strings enhance security by preventing unauthorized access or tampering.
Immutable strings allow for more efficient memory management and optimization.
Example: 'Hello' cannot be changed to 'Hella' directly, a new string must be created.
There are two types of exceptions in Java: checked exceptions and unchecked exceptions.
Checked exceptions are checked at compile time and must be handled using try-catch or throws keyword.
Unchecked exceptions are not checked at compile time and include RuntimeException and its subclasses.
Examples of checked exceptions include IOException, SQLException, and ClassNotFoundException.
Examples of unchecked exceptions include...
Linear search is a simple searching algorithm that sequentially checks each element in a list until a match is found.
Iterate through each element in the list
Compare the current element with the target value
Return the index if a match is found, otherwise return -1
JDK includes JRE and development tools, while JRE includes only the Java Runtime Environment.
JDK stands for Java Development Kit, which includes JRE and development tools like compilers and debuggers.
JRE stands for Java Runtime Environment, which includes JVM and libraries necessary to run Java applications.
JVM stands for Java Virtual Machine, which is responsible for executing Java bytecode.
JDK is used for developing ...
posted on 17 Dec 2024
There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.
Work well on loops and you will do well enough in the interview.
It was good
Salary discusiion
posted on 20 Oct 2023
I applied via LinkedIn and was interviewed before Oct 2022. There were 2 interview rounds.
posted on 1 Feb 2024
I applied via Company Website and was interviewed in Jan 2024. There were 3 interview rounds.
They want you to solve pattern questions
Same complex patterns then first round
I applied via Walk-in and was interviewed before Aug 2023. There were 3 interview rounds.
In 1st round they will provide a pattern question which you need to solve in 1 hour
Second round as well a coding test, which is a hard level of pattern coding test which you need to solve with in 45 minutes.
Arrow functions are a concise way to write functions in JavaScript.
Arrow functions are written using the '=>' syntax.
They do not have their own 'this' keyword.
They are best suited for non-method functions.
Example: const add = (a, b) => a + b;
To commit and push code in Git, you need to stage changes, commit them, and then push to the remote repository.
Stage changes using 'git add
Commit changes using 'git commit -m 'commit message''
Push changes to remote repository using 'git push'
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
66
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Software Engineer
47
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
19
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
15
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
11
salaries
| ₹0 L/yr - ₹0 L/yr |
DCKAP
Vinculum Solutions
i95Dev
Ranosys Technologies