Upload Button Icon Add office photos
Premium Employer

i

This company page is being actively managed by Coditas Technologies Team. If you also belong to the team, you can get access from here

Coditas Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Coditas Technologies Senior Software Developer Interview Questions and Answers

Updated 19 Oct 2024

Coditas Technologies Senior Software Developer Interview Experiences

1 interview found

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Javascript, css, angular and HTML

Round 2 - Coding Test 

JS, angular and HTML

Round 3 - Behavioral 

(2 Questions)

  • Q1. What will you handle pressure?
  • Ans. 

    I handle pressure by staying organized, prioritizing tasks, and maintaining open communication with team members.

    • Staying organized by creating to-do lists and setting realistic deadlines

    • Prioritizing tasks based on deadlines and importance

    • Maintaining open communication with team members to delegate tasks and ask for help when needed

  • Answered by AI
  • Q2. Manager was telling about the project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Even though I completed my tech round 1 and 2 , got selected of MR .
They told me you will be getting selected based on the Tech-1,Tech-2 and MR but they rejected says don't know the valid reason for rejection.

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Core Java concepts
  • Q2. Code optimization
  • Q3. How to remove duplicates from an array without using a library
  • Q4. What is the software development life cycle (SDLC)?

Interview Preparation Tips

Interview preparation tips for other job seekers - Wonderful company for over all growth and development.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Dr Mahalingam College of Engineering & Technology, Coimbatore and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Logical thinking and quantitative

Round 2 - Coding Test 

One Java and one SQL and one js question

Round 3 - HR 

(3 Questions)

  • Q1. What is collections
  • Ans. 

    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.

  • Answered by AI
  • Q2. What is constructor
  • Ans. 

    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

  • Answered by AI
  • Q3. What is data science
  • Ans. 

    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...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was moderate process

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple DSA questions

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions asked
  • Q2. System design
Round 3 - Ghosted 

(1 Question)

  • Q1. Ghosted by recuriter
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Aptitude Test 

The aptitude section will consist of multiple-choice questions (MCQs).

Round 2 - Coding Test 

There will be coding problems relevant to the domain in which we are interviewing.

Round 3 - HR 

(1 Question)

  • Q1. What do you hope to achieve in the next two years?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is Linked List
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Deep Technical Questions
  • Q2. Problem solving and usecases
Round 2 - Technical 

(1 Question)

  • Q1. Usecase based questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Deep Dive into - React Native, React JS, Javascript, Typescript, Redux, iOS, Android

Interview Preparation Tips

Topics to prepare for Intellias Senior Software Development Engineer interview:
  • React Native
  • React Js
  • iOS
  • Android
  • Javascript
  • Typescript
  • Redux
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. IAM & PAM Operations
  • Q2. Related to Sailpoint

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

I applied via Instahyre and was interviewed in Oct 2021. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. 1.Desgin Schema for restaurant apps like zomato.
  • Ans. 

    Design a schema for a restaurant app like Zomato.

    • Create tables for restaurants, menus, reviews, and users.

    • Include columns for restaurant name, location, cuisine, and ratings.

    • Add columns for menu items, prices, and descriptions.

    • Include user information such as name, email, and password.

    • Create relationships between tables using foreign keys.

    • Implement search and filter functionality for restaurants and menus.

    • Allow users t...

  • Answered by AI
  • Q2. Basics of DBMS-ACID properties
  • Q3. What is transaction?
  • Ans. 

    A transaction is a unit of work that is performed on a database.

    • A transaction is a sequence of database operations that are treated as a single unit of work.

    • It ensures that all the operations are completed successfully or none of them are performed.

    • Transactions are used to maintain data consistency and integrity in a database.

    • Examples of transactions include transferring money between bank accounts or updating inventor

  • Answered by AI
  • Q4. Difference between sql and nosql dbs
  • Ans. 

    SQL is a relational database while NoSQL is a non-relational database.

    • SQL databases use structured query language while NoSQL databases use unstructured query language.

    • SQL databases are vertically scalable while NoSQL databases are horizontally scalable.

    • SQL databases are good for complex queries while NoSQL databases are good for large amounts of unstructured data.

    • Examples of SQL databases include MySQL, Oracle, and Po...

  • Answered by AI
  • Q5. How to achieve multitasking in java
  • Ans. 

    Multitasking in Java can be achieved through multithreading.

    • Create a new thread using the Thread class or Runnable interface

    • Use the start() method to start the thread

    • Synchronize shared resources to avoid race conditions

    • Use wait() and notify() methods for inter-thread communication

    • Example: creating a thread to perform a long-running task while the main thread continues executing other tasks

  • Answered by AI
  • Q6. What is semaphores?
  • Ans. 

    Semaphores are a synchronization tool used to control access to a shared resource.

    • Semaphores can be used to prevent race conditions in multi-threaded programs.

    • They can be used to limit the number of concurrent accesses to a resource.

    • Semaphores can be binary (0 or 1) or counting (0 to n).

    • Examples of semaphore functions include wait(), signal(), and init().

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was my first round - they asked basics of OOPS,DBMS and operating systems. Be prepared with System Design also

Skills evaluated in this interview

Coditas Technologies Interview FAQs

How many rounds are there in Coditas Technologies Senior Software Developer interview?
Coditas Technologies interview process usually has 3 rounds. The most common rounds in the Coditas Technologies interview process are Coding Test and Behavioral.

Tell us how to improve this page.

Coditas Technologies Senior Software Developer Interview Process

based on 1 interview

Interview experience

1
  
Bad
View more
Coditas Technologies Senior Software Developer Salary
based on 27 salaries
₹10 L/yr - ₹23 L/yr
29% more than the average Senior Software Developer Salary in India
View more details

Coditas Technologies Senior Software Developer Reviews and Ratings

based on 2 reviews

4.4/5

Rating in categories

4.0

Skill development

3.6

Work-life balance

3.4

Salary

4.0

Job security

3.6

Company culture

3.4

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
391 salaries
unlock blur

₹4.5 L/yr - ₹12 L/yr

Associate Software Engineer
149 salaries
unlock blur

₹1 L/yr - ₹9.1 L/yr

Software Developer
129 salaries
unlock blur

₹6 L/yr - ₹20.5 L/yr

Senior Software Engineer
111 salaries
unlock blur

₹10.8 L/yr - ₹36 L/yr

QA Engineer
66 salaries
unlock blur

₹2.5 L/yr - ₹11.1 L/yr

Explore more salaries
Compare Coditas Technologies with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview