Upload Button Icon Add office photos
Engaged Employer

i

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

Karomi Technology Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Karomi Technology Interview Questions and Answers

Updated 15 Sep 2023

Karomi Technology Interview Experiences

Popular Designations

3 interviews found

I applied via Naukri.com and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Better having knowledge on Oops, C#, JavaScript, JQuery, HTML, SQL.
  • Q2. Explain OOPS Concepts
  • Ans. 

    OOPS Concepts are the principles of Object-Oriented Programming that help in creating modular and reusable code.

    • Encapsulation - bundling data and methods that operate on that data within a single unit

    • Inheritance - creating new classes from existing ones, inheriting their properties and methods

    • Polymorphism - ability of objects to take on many forms, allowing them to be used in different ways

    • Abstraction - hiding implemen...

  • Answered by AI
  • Q3. What are Joins in SQL
  • Ans. 

    Joins in SQL are used to combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables in a single query.

    • There are different types of joins such as inner join, left join, right join, and full outer join.

    • The join condition is specified using the ON keyword and the related columns.

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.column = table2.column;

  • Answered by AI
  • Q4. What is DOM?
  • Ans. 

    DOM stands for Document Object Model. It is a programming interface for web documents.

    • DOM represents the page so that programs can change the document structure, style, and content.

    • It is a tree-like structure that represents the HTML document.

    • JavaScript can be used to manipulate the DOM.

    • DOM is platform and language independent.

    • Examples of DOM methods include getElementById, getElementsByTagName, and createElement.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you are good in basics and good know all the concepts of OOPS and SQL

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

Trainee Interview Questions & Answers

user image Anonymous

posted on 15 Sep 2023

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

I applied via Campus Placement and was interviewed before Sep 2022. There were 4 interview rounds.

Round 1 - Aptitude Test 

Online Test based on quantitative aptitude

Round 2 - Coding Test 

Basic coding problem like sorting and pattern printing

Round 3 - Group Discussion 

A general topic was given for that

Round 4 - Technical 

(2 Questions)

  • Q1. Based on my projects done in my clg.
  • Q2. And the skills that I have added in my resume.

Trainee Interview Questions asked at other Companies

Q1. Ques1: There is a big file of words which is dynamically changing. We are continuously adding some words into it. How would you keep track of top 10 trending words at each moment? Ques2:Write a function that returns the length of the longes... read more
View answer (2)

Developer Interview Questions & Answers

user image Anonymous

posted on 17 Jul 2020

I applied via Naukri.com and was interviewed in Jun 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Technical Assesment
  • Q2. Front-end languages
  • Q3. Web Development

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure we are attending interviews with confidence, dont relay on package it is just a outcome to our skillset. Happy Coding.

Developer Interview Questions asked at other Companies

Q1. Which programming language do you use regular in work
View answer (2)

Jobs at Karomi Technology

View all

Interview questions from similar companies

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Lazy loading in react
  • Ans. 

    Lazy loading in React is a technique used to improve performance by loading components only when they are needed.

    • Lazy loading helps reduce initial load time by splitting the code into smaller chunks.

    • React.lazy() and Suspense are commonly used for lazy loading in React.

    • Lazy loading is especially useful for large applications with many components.

  • Answered by AI
  • Q2. Cache bursting
  • Q3. Difference between == and ===
  • Ans. 

    The difference between == and === is that == checks for equality after type coercion, while === checks for equality without type coercion.

    • == is a loose equality operator that performs type coercion before comparing two values.

    • === is a strict equality operator that does not perform type coercion before comparing two values.

    • Example: 1 == '1' will return true, but 1 === '1' will return false.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic of react and redux

I applied via Approached by Company and was interviewed in Aug 2021. 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 - Coding Test 

Assignment to develop a prototype

Round 3 - One-on-one 

(3 Questions)

  • Q1. Face to face questions
  • Q2. Java Question Technical & coding
  • Q3. Mongodb & Mysql Question
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

It was a live coding round where expectation was to come up with a framework in Java from Scratch

Round 2 - Technical 

(1 Question)

  • Q1. It was a DS/Algo Round
Round 3 - Design R 

(1 Question)

  • Q1. Design Round in HLD
  • Ans. 

    Design Round in HLD involves creating a high-level design for a software system.

    • Identify the main components of the system and their interactions

    • Define the architecture of the system including layers, modules, and interfaces

    • Consider scalability, performance, security, and maintainability

    • Use UML diagrams like class diagrams, sequence diagrams, and component diagrams

    • Document the design decisions and rationale

  • 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 Campus Placement and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Coding questions were easy, not clear about shortlisting process

Round 2 - Technical 

(1 Question)

  • Q1. Basic DSA questions on arrays, linked lists
Round 3 - HR 

(1 Question)

  • Q1. Self introduction
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Dsa. , oops and basics of database management

Round 2 - Technical 

(2 Questions)

  • Q1. System design questions basics
  • Q2. Hiring managers questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2022. 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 - Coding Test 

There were 3 questions, which I had to do in 2 hours.
the questions were from arrays and Strings

Round 3 - One-on-one 

(1 Question)

  • Q1. They asked me concepts on OOPS and OS, also coding question on strings. all these were basic questions
Round 4 - HR 

(1 Question)

  • Q1. Questions such as where do you see yourself in coming years, interests and hobbies.

Interview Preparation Tips

Topics to prepare for HALODOC Software Engineer interview:
  • OOPS
  • Operating Systems
  • Coding
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions, Easy and medium based

Round 2 - Technical 

(1 Question)

  • Q1. Stacks queues and array questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Technical questions on projects
Round 4 - HR 

(1 Question)

  • Q1. How to tackle any uncertain situations? Behavioural questions

Karomi Technology Interview FAQs

How many rounds are there in Karomi Technology interview?
Karomi Technology interview process usually has 5 rounds. The most common rounds in the Karomi Technology interview process are Resume Shortlist, Aptitude Test and Coding Test.
How to prepare for Karomi Technology 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 Karomi Technology. The most common topics and skills that interviewers at Karomi Technology expect are Javascript, SQL Server, JQuery, ASP.Net and C#.
What are the top questions asked in Karomi Technology interview?

Some of the top questions asked at the Karomi Technology interview -

  1. What are Joins in ...read more
  2. What is D...read more
  3. Explain OOPS Conce...read more

Tell us how to improve this page.

Karomi Technology Interview Process

based on 3 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

HALODOC Interview Questions
2.7
 • 12 Interviews
Unstop Interview Questions
4.0
 • 10 Interviews
Pagarbook Interview Questions
3.6
 • 10 Interviews
ITILITE Interview Questions
2.8
 • 9 Interviews
Xoxoday Interview Questions
3.7
 • 7 Interviews
SalesHandy Interview Questions
3.4
 • 6 Interviews
View all

Karomi Technology Reviews and Ratings

based on 42 reviews

3.5/5

Rating in categories

3.5

Skill development

3.6

Work-life balance

3.5

Salary

3.6

Job security

3.5

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 42 Reviews and Ratings
Crm Analyst

Chennai

1-3 Yrs

₹ 3-7 LPA

Webflow Developer

Chennai

2-4 Yrs

₹ 5-7 LPA

SENIOR DEVELOPER

Chennai

4-8 Yrs

Not Disclosed

Explore more jobs
Developer
29 salaries
unlock blur

₹3 L/yr - ₹9.5 L/yr

Software Developer
19 salaries
unlock blur

₹4 L/yr - ₹9 L/yr

Developer Associate
16 salaries
unlock blur

₹3 L/yr - ₹5 L/yr

Test Developer
15 salaries
unlock blur

₹3.9 L/yr - ₹7 L/yr

Senior Software Developer
8 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

Explore more salaries
Compare Karomi Technology with

Pagarbook

3.6
Compare

Signzy Technologies

2.8
Compare

Xoxoday

3.7
Compare

ITILITE

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