i
Coditas Technologies
Filter interviews by
A todo list application built using ReactJS
Use React components to create a form for adding new todos
Store todos in state and map over them to display in a list
Implement functionality to mark todos as complete and delete them
Utilize CSS for styling and make the app responsive
Top trending discussions
I applied via Referral
Coding test consisting of MCQs and a couple of coding questions based on data structures.
Synchronized and ReentrantLock are both used for thread synchronization in Java.
Synchronized is a keyword in Java and is used to lock an object for exclusive use by a single thread.
ReentrantLock is a class in Java and provides more advanced features than Synchronized, such as fairness and interruptibility.
Synchronized is easier to use and requires less code, but ReentrantLock provides more control and flexibility.
Synch...
Checked exceptions are checked at compile-time while unchecked exceptions are not.
Checked exceptions are declared in the method signature or caught in a try-catch block
Unchecked exceptions are not declared in the method signature and can occur at runtime
Examples of checked exceptions include IOException and ClassNotFoundException
Examples of unchecked exceptions include NullPointerException and ArrayIndexOutOfBoundsExce
posted on 22 Nov 2024
Encapsulation, Inheritance, Polymorphism, Abstraction are the four pillars of OOPS in Java.
Encapsulation: Bundling data and methods that operate on the data into a single unit.
Inheritance: Allows a class to inherit properties and behavior from another class.
Polymorphism: Ability to present the same interface for different data types.
Abstraction: Hiding the implementation details and showing only the necessary features.
A constructor in Java is a special type of method that is used to initialize objects.
Constructors have the same name as the class they are in.
They do not have a return type, not even void.
Constructors are called when an object of a class is created.
Example: public class Car { public Car() { // constructor code } }
I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.
I have 5 years of experience working as a software engineer in various industries.
Developed web applications using Java, Spring, and AngularJS
Led a team of developers in a successful project delivery
Implemented CI/CD pipelines to automate software deployment
Worked on improving system performance and scalability
posted on 11 Feb 2025
I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.
The question asks to find a missing character in an array of strings.
Iterate through each string in the array
Check the length of each string to find the missing character
Compare the characters in each string to identify the missing one
Types of triggers in Azure Data Factory include schedule, tumbling window, event-based, and manual.
Schedule trigger allows you to run pipelines on a specified schedule
Tumbling window trigger runs pipelines at specified time intervals
Event-based trigger runs pipelines based on events like file arrival or HTTP request
Manual trigger allows you to manually trigger pipeline runs
I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.
Use a loop to iterate through the list and compare each element with the target element
Iterate through the list using a loop
Compare each element with the target element
Return the element if found, otherwise return null
I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.
based on 1 interview
Interview experience
Software Engineer
386
salaries
| ₹4.8 L/yr - ₹12 L/yr |
Associate Software Engineer
151
salaries
| ₹3.5 L/yr - ₹7.2 L/yr |
Software Developer
129
salaries
| ₹5 L/yr - ₹20.5 L/yr |
Senior Software Engineer
111
salaries
| ₹10.8 L/yr - ₹36 L/yr |
QA Engineer
66
salaries
| ₹2.5 L/yr - ₹11.1 L/yr |
TCS
Infosys
Wipro
HCLTech