Upload Button Icon Add office photos

Filter interviews by

Code Garage Tech Interview Questions and Answers

Be the first one to contribute and help others!

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is scatter gather?
  • Q2. What is RAML? What are traits?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

Apti was easy. Technical OOP basic, SQL Basic questions were added too.

Code snippets

Platform: Hackerank

Round 2 - Coding Test 

Coding questions were of basic level.
1.megre two sorted array
2.Find repeated string (case sensitive)

Round 3 - Technical 

(3 Questions)

  • Q1. OOP concepts were asked
  • Q2. SQL queries in good depth
  • Q3. In and out of projects
  • Ans. 

    In and out of projects refers to the involvement and contribution of a QA QC Engineer throughout the project lifecycle.

    • QA QC Engineer is involved in the planning phase to ensure quality standards are defined and met.

    • During the execution phase, they conduct inspections, tests, and audits to verify compliance.

    • In the closing phase, they review project deliverables and document lessons learned for future projects.

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Focused on projects
Round 5 - HR 

(2 Questions)

  • Q1. Basic HR questions
  • Q2. Relocation related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack if you prepare well for OOP, Hacker Rank Basic Array and string questions.

SQL basic queries were part of aptitude assessment
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Psychometric Test was given

Round 2 - One-on-one 

(2 Questions)

  • Q1. Why Sales and Marketing
  • Ans. 

    Sales and marketing allow me to utilize my communication skills, creativity, and strategic thinking to drive business growth.

    • I enjoy interacting with people and building relationships, which are essential in sales and marketing.

    • I am passionate about promoting products or services and finding innovative ways to reach target audiences.

    • I thrive in fast-paced environments and enjoy the challenge of meeting sales targets an...

  • Answered by AI
  • Q2. Why Ultratech as you are from another field
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(5 Questions)

  • Q1. What is the biggest muscle in the human body?
  • Ans. 

    The biggest muscle in the human body is the gluteus maximus.

    • The gluteus maximus is located in the buttocks and is responsible for hip movement and stability.

    • It is the largest and strongest muscle in the body.

    • Examples of exercises that target the gluteus maximus include squats, lunges, and hip thrusts.

  • Answered by AI
  • Q2. What are the different types of muscle in spine?
  • Q3. How many different planes are there in body movement?
  • Ans. 

    There are three different planes of body movement: sagittal, frontal, and transverse.

    • Sagittal plane divides the body into left and right halves, movements in this plane include flexion and extension (e.g. bicep curls).

    • Frontal plane divides the body into front and back halves, movements in this plane include abduction and adduction (e.g. lateral raises).

    • Transverse plane divides the body into top and bottom halves, movem...

  • Answered by AI
  • Q4. Can you show me how to perform Squat?
  • Ans. 

    Squat is a compound exercise that targets the lower body muscles including quadriceps, hamstrings, and glutes.

    • Start by standing with feet shoulder-width apart and toes slightly turned out.

    • Lower your body by bending your knees and pushing your hips back as if sitting into a chair.

    • Keep your chest up and back straight, and lower down until your thighs are parallel to the ground.

    • Push through your heels to return to the sta...

  • Answered by AI
  • Q5. In what plane is deadlift performed?
  • Ans. 

    Deadlift is performed in the sagittal plane.

    • Deadlift is a compound exercise that primarily targets the muscles in the posterior chain.

    • The movement involves hip hinge and extension of the knees, which predominantly occurs in the sagittal plane.

    • The sagittal plane divides the body into left and right halves.

    • Other exercises performed in the sagittal plane include squats and lunges.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I advise the interviewees to revise kinesiology topics and body movements
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. What's a AML & screening
  • Ans. 

    AML & screening stands for Anti-Money Laundering and screening is the process of checking individuals or entities against various watchlists to ensure compliance with regulations.

    • AML refers to the laws, regulations, and procedures intended to prevent criminals from disguising illegally obtained funds as legitimate income.

    • Screening involves checking individuals or entities against watchlists such as OFAC, PEP, and sanct...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're looking to join in KYC/Aml background and it's Netherlands team then i would request don't🙏🏼 This team is too toxic, hostile, unhelpful & unprofessional due to which me & other new joiners left.

Very toxic, rude & comparative approach by The associate director & managers of client acceptance & the Netherlands team.

There's no work life balance & they make you work more then 12 hours Daily asking to work on Weekends too ! Don't fall for the trap of " Only 8 days WFO ".
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Basic ques on speed distance

Round 2 - Coding Test 

Easy level question based on DSA

Round 3 - One-on-one 

