Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Kratikal Tech Private Limited Team. If you also belong to the team, you can get access from here

Kratikal Tech Private Limited Verified Tick

Compare button icon Compare button icon Compare
3.7

based on 48 Reviews

Filter interviews by

Kratikal Tech Private Limited Interview Questions and Answers

Updated 10 Oct 2024

Kratikal Tech Private Limited Interview Experiences

Popular Designations

9 interviews found

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

I applied via Campus Placement and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Aptitude Test 

Behavorial type mostly than essay mof 200 words

Business Development Officer Interview Questions asked at other Companies

Q1. How to recurring a team nd busnines how to achive your target nd goal if agent not giving business so what is your next staterdgy nd how to complite your target in every month if costumer not meeting your in front so what is your statergy t... read more
View answer (2)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was nice and the questions are quite good

Round 2 - Group Discussion 

Topics are easy and nice

Business Development Executive Interview Questions asked at other Companies

Q1. scenario based: if I am a teacher in a government school and my child is getting +90% marks, then why should i buy byjus course
View answer (14)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Social Media Influencer

Software Development Engineer Interview Questions asked at other Companies

Q1. Given an acyclic graph of a city where each edge represents a road in the city and each vertex represents an crossing. Write an algo to find out the minimum number of vertices at which a policemen will be kept so that all the roads are cove... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jaypee Institute of Information Technology, Noida and was interviewed in Feb 2023. There were 5 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 

The test was conducted on google form with the meet camera on

Round 3 - Group Discussion 

7 members in each group and 3 were selected out of them topic for my gd was will chatGpt can kill search engine.

Round 4 - Technical 

(1 Question)

  • Q1. Only resume based question, do not lie in your resume
Round 5 - HR 

(4 Questions)

  • Q1. This was both technical round 2 and HR round
  • Q2. Resume based question but of higher difficulties
  • Q3. They even asked me to reverse a linked list only pseudo code
  • Q4. And then some cultural fit question like tell me about the company, why do you want to join etc etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not lie in your resume and research about the company

Technical Support Analyst Interview Questions asked at other Companies

Q1. How do you troubleshoot an issue?
View answer (2)

Kratikal Tech Private Limited interview questions for popular designations

 Business Development Executive

 (1)

 Business Development Officer

 (1)

 Business Executive

 (1)

 Cyber Security Analyst

 (1)

 Node JS Developer

 (1)

 Senior Accounts Executive

 (1)

 Software Developer

 (1)

 Software Development Engineer

 (1)

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

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Apr 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

Topic _ Ukrain Russia War Impacts

Round 2 - Technical 

(1 Question)

  • Q1. Resume Based Question Sell me a same product which i already had.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and Fluency is imp.

Business Executive Interview Questions asked at other Companies

Q1. What is the difference between bank and nonbanking financial services?
View answer (9)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Jun 2022. There were 6 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 - Aptitude Test 

20 aptitude question 10 was the cut off

Round 3 - Coding Test 

There were total 9 question 3 mcq and 6 DSA question easy to moderate.

Round 4 - Technical 

(1 Question)

  • Q1. Deep discussion on javascript and project. They asked lot of questions on binary search, interviewer wants to check how strong is my basic concept is. Last question was also on binary search(HARD)
Round 5 - Technical 

(1 Question)

  • Q1. Deep discussion about my all projects. Again asked 1 DSA question (Easy)
Round 6 - HR 

(1 Question)

  • Q1. This round was basically to tell me that I was selected.

Interview Preparation Tips

Interview preparation tips for other job seekers - You should know every line of your resume.
Solve leetcode question clear you DSA concepts.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Jobs at Kratikal Tech Private Limited

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

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

Round 1 - Technical 

(1 Question)

  • Q1. Confidential not to say
Round 2 - Technical 

(1 Question)

  • Q1. Confidential not to say
Round 3 - HR 

(1 Question)

  • Q1. Confidential not to say

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be throughout with the basics and what you know tell that don't be apart from that!

Cyber Security Analyst Interview Questions asked at other Companies

Q1. 3- If you have received 2 mails from PwC with same name how will you identify that which one is fake and which one is genuine?
View answer (2)

I applied via Company Website and was interviewed in Mar 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was basically an aptitude and coding test.
Aptitude was little bit easy but coding was little hard. Totally based on dsa.

Round 2 - Technical 

(2 Questions)

  • Q1. Introduction.. Show me your projects? What is bodyparser?
  • Ans. 

    bodyparser is a middleware for parsing the body of HTTP requests in Node.js.

    • bodyparser is used to extract data from the body of HTTP requests in Node.js

    • It is commonly used with Express.js to handle form data and JSON payloads

    • bodyparser parses the request body and makes it available in the req.body object

    • It supports various data formats such as JSON, URL-encoded, and multipart form data

  • Answered by AI
  • Q2. Questions related to node js Subsequence of string.

Interview Preparation Tips

Topics to prepare for Kratikal Tech Private Limited Node JS Developer interview:
  • Node js
  • Javascript
  • OOPS
  • DSA
