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 Sde1 Interview Questions and Answers

Updated 29 Nov 2024

Coditas Technologies Sde1 Interview Experiences

1 interview found

Sde1 Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

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

(2 Questions)

  • Q1. Javascript and React basics.
  • Q2. Todo list in reactjs
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Sde1 Interview Questions & Answers

Arcesium user image Anonymous

posted on 29 Apr 2022

I applied via Referral

Round 1 - Coding Test 

Coding test consisting of MCQs and a couple of coding questions based on data structures.

Round 2 - Technical 

(3 Questions)

  • Q1. Thorough examination of advanced Java concepts
  • Q2. Synchronized vs ReentrantLock
  • Ans. 

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

  • Answered by AI
  • Q3. Checked vs unchecked exceptions
  • Ans. 

    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

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay confident and be clear about the advanced concepts of Java

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Four Pillars of OOPS in Java?
  • Ans. 

    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.

  • Answered by AI
  • Q2. What is a constructor in Java?
  • Ans. 

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

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the modules worked on Facets?
  • Q2. What is Dental claim processing?
Round 2 - HR 

(2 Questions)

  • Q1. What is your work experience
  • Ans. 

    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

  • Answered by AI
  • Q2. Is working timing flexible

Interview Preparation Tips

Topics to prepare for Programmers.io Software Engineer interview:
  • Facets
  • Oracle SQL
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find missing char
  • Ans. 

    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

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Types of Triggers in ADF
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Java core and spring questions
  • Q2. How would you find an element from a list
  • Ans. 

    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

  • Answered by AI

Skills evaluated in this interview

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

Coditas Technologies Interview FAQs

How many rounds are there in Coditas Technologies Sde1 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 Sde1 interview?

Some of the top questions asked at the Coditas Technologies Sde1 interview -

  1. Todo list in reac...read more
  2. Javascript and React basi...read more

Tell us how to improve this page.

Coditas Technologies Sde1 Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 802 Interviews
Arcesium Interview Questions
3.6
 • 79 Interviews
View all
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