Upload Button Icon Add office photos

Filter interviews by

Smartek21 Interview Questions, Process, and Tips

Updated 21 May 2024

Top Smartek21 Interview Questions and Answers

View all 7 questions

Smartek21 Interview Experiences

Popular Designations

10 interviews found

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

System Administrator Interview Questions asked at other Companies

Q1. 2. What is Cloud Technology. What is Microsoft Intune. If we can manage applications using MAM then why do we need MDM?
View answer (8)

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

MS SQL DBA Interview Questions asked at other Companies

Q1. If someone has deleted the table in a database, then how can you find out the user that has deleted the table ? Can you find out using the log file? Can you retsore the table using the tail log backup?
View answer (3)
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

Senior Developer Interview Questions asked at other Companies

Q1. What is your current CTC and what is your expected CTC?
View answer (1)
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

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)

Smartek21 interview questions for popular designations

 Software Engineer

 (2)

 Big Data Engineer

 (1)

 MS SQL DBA

 (1)

 QA Engineer

 (1)

 Senior Artificial Intelligence Engineer

 (1)

 Senior Developer

 (1)

 Software Developer

 (1)

 System Administrator

 (1)

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

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

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

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)

Jobs at Smartek21

View all

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

Big Data Engineer Interview Questions asked at other Companies

Q1. Difference between partitioning and bucketing. Types of joins in spark Optimization Techniques in spark Broadcast variable and broadcast join Difference between ORC and Parquet Difference between RDD and Dataframe Architecture of our projec... read more
View answer (1)

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 Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

RPA Developer in UiPath tool Interview Questions & Answers

user image Anonymous

posted on 5 Mar 2021

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Variable vs Argument, 2. RE Framework, 3. Agile Methodology. 4.Orchestrator process, 5. Third party tool automation like SAP, Citrix etc, 6. Email automation.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepare with basics concepts of RPA UIpath and advance like RE Framework. UiPath Advance dev certification is an advantage.

I applied via Walk-in and was interviewed in May 2019. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions of recent work/projects
  • Q2. Basics of machine learning- Supervised techniques, linear algorithms, tree based algorithms, ensemble techniques
  • Q3. Basics of text processing- bag of words, tf-idf, word vectors.

Senior Artificial Intelligence Engineer Interview Questions asked at other Companies

Q1. What is the detailed working mechanism of Decision Trees, and how are they utilized for classification tasks?
View answer (1)

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, Microservices, SQL and MySQL.
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.

Smartek21 Interview Process

based on 4 interviews in last 1 year

Interview experience

3.3
  
Average

People are getting interviews through

based on 4 Smartek21 interviews
Job Portal
WalkIn
Referral
50%
25%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 Interviews
View all

Smartek21 Reviews and Ratings

based on 86 reviews

3.7/5

Rating in categories

3.4

Skill development

3.8

Work-Life balance

3.7

Salary & Benefits

2.7

Job Security

3.5

Company culture

3.0

Promotions/Appraisal

3.3

Work Satisfaction

Explore 86 Reviews and Ratings
Accounts Assistant

Remote

3-6 Yrs

Not Disclosed

Technology Lead - .Net Developer

Remote

8-10 Yrs

₹ 13.5-24.64 LPA

Service Desk Analyst

Remote

0-2 Yrs

Not Disclosed

Explore more jobs
Software Engineer
124 salaries
unlock blur

₹3.8 L/yr - ₹13.8 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.5
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