Upload Button Icon Add office photos

Smartek21

Compare button icon Compare button icon Compare

Filter interviews by

Smartek21 Interview Questions and Answers

Updated 12 Apr 2025
Popular Designations

7 Interview questions

A MS SQL DBA was asked
Q. Explain Always On.
Ans. 

AlwaysOn is a high availability and disaster recovery feature in SQL Server that provides redundancy and failover capabilities.

  • AlwaysOn Availability Groups allow you to create a group of user databases that fail over together

  • AlwaysOn Failover Cluster Instances provide high availability for a single SQL Server instance

  • Automatic failover and read-only secondary replicas are key features of AlwaysOn

View all MS SQL DBA interview questions
A MS SQL DBA was asked
Q. Explain High Availability.
Ans. 

High Availability refers to the ability of a system to remain operational and accessible for a high percentage of time.

  • Ensures minimal downtime by providing redundancy and failover mechanisms

  • Involves clustering, replication, and load balancing to distribute workload

  • Common technologies used for achieving high availability include Always On Availability Groups in SQL Server

View all MS SQL DBA interview questions
A MS SQL DBA was asked
Q. Explain Clustering
Ans. 

Clustering is the process of grouping together similar data points based on certain criteria.

  • Clustering helps in organizing data into meaningful groups for analysis.

  • It is commonly used in data mining and machine learning.

  • Examples include K-means clustering and hierarchical clustering.

View all MS SQL DBA interview questions
A System Administrator was asked
Q. Explain Mail Flow in Exchange 2013
Ans. 

Mail flow in Exchange 2013 involves sending and receiving emails through various components and connectors.

  • Emails are sent from clients to the Exchange server through SMTP protocol.

  • Exchange server processes the emails and routes them to the appropriate mailbox.

  • Emails can be sent internally within the organization or externally to other domains.

  • Exchange server uses transport services to deliver emails to the recipi...

View all System Administrator interview questions
A QA Engineer was asked
Q. What is the most significant bug you identified in your career?
Ans. 

The best bug I identified was a critical security vulnerability in the login system that could potentially expose sensitive user data.

  • Identified a critical security vulnerability in the login system

  • Potential exposure of sensitive user data

  • Promptly reported and fixed the issue to prevent any data breaches

View all QA Engineer interview questions
A Software Engineer was asked
Q. Given a string s, return the longest palindromic substring in s.
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'.

View all Software Engineer interview questions
A Software Engineer was asked
Q. 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

View all Software Engineer interview questions
Are these interview questions helpful?

Smartek21 Interview Experiences

12 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
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. All important core java questions with some simple springboot questions. Interview lasted for an hour.
  • Q2. Questions on react life cycle, react hooks, Prop drilling, useEffect etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - This was the first round of interview. Waiting for th esecond round discussion
Interview experience
4
Good
Difficulty level
Easy
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain Mail Flow in Exchange 2013
  • Ans. 

    Mail flow in Exchange 2013 involves sending and receiving emails through various components and connectors.

    • Emails are sent from clients to the Exchange server through SMTP protocol.

    • Exchange server processes the emails and routes them to the appropriate mailbox.

    • Emails can be sent internally within the organization or externally to other domains.

    • Exchange server uses transport services to deliver emails to the recipient's...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial Discussion
Round 3 - HR 

(1 Question)

  • Q1. Salary Discussion

Skills evaluated in this interview

MS SQL DBA Interview Questions & Answers

user image Babu Venugopalan

