Upload Button Icon Add office photos
Engaged Employer

i

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

Karza Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Karza Technologies Interview Questions and Answers

Updated 28 Sep 2024

Karza Technologies Interview Experiences

Popular Designations

5 interviews found

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Referral 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 

Online Assessment with 50 MCQs based on Data Science

Round 3 - Technical 

(1 Question)

  • Q1. Coding round. 2 easy-medium level DSA questions were asked
Round 4 - Technical 

(1 Question)

  • Q1. Questions based on projects

Data Scientist Intern Interview Questions asked at other Companies

Q1. In case deadline is approaching, whether you will compromise with project quality?
View answer (1)
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 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Easy questions in python

Round 2 - One-on-one 

(2 Questions)

  • Q1. L1 regularisation
  • Q2. L2 regularisation, deep learning based in depth question
Round 3 - One-on-one 

(2 Questions)

  • Q1. Deep learning based questions
  • Q2. In depth questions from projectc

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of Array Problem Statement Given an array 'arr' containing single-digit integers, your task is to calculate the total sum of all its elements. However, the resulting sum must also be a single-digit number. To achieve this, repea... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

45 minutes test, third party platform for coding, topics - strings and DP

Round 2 - Technical 

(3 Questions)

  • Q1. Explain the working of resnet - is their concatenation or addition in resnets
  • Ans. 

    ResNet is a deep neural network architecture that uses skip connections to address the vanishing gradient problem.

    • ResNet stands for Residual Network, which uses residual blocks with skip connections.

    • In ResNet, the output of a previous layer is added to the output of a later layer, instead of being concatenated.

    • This helps in training deeper networks by allowing the gradient to flow directly through the skip connections.

    • ...

  • Answered by AI
  • Q2. Explain vanishing and exploding gradients
  • Ans. 

    Vanishing gradients occur when gradients become too small during backpropagation, while exploding gradients occur when gradients become too large.

    • Vanishing gradients can make training slow and difficult, as the weights are not updated effectively.

    • Exploding gradients can cause the model to diverge during training, leading to NaN values and instability.

    • Vanishing gradients are common in deep neural networks with many laye...

  • Answered by AI
  • Q3. Questions related to resume and projects done in detail - with cross-questioning

Interview Preparation Tips

Interview preparation tips for other job seekers - For coding round can prepare blind 75, and for technical round be absolutely thorough with your resume and at least 1-2 of your projects and with basic architectures such as resnets, rcnn, etc

Skills evaluated in this interview

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of Array Problem Statement Given an array 'arr' containing single-digit integers, your task is to calculate the total sum of all its elements. However, the resulting sum must also be a single-digit number. To achieve this, repea... read more
Add answer
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic details asked on your project and knowledge.
Round 2 - Coding Test 

Basic Data Structure Questions asked

Round 3 - Coding Test 

Advanced Data Structures and Algorithms questions asked.

Interview Preparation Tips

Topics to prepare for Karza Technologies Software Engineer interview:
  • Data Structures
  • AWS
  • Python

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 (180)

Karza Technologies interview questions for popular designations

 Data Scientist

 (2)

 Data Scientist Intern

 (1)

 Software Engineer

 (1)

Software enginnerr Interview Questions & Answers

user image Anonymous

posted on 24 Apr 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Matrix level quetions

Interview questions from similar companies

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

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. What is the concept of a session in PHP?
  • Ans. 

    A session in PHP is a way to store information (variables) to be used across multiple pages.

    • Sessions are used to store user data on the server for later use

    • Sessions are identified by a unique session ID, usually stored in a cookie

    • Session data is stored on the server side, making it more secure than using cookies alone

  • Answered by AI
  • Q2. What is the difference between variables and constants in PHP?
  • Ans. 

    Variables can be changed during the execution of a script, while constants cannot be changed once they are defined.

    • Variables can be reassigned with new values, while constants cannot be changed once defined

    • Constants are defined using the define() function, while variables are assigned using the $ symbol

    • Constants are case-sensitive by default, while variables are case-insensitive

  • Answered by AI
  • Q3. What will be the output of the code below and why?
  • Ans. 

    The code will output 'Hello World!' because the variable $x is set to true.

    • The code will check if $x is true, which it is, so it will output 'Hello World!'

    • The if statement will only execute if the condition is true, in this case $x is true.

  • Answered by AI
