Upload Button Icon Add office photos

Filter interviews by

Technosys Services Interview Questions and Answers

Updated 29 Dec 2024

Technosys Services Interview Experiences

Popular Designations

5 interviews found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
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 Resume tips
Round 2 - Technical 

(3 Questions)

  • Q1. Very general knowledge was asked, like computer working status and Linux commands and basic network information like Lan driver, Lan configuration Routing Switching Server related.
  • Q2. Desktop computer repair related network troubleshooting
  • Q3. Wi fi Router configuration Android app work process in server
  • Ans. 

    The Wi-Fi router configuration Android app works by sending configuration settings from the app to the server, which then updates the router settings accordingly.

    • The Android app collects the user's desired Wi-Fi settings, such as network name and password.

    • The app then sends these settings to the server using an API call.

    • The server processes the request and updates the router's configuration settings.

    • The router receives...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Hi guys You Whenever you people go for an interview, please give complete information because talking extra will not be of any benefit to you.

Skills evaluated in this interview

Junior Executive IT Interview Questions asked at other Companies

Q1. How Many roles and features in Windows server 2012 R2
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good statistics questions

Round 2 - Coding Test 

Array questions were asked

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Technosys Services Interview Questions and Answers for Freshers
illustration image
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 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 Resume tips
Round 2 - Aptitude Test 

Reasoning and programming related questions

Round 3 - Technical 

(1 Question)

  • Q1. Interview questions related to your CV
Round 4 - HR 

(1 Question)

  • Q1. Details about terms and conditions of company

Interview Preparation Tips

Interview preparation tips for other job seekers - This company is very good for freshers it's gives you full knowledge about your field of programming

Android Developer Interview Questions asked at other Companies

Q1. BST Iterator Problem Statement You are tasked with creating a class named BSTIterator that acts as an iterator for the inorder traversal of a binary search tree. Implement the following functions: BSTIterator(Node root): A constructor that... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Sep 2022. 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 Resume tips
Round 2 - Aptitude Test 

Objective type questions. Like basic of opps, database etc.

Round 3 - Coding Test 

Mock interview questions about opps, database and test by writing thelogic of coding and concepts.

Round 4 - HR 

(2 Questions)

  • Q1. They will tell about company policy and payments.
  • Q2. No any questions

Android App Developer Interview Questions asked at other Companies

Q1. Activity launch modes Activity lifecycle Program to find second largest number in an array Singleton implementation
View answer (1)

Technosys Services interview questions for popular designations

 Software Developer

 (1)

 Android App Developer

 (1)

 Android Developer

 (1)

 Junior Software Developer

 (1)

 Junior Executive IT

 (1)

Interview Questionnaire 

1 Question

  • Q1. Opps concepts

Junior Software Developer Interview Questions asked at other Companies

Q1. Given n coins for two players playing a game. Each player picks coins from the given n coins in such a way that he can pick 1 to 5 coins in one turn and the game continues for both the players. The player who picks the last coin looses the ... read more
View answer (3)

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Referral and was interviewed before Jan 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Java questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic questions

I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude round consists Logical reasoning, General Aptitude, Grammar related questions etc. All are moderate level questions.

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPs w.r.t Java
  • Ans. 

    OOPs is a programming paradigm that uses objects to represent real-world entities. Java is an OOPs language.

    • OOPs stands for Object-Oriented Programming System

    • Java is a class-based OOPs language

    • Encapsulation, Inheritance, Polymorphism, and Abstraction are the four pillars of OOPs

    • Objects have state and behavior

    • Java supports interfaces, which allow for multiple inheritance

    • Example: A car can be represented as an object wit...

  • Answered by AI
  • Q2. Explain about the projects that you have worked on
  • Q3. Explain how Java solves machine dependency of code execution
  • Ans. 

    Java solves machine dependency by using bytecode and virtual machine.

    • Java code is compiled into bytecode which is platform-independent

    • The bytecode is executed by the Java Virtual Machine (JVM) which is platform-specific

    • JVM translates bytecode into machine code for the specific platform

    • This allows Java code to run on any platform with a JVM installed

    • Example: A Java program compiled on Windows can run on Linux or Mac as

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why should we hire you?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Java
Interview preparation tips for other job seekers - Keep it simple, Prepare basics of 1st preferred Programming Language.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before May 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Numerical ability and logical reasoning followed by some coding mcqs

Round 2 - Technical 

(1 Question)

  • Q1. Print 1 to 100 without for loop
  • Ans. 

    Printing 1 to 100 without for loop

    • Use recursion to print numbers from 1 to 99

    • Print 100 outside the recursion

    • Use a base case to stop recursion at 100

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare from interview bit and practice mcqs

I applied via Campus Placement and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Simple aptitude test

Round 2 - One-on-one 

(1 Question)

  • Q1. General questions as per your cv

Interview Preparation Tips

Topics to prepare for Infosys System Engineer interview:
  • Aptitude
Interview preparation tips for other job seekers - Great company for freshers.. lot to learn and experience
Contribute & help others!
anonymous
You can choose to be anonymous

Technosys Services Interview FAQs

How many rounds are there in Technosys Services interview?
Technosys Services interview process usually has 3 rounds. The most common rounds in the Technosys Services interview process are Resume Shortlist, Aptitude Test and Technical.
How to prepare for Technosys Services 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 Technosys Services. The most common topics and skills that interviewers at Technosys Services expect are ASP.Net, ASP.Net MVC, Android Studio, Backend and Bootstrap.
What are the top questions asked in Technosys Services interview?

Some of the top questions asked at the Technosys Services interview -

  1. Wi fi Router configuration Android app work process in ser...read more
  2. Very general knowledge was asked, like computer working status and Linux comman...read more
  3. Desktop computer repair related network troubleshoot...read more

Recently Viewed

INTERVIEWS

Bigleap Solutions

No Interviews

INTERVIEWS

Algoworks Technologies

No Interviews

INTERVIEWS

Bigleap Solutions

No Interviews

INTERVIEWS

Bigleap Solutions

No Interviews

INTERVIEWS

NetProphets Cyberworks

No Interviews

INTERVIEWS

Quality Council of India

No Interviews

INTERVIEWS

NetProphets Cyberworks

No Interviews

INTERVIEWS

Technosys Services

No Interviews

INTERVIEWS

Algoworks Technologies

No Interviews

INTERVIEWS

NetProphets Cyberworks

No Interviews

Tell us how to improve this page.

Technosys Services Interview Process

based on 5 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Link Group Interview Questions
3.8
 • 34 Interviews
View all

Fast track your campus placements

View all

Technosys Services Reviews and Ratings

based on 50 reviews

3.5/5

Rating in categories

3.5

Skill development

3.3

Work-life balance

3.5

Salary

3.6

Job security

3.1

Company culture

3.4

Promotions

3.3

Work satisfaction

Explore 50 Reviews and Ratings
Software Developer
38 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Programmer
30 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Developer
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Android Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

DOT NET Developer
7 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Technosys Services with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview