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
3.2

based on 211 Reviews

Filter interviews by

Coditas Technologies Software Engineer Interview Questions and Answers for Freshers

Updated 18 Jun 2024

5 interviews found

Sort by: Popular

Software Engineer Interview Questions

user image Mohd Usman Barkaati

posted on 18 Jun 2024

Interview experience
5
 Excellent
Difficulty level
 -
Duration
 -
Result
 -

1 Interview Round

1

Technical Round (2 Questions)

  • Q1. What is OOPS concept
  • Q2. Data base management features

Software Engineer Interview Questions

user image Anonymous

posted on 11 Apr 2024

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

I applied via campus placement at Shri Sant Gajanan Maharaj College of Engineering, Shegaon and was interviewed before Apr 2023.

4 Interview Rounds

1

Aptitude Test Round

Mostly asked Aptitude and coding questions

2

Group Discussion Round

Topic was given Have to speak about that

3

Technical Round (2 Questions)

  • Q1. Normal HashMap,Array,String related Question
  • Q2. Sorting An array
4

Technical Round (2 Questions)

  • Q1. Logical Question and Array related Question
  • Q2. HashMap,Linked List

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on coding question and should have basic concept clear

Skills evaluated in this interview

Software Engineer Interview Questions

user image Anonymous

posted on 20 Oct 2022

I applied via Campus Placement and was interviewed in Sep 2022.

4 Interview Rounds

1

Resume Shortlist Round

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
2

Coding Test Round

Remote online test based on aptitude and programming snippets

3

Group Discussion Round

Either group discussion round to check the communication

4

HR Round (2 Questions)

  • Q1. Are you ready to relocate?
  • Q2. Why you wanna join coditas?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a good organization for fresher so work hard and give your best...

Software Engineer Interview Questions

user image Anonymous

posted on 29 Jun 2022

I applied via Company Website and was interviewed in May 2022.

2 Interview Rounds

1

Technical Round (1 Question)

  • Q1. Java, OOPS, Flutter basics
2

Technical Round (1 Question)

  • Q1. Isolates, Plugins, Event Loops

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basics well, prepare for some easy leet code questions

Coditas Technologies interview questions for designations

 Associate Software Engineer

 (13)

 Senior Software Engineer

 (2)

 Software Developer

 (6)

 Software Trainee

 (1)

 Software Developer Intern

 (2)

 Senior Software Developer

 (1)

 Software Engineer Intern Trainee

 (1)

 Devops Engineer

 (3)

Software Engineer Interview Questions

user image Anonymous

posted on 6 May 2024

Interview experience
4
 Good
Difficulty level
 Moderate
Duration
 2-4 weeks
Result
Selected  Selected

I applied via campus placement at Galgotias College of Engineering and Technology, Greater Noida and was interviewed before May 2023.

3 Interview Rounds

1

Aptitude Test Round

General aptitude question

2

Coding Test Round

Basic array ques nd domain knowledge

3

Coding Test Round

Dsa questions codin round

Interview Preparation Tips

Interview preparation tips for other job seekers - freshers

Interview questions from similar companies

Interview experience
3
 Average
Difficulty level
 Moderate
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.

3 Interview Rounds

1

Aptitude Test Round

Logical thinking and quantitative

2

Coding Test Round

One Java and one SQL and one js question

3

HR Round (3 Questions)

  • Q1. What is collections
  • Q2. What is constructor
  • Q3. What is data science

Interview Preparation Tips

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

Skills evaluated in this interview

I was interviewed in Aug 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

2 coding questions were given to solve in 45 minutes.

  • Q1. Left View Of a Binary Tree You have been given a binary tree of integers. You are supposed to find the left view of the binary tree. The left view of a binary t...read more
  • Q2. Number of Islands You have been given a non-empty grid consisting of only 0s and 1s. You have to find the number of islands in the given grid. An island is a gr...read more
2

