i
Coditas Technologies
Filter interviews by
I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.
Arrays are a data structure that stores a collection of elements of the same data type in a contiguous memory location.
Arrays are used to store multiple values in a single variable.
Elements in an array are accessed by their index position.
Arrays can be of fixed size or dynamic size.
Example: String[] names = {"Alice", "Bob", "Charlie"};
ArrayList is a dynamic array in Java that can grow or shrink in size as needed.
ArrayList is a class in Java that implements the List interface.
It allows for dynamic resizing, unlike regular arrays which have a fixed size.
Elements in an ArrayList can be accessed using their index.
Example: ArrayList<String> names = new ArrayList<String>();
names.add("Alice"); names.add("Bob");
Top trending discussions
posted on 26 Aug 2024
I applied via Company Website and was interviewed in Jul 2024. There were 2 interview rounds.
Find the missing number in a permutation array
Iterate through the array and calculate the sum of all numbers
Calculate the sum of all numbers from 1 to n (where n is the length of the array)
Subtract the sum of the array from the sum of all numbers to find the missing number
To find a loop in a linked list, use Floyd's Cycle Detection Algorithm.
Use two pointers - slow and fast, where slow moves one step at a time and fast moves two steps at a time.
If there is a loop, the two pointers will eventually meet at some point within the loop.
To find the starting point of the loop, reset one pointer to the head and move both pointers one step at a time until they meet again.
Leetcode medium level questions, sql query, puzzle, test writing for api
posted on 18 May 2021
I applied via Walk-in and was interviewed before May 2020. There were 4 interview rounds.
I applied via Referral and was interviewed before Aug 2021. There were 4 interview rounds.
Test duration - 1.5 Hrs
Topics - DB2, CLLE, RPGLE, SQLRPGLE
Platform - IBMi
posted on 7 Nov 2022
I applied via Referral and was interviewed before Nov 2021. There were 3 interview rounds.
I applied via Campus Placement
I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.
Coding questions on Javascript
posted on 29 Apr 2024
I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.
I appeared for an interview in Jan 2024.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
415
salaries
| ₹3.6 L/yr - ₹12.5 L/yr |
Associate Software Engineer
149
salaries
| ₹1 L/yr - ₹9.1 L/yr |
Software Developer
144
salaries
| ₹5 L/yr - ₹17 L/yr |
Senior Software Engineer
113
salaries
| ₹10 L/yr - ₹35 L/yr |
Data Engineer
59
salaries
| ₹6 L/yr - ₹14 L/yr |
Mobile Programming
Diverse Lynx
Arcesium
Solartis Technology Services