Upload Button Icon Add office photos
Engaged Employer

i

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

Softtek Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Softtek Interview Questions and Answers

Updated 5 Jun 2025
Popular Designations

6 Interview questions

A Mern Full Stack Developer was asked
Q. What is a closure?
Ans. 

A closure is a function that has access to its own scope, as well as the outer scope in which it was defined.

  • A closure allows a function to access variables from an outer function even after the outer function has finished executing.

  • Closures are commonly used in event handlers, callbacks, and for data privacy.

  • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console...

View all Mern Full Stack Developer interview questions
A Software Engineer was asked
Q. Tell me about your experience with Lambda functions.
Ans. 

Experience with AWS Lambda, a serverless computing service, focusing on deployment, event-driven architecture, and integration.

  • Familiar with creating Lambda functions using Python and Node.js.

  • Implemented event-driven architectures using S3 triggers for image processing.

  • Integrated Lambda with API Gateway to create RESTful APIs.

  • Utilized AWS CloudFormation for infrastructure as code to manage Lambda deployments.

  • Monit...

View all Software Engineer interview questions
A Senior Security Engineer was asked
Q. What is the difference between change, reconcile account, and verify?
Ans. 

Change account modifies the account while reconcile and verify ensure accuracy of account information.

  • Change account involves modifying the account information

  • Reconcile account ensures that the account balance is accurate

  • Verify account ensures that the account information is correct

  • Change account is proactive while reconcile and verify are reactive

  • Example: Changing the account holder's name is a change account act...

View all Senior Security Engineer interview questions
A Senior Security Engineer was asked
Q. What are your day-to-day activities?
Ans. 

Daily tasks for a Senior Security Engineer include monitoring, incident response, and policy development to ensure system security.

  • Monitor security alerts and logs to identify potential threats, using tools like SIEM (Security Information and Event Management).

  • Conduct vulnerability assessments and penetration testing to identify weaknesses in systems and applications.

  • Develop and implement security policies and pro...

View all Senior Security Engineer interview questions
A Senior Security Engineer was asked
Q. What are the components of CyberArk?
Ans. 

CyberArk is a privileged access management solution that includes components such as Password Vault, Privileged Session Manager, and Endpoint Privilege Manager.

  • Password Vault - stores and manages privileged account credentials

  • Privileged Session Manager - monitors and records privileged sessions for auditing purposes

  • Endpoint Privilege Manager - enforces least privilege policies on endpoints

  • Application Identity Mana...

View all Senior Security Engineer interview questions
A Senior Security Engineer was asked
Q. Current company security architecture (Cyberark)
Ans. 

Our current company security architecture is based on Cyberark.

  • We use Cyberark to manage privileged access to critical systems and applications.

  • Cyberark helps us enforce least privilege access and monitor privileged activity.

  • We have integrated Cyberark with our SIEM solution for better visibility and threat detection.

  • We regularly review and update our Cyberark policies and configurations to ensure maximum security...

View all Senior Security Engineer interview questions
Be interview-ready. Browse the most asked HR questions.
illustration image

Softtek Interview Experiences

21 interviews found

Interview Questions & Answers

user image Radhakrishna sure

posted on 23 Nov 2024

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

I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Explain android, ios enrollmenent methods details autopilot complete overview along with prerequisites
  • Q2. Explaince group policy analytics what is MDM wins over GPO applied group policy and mdm policy for co-managed device, which policy wins gpo or mdm, why? user is not able to login on his device, what is...
Round 2 - Technical 

(1 Question)

  • Q1. Explaince conditonal access details and methods of conditional access

Skills evaluated in this interview

Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Based on your Experience
Round 2 - Group Discussion 

Checking Skills , Checking how much you are active

Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Upgrade your skills based on your job role

Technical Support Interview Questions & Answers

user image Karthik dc Dc

posted on 1 Aug 2024

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

(2 Questions)

  • Q1. Java basic questions and sql basic syntax and asked to write some queries
  • Q2. Projects done by you? and college project done.
  • Ans. 

    I have completed various projects related to technical support and one college project.

    • Developed a customer support ticketing system for a previous employer

    • Implemented a knowledge base system to streamline troubleshooting processes

    • Collaborated with a team to create a mobile app for remote technical assistance

    • College project involved designing and implementing a network security solution

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
  • Q1. Oops concepts java
  • Q2. Selenium testng API
  • Q3. Collections jira

