Upload Button Icon Add office photos
Engaged 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 Engineer Interview Questions and Answers

Updated 23 Jul 2024

Coditas Technologies Senior Software Engineer Interview Experiences

2 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Authentication and authorization
  • Q2. Solid principles

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Mostally focus on core Java spring boot hibernate micro services

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q2. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q3. K Largest Elements Problem Statement You are given an integer k a ... read more
asked in Info Edge
Q4. Buy and Sell Stock Problem Statement Imagine you are Harshad Meht ... read more
asked in DBS Bank
Q5. Tell me about yourself. What technology are you using? What is a ... read more

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Referral and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. . Net technical
Round 2 - Technical 

(1 Question)

  • Q1. Angular technical

Interview Preparation Tips

Interview preparation tips for other job seekers - They told in 2 rounds you are selected, we are sending your profile to manager, then will connect, after 10 days also not given response,
If you people are not interested to select developer, then you why wasting time on scheduling interviews..

Request to all developer,those looking for new position and attending interviews.Don't waste time attending for interview in this company
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 Recruitment Consulltant and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Coding logical thinking

Round 2 - Technical 

(2 Questions)

  • Q1. Linux, logical thinking
  • Q2. Technical related to coding - DSA
Round 3 - Technical 

(2 Questions)

  • Q1. Techincal coding
  • Q2. Past exerience based questions

I applied via Naukri.com and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basics of Android
  • Q2. Activity Frgament lifecycle
  • Q3. Kotlin basics

Interview Preparation Tips

Interview preparation tips for other job seekers - It was scheduled after 10.30 pm and the person who interviewed me wasn't even asking right questions... Just did the interview for formality

I was interviewed in Oct 2021.

Round 1 - Video Call 

(6 Questions)

Round duration - 60 minutes
Round difficulty - Easy

It was my first round - they asked basics of OOPS,DBMS and operating systems. Be prepared with System Design also.

  • Q1. What are the ACID properties in database management systems?
  • Ans. 

    ACID properties are a set of properties that guarantee reliability and consistency in database transactions.

    • ACID stands for Atomicity, Consistency, Isolation, and Durability.

    • Atomicity ensures that a transaction is treated as a single unit of work, either all of its operations are executed or none.

    • Consistency ensures that a transaction brings the database from one valid state to another.

    • Isolation ensures that concurrent...

  • Answered by AI
  • Q2. What is a transaction in the context of a Database Management System (DBMS)?
  • Ans. 

    A transaction is a logical unit of work that consists of multiple database operations that must be executed as a single, indivisible unit.

    • A transaction ensures data consistency and integrity.

    • It follows the ACID properties: Atomicity, Consistency, Isolation, and Durability.

    • Transactions are used to maintain data integrity in databases.

    • Examples of transactions include transferring funds between bank accounts or updating i

  • Answered by AI
  • Q3. What is the difference between SQL and NoSQL databases?
  • Ans. 

    SQL databases are relational databases that use structured query language, while NoSQL databases are non-relational databases that use various data models.

    • SQL databases are based on a fixed schema, while NoSQL databases are schema-less.

    • SQL databases are better suited for complex queries and structured data, while NoSQL databases are better for unstructured and semi-structured data.

    • SQL databases ensure ACID (Atomicity, ...

  • Answered by AI
  • Q4. What is a semaphore?
  • Ans. 

    A semaphore is a synchronization object that controls access to a shared resource through the use of a counter.

    • Semaphores are used to manage concurrent access to shared resources in multi-threaded or multi-process environments.

    • They can be used to limit the number of threads or processes that can access a resource simultaneously.

    • Semaphores can have two types: counting semaphores and binary semaphores.

    • Counting semaphores...

  • Answered by AI
  • Q5. How can you achieve multitasking in Java?
  • Ans. 

    Multitasking in Java can be achieved using threads.

    • Create multiple threads to execute tasks concurrently.

    • Use the Thread class or the Runnable interface to define the tasks.

    • Use synchronization mechanisms like locks or semaphores to coordinate access to shared resources.

    • Java provides built-in support for multitasking with the Thread class and the Executor framework.

    • Example: creating two threads to perform different tasks

  • Answered by AI
  • Q6. Can you design a schema for restaurant applications, similar to Zomato?
  • Ans. 

    Design a schema for a restaurant app like Zomato.

    • Create tables for restaurants, users, reviews, and orders

    • Include columns for restaurant details like name, address, cuisine type

    • Include columns for user details like name, email, and password

    • Link reviews to restaurants and users

    • Link orders to restaurants and users

    • Consider additional tables for menu items, categories, and ratings

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAArcesium interview preparation:Topics to prepare for the interview - Data Structures, Operating Systems, System Design, DBMS, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 4 : Prepare OS and DBMS properly.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Referral and was interviewed before Nov 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. All about android and Java
Round 3 - Technical 

(1 Question)

  • Q1. This is client side interview which is ask accordingly to our project in Android and Java or kotlin

Interview Preparation Tips

Topics to prepare for Mobile Programming Senior Software Engineer interview:
  • Android
  • Java
  • Kotlin
Interview preparation tips for other job seekers - First round simple Android and Java round need to ready for client round it's maybe too hard
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Minimum weight to reach bottom right corner in matrix starting from top left. you can move only down and right
  • Ans. 

    The minimum weight to reach the bottom right corner in a matrix starting from the top left by moving only down and right.

    • Use dynamic programming to calculate the minimum weight at each cell by considering the weights of the cells above and to the left.

    • At each cell, the minimum weight to reach that cell is the minimum of the weight of the cell itself plus the minimum weight of the cells above and to the left.

    • Example: Fo...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try covering edge cases and communicating the thought process with the interviewer

Skills evaluated in this interview

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 Engineer interview?
Coditas Technologies interview process usually has 1 rounds. The most common rounds in the Coditas Technologies interview process are Technical.
What are the top questions asked in Coditas Technologies Senior Software Engineer interview?

Some of the top questions asked at the Coditas Technologies Senior Software Engineer interview -

  1. Mostally focus on core Java spring boot hibernate micro servi...read more
  2. authentication and authorizat...read more
  3. solid princip...read more

Tell us how to improve this page.

Coditas Technologies Senior Software Engineer Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more
Coditas Technologies Senior Software Engineer Salary
based on 111 salaries
₹10.8 L/yr - ₹36 L/yr
38% more than the average Senior Software Engineer Salary in India
View more details

Coditas Technologies Senior Software Engineer Reviews and Ratings

based on 15 reviews

3.2/5

Rating in categories

3.2

Skill development

3.0

Work-life balance

2.7

Salary

3.2

Job security

2.9

Company culture

2.5

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
386 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Associate Software Engineer
151 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Software Developer
129 salaries
unlock blur

₹5 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