Upload Button Icon Add office photos
Engaged Employer

i

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

Codzgarage Infotech Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Codzgarage Infotech Software Developer Interview Questions, Process, and Tips

Updated 16 Jan 2025

Codzgarage Infotech Software Developer Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Can we display a web page inside a web page or is the nesting of webpages possible?
  • Ans. 

    Yes, it is possible to display a web page inside another web page through the use of iframes.

    • Nesting web pages is possible using iframes in HTML.

    • An iframe element can be used to embed another web page within the current web page.

    • The src attribute of the iframe specifies the URL of the web page to be displayed.

    • The width and height attributes can be used to control the size of the iframe.

    • Example: <iframe src='https://...

  • Answered by AI
  • Q2. What are html Entities ?
  • Ans. 

    HTML entities are special characters used in HTML to display symbols, reserved characters, and non-standard characters.

    • HTML entities start with an ampersand (&) and end with a semicolon (;)

    • They are used to display characters that have special meaning in HTML, such as <, >, and &

    • Examples of HTML entities include &lt; for <, &gt; for >, and &amp; for &

  • Answered by AI
  • Q3. What is typescript?
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features to help developers write more robust code.

    • TypeScript is a statically typed language that compiles to plain JavaScript.

    • It supports modern JavaScript features like classes, interfaces, and modules.

    • TypeScript helps catch errors at compile time and provides better code organization and maintainability.

    • Example: defining a variable with a speci

  • Answered by AI
  • Q4. What are single page applications(spa)?
  • Ans. 

    Single Page Applications (SPAs) are web applications that load a single HTML page and dynamically update that page as the user interacts with the app.

    • SPAs use AJAX and HTML5 to create fluid and responsive user experiences.

    • They often rely on client-side rendering to update the content without requiring a full page reload.

    • Popular frameworks for building SPAs include Angular, React, and Vue.js.

    • Examples of SPAs include Gma

  • Answered by AI
  • Q5. What are decorators in angular?
  • Ans. 

    Decorators in Angular are functions that allow a class to be modified or extended.

    • Decorators are used to add metadata to a class, method, or property in Angular.

    • They are prefixed with @ symbol and are followed by the decorator name.

    • Examples include @Component, @Injectable, @Input, @Output, etc.

  • Answered by AI

Interview questions from similar companies

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

I applied via Company Website and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 min test on simple google form

Round 2 - Coding Test 

Half hour conding round on basic javascript questions

Round 3 - Coding Test 

One hour coding round on little bit intermediate javascript questions

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Leetcode Hard questions
  • Q2. IPO Leetcode Hard

I applied via Naukri.com and was interviewed in May 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. To find if a number is Prime or not and optimise your written code.
  • Ans. 

    Check if a number is prime and optimize the code.

    • Start by checking if the number is less than 2, in which case it is not prime.

    • Iterate from 2 to the square root of the number and check if any of them divide the number evenly.

    • If a divisor is found, the number is not prime. Otherwise, it is prime.

  • Answered by AI
  • Q2. Css question related to flex box, Grid and cross browser compatibility
  • Q3. To call an API in react and optimise your written code.
  • Ans. 

    To optimise API calls in React, use asynchronous functions and caching techniques.

    • Use async/await to handle API calls

    • Implement caching to reduce network requests

    • Use memoization to avoid unnecessary re-renders

    • Consider using a state management library like Redux

    • Use performance profiling tools like React DevTools

  • Answered by AI
  • Q4. Questions on JS concepts like Objects and Prototype Inheritance.

Interview Preparation Tips

Interview preparation tips for other job seekers - Know your basic concepts and prepare well for the interview.

Skills evaluated in this interview

I applied via Campus Placement

Round 1 - Coding Test 

Online Coding Test included some aptitude questions, technical questions followed by 3 coding questions

Round 2 - Technical 

(1 Question)

  • Q1. My technical interview included an introduction about myself followed by my background, projects I've made, internships I've done, and in which language I was comfortable. and the interviewer asked me to w...

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer confidently and give examples. and you can also connect the questions asked to your past projects.

I applied via Campus Placement and was interviewed in Aug 2021. There were 4 interview rounds.

Round 1 - Coding Test 

1st test was aptitude and a easy coding test

Round 2 - Coding Test 

The 2nd test was pure coding based test on hacker rank platform and contains 2 easy and 2 medium question

Round 3 - Technical 

(1 Question)

  • Q1. Round 3 was technical interview and asked from basics of computer programming and architecture
Round 4 - HR 

(4 Questions)

  • Q1. What is your family background?
  • Q2. Why are you looking for a change?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Advice is just improve basics of programming and DSA with a database management and basicsa of os and networks
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Project discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Discussed on my last salary
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Sep 2022. 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 

(2 Questions)

  • Q1. Basic JS questions
  • Q2. String Concat through function
Round 3 - Coding Test 

Advanced JS, PHP related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from the free code camp js questions

Codzgarage Infotech Interview FAQs

How many rounds are there in Codzgarage Infotech Software Developer interview?
Codzgarage Infotech interview process usually has 1 rounds. The most common rounds in the Codzgarage Infotech interview process are One-on-one Round.
What are the top questions asked in Codzgarage Infotech Software Developer interview?

Some of the top questions asked at the Codzgarage Infotech Software Developer interview -

  1. Can we display a web page inside a web page or is the nesting of webpages possi...read more
  2. what are single page applications(sp...read more
  3. what are decorators in angul...read more

Tell us how to improve this page.

Codzgarage Infotech Software Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Codzgarage Infotech Software Developer Salary
based on 4 salaries
₹3.5 L/yr - ₹6.1 L/yr
48% less than the average Software Developer Salary in India
View more details

Codzgarage Infotech Software Developer Reviews and Ratings

based on 3 reviews

2.3/5

Rating in categories

2.3

Skill development

2.3

Work-life balance

2.3

Salary

2.3

Job security

2.3

Company culture

2.3

Promotions

2.3

Work satisfaction

Explore 3 Reviews and Ratings
Software Developer
4 salaries
unlock blur

₹3.5 L/yr - ₹6.1 L/yr

Senior Software Engineer
4 salaries
unlock blur

₹6 L/yr - ₹11.2 L/yr

Business Analyst
3 salaries
unlock blur

₹7.8 L/yr - ₹8 L/yr

Senior .NET Developer
3 salaries
unlock blur

₹9 L/yr - ₹9 L/yr

Senior UI UX Designer
3 salaries
unlock blur

₹6.2 L/yr - ₹7.4 L/yr

Explore more salaries
Compare Codzgarage Infotech with

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Elentec Power India (EPI) Pvt. Ltd.

3.7
Compare

HyScaler

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