Interview preparation tips for other job seekers - For freshers don't be oversmart. Be yourself and add only those skills that you actually know, in your resume.

Node JS Developer Interview Questions asked at other Companies

Q1. 2. What are the main modules of Node.js? Explain in detail.
View answer (3)

I applied via Naukri.com and was interviewed in Jul 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Firstly there are 3 rounds for interview. They asked your working experience and about how to work for last company and procedure for work.

Interview Preparation Tips

Interview preparation tips for other job seekers - My experience was very good
Think positive
Dont give up

Senior Accounts Executive Interview Questions asked at other Companies

Q1. How To Prepare Cash Flow, What Is GR-IR, Which Type of Invoice Booking Has Done, What TDS Rate Do You Know.
View answer (1)

Interview questions from similar companies

Cloud Data Engineer II Interview Questions & Answers

MathCo user image ABHISHEK JHA

posted on 27 Nov 2024

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

I applied via Company Website and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Technical 

(8 Questions)

  • Q1. End to end architecture of current project
  • Q2. Basic spark code to read & write files
  • Q3. How to upsert data in table in spark
  • Q4. How do you handle sudden increase in data volume
  • Q5. Discussion on delta tables & ACID transactions
  • Q6. Explain autoloader and use case in Databricks
  • Q7. SQL question using window functions Lead, row number
  • Q8. Python question using hashmap & String
Round 2 - One-on-one 

(4 Questions)

  • Q1. Current project understanding end to end
  • Q2. Data pipeline design for a ride sharing company, ask bunch of follow up questions on the conclude a particular design.
  • Q3. Explain how you follow SDLC(Agile, waterfall) ?
  • Q4. Why are you looking for a change now
Round 3 - HR 

(4 Questions)

  • Q1. Basic introductions
  • Q2. What kind of work are you looking for? what do you know about the company
  • Q3. Willing to relocate?
  • Q4. Personal hobbies and aspirations

Interview Preparation Tips

Topics to prepare for MathCo Cloud Data Engineer II interview:
  • Spark
  • Python
  • SQL
  • System Design
  • Data Architecture
  • Streaming
Interview preparation tips for other job seekers - I had a brilliant experience interviewing at MathCo, Had awesome interviewers who push you thinking capabilities. Also given that I was at the end of my notice period, following rounds were scheduled quickly.

Kratikal Tech Private Limited Interview FAQs

How many rounds are there in Kratikal Tech Private Limited interview?
Kratikal Tech Private Limited interview process usually has 2-3 rounds. The most common rounds in the Kratikal Tech Private Limited interview process are Technical, Aptitude Test and Group Discussion.
How to prepare for Kratikal Tech Private Limited 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 Kratikal Tech Private Limited. The most common topics and skills that interviewers at Kratikal Tech Private Limited expect are Javascript, Node.Js, Linux, MySQL and Nessus.
What are the top questions asked in Kratikal Tech Private Limited interview?

Some of the top questions asked at the Kratikal Tech Private Limited interview -

  1. Deep discussion on javascript and project. They asked lot of questions on binar...read more
  2. Questions related to node js Subsequence of stri...read more
  3. They even asked me to reverse a linked list only pseudo c...read more
How long is the Kratikal Tech Private Limited interview process?

The duration of Kratikal Tech Private Limited interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Kratikal Tech Private Limited Interview Process

based on 9 interviews

Interview experience

3.8
  
Good
View more

Interview Questions from Similar Companies

XenonStack Interview Questions
3.3
 • 25 Interviews
Miko Interview Questions
3.1
 • 10 Interviews
Habilelabs Interview Questions
4.1
 • 8 Interviews
Feuji Interview Questions
2.6
 • 8 Interviews
Safe Security Interview Questions
2.9
 • 6 Interviews
FireEye Interview Questions
4.3
 • 5 Interviews
TAC Security Interview Questions
2.4
 • 3 Interviews
View all

Kratikal Tech Private Limited Reviews and Ratings

based on 48 reviews

3.7/5

Rating in categories

3.5

Skill development

3.7

Work-life balance

3.5

Salary

3.5

Job security

3.4

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 48 Reviews and Ratings
Sr.Animator

Kolkata,

Mumbai

+5

3-5 Yrs

Not Disclosed

Wordpress Developer

Mumbai

3-5 Yrs

Not Disclosed

Graphic Designer Intern

Kolkata,

Mumbai

+5

0-1 Yrs

Not Disclosed

Explore more jobs
Security Analyst
24 salaries
unlock blur

₹2.4 L/yr - ₹9 L/yr

HR Executive
14 salaries
unlock blur

₹2.8 L/yr - ₹4.6 L/yr

Software Developer
11 salaries
unlock blur

₹4.4 L/yr - ₹10 L/yr

Software Engineer
11 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Business Development Executive
9 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Explore more salaries
Compare Kratikal Tech Private Limited with

Safe Security

2.9
Compare

TAC Security

2.4
Compare

QUICK HEAL TECHNOLOGIES

3.7
Compare

Cyberbit

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