(4 Questions)

  • Q1. What is contructor
  • Ans. 

    A constructor is a special type of method in a class that is automatically called when an object of that class is created.

    • Constructors have the same name as the class they belong to

    • They are used to initialize the object's state

    • Constructors can have parameters to customize the initialization process

  • Answered by AI
  • Q2. What is deadlock
  • Ans. 

    Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Occurs in multitasking environments

    • Caused by a circular wait, hold and wait, no preemption, and mutual exclusion

    • Examples include two processes waiting for each other to release a lock or resource

  • Answered by AI
  • Q3. Threads in java
  • Ans. 

    Threads in Java allow for concurrent execution of multiple tasks within a single program.

    • Threads are lightweight sub-processes within a program.

    • They allow for parallel execution of tasks, improving performance.

    • Java provides built-in support for creating and managing threads using the Thread class.

    • Example: Creating a new thread - Thread myThread = new Thread(() -> { // task to be executed });

    • Example: Starting a thread -

  • Answered by AI
  • Q4. Diff between string builder an buffer
  • Ans. 

    String Builder is mutable, String Buffer is synchronized.

    • String Builder is faster as it is not synchronized.

    • String Buffer is thread-safe, String Builder is not.

    • String Builder should be used in single-threaded environments, String Buffer in multi-threaded.

    • Example: StringBuilder sb = new StringBuilder(); StringBuffer buff = new StringBuffer();

  • Answered by AI
Round 4 - One-on-one 

(1 Question)

  • Q1. Based on Resume

Skills evaluated in this interview

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

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Tell me about sales?
  • Ans. 

    Sales involves the process of identifying, attracting, and converting potential customers into actual buyers of a product or service.

    • Sales is about building relationships with customers and understanding their needs.

    • It involves effective communication and persuasion to showcase the value of the product or service.

    • Sales also includes negotiation, closing deals, and providing post-sales support.

    • Examples: Cold calling, pr...

  • Answered by AI
  • Q2. How to sale our product?
  • Ans. 

    To sell our product, focus on understanding customer needs, highlighting product benefits, building relationships, and providing excellent customer service.

    • Understand customer needs and tailor your pitch accordingly

    • Highlight the unique benefits and features of our product

    • Build strong relationships with customers to gain trust and loyalty

    • Provide excellent customer service before and after the sale

    • Offer demonstrations or

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - In that company I was new but I do very well becoz their is all seniors r very good and caring helpful I was very happy to join this company..
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. How do you deal with managing your task?
  • Ans. 

    I prioritize tasks based on urgency and importance, delegate when necessary, and regularly communicate with team members to ensure tasks are completed efficiently.

    • Prioritize tasks based on urgency and importance

    • Delegate tasks when necessary

    • Regularly communicate with team members to ensure tasks are completed efficiently

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You go through the phone interview process, if you succeed you will move on the one on one interview with an operations manager, the ops manager did an excellent interview very detail, I move on the next round with another operation manager and a hr director, I was told this will be a site touring interview and will be meeting multiple supervisors and operations manager but that was not the case, the 3rd round was very short 15 minutes and unfortunately I could tell the vibe was off. They are very quick to give you a response. I was not offered a position but I could tell by the 3rd round the interview was done very quickly and they had no interest.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is the critical situation of fgd
  • Ans. 

    The critical situation of FGD refers to the failure of Flue Gas Desulfurization systems, leading to increased emissions of sulfur dioxide.

    • Failure of FGD systems can result in non-compliance with environmental regulations

    • Increased emissions of sulfur dioxide can lead to air pollution and health risks

    • Critical situation may require immediate maintenance or shutdown of the system to prevent further damage

    • Examples: Equipmen...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Linux Question

Round 2 - Technical 

(3 Questions)

  • Q1. What is ftp port number?
  • Ans. 

    FTP port number is 21.

    • FTP port number is used for transferring files over a network.

    • It is a default port number for FTP protocol.

    • FTP clients connect to port 21 on the server to initiate a file transfer.

    • FTP servers listen on port 21 for incoming connections.

  • Answered by AI
  • Q2. What is DHCP and how its working?
  • Ans. 

    DHCP stands for Dynamic Host Configuration Protocol. It is a network protocol that automatically assigns IP addresses to devices on a network.

    • DHCP server assigns IP addresses to devices on a network

    • It also provides other network configuration information such as subnet mask and default gateway

    • DHCP uses a lease mechanism to manage IP address assignments

    • DHCP operates on the client-server model

    • Example: When a device conne...

  • Answered by AI
  • Q3. What is Domain name System?
  • Ans. 

    Domain Name System (DNS) is a system that translates domain names to IP addresses, allowing users to access websites using human-readable names.

    • DNS is like a phone book for the internet, translating domain names (like google.com) to IP addresses (like 172.217.3.206).

    • DNS servers store records of domain names and their corresponding IP addresses.

    • DNS helps users access websites by resolving domain names to IP addresses in...

  • Answered by AI

Skills evaluated in this interview

Code Garage Tech Interview FAQs

How to prepare for Code Garage Tech 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 Code Garage Tech. The most common topics and skills that interviewers at Code Garage Tech expect are Bidding, English, Hindi, Lead Generation and Proposal Writing.

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.1k Interviews
Infosys Interview Questions
3.7
 • 7.4k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.6
 • 3.6k Interviews
LTIMindtree Interview Questions
3.9
 • 2.7k Interviews
Mphasis Interview Questions
3.4
 • 773 Interviews
Birla White Interview Questions
4.2
 • 23 Interviews
View all

Code Garage Tech Reviews and Ratings

based on 13 reviews

4.2/5

Rating in categories

4.1

Skill development

4.2

Work-Life balance

3.9

Salary & Benefits

4.1

Job Security

4.2

Company culture

4.0

Promotions/Appraisal

4.2

Work Satisfaction

Explore 13 Reviews and Ratings
Software Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹8.5 L/yr

Software Developer
6 salaries
unlock blur

₹1.8 L/yr - ₹8.6 L/yr

HR Manager
4 salaries
unlock blur

₹3.2 L/yr - ₹5.5 L/yr

Junior Software Developer
3 salaries
unlock blur

₹3 L/yr - ₹4.5 L/yr

Junior Software Engineer
3 salaries
unlock blur

₹2.2 L/yr - ₹2.6 L/yr

Explore more salaries
Compare Code Garage Tech 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