AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Engaged Employer

i

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

TEKsystems Verified Tick

Compare button icon Compare button icon Compare
3.3

based on 1.1k Reviews

Play video Play video Video summary
  • About
  • Reviews
    1.1k
  • Salaries
    9.5k
  • Interviews
    123
  • Jobs
    7
  • Benefits
    88
  • Photos
    2

Filter interviews by

TEKsystems Associate Engineer Interview Questions and Answers

Updated 26 Aug 2024

TEKsystems Associate Engineer Interview Experiences

3 interviews found

Associate Engineer Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2022

I applied via Campus Placement and was interviewed in Sep 2022. There were 7 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 - Aptitude Test 

6 sections with section timings
Aptitude 10 questions
Reasoning 10 questions
Coding 1(30min)
Data structure 10
Pseudo Code 10
About Company 5

Round 3 - Group Discussion 

Topic 1-drone
Topic - self driving cars

Round 4 - Technical 

(3 Questions)

  • Q1. Program to count spaces in string Program to print only digits in string
  • Ans. 

    Program to count spaces and print digits in string

    • For counting spaces, loop through the string and check for ' ' character

    • For printing digits, loop through the string and check for '0' to '9' characters

    • Use isdigit() function in Python to check for digits

    • Use a counter variable to keep track of spaces

    • Use a separate string variable to store digits and print it at the end

  • Answered by AI
    Add your answer
  • Q2. Why string is immutable
  • Ans. 

    String is immutable because it cannot be changed once created.

    • Immutable objects are safer to use in multi-threaded environments

    • String pool in Java is possible because of immutability

    • StringBuffer and StringBuilder are mutable alternatives to String

  • Answered by AI
    Add your answer
  • Q3. About Constructor Dictionary Access modifiers in python
  • Add your answer
Round 5 - Technical 

(1 Question)

  • Q1. Which is difficult program that you wrote in python Which is difficult program wrote in c Dictionary use with code implications
  • Ans. 

    Difficult program in Python: A web scraper to extract data from dynamic websites. Difficult program in C: A program to implement a custom data structure.

    • Python program required knowledge of web scraping libraries like BeautifulSoup and Selenium

    • C program required understanding of memory management and pointers

    • Python program had to handle dynamic website elements and login authentication

    • C program had to implement a custo...

  • Answered by AI
    Add your answer
Round 6 - HR 

(1 Question)

  • Q1. Self intro About Company Hobbies Related to resume
  • Add your answer
Round 7 - HR 

(1 Question)

  • Q1. Self intro Intrested field
  • Add your answer

Interview Preparation Tips

Topics to prepare for TEKsystems Associate Engineer interview:
  • Dbms
  • Python
  • Java
  • OOPS
  • Programming
Interview preparation tips for other job seekers - Be confident and try to solve programing part well

Skills evaluated in this interview

Anonymous

Associate Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Aug 2023.

Round 1 - Coding Test 

Easy questions can be solved simply

Round 2 - Group Discussion 

Nothing much have to speak about topic

Round 3 - Technical 

(2 Questions)

  • Q1. Basics dsa stuff have to write code
  • Ans. 

    Understanding basic data structures and algorithms is crucial for coding interviews.

    • Data Structures: Arrays, Linked Lists, Stacks, Queues, Trees, Graphs.

    • Algorithms: Sorting (e.g., Quick Sort, Merge Sort), Searching (e.g., Binary Search).

    • Complexity Analysis: Big O notation to evaluate performance.

    • Example: Use a stack to reverse a string efficiently.

  • Answered by AI
    Add your answer
  • Q2. Basic oops questions which also can be answered easily
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to crack
Anonymous

Associate Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Apr 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
More than 8 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

It was a online test on one of the platforms, with basic aptitude and reasoning.

Round 2 - Coding Test 

Consisted of 3 coding questions

Round 3 - Group Discussion 

A topic was given and their views were asked one by one in a group, online through zoom

Round 4 - Technical 

(2 Questions)

  • Q1. Technical questions on project, java, coding
  • Add your answer
  • Q2. Binary search code was asked to be written
  • Ans. 

    Binary search is an efficient algorithm for finding an item from a sorted array by repeatedly dividing the search interval in half.

    • Binary search works on sorted arrays only.

    • It has a time complexity of O(log n), making it faster than linear search (O(n)).

    • Example: To find '5' in [1, 2, 3, 4, 5, 6], check middle element (4), then search right half [5, 6].

    • The algorithm can be implemented recursively or iteratively.

  • Answered by AI
    Add your answer
Round 5 - HR 

(1 Question)

  • Q1. This was kind of mixed with interest in domain, and normal HR questions by a Technical lead
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w (edited)
timepasstiwari
·
A Digital Markter
Nailed the interview, still rejected
Just had the BEST interview ever – super positive and encouraging! But got rejected. Interviewer said I was the most prepared, knew it was a full-time role (unlike others), and loved my answers. One of my questions was even called "the best ever asked!" He showed me around, said I was exactly what they wanted, and would get back by Friday. I was so hyped! Then today, I got the rejection email. No reason given, just "went with someone else." Feels bad when your best isn't enough. Anyone else been there? How'd you cope?
Got a question about TEKsystems?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Senior Software Engineer Interview Questions & Answers

Luxoft user image Anonymous

posted on 27 Aug 2022

I applied via Recruitment Consulltant and was interviewed before Aug 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Java technical questions.
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for theoretical Java questions with less coding.
Anonymous
company Logo

Software Engineer Interview Questions & Answers

Synechron user image Madhav Nandan

posted on 11 Jul 2017

I appeared for an interview in Jun 2017.

Interview Questionnaire 

1 Question

  • Q1. Questions related to core java, advanced java, programs,
  • Add your answer

Interview Preparation Tips

Round: Technical + HR Interview
Experience: Previous work experience scenarios based questions

Anonymous
company Logo

Software Engineer Interview Questions & Answers

Globant user image Anonymous

posted on 13 Jun 2021

I applied via LinkedIn and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basics Of JS
  • Add your answer
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

SS&C TECHNOLOGIES user image Anonymous

posted on 10 Dec 2021

I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. There were two round of technical Interview followed by HR discussion
  • Add your answer
  • Q2. Questions were from OOPs, .Net Framework, Current Project, SQL
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be Confident even if you don't know the answer, Prepare well with basics
Anonymous
Are these interview questions helpful?
company Logo

Senior Software Engineer Interview Questions & Answers

HTC Global Services user image Anonymous

posted on 17 Jan 2021

I applied via Naukri.com and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - When you Keep on attend interviews, you will get success. But don't give up. Even it is smallest organization which will lead you to take step of success.
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Globant user image Anonymous

posted on 14 Oct 2022

I applied via Recruitment Consulltant and was interviewed before Oct 2021. There were 3 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 

They will ask you simple programs to check your logical abilities.

Round 3 - HR 

(2 Questions)

  • Q1. Normal Salary discussion round
  • Add your answer
  • Q2. Questions about family and location
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well whatever you have mentioned in your resume and be confident about it.
Anonymous
company Logo

Senior Software Engineer Interview Questions & Answers

Globant user image Anonymous

posted on 2 Sep 2022

I applied via Approached by Company and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of servicenow Client side server side code Workflows
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - The questions will test your servicenow basics as well as your coding skills.
Most of the questions will be scenario based which will test your concepts.
Anonymous
More about working at TEKsystems
  • HQ - Hanover, Maryland, United States (USA)
  • IT Services & Consulting
  • 1k-5k Employees (India)
  • Software Product

TEKsystems Interview FAQs

