Upload Button Icon Add office photos
Engaged Employer

i

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

Devkraft Technologies Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Devkraft Technologies Software Engineer Interview Questions and Answers

Updated 7 Jul 2022

Devkraft Technologies Software Engineer Interview Experiences

2 interviews found

Round 1 - Technical 

(1 Question)

  • Q1. Difference between let var const
  • Ans. 

    let, var, and const are JavaScript keywords used for declaring variables with different scoping and mutability.

    • let and const were introduced in ES6 while var has been used since the beginning of JavaScript.

    • let and const have block-level scoping while var has function-level scoping.

    • let and var are mutable while const is immutable.

    • let can be reassigned while const cannot be reassigned.

    • const must be initialized during dec...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on core concepts of JS and react JS.

Skills evaluated in this interview

I applied via Referral and was interviewed in Aug 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Life cycle of a component in react
  • Ans. 

    React component life cycle includes mounting, updating, and unmounting.

    • Mounting: when a component is created and inserted into the DOM

    • Updating: when a component is updated due to changes in props or state

    • Unmounting: when a component is removed from the DOM

    • Methods like componentDidMount, componentDidUpdate, and componentWillUnmount are used to manage the life cycle

    • Example: componentDidMount is called after a component i...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through the common interview questions of the relevant technology and have a project to show proof of work.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more

Top trending discussions

View All
Interview Tips & Stories
5d (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Devkraft Technologies ?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence of string.
  • Ans. 

    Find the second most occurrence of string in an array of strings.

    • Create a dictionary to store the count of each string in the array

    • Sort the dictionary by count in descending order

    • Return the key of the second element in the sorted dictionary

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. All about core java
  • Q2. Front end and My Sql
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Describe your most Complex coding Challenge .
  • Q2. How do you handle technical debt ?
  • Ans. 

    I prioritize addressing technical debt through regular assessments, refactoring, and integrating it into the development process.

    • Conduct regular code reviews to identify areas of technical debt, such as outdated libraries or inefficient algorithms.

    • Implement a 'debt backlog' where technical debt items are tracked and prioritized alongside new features.

    • Allocate specific time in sprints for refactoring and addressing tech...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. One Puzzle to detect Defective Box
  • Q2. Previous Work Experience
  • Ans. 

    I have 3 years of experience as a Software Developer at XYZ company.

    • Developed web applications using Java and Spring framework

    • Collaborated with cross-functional teams to deliver projects on time

    • Implemented new features and enhancements based on client requirements

  • Answered by AI
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed before Aug 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Before Aptitude Test, There was a telephonic interview round in which they test your communication and ask questions about your education and projects. You just have to show your confidence to pass this round. After that, the aptitude test was quite easy. There are 15 questions all are doable in just 15 to 20 minutes of time span.

Round 2 - Coding Test 

After that, The coding round takes place in which they provide you with a device with an online compiler of your preferred programming language and ask you to solve 4 questions without using any built-in function. The questions are based on Linked Lists, Stacks, Arrays, etc. You have to do it all manually. This round lasts up to 1 hour.

Round 3 - Technical 

(1 Question)

  • Q1. The technical round takes place in which they ask different questions from your coding round, a few concept-based ones, and also a few questions to test your thinking and problem-solving abilities like the...

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared very well. Also, do not lose hope if not get selected.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Job Portal

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 

Easy aptitude test containing mathematics and logical questions

Round 3 - Coding Test 

4 leetcode easy to medium level

Round 4 - One-on-one 

(1 Question)

  • Q1. Questions on project and tech stack.
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Find the second most occurrence if string in JavaScript
  • Ans. 

    Find the second most occurrence of a string in an array of strings in JavaScript.

    • Create a map to store the count of each string in the array

    • Sort the map by values in descending order to find the most occurrence

    • Return the key of the second element in the sorted map

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
No response

I applied via HackerEarth and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Interviewer asked me to tell about the ternary operator in Kotlin.
  • Ans. 

    The ternary operator in Kotlin is a concise way to perform conditional expressions, returning values based on a condition.

    • Syntax: `val result = if (condition) valueIfTrue else valueIfFalse`

    • Example: `val max = if (a > b) a else b`

    • Can be used for simple conditional assignments.

    • Improves code readability by reducing the need for verbose if-else statements.

  • Answered by AI
  • Q2. How WhatsApp is generating money.
  • Ans. 

    WhatsApp generates money through its business API and WhatsApp Business app.

    • WhatsApp Business API charges businesses for sending messages to customers.

    • WhatsApp Business app offers tools for small businesses to communicate with customers more effectively.

    • WhatsApp also plans to introduce ads in the Status feature to generate revenue.

  • Answered by AI

Devkraft Technologies Interview FAQs

How many rounds are there in Devkraft Technologies Software Engineer interview?
Devkraft Technologies interview process usually has 1 rounds. The most common rounds in the Devkraft Technologies interview process are Technical.
How to prepare for Devkraft Technologies Software Engineer 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 Devkraft Technologies . The most common topics and skills that interviewers at Devkraft Technologies expect are Data Structures, Java, Linux, Python and Algorithms.
What are the top questions asked in Devkraft Technologies Software Engineer interview?

Some of the top questions asked at the Devkraft Technologies Software Engineer interview -

  1. life cycle of a component in re...read more
  2. Difference between let var co...read more

Tell us how to improve this page.

Devkraft Technologies Software Engineer Salary
based on 46 salaries
₹4.5 L/yr - ₹10.7 L/yr
30% less than the average Software Engineer Salary in India
View more details

Devkraft Technologies Software Engineer Reviews and Ratings

based on 5 reviews

2.1/5

Rating in categories

2.2

Skill development

2.0

Work-life balance

1.8

Salary

2.4

Job security

1.6

Company culture

1.4

Promotions

2.3

Work satisfaction

Explore 5 Reviews and Ratings
Software Engineer
46 salaries
unlock blur

₹4.5 L/yr - ₹10.7 L/yr

Senior Software Engineer
30 salaries
unlock blur

₹7.5 L/yr - ₹20.2 L/yr

Program Manager
12 salaries
unlock blur

₹8.4 L/yr - ₹14.5 L/yr

Software Developer
7 salaries
unlock blur

₹4.2 L/yr - ₹8 L/yr

QA Test Engineer
5 salaries
unlock blur

₹3.5 L/yr - ₹6.2 L/yr

Explore more salaries
Compare Devkraft Technologies with

Zidio Development

4.5
Compare

NexTurn

4.1
Compare

Springbord Systems

3.6
Compare

FloBiz

3.5
Compare
write
Share an Interview