posted on 27 Mar 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Explain AlwaysOn
  • Ans. 

    AlwaysOn is a high availability and disaster recovery feature in SQL Server that provides redundancy and failover capabilities.

    • AlwaysOn Availability Groups allow you to create a group of user databases that fail over together

    • AlwaysOn Failover Cluster Instances provide high availability for a single SQL Server instance

    • Automatic failover and read-only secondary replicas are key features of AlwaysOn

  • Answered by AI
  • Q2. Explain High Availability
  • Ans. 

    High Availability refers to the ability of a system to remain operational and accessible for a high percentage of time.

    • Ensures minimal downtime by providing redundancy and failover mechanisms

    • Involves clustering, replication, and load balancing to distribute workload

    • Common technologies used for achieving high availability include Always On Availability Groups in SQL Server

  • Answered by AI
  • Q3. Explain Clustering
  • Ans. 

    Clustering is the process of grouping together similar data points based on certain criteria.

    • Clustering helps in organizing data into meaningful groups for analysis.

    • It is commonly used in data mining and machine learning.

    • Examples include K-means clustering and hierarchical clustering.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare HA topics

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

Simply dsa question regarding sorting and object manipulation

Round 2 - One-on-one 

(1 Question)

  • Q1. Node js questions regarding event loop and load balancer
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic oops concepts
Round 2 - HR 

(1 Question)

  • Q1. Salary discussion
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
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

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 5 Oct 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 - One-on-one 

(1 Question)

  • Q1. What is best bug identitied in your career
  • Ans. 

    The best bug I identified was a critical security vulnerability in the login system that could potentially expose sensitive user data.

    • Identified a critical security vulnerability in the login system

    • Potential exposure of sensitive user data

    • Promptly reported and fixed the issue to prevent any data breaches

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. HR discussion was generic

I applied via Naukri.com and was interviewed in Apr 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Coding test with scenarios

Round 2 - One-on-one 

(2 Questions)

  • Q1. More about career interest, aspiration etc
  • Q2. Where do you see yourself 2 years from now
Round 3 - HR 

(1 Question)

  • Q1. Compensation, notice period etc

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviews are pretty simple and straight forward, the feedback are also pretty soon received

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

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 Smartek21?
Ask anonymously on communities.

Smartek21 Interview FAQs

How many rounds are there in Smartek21 interview?
Smartek21 interview process usually has 2-3 rounds. The most common rounds in the Smartek21 interview process are One-on-one Round, HR and Technical.
How to prepare for Smartek21 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, Java, SQL, Artificial Intelligence and Consulting.
What are the top questions asked in Smartek21 interview?

Some of the top questions asked at the Smartek21 interview -

  1. What is best bug identitied in your car...read more
  2. Explain Mail Flow in Exchange 2...read more
  3. Find longest palindromic substr...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 9 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 100%
View more

Interview Questions from Similar Companies

Affine Interview Questions
3.3
 • 51 Interviews
IT By Design Interview Questions
3.6
 • 41 Interviews
ConsultAdd Interview Questions
3.6
 • 37 Interviews
View all

Smartek21 Reviews and Ratings

based on 92 reviews

3.7/5

Rating in categories

3.3

Skill development

3.8

Work-life balance

3.7

Salary

2.6

Job security

3.5

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 92 Reviews and Ratings
CyberArk Engineer

Kolkata,

Mumbai

+5

5-10 Yrs

Not Disclosed

VP of Pre-Sales

Remote

8-10 Yrs

Not Disclosed

Senior Software Engineer

Kolkata,

Mumbai

+5

4-7 Yrs

₹ 6.5-11.5 LPA

Explore more jobs
Software Engineer
113 salaries
unlock blur

₹4.7 L/yr - ₹10.9 L/yr

Senior Software Engineer
85 salaries
unlock blur

₹9.5 L/yr - ₹19 L/yr

Technical Lead
44 salaries
unlock blur

₹17.4 L/yr - ₹30 L/yr

Devops Engineer
16 salaries
unlock blur

₹4.5 L/yr - ₹11 L/yr

QA Engineer
13 salaries
unlock blur

₹6 L/yr - ₹8.2 L/yr

Explore more salaries
Compare Smartek21 with

Maxgen Technologies

4.6
Compare

JoulestoWatts Business Solutions

3.1
Compare

Value Point Systems

3.5
Compare

F1 Info Solutions and Services

3.8
Compare
write
Share an Interview