i
Codilar Technologies
Filter interviews by
I was interviewed before Aug 2023.
Dsa question like pattern or any other basic dsa
I was interviewed in Apr 2023.
Numeric ability test, Verbal ability test, Reasoning ability test.
To clear coding test, just need to solve 1 question out of 5, difficulty level of question - most of the time appear as (3 easy 2 medium) .
A LinkedList is a linear data structure where each element is a separate object with a reference to the next element.
Create a Node class with data and next pointer
Initialize LinkedList with a head node pointing to null
Implement methods like insert, delete, search, and traverse
Example: Node class {int data; Node next;}
Example: Insert method to add a new node at the end of the list
Bubble Sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Compare adjacent elements and swap if necessary
Repeat until no swaps are needed
Time complexity: O(n^2)
Space complexity: O(1)
Example: [5, 3, 8, 2, 1] -> [3, 5, 2, 1, 8] -> [3, 2, 1, 5, 8] -> [2, 1, 3, 5, 8] -> [1, 2, 3, 5, 8]
SQL query to find 2nd maximum salary from employee table
Use ORDER BY and LIMIT to get the second highest salary
SELECT salary FROM employee ORDER BY salary DESC LIMIT 1, 1
I applied via Naukri.com and was interviewed before Dec 2023. There were 2 interview rounds.
Medium level stars pattern for programming
I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.
Codilar Technologies interview questions for designations
Top trending discussions
posted on 17 Dec 2024
There were 45 questions in total: 20 questions on aptitude and 25 questions on basic C, C++, and Java.
posted on 19 Jan 2024
I applied via LinkedIn and was interviewed in Dec 2023. There were 2 interview rounds.
Basic Aptitude test and personality test, It's easy
Print diagonal elements in a 2D array and reverse a string without using an empty string.
Iterate through the rows and columns of the 2D array and print the elements where the row index is equal to the column index.
Iterate through the characters of the string from the last index to the first index and append each character to a new string.
posted on 30 Sep 2022
I applied via Walk-in and was interviewed before Sep 2021. There were 5 interview rounds.
General Aptitude and logical reasoning
About programming and basic programs with advanced program
Palindrome code should be designed to check if a given string is the same forwards and backwards.
Create a function that takes a string as input
Remove any spaces and punctuation from the string
Reverse the string and compare it to the original string to check if it is a palindrome
posted on 9 Jan 2025
I was interviewed in Nov 2024.
The aptitude test evaluates problem-solving, coding skills, and logical reasoning, offering a fair challenge to showcase technical expertise.
I address conflicts in team projects by promoting open communication, active listening, and seeking compromise.
Encourage open communication among team members to address conflicts early on
Practice active listening to understand all perspectives and concerns
Seek compromise and find common ground to resolve conflicts effectively
Interface is a contract that defines the methods a class must implement, while an abstract class can have both implemented and abstract methods.
Interface can only have abstract methods and cannot have any implementation, while abstract class can have both abstract and implemented methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheri...
Interview experience
based on 12 reviews
Rating in categories
Software Engineer
62
salaries
| ₹3.5 L/yr - ₹11.5 L/yr |
Associate Software Engineer
45
salaries
| ₹1.2 L/yr - ₹4 L/yr |
Software Developer
19
salaries
| ₹2.5 L/yr - ₹9.3 L/yr |
Senior Software Engineer
14
salaries
| ₹12.3 L/yr - ₹24 L/yr |
Softwaretest Engineer
11
salaries
| ₹2 L/yr - ₹6.6 L/yr |
DCKAP
Vinculum Solutions
i95Dev
Ranosys Technologies