Interview Questions & Answers

user image Anonymous

posted on 31 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Job portal and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic apptitude , reasoning, logical thinking

Round 2 - Technical 

(1 Question)

  • Q1. Database, sql, java, introduction about ourselves

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't worry Focus on goal

Software Developer Interview Questions & Answers

user image venkat vangalli

posted on 18 Jun 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(2 Questions)

  • Q1. Question are about interview
  • Q2. Answers about interview
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Lamda experience
  • Ans. Good
  • Answered Anonymously
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yousrself
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is a closure
  • Ans. 

    A closure is a function that has access to its own scope, as well as the outer scope in which it was defined.

    • A closure allows a function to access variables from an outer function even after the outer function has finished executing.

    • Closures are commonly used in event handlers, callbacks, and for data privacy.

    • Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunction() { console.log(...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept , mulithreading ,collection framework
  • Q2. MVC concept , Rest API
Round 2 - One-on-one 

(1 Question)

  • Q1. Mangerial round question
Round 3 - HR 

(1 Question)

  • Q1. Behaviroural question

Top trending discussions

View All
Salary Discussions
2w
a full stack developer
No Salary Discussion in My Appraisal — What’s Your Experience?
In my appraisal meeting, they didn’t ask or discuss my expectations about my salary or hike percentage. The entire discussion was only about feedback and performance review. After the meeting, I asked why they didn’t allow me to share my expectations or reveal my hike numbers. They told me that the hike numbers would be decided only by the owner and then they would inform me. I feel an appraisal meeting should include open discussion about both performance and future expectations. What are your thoughts? Does this happen in your company too?
Got a question about Softtek?
Ask anonymously on communities.

Softtek Interview FAQs

How many rounds are there in Softtek interview?
Softtek interview process usually has 2-3 rounds. The most common rounds in the Softtek interview process are Technical, HR and One-on-one Round.
How to prepare for Softtek 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 Softtek. The most common topics and skills that interviewers at Softtek expect are SQL, Python, Recruitment, Troubleshooting and Communication Skills.
What are the top questions asked in Softtek interview?

Some of the top questions asked at the Softtek interview -

  1. Explaince group policy analytics what is MDM wins over GPO applied group polic...read more
  2. difference between change and re concile account and ver...read more
  3. explaince conditonal access details and methods of conditional acc...read more
How long is the Softtek interview process?

The duration of Softtek interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.8/5

based on 12 interview experiences

Difficulty level

Easy 14%
Moderate 71%
Hard 14%

Duration

Less than 2 weeks 71%
2-4 weeks 14%
6-8 weeks 14%
View more

Interview Questions from Similar Companies

Globant Interview Questions
3.6
 • 184 Interviews
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
Luxoft Interview Questions
3.6
 • 128 Interviews
TEKsystems Interview Questions
3.3
 • 127 Interviews
Tietoevry Interview Questions
4.2
 • 98 Interviews
Unisys Interview Questions
3.5
 • 77 Interviews
View all

Softtek Reviews and Ratings

based on 272 reviews

3.9/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.6

Salary

3.4

Job security

4.1

Company culture

3.4

Promotions

3.7

Work satisfaction

Explore 272 Reviews and Ratings
Sap Basis Consultant

Bangalore / Bengaluru

2-4 Yrs

Not Disclosed

JDE CNC System Adm

Bangalore / Bengaluru

4-9 Yrs

₹ 4.2-13 LPA

BPM Metastorm Professional

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
165 salaries
unlock blur

₹6.8 L/yr - ₹14.6 L/yr

Senior Software Engineer
126 salaries
unlock blur

₹10.5 L/yr - ₹17.9 L/yr

Software Developer
51 salaries
unlock blur

₹5.5 L/yr - ₹14.6 L/yr

Software Specialist
38 salaries
unlock blur

₹11.1 L/yr - ₹20 L/yr

Support Engineer
36 salaries
unlock blur

₹3.5 L/yr - ₹7.5 L/yr

Explore more salaries
Compare Softtek with

HTC Global Services

3.5
Compare

Exela Technologies

3.3
Compare

HERE Technologies

3.8
Compare

Tietoevry

4.2
Compare
write
Share an Interview