Upload Button Icon Add office photos

Filter interviews by

Kuliza Technologies Interview Questions, Process, and Tips

Updated 13 Sep 2024

Top Kuliza Technologies Interview Questions and Answers

Kuliza Technologies Interview Experiences

Popular Designations

12 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Agile methodology, types of testing techniques

Software QA Engineer Interview Questions asked at other Companies

Q1. What exceptions have u faced while creating framework?
View answer (1)

product analst Interview Questions & Answers

user image Anonymous

posted on 18 Oct 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. What is your project in your graduation and in post graduation?
Round 3 - HR 

(1 Question)

  • Q1. How are you fit for this job if you have background in different branch?

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not go for this company. Management is really shit. They do not care about you or your salary.

Intern Interview Questions & Answers

user image Anonymous

posted on 2 Mar 2024

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

I applied via Referral and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 questions (1 easy and 1 medium)

Round 2 - Technical 

(1 Question)

  • Q1. Basis SQL and DSA question
Round 3 - Technical 

(1 Question)

  • Q1. Some DSA and coding questions
Round 4 - HR 

(1 Question)

  • Q1. Discussion about personal projects

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

UI Designer Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

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

I applied via Walk-in and was interviewed before Sep 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Design assignment

UI Designer Interview Questions asked at other Companies

Q1. Tell me about complex environments you designed for
View answer (1)

Kuliza Technologies interview questions for popular designations

 Associate Software Engineer

 (2)

 Software Engineer

 (2)

 Delivery Manager

 (1)

 DevOps Engineer Intern

 (1)

 Intern

 (1)

 Senior Software Engineer

 (1)

 Software Developer

 (1)

 Software QA Engineer

 (1)

I applied via LinkedIn and was interviewed in Oct 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Hi, it's Deepak, Firstly, I gone through an assessment of Eduthrill which was based on Python, Docker, Kubernetes, Shell Script, Linux basics.
  • Q2. After clearing first round i.e, the assessment of Eduthrill they will ask for the resume. So after your resume shortlisting you will be invited for the first technical round. So questions asked for me was....
  • Q3. After clearing your first technical round they will invite you for 2 nd technical round. And questions asked for me was... Tell me something about yourself and then questions based on the topics that I men...
  • Q4. After clearing your 2 nd technical round you will be invited for HR round and questions were... Tell me something about yourself and this questions may be asked in some otherbways also after that lots of q...
  • Q5. So, after clearing your HR round you will be invited for HR discussion and they will tell you all the policy and your package and all and you will be congratulated as you are hired 😊.

Interview Preparation Tips

Interview preparation tips for other job seekers - So, be ready for the things that you mentioned on your CV and be well prepared about DevOps and things used in DevOps.
See, interviews were awesome and they makes me very comfortable while interviewing.

All the best 👍💯.

DevOps Engineer Intern Interview Questions asked at other Companies

Q1. How is your efficiency for GitHub and for command tools?
View answer (1)

I applied via Referral and was interviewed in Apr 2021. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Coding Test 

Das questions 3 questions in 75 min

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle, 2 standard easy DSA questions
Round 4 - Technical 

(1 Question)

  • Q1. 2 standard medium level dsa questions
Round 5 - HR 

(1 Question)

  • Q1. Situation based questions, general discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm and everything will go your way. Trust god

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

I applied via Naukri.com and was interviewed before Nov 2021. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(3 Questions)

  • Q1. Most questions were on Java 8 and Collections Framework. Some Questions on Core Java and SQL for Round 1
  • Q2. How to Filter from stream.
  • Ans. 

    Filtering from a stream involves selecting specific elements based on certain criteria.

    • Use filter() method to create a new stream with elements that pass a given test.

    • Provide a Predicate functional interface to filter() method.

    • Example: stream.filter(x -> x > 5) will return a new stream with elements greater than 5.

  • Answered by AI
  • Q3. Find Top 3 salary for SQL
  • Ans. 

    To find top 3 salaries for SQL, we need to use the ORDER BY and LIMIT clauses in SQL query.

    • Use ORDER BY clause to sort the salaries in descending order

    • Use LIMIT clause to limit the result to top 3 salaries

    • Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 3

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. HQL, How to write Queries
Round 4 - HR 

(1 Question)

  • Q1. Salary Discussion based on previous job

Interview Preparation Tips

Topics to prepare for Kuliza Technologies Senior Software Engineer interview:
  • Java 8
  • Spring Boot
  • Hibernate
  • Collections
  • DSA
Interview preparation tips for other job seekers - Focus on Core Java and its features and Spring Hibernate for 2 Round

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

I applied via Campus Placement and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Find the min and max element from an array
  • Ans. 

    Find the min and max element from an array of strings.

    • Convert string array to integer array

    • Sort the array

    • Retrieve first and last element

  • Answered by AI
  • Q2. Backend related questions
  • Q3. Javascript basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

I applied via LinkedIn and was interviewed before May 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Assignment 

Project Proposal

Round 3 - One-on-one 

(1 Question)

  • Q1. Scenario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack interview and project management questions asked,

Delivery Manager Interview Questions asked at other Companies

Q1. how do you handle team? explain architecture of your application? Agile team management? how do you ensure performance of application and how do you maintain security of application? Explain architecture of Angular application.
View answer (1)

I was interviewed in Aug 2017.

Interview Questionnaire 

11 Questions

  • Q1. Discussion About Projects
  • Q2. Discussion About Internship
  • Q3. Algo designing of a problem
  • Q4. Difference between postgres and mysql?
  • Ans. 

    Postgres and MySQL are both popular relational database management systems, but they differ in various aspects.

    • Postgres supports more advanced features like JSON and array data types, while MySQL has limited support for these.

    • Postgres has better concurrency control and transaction management capabilities compared to MySQL.

    • Postgres has a larger community and a more active development cycle, resulting in frequent updates...

  • Answered by AI
  • Q5. Discussion about NGINX
  • Q6. Algo question
  • Q7. Select_related in Django?
  • Q8. About Myself.
  • Q9. Why Kuliza?
  • Q10. Why Kuliza instead of a product based company?
  • Q11. Motives in life, hobbies.

Interview Preparation Tips

Round: Resume Shortlist
Experience: This was the resume shortlisting round. Almost all got shortlisted. And they don't care about the CGPA.

Round: Test
Experience: The first section consists of 10 aptitude questions that need to be solved in 25 minutes. These were the basic aptitude questions.

The second section consists 3 coding questions that need to be solved in 75 minutes. 1st problem was very easy. 2nd problem- Given a number in roman numeral convert it into decimal. It was an implementation problem. 3rd problem was from dynamic programming.

The third section contains the implementation of binary search and Fibonacci that needs debugging. There were 2 more general questions: 1st question was to write the names of startups and 2nd question was to write about the favorite programming language.
Tips: You should know basic algos and ds and it won't be difficult to qualify this round.
Duration: 2 hours
Total Questions: 17

Round: Technical Interview
Experience: This round went for an hour. Firstly he asked me to introduce him. He asked me about my projects that I have mentioned in my resume. Then he asked me about my internship projects in detail. He asked me that how I designed the database and how I built the architecture of the project.

Then he asked me to design a URL shortener, its database and how redirect will work.

Then I was asked to design the algorithms for different use cases that will work efficiently in designing the splitwise app(Money dividing app). These use cases were based on dfs and dfs+dp solution.
Tips: Again algo and ds are important. And mention only those things on your resume that you actually worked on and knows perfectly.

Round: HR Interview
Experience: This round went for half an hour. Firstly she asked me to introduce him. Then she asked me why I want to join Kuliza instead of a product based company. Asked me about my hobbies and motives. Discussion about my last internship. And asked me other general things.
Tips: You will be tricked several times. Be careful while answering the questions.

Round: Technical Interview
Experience: This round went for 20-25 minutes. First, he asked me the difference between Postgres and MySQL databases, as I have mentioned both of them in my resume.

Then he saw Nginx on my resume and asked where I used it and why. I told him everything that I did with Nginx like handling different web apps, integrating SSL certificates in its config and handling redirects between the staging server and production server.

Now he asked me simple algo question. -----/

The last question that he asked me was select_related in Django.
Tips: Again mention only those things on your resume that you actually worked on and knows perfectly.

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Kuliza Technologies Interview FAQs

How many rounds are there in Kuliza Technologies interview?
Kuliza Technologies interview process usually has 3 rounds. The most common rounds in the Kuliza Technologies interview process are Technical, Resume Shortlist and HR.
How to prepare for Kuliza Technologies 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 Kuliza Technologies. The most common topics and skills that interviewers at Kuliza Technologies expect are Java, Spring Boot, Python, MySQL and Design Patterns.
What are the top questions asked in Kuliza Technologies interview?

Some of the top questions asked at the Kuliza Technologies interview -

  1. Difference between postgres and mys...read more
  2. How to Filter from stre...read more
  3. Find Top 3 salary for ...read more

Tell us how to improve this page.

Kuliza Technologies Interview Process

based on 3 interviews in last 1 year

Interview experience

4.3
  
Good

People are getting interviews through

based on 7 Kuliza Technologies interviews
Job Portal
Referral
WalkIn
Campus Placement
43%
29%
14%
14%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Aurigo Interview Questions
4.8
 • 15 Interviews
View all

Kuliza Technologies Reviews and Ratings

based on 66 reviews

2.5/5

Rating in categories

2.4

Skill development

2.8

Work-Life balance

2.6

Salary & Benefits

2.1

Job Security

2.5

Company culture

2.3

Promotions/Appraisal

2.4

Work Satisfaction

Explore 66 Reviews and Ratings
Software Developer
71 salaries
unlock blur

₹5 L/yr - ₹14.5 L/yr

Software Engineer
39 salaries
unlock blur

₹5 L/yr - ₹16.6 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹11 L/yr - ₹21 L/yr

Associate Product Manager
17 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Business Analyst
16 salaries
unlock blur

₹6 L/yr - ₹14.5 L/yr

Explore more salaries
Compare Kuliza Technologies with

Robosoft Technologies

3.4
Compare

Indus Net Technologies

3.6
Compare

LTIMindtree

3.9
Compare

Persistent Systems

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