Upload Button Icon Add office photos

Filter interviews by

Smartek21 Software Engineer Interview Questions and Answers

Updated 17 Jun 2023

Smartek21 Software Engineer Interview Experiences

2 interviews found

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

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

Interview questions from similar companies

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

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate software engineer with 5 years of experience in developing web applications using various technologies.

    • 5 years of experience in software development

    • Proficient in developing web applications

    • Skilled in using various technologies

    • Passionate about software engineering

  • Answered by AI
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Phone screen about previous experience
Round 2 - Technical 

(1 Question)

  • Q1. Mobile app development basics
Round 3 - HR 

(1 Question)

  • Q1. Culture fit questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is docker cp command
  • Ans. 

    Docker cp command is used to copy files/folders between a container and the host machine.

    • Used to copy files/folders from a container to the host machine or vice versa

    • Syntax: docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH

    • Example: docker cp mycontainer:/app/file.txt /host/path

  • Answered by AI
  • Q2. How ingress works and how network policy can be created for this situation
  • Ans. 

    Ingress is a Kubernetes resource that exposes HTTP and HTTPS routes from outside the cluster to services within the cluster.

    • Ingress works by defining rules for routing external traffic to services based on hostnames or paths.

    • Network policies can be created to control the traffic allowed to reach the services behind the Ingress.

    • For example, a network policy can restrict traffic to a specific service to only come from a

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just fundamentals questions were asked related with docker , kubernetes , jenkins

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. RDBMS related questions asked
  • Q2. SQL login building related questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 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 - Coding Test 

It was online test having coding questions for logical part and UI part

Round 3 - Technical 

(2 Questions)

  • Q1. Again logical and technical round with questions that you need to code while sharing your screen.
  • Q2. Todo list problem
  • Ans. 

    Implement a todo list with add, delete, and mark as completed functionalities.

    • Create an array to store the tasks

    • Implement functions to add, delete, and mark tasks as completed

    • Display the tasks with their completion status

  • Answered by AI
Round 4 - Technical 

(1 Question)

  • Q1. Basic js concepts

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(4 Questions)

  • Q1. What is singleton design pattern
  • Ans. 

    Singleton design pattern restricts the instantiation of a class to a single instance and provides global access to it.

    • Used when only one instance of a class is required throughout the application

    • Provides a global point of access to the instance

    • Implemented using a private constructor, static method, and static variable

    • Example: Logger class, Database connection class

  • Answered by AI
  • Q2. C# LINQ queries for group and sum data from data table
  • Ans. 

    C# LINQ queries for group and sum data from data table

    • Use GroupBy() method to group data based on a specific column

    • Use Sum() method to calculate the sum of a column

    • Use Select() method to select the required columns

  • Answered by AI
  • Q3. Solid design principles
  • Ans. 

    Solid design principles are a set of guidelines for writing maintainable and scalable code.

    • Single Responsibility Principle (SRP) - each class should have only one responsibility

    • Open/Closed Principle (OCP) - classes should be open for extension but closed for modification

    • Liskov Substitution Principle (LSP) - subclasses should be able to replace their parent classes without affecting the program's correctness

    • Interface Se...

  • Answered by AI
  • Q4. OOPS concepts ,like association and all

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are an experienced software Engineer, focus on designing part of the system.

Skills evaluated in this interview

Smartek21 Interview FAQs

How many rounds are there in Smartek21 Software Engineer interview?
Smartek21 interview process usually has 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 ASP.NET, C#, Javascript, Power Bi and Report Builder.
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. DSA questions with focus on dynamic programmi...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Smartek21 interview
Referral
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Smartek21 Software Engineer Salary
based on 126 salaries
₹3.9 L/yr - ₹14.6 L/yr
At par with 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 & Benefits

2.6

Job Security

3.4

Company culture

3.3

Promotions/Appraisal

3.3

Work Satisfaction

Explore 12 Reviews and Ratings
Software Engineer
126 salaries
unlock blur

₹3.9 L/yr - ₹14.6 L/yr

Senior Software Engineer
85 salaries
unlock blur

₹6.1 L/yr - ₹19 L/yr

Technical Lead
49 salaries
unlock blur

₹10.5 L/yr - ₹30 L/yr

Devops Engineer
18 salaries
unlock blur

₹4.5 L/yr - ₹10 L/yr

Software Developer
11 salaries
unlock blur

₹2.8 L/yr - ₹9 L/yr

Explore more salaries
Compare Smartek21 with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.6
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