Upload Button Icon Add office photos

Filter interviews by

TechSophy Interview Questions, Process, and Tips

Updated 23 May 2024

Top TechSophy Interview Questions and Answers

View all 8 questions

TechSophy Interview Experiences

Popular Designations

4 interviews found

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - HR 

(1 Question)

  • Q1. Tell me about your self
Round 3 - One-on-one 

(3 Questions)

  • Q1. Fibanocci series
  • Q2. Prime number program
  • Ans. 

    A prime number program checks if a given number is only divisible by 1 and itself.

    • Check if the number is greater than 1

    • Iterate from 2 to the square root of the number and check for divisibility

    • If no divisors found, the number is prime

  • Answered by AI
  • Q3. Reverse string program
  • Ans. 

    Reverse a string program using array of strings

    • Create a character array to store the reversed string

    • Iterate through the original string and copy characters in reverse order to the new array

    • Join the characters in the new array to form the reversed string

  • Answered by AI

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Associate AI/ML Engineer Interview Questions & Answers

user image Anonymous

posted on 23 May 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Coding Test 

In 20 minutes two problems were given 1) to identify palindrome of number without converting to string 2) to create a triangle using '2'

Round 2 - Assignment 

From a video input we have to identify time in and time out of were a text appeared and what is the text

Round 3 - One-on-one 

(1 Question)

  • Q1. Previous experience projects

I applied via campus placement at University of Hyderabad, Hyderabad and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Coding Test 

3 Basic Coding Problems

Round 2 - Technical 

(2 Questions)

  • Q1. Related to Basic Data Structures
  • Q2. String Reversal using recursion
  • Ans. 

    String reversal using recursion

    • Define a function that takes a string as input

    • Base case: if the length of the string is 0 or 1, return the string

    • Recursive case: return the last character of the string concatenated with the result of calling the function with the string minus the last character

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Basic Indroduction Life values
  • Ans. 

    Life values are the principles and beliefs that guide an individual's decisions and actions.

    • Life values are shaped by personal experiences, culture, and upbringing.

    • They can include honesty, integrity, compassion, and respect for others.

    • Life values can also influence career choices and relationships.

    • Examples of life values include family, education, health, and spirituality.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for TechSophy Associate Software Engineer interview:
  • Java
Interview preparation tips for other job seekers - Be honest and serious during the interview.

Skills evaluated in this interview

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

I applied via Approached by Company and was interviewed before Aug 2021. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Secure way of storing tokens
  • Ans. 

    Secure way of storing tokens

    • Use a secure token storage mechanism like Keychain on iOS or SharedPreferences on Android

    • Encrypt the tokens before storing them

    • Implement proper access controls and permissions to restrict access to the tokens

    • Regularly rotate and invalidate tokens to minimize the risk of unauthorized access

  • Answered by AI
  • Q2. Least number of iterations in which to find one defective weight among equal weights
  • Ans. 

    The minimum number of iterations required to find one defective weight among equal weights.

    • Use binary search to divide the weights into two groups.

    • Compare the sum of weights in each group to identify the defective group.

    • Repeat the process with the defective group until the defective weight is found.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Spread operator, nullish coelising, optional chaining operator etc
  • Q2. Sorting algorithm in C
  • Ans. 

    Sorting algorithm in C

    • Popular sorting algorithms in C include Bubble Sort, Insertion Sort, Selection Sort, Merge Sort, Quick Sort, and Heap Sort

    • Bubble Sort is simple but inefficient, while Merge Sort and Quick Sort are more efficient but more complex

    • The choice of sorting algorithm depends on the size of the data set and the desired time complexity

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

(2 Questions)

  • Q1. Least number of steps to reach end of array
  • Ans. 

    Minimum steps to reach end of array

    • Use dynamic programming approach

    • Start from the end and work backwards

    • Keep track of minimum steps at each index

  • Answered by AI
  • Q2. In depth about projects done, technical aspects

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep good attitude and have a good understanding about the skill you have

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)

TechSophy interview questions for popular designations

 Associate Software Engineer

 (2)

 Software Engineer

 (1)

Interview questions from similar companies

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. About experience into relavant technology, what all technical side you have worked upon

Interview Preparation Tips

Interview preparation tips for other job seekers - There were 5 rounds, 3 internal(technical) 1 HR and 1 client. Process can be long and tedious.
First two rounds were average in my case , while 3rd round(technical) was long and intensive, and covered most aspect of the technology I was interviewed for

I applied via Naukri.com and was interviewed before May 2017. There were 2 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Based on resume and simple technical questions

Interview Preparation Tips

Check for client and kind of project you get.. get clear idea of nature of work. Else you might be disappointed later

I applied via Recruitment Consultant and was interviewed in Feb 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. 1.If an URL is not reachable then what are all the possible reasons?
  • Ans. 

    Possible reasons for an unreachable URL

    • Server is down

    • Incorrect URL

    • DNS resolution failure

    • Firewall or security settings

    • Network connectivity issues

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I faced shockingly unprofessional and fraudulent behaviour by UST Global HR.Position was permenent with UST Global but I would work in Amadeus Software labs office in Prestige Techno Park office in Kadubeesanhalli in Bangalore.There were 2 rounds,first one was telephonic which I cleared.The second was face 2 face,I went to Amadeus office in PrestegeTech Park.That interview went off well ,I answered all the questions.But shockingly I was told two days later the feedback was not positive.
I was shocked as all the time and effort that I had invested in attending this interview had got wasted.The actual reason was that UST Global was not competent enough to pay my expected CTC so they shamelessly gave an excuse that the interview feedback was not positive.Such fraudulent practices must be checked.As this is Bangalore and UST Global is not the only company that is there, if my interview had not gone well I would have concentrated on other interviews rather than writing this review.The only intention behind writing this review is to expose what this company has done.Fraud should always be called out,ignoring it only serves as further encouragement. Hence ,I would urge people to exercise due caution while attending this company's interview.

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jul 2016. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell about your self
  • Ans. 

    I am a customer-oriented professional with excellent communication skills and a passion for providing exceptional service.

    • Strong interpersonal skills

    • Ability to empathize with customers

    • Effective problem-solving abilities

    • Experience in handling customer complaints and inquiries

    • Proficient in using customer support software

    • Proven track record of meeting customer satisfaction goals

  • Answered by AI
  • Q2. Why you choosing our company
  • Ans. 

    I am choosing your company because of your excellent reputation and commitment to customer satisfaction.

    • Your company has a proven track record of providing exceptional customer care.

    • I have heard positive feedback from friends and colleagues about their experiences with your company.

    • Your company's values align with my own, particularly in regards to prioritizing customer satisfaction.

    • I am impressed by the range of servi...

  • Answered by AI
  • Q3. What will you do if you were given 1 millions in amount in your hand. How will you spend it?
  • Ans. 

    I would invest a portion of the money, donate to charity, and use the rest for personal expenses.

    • Invest a portion of the money to secure future financial stability

    • Donate a portion to charity to help those in need

    • Use the remaining amount for personal expenses such as travel, home improvements, and savings

  • Answered by AI
  • Q4. If you want to be an animal like any animal in the world? Which animal you would like to be?
  • Ans. 

    I would like to be a dolphin because of their intelligence, agility, and ability to swim freely in the ocean.

    • Dolphins are known for their high level of intelligence and problem-solving abilities.

    • They are incredibly agile and can swim at high speeds, performing acrobatic jumps and flips.

    • Being a dolphin would allow me to explore the vastness of the ocean and interact with other marine creatures.

    • Dolphins are highly social...

  • Answered by AI

Interview Preparation Tips

Round: Campus drive -GD,HR,HR Interview
Experience: I reached the office at morning 9. Why because they mentioned the interview time was 9 in the offer letter. I was the only one who went there first I was waiting till 10:30, one by one people who got selected in campus drive came After certain number of people came one HR came and escort all the participants in a place like an auditorium. Then they explain about their company and all the stuffs and it got noon. I went to eat with the people who came for the interview and I met so many peoples they became friends to me. After that I started to have interview in calls. Then waited for the results it became evening But unfortunately I didn't got selected,its because that was my first interview I was really nervous and may be my answers were not that much satisfier. After that I left from there. But now I'm ready to face anything.
Tips: You just have to think like we are taking to a customer,our main aim has to make them feel satisfied. Talk with Courage and confidence.

Skills: Communication
College Name: Dhanalakshmi srinivasan college of arts and science for women

I applied via Referral and was interviewed before Nov 2018. There were 5 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Introduction
  • Q2. Why should i hire you
  • Q3. Any Topic for discussion
  • Q4. TL interview is simple only check your communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Simply HR gives you Topic for discussion to check your Comm. Skills , and after it simply written test (reasoning, English) and after this TL takes your last round and he only check your Comm skills

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

TechSophy Interview FAQs

How many rounds are there in TechSophy interview?
TechSophy interview process usually has 3 rounds. The most common rounds in the TechSophy interview process are Technical, One-on-one Round and Coding Test.
How to prepare for TechSophy 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 TechSophy. The most common topics and skills that interviewers at TechSophy expect are CRM, SAN, Java, Javascript and Risk Management.
What are the top questions asked in TechSophy interview?

Some of the top questions asked at the TechSophy interview -

  1. Least number of iterations in which to find one defective weight among equal we...read more
  2. Least number of steps to reach end of ar...read more
  3. String Reversal using recurs...read more

Tell us how to improve this page.

People are getting interviews through

based on 3 TechSophy interviews
Job Portal
Campus Placement
33%
33%
34% candidates got the interview through other sources.
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.2k Interviews
Accenture Interview Questions
3.9
 • 8k 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
 • 787 Interviews
View all

Fast track your campus placements

View all

TechSophy Reviews and Ratings

based on 33 reviews

3.0/5

Rating in categories

3.1

Skill development

3.3

Work-Life balance

2.8

Salary & Benefits

2.9

Job Security

2.8

Company culture

2.7

Promotions/Appraisal

2.9

Work Satisfaction

Explore 33 Reviews and Ratings
Associate Software Engineer
51 salaries
unlock blur

₹3.6 L/yr - ₹8.6 L/yr

Software Engineer
46 salaries
unlock blur

₹4.7 L/yr - ₹18.1 L/yr

Senior Software Engineer
23 salaries
unlock blur

₹7.1 L/yr - ₹27 L/yr

Technical Lead
16 salaries
unlock blur

₹16 L/yr - ₹40 L/yr

Software Developer
16 salaries
unlock blur

₹6.9 L/yr - ₹12 L/yr

Explore more salaries
Compare TechSophy with

TCS

3.7
Compare

Infosys

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