How many rounds are there in TEKsystems Associate Engineer interview?
TEKsystems interview process usually has 5 rounds. The most common rounds in the TEKsystems interview process are Technical, Group Discussion and HR.
What are the top questions asked in TEKsystems Associate Engineer interview?

Some of the top questions asked at the TEKsystems Associate Engineer interview -

  1. Which is difficult program that you wrote in python Which is difficult program ...read more
  2. Program to count spaces in string Program to print only digits in str...read more
  3. Why string is immuta...read more

Tell us how to improve this page.

TEKsystems Interviews By Designations

  • TEKsystems Software Engineer Interview Questions
  • TEKsystems Senior Software Engineer Interview Questions
  • TEKsystems Software Developer Interview Questions
  • TEKsystems Technical Lead Interview Questions
  • TEKsystems QA Engineer Interview Questions
  • TEKsystems Senior Software Developer Interview Questions
  • TEKsystems Test Engineer Interview Questions
  • TEKsystems Associate Engineer Interview Questions
  • Show more
  • TEKsystems Engineer Trainee Interview Questions
  • TEKsystems Business Analyst Interview Questions

Interview Questions for Popular Designations

  • Associate Interview Questions
  • Senior Associate Interview Questions
  • Associate Software Engineer Interview Questions
  • Associate Consultant Interview Questions
  • Process Associate Interview Questions
  • Research Associate Interview Questions
  • Associate Manager Interview Questions
  • Business Development Associate Interview Questions
  • Show more
  • Customer Service Associate Interview Questions
  • Associate Analyst Interview Questions

Overall Interview Experience Rating

4.5/5

based on 2 interview experiences

Difficulty level

Moderate 100%

Duration

2-4 weeks 50%
More than 8 weeks 50%
View more

Associate Engineer Interview Questions from Similar Companies

HTC Global Services
HTC Global Services Associate Engineer Interview Questions
3.5
 • 8 Interviews
Synechron
Synechron Associate Engineer Interview Questions
3.5
 • 3 Interviews
Unisys
Unisys Associate Engineer Interview Questions
3.6
 • 3 Interviews
Movate
Movate Associate Engineer Interview Questions
3.3
 • 2 Interviews
Infinite Computer Solutions
Infinite Computer Solutions Associate Engineer Interview Questions
3.3
 • 2 Interviews
SS&C TECHNOLOGIES
SS&C TECHNOLOGIES Associate Engineer Interview Questions
3.3
 • 1 Interview
Collabera Technologies
Collabera Technologies Associate Engineer Interview Questions
3.5
 • 1 Interview
Endava
Endava Associate Engineer Interview Questions
3.5
 • 1 Interview
View all
TEKsystems Associate Engineer Salary
based on 155 salaries
₹3 L/yr - ₹8.2 L/yr
10% more than the average Associate Engineer Salary in India
View more details

TEKsystems Associate Engineer Reviews and Ratings

based on 21 reviews

3.7/5

Rating in categories

3.4

Skill development

3.7

Work-life balance

3.5

Salary

3.4

Job security

3.8

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 21 Reviews and Ratings
TEKsystems Salaries in India
Senior Software Engineer
1.3k salaries
unlock blur

₹8 L/yr - ₹27 L/yr

Software Engineer
987 salaries
unlock blur

₹4.5 L/yr - ₹20 L/yr

Technical Lead
345 salaries
unlock blur

₹11.2 L/yr - ₹38 L/yr

Module Lead
285 salaries
unlock blur

₹10 L/yr - ₹29.7 L/yr

Software Developer
218 salaries
unlock blur

₹5 L/yr - ₹21.1 L/yr

Explore more salaries
Compare TEKsystems with
Synechron

Synechron

3.5
Compare
Movate

Movate

3.3
Compare
Sopra Steria

Sopra Steria

3.8
Compare
NCR Corporation

NCR Corporation

3.7
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • TEKsystems Interview Questions >
  • TEKsystems Associate Engineer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter