Upload Button Icon Add office photos

Filter interviews by

Smartek21 Software Engineer Interview Questions and Answers

Updated 10 Feb 2025

Smartek21 Software Engineer Interview Experiences

3 interviews found

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

I appeared for an interview before Jul 2022.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic SQL Questions
  • Q2. DDL,DML,DQL CRUS OPERATIONS JOINS SQL BASIC QUESTIONS
Round 2 - Case Study 

ASKED ABOUT HOW YOU JOINS DONE IN SQL

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral

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 

(2 Questions)

  • Q1. DSA questions with focus on dynamic programming.
  • Q2. Find longest palindromic substring
  • Ans. 

    Use dynamic programming to find the longest palindromic substring.

    • Start by creating a 2D array to store if substrings are palindromic.

    • Iterate through the string and fill the array based on palindromic conditions.

    • Track the longest palindromic substring found.

    • Example: Input 'babad', Output 'aba' or 'bab'.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join us?

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on basic software engineering concepts

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

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

Interview Questionnaire 

3 Questions

  • Q1. I was interviewed on Node.js, React.js, and AWS.
  • Q2. Basic questions of Web Development
  • Q3. AWS Design Problems
  • Ans. 

    AWS design problems are common in cloud computing. They require careful planning and implementation.

    • Identify the problem and its root cause

    • Consider scalability and availability

    • Choose the appropriate AWS service

    • Implement fault tolerance and disaster recovery

    • Monitor and optimize performance

  • Answered by AI

Skills evaluated in this interview

Software Engineer Jobs at Smartek21

View all

Interview questions from similar companies

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

Round duration - 50 minutes
Round difficulty - Medium

Round 2 - Face to Face 

(1 Question)

Round duration - 20 minutes
Round difficulty - Medium

  • Q1. 

    Pair Sum Problem Statement

    You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.

    Note:
    ...
  • Ans. 

    Given an array and a target sum, find pairs of elements that add up to the target sum.

    • Iterate through the array and for each element, check if the complement (target sum - current element) exists in a hash set.

    • If the complement exists, add the pair to the result list. Otherwise, add the current element to the hash set.

    • Sort the pairs based on the first element and then the second element to meet the required output form

  • Answered by AI
Round 3 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

Round 4 - Face to Face 

(1 Question)

Round duration - 40 minutes
Round difficulty - Hard

  • Q1. Can you provide an example of how to use pointers in C/C++ and discuss different concepts related to them?
  • Ans. 

    Pointers in C/C++ are variables that store memory addresses. They are used to manipulate memory directly and improve performance.

    • Pointers are declared using an asterisk (*) before the variable name.

    • Pointers can be used to dynamically allocate memory using functions like malloc() and free().

    • Pointers can be used to pass variables by reference to functions.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Development in GurgaonEligibility criteriaAbove 7 CGPA, No backlogsThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures,OOPS, SQL Queries, Normalization,Software Development Life Cycles, PointersTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Do atleast 1 project
Tip 2 : Practice Data structure programming questions
Tip 3 : Prepare concepts with examples (Coding/Numericals)

Application resume tips for other job seekers

Tip 1 : Mention Projects
Tip 2 : Mention only those technologies which you are confident enough.
Tip 3 : Mention extra curricular activities if have.

Final outcome of the interviewSelected

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

Interview Preparation Tips

Round: Technical Interview
Experience: this was a telephonic round : There I was asked basics of web development (e.g Session, hidden variable difference between POST and GET etc. ) and basics of PHP e.g global variables etc , little bit of mysql e.g joins , difference between left and right joins.

Round: Technical Interview
Experience: This was pretty much about interview rounds. I got the offer.

Skills: Core java, OOP, PHP
College Name: na

I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude test

Round 2 - Group Discussion 

Current affairs

Round 3 - Technical 

(1 Question)

  • Q1. Puzzle , sql related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself, whatever you know just be confident
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

It was ok. I was not able to solve all the questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Remove the last element from a linkedlist
  • Ans. 

    To remove the last element from a linked list, iterate to the second last node and update its next pointer to null.

    • Iterate through the linked list to find the second last node

    • Update the next pointer of the second last node to null

  • Answered by AI
  • Q2. Some basic questions on oops dbms and os

Skills evaluated in this interview

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 

(2 Questions)

  • Q1. Golang basics related questions
  • Q2. Concurrency related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Take offer from them but join them. Interviewer was too cocky to see that there can be other ways also.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jan 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Based on Deep learning
Round 2 - Technical 

(1 Question)

  • Q1. Questions related to Speech to Text, Whisper AI, Transformers, Deep learning
Round 3 - HR 

(1 Question)

  • Q1. Work culture fit and CEO round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest throughout and make sure you know the concepts of latest tech related to AI/ML for the Machine learning roles

Smartek21 Interview FAQs

How many rounds are there in Smartek21 Software Engineer interview?
Smartek21 interview process usually has 2-3 rounds. The most common rounds in the Smartek21 interview process are Resume Shortlist, One-on-one Round and HR.
How to prepare for Smartek21 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 Smartek21. The most common topics and skills that interviewers at Smartek21 expect are Javascript, jQuery, JSP, Medical Coding and MySQL.
What are the top questions asked in Smartek21 Software Engineer interview?

Some of the top questions asked at the Smartek21 Software Engineer interview -

  1. Find longest palindromic substr...read more
  2. AWS Design Probl...read more
  3. DDL,DML,DQL CRUS OPERATIONS JOINS SQL BASIC QUESTI...read more

Tell us how to improve this page.

Smartek21 Software Engineer Interview Process

based on 2 interviews

Interview experience

4.5
  
Good
View more
Smartek21 Software Engineer Salary
based on 122 salaries
₹2.9 L/yr - ₹11.7 L/yr
9% less than the average Software Engineer Salary in India
View more details

Smartek21 Software Engineer Reviews and Ratings

based on 12 reviews

4.3/5

Rating in categories

3.3

Skill development

3.9

Work-life balance

3.6

Salary

2.6

Job security

3.4

Company culture

3.3

Promotions

3.2

Work satisfaction

Explore 12 Reviews and Ratings
Software Engineer

Pune

8-13 Yrs

Not Disclosed

Software Engineer- Java

Remote

3-4 Yrs

₹ 4.8-11.03 LPA

Explore more jobs
Software Engineer
122 salaries
unlock blur

₹2.9 L/yr - ₹11.7 L/yr

Senior Software Engineer
88 salaries
unlock blur

₹6.1 L/yr - ₹22.5 L/yr

Technical Lead
47 salaries
unlock blur

₹10.5 L/yr - ₹30 L/yr

Devops Engineer
17 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

QA Engineer
15 salaries
unlock blur

₹4.1 L/yr - ₹8 L/yr

Explore more salaries
Compare Smartek21 with

Maxgen Technologies

4.5
Compare

Value Point Systems

3.7
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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