Upload Button Icon Add office photos
Engaged Employer

i

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

Codezin Technology Solutions Verified Tick

Compare button icon Compare button icon Compare
4.6

based on 13 Reviews

Filter interviews by

Codezin Technology Solutions Software Engineer Interview Questions and Answers

Updated 24 Dec 2024

Codezin Technology Solutions Software Engineer Interview Experiences

1 interview found

Software Engineer Interview Questions & Answers

user image Bishal Chakraborty

posted on 24 Dec 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Hooghly Engineering & Technology College, Hoogly and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

I would recommend practicing with IndiaBix, and that should suffice.

Round 2 - Coding Test 

In addition to coding, there will be an SQL query round consisting of three coding questions and three SQL queries.

Round 3 - Technical 

(4 Questions)

  • Q1. Introduce yourself.
  • Ans. 

    Experienced software engineer with expertise in Java, Python, and web development.

    • Over 5 years of experience in software development

    • Proficient in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team environment

  • Answered by AI
  • Q2. All the names starting with 'A' or ending with 'A'
  • Q3. Sorting and array [0,1,1,0,1,1,0] in O(n).
  • Q4. Merging two Lists into a Dict.
  • Ans. 

    Merging two lists into a dictionary in Python.

    • Use zip() function to pair elements from both lists.

    • Use dict() constructor to convert the zipped pairs into a dictionary.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well, feel free to apply to Codez, our HR is awesome and we are actively looking for Developers.

Dear Read, All the best, hope to meet you in person.

Interview questions from similar companies

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

(5 Questions)

  • Q1. Palindrome code should design
  • Ans. 

    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

  • Answered by AI
  • Q2. Regarding sql topics like joins and acid
  • Q3. Project explain and domain
  • Q4. Project explain and domain and internal working
  • Q5. Oops concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Plzzzz don't join this worst company...they treat u like daily wages person
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Diff btw vite and webpack
  • Q2. What is currying in js
Round 2 - Technical 

(2 Questions)

  • Q1. What is currying in javascript?
  • Q2. Diff btw webpack and vite

Interview Preparation Tips

Interview preparation tips for other job seekers - Just cover the basics of javascript. Learn about polyfills.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How to rotate a matrix?
  • Ans. 

    To rotate a matrix, transpose it and then reverse each row or column depending on the direction of rotation.

    • Transpose the matrix by swapping elements across the diagonal

    • For clockwise rotation, reverse each row of the transposed matrix

    • For anti-clockwise rotation, reverse each column of the transposed matrix

  • Answered by AI
  • Q2. How to find a particular element in a sorted array?
  • Ans. 

    Use binary search to efficiently find a particular element in a sorted array.

    • Start by comparing the target element with the middle element of the array.

    • If the target element is less than the middle element, search the left half of the array.

    • If the target element is greater than the middle element, search the right half of the array.

    • Repeat the process until the target element is found or the search space is empty.

  • Answered by AI
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
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is single page application
  • Ans. 

    Single page application is a web application that loads a single HTML page and dynamically updates the content as the user interacts with the app.

    • SPA uses AJAX and HTML5 to create fluid and responsive user experience.

    • It eliminates the need for page reloading during use, making it faster and more efficient.

    • Examples include Gmail, Facebook, and Google Maps.

  • Answered by AI
  • Q2. What is state management
  • Ans. 

    State management is the process of managing the state of an application, including data flow, user interface updates, and user interactions.

    • State management involves storing and updating the state of an application to ensure data consistency.

    • It helps in managing user interface updates based on changes in the application state.

    • State management is crucial for handling user interactions and maintaining a seamless user exp...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What is jdk, string related questions, basic java oops questions?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

The aptitude test was of moderate level.

Round 2 - Coding Test 

It checked on the concepts of oops

Round 3 - HR 

(1 Question)

  • Q1. How will you deal with tight delivery time.
  • Ans. 

    I will prioritize tasks, communicate effectively with team members, and utilize time management techniques to meet deadlines.

    • Prioritize tasks based on importance and urgency

    • Break down tasks into smaller manageable chunks

    • Communicate effectively with team members to coordinate efforts

    • Utilize time management techniques such as Pomodoro technique or Agile methodologies

    • Identify and eliminate any potential roadblocks or bott...

  • Answered by AI
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

Such like blood relation questions, graph, alphabet and numeric values etc

Round 3 - Coding Test 

Related to operators, oop concepts

Round 4 - HR 

(4 Questions)

  • Q1. Basic questions like introduce my self, expectation salary etc
  • Q2. Oop concepts questions, SQL database query etc
  • Q3. And any questions about our company
  • Q4. 2 Coding questions Java, Python questions and machine learning

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Engineer interview:
  • Python developer
  • Machine Learning
  • Java Servlets
  • Html5
  • CSS3
  • My sql

Codezin Technology Solutions Interview FAQs

How many rounds are there in Codezin Technology Solutions Software Engineer interview?
Codezin Technology Solutions interview process usually has 3 rounds. The most common rounds in the Codezin Technology Solutions interview process are Aptitude Test, Coding Test and Technical.
How to prepare for Codezin Technology Solutions Software Engineer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Codezin Technology Solutions. The most common topics and skills that interviewers at Codezin Technology Solutions expect are CSS, Core PHP, HTML, MySQL and PHP.
What are the top questions asked in Codezin Technology Solutions Software Engineer interview?

Some of the top questions asked at the Codezin Technology Solutions Software Engineer interview -

  1. Merging two Lists into a Di...read more
  2. Sorting and array [0,1,1,0,1,1,0] in O(...read more
  3. All the names starting with 'A' or ending with ...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Codezin Technology Solutions interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Codezin Technology Solutions Software Engineer Salary
based on 5 salaries
₹4.5 L/yr - ₹6 L/yr
31% less than the average Software Engineer Salary in India
View more details

Codezin Technology Solutions Software Engineer Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

5.0

Skill development

5.0

Work-Life balance

5.0

Salary & Benefits

5.0

Job Security

5.0

Company culture

4.8

Promotions/Appraisal

5.0

Work Satisfaction

Explore 4 Reviews and Ratings
Data Analyst
6 salaries
unlock blur

₹1.8 L/yr - ₹3 L/yr

Software Engineer
5 salaries
unlock blur

₹4.5 L/yr - ₹6 L/yr

Software Developer
4 salaries
unlock blur

₹1.8 L/yr - ₹3.2 L/yr

Client Relationship Manager
4 salaries
unlock blur

₹3 L/yr - ₹4.2 L/yr

Executive Accountant
4 salaries
unlock blur

₹1.2 L/yr - ₹2 L/yr

Explore more salaries
Compare Codezin Technology Solutions with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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