Round 2 - Coding Test 

What are the differences between echo and print in PHP?

Interview Preparation Tips

Interview preparation tips for other job seekers - As mentioned, please prepare all questions and be ready for the live coding session.
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 Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(4 Questions)

  • Q1. Complete Computer Science Fundamentals like Computer networks, DBMS, Operating Systems, Linux, Data Structure and Algoritgms
  • Q2. All Linux Commands
  • Ans. 

    Linux commands are used to interact with the operating system and perform various tasks.

    • ls - list directory contents

    • cd - change directory

    • pwd - print working directory

    • mkdir - make directory

    • rm - remove files or directories

    • cp - copy files or directories

    • mv - move files or directories

    • grep - search for patterns in files

    • chmod - change file permissions

    • sudo - execute a command as a superuser

  • Answered by AI
  • Q3. OSI models, HTTPs request codes
  • Q4. Difference b/w list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List can be modified after creation, tuple cannot.

    • List uses square brackets [], tuple uses parentheses ().

    • List is used for collections of items that may change, tuple for fixed collections.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. Discussion about resume, job description and role
Round 3 - Aptitude Test 

UCAT exam - 40 question - 20min

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Questions were based QMS & ISMS and past experience
Round 2 - One-on-one 

(1 Question)

  • Q1. Discussed about past experience
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Behavior, worst personality, useless manager
  • Q2. Always keeping eyes on girls one of the worst manager

Interview Preparation Tips

Interview preparation tips for other job seekers - One of the most concerning behaviors was exhibited by an HR manager named Shoeb Ahmed. Despite having ten years of experience, he struggled to collaborate effectively with coworkers and demonstrated inappropriate conduct towards female employees. Unfortunately, no action was taken against him, leading to our eventual departure from the company

Karza Technologies Interview FAQs

How many rounds are there in Karza Technologies interview?
Karza Technologies interview process usually has 2-3 rounds. The most common rounds in the Karza Technologies interview process are Coding Test, One-on-one Round and Technical.
How to prepare for Karza 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 Karza Technologies. The most common topics and skills that interviewers at Karza Technologies expect are Python, Java, Data Structures, AWS and Algorithms.
What are the top questions asked in Karza Technologies interview?

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

  1. Explain the working of resnet - is their concatenation or addition in resn...read more
  2. Explain vanishing and exploding gradie...read more
  3. Coding round. 2 easy-medium level DSA questions were as...read more

Tell us how to improve this page.

Karza Technologies Interview Process

based on 4 interviews

Interview experience

4.8
  
Excellent
View more

Interview Questions from Similar Companies

Junglee Games Interview Questions
3.1
 • 32 Interviews
Equifax Interview Questions
3.3
 • 29 Interviews
Black Knight Interview Questions
3.6
 • 28 Interviews
Experian Interview Questions
3.9
 • 22 Interviews
Shriram Chits Interview Questions
3.8
 • 6 Interviews
CIBIL Interview Questions
4.3
 • 4 Interviews
View all

Karza Technologies Reviews and Ratings

based on 99 reviews

4.5/5

Rating in categories

4.4

Skill development

4.4

Work-life balance

4.3

Salary

4.5

Job security

4.5

Company culture

4.3

Promotions

4.4

Work satisfaction

Explore 99 Reviews and Ratings
Software Engineer
49 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Business Analyst
21 salaries
unlock blur

₹5.5 L/yr - ₹14 L/yr

Software Developer
19 salaries
unlock blur

₹6.1 L/yr - ₹21 L/yr

Associate Product Manager
14 salaries
unlock blur

₹7.1 L/yr - ₹21 L/yr

Python Developer
11 salaries
unlock blur

₹5 L/yr - ₹16 L/yr

Explore more salaries
Compare Karza Technologies with

CIBIL

4.3
Compare

Experian

3.9
Compare

Equifax

3.3
Compare

Credit Information Bureau

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