Video Call Round (2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

This was a 60 min technical interview round. The interviewer asked me to code 2 programming questions. 
Tip : Practice more to clear DSA problems. Medium level questions will be enough to clear the rounds.

  • Q1. Topological Sort A Directed Acyclic Graph (DAG) is a directed graph that contains no cycles. Topological Sorting of DAG is a linear ordering of vertices such th...read more
  • Q2. N-th Node From The End You are given a Singly Linked List of integers. You have to find the N-th node from end. For Example If the given list is (1 -> -2 -&g...read more

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAArcesium interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, OS, DBMS, Aptitude, 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.

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

Interview Questions

  • Q1. Interview happened for about 1hr 20mins approx with java basics to hard question like Singleton class, HashMap, oops concept and sql queries and they gave 3 cod...read more Add Answer
  • Q2. Be relax answer with confidence Add Answer

I was interviewed in Jul 2021.

2 Interview Rounds

1

Coding Test Round (2 Questions)

Round duration - 45 minutes
Round difficulty - Medium

It was an online coding round where we were supposed to solve 2 coding questions in 45 minutes.

  • Q1. Maximum meetings You are given the schedule of N meetings with their start time Start[i] and end time End[i]. But you have only 1 meeting room. So, you need to ...read more
  • Q2. Connect N Ropes With Minimum Cost You have been given 'N' ropes of different lengths, we need to connect these ropes into one rope. The cost to connect ...read more
2

Video Call Round (3 Questions)

Round duration - 60 minutes
Round difficulty - Medium

The interview was conducted online. The interviewer asked me 2 programming questions and questions on OOPS concepts.

  • Q1. Bottom View Of Binary Tree Given a binary tree, print its bottom view from left to right. Assume, the left and the right child make a 45-degree angle with the p...read more
  • Q2. Serialize/Deserialize The Binary Tree You have been given a binary tree of integers. You are supposed to serialize and deserialize (refer to notes) the given bi...read more
  • Q3. OOPS Question

    Virtual destructors in C++

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPAArcesium interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 3 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 : One should have strong DSA skills and knowledge of Basic OOPS. Its not necessary to learn OS and DBMS if it's not taught in your college yet.

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 interviewSelected

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jul 2021.

3 Interview Rounds

Interview Questions

  • Q1. 1) Maximum meetings in one room 2)Bottom view of tree 3) Serialize deserialize binary tree 4) Difference between Virtual destructor in java and c++ View Answers (1)

Interview Preparation Tips

Interview preparation tips for other job seekers - One should have strong DSA skills and knowledge of Basic OOPS. Its not necessary to learn OS and DBMS if it's not taught in your college yet

Skills evaluated in this interview

Coditas Technologies Interview FAQs

How many rounds are there in Coditas Technologies Software Engineer interview for freshers?
Coditas Technologies interview process for freshers usually has 2-3 rounds. The most common rounds in the Coditas Technologies interview process for freshers are Technical, Coding Test and Group Discussion.
What are the top questions asked in Coditas Technologies Software Engineer interview for freshers?

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

  1. What is OOPS conc...read more
  2. Data base management featu...read more
  3. Sorting An ar...read more
How long is the Coditas Technologies Software Engineer interview process?

The duration of Coditas Technologies Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Interview Process at Coditas Technologies Software Engineer for Freshers

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 4 Coditas Technologies interviews
Campus Placement
Company Website
75%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Coditas Technologies Software Engineer Salary
based on 354 salaries
₹4.5 L/yr - ₹12.5 L/yr
At par with the average Software Engineer Salary in India
View more details

Coditas Technologies Software Engineer Reviews and Ratings

based on 46 reviews

3.1/5

Rating in categories

3.4

Skill development

3.2

Work-Life balance

2.7

Salary & Benefits

2.7

Job Security

2.9

Company culture

2.6

Promotions/Appraisal

2.9

Work Satisfaction

Explore 46 Reviews and Ratings
Software Engineer
347 salaries
unlock blur

₹4.5 L/yr - ₹14.5 L/yr

Associate Software Engineer
183 salaries
unlock blur

₹1 L/yr - ₹6.9 L/yr

Software Developer
154 salaries
unlock blur

₹3.9 L/yr - ₹15.9 L/yr

Senior Software Engineer
133 salaries
unlock blur

₹10 L/yr - ₹32 L/yr

QA Engineer
66 salaries
unlock blur

₹2.5 L/yr - ₹9.2 L/yr

Explore more salaries
Compare Coditas Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview