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

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 (199)
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 Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

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 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 Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (2)

TechSophy interview questions for popular designations

 Associate Software Engineer

 (2)

 Software Engineer

 (1)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Questions related to basic logic gates and assembly language programs

Interview Preparation Tips

Round: Test
Experience: It was simple just all concept based question was their.
Tips: Get your 10th and 12th concept clear of maths and brush up basics formulas.
Duration: 60 minutes
Total Questions: 50

Round: Group Discussion
Experience: It was simple topic, i just spoke whatever i felt right about it.
Tips: just be confident and give minimum 3-4 points and encourage others also to participate.

Round: Technical Interview
Experience: It was fine not that good but here also they check your confidence.
Tips: just be confident and if you don't know the ans just say don't know.

General Tips: keep calm and just enjoy the selection process.
Because company needs you.
Skill Tips: be more clear and expressive, do not be silent .
Skills: communication skill
College Name: Vidyalankar Institute Of Technology

Interview Questionnaire 

3 Questions

  • Q1. Questions from hobbies etc mentioned in cv
  • Q2. Things i learned during my summer training
  • Ans. 

    During my summer training, I learned various programming languages, software development methodologies, and practical application of theoretical concepts.

    • Learned programming languages such as Java, Python, and SQL

    • Gained knowledge of software development methodologies like Agile and Waterfall

    • Applied theoretical concepts in real-world projects, enhancing problem-solving skills

  • Answered by AI
  • Q3. Questions from dbms,c,c++,java

Interview Preparation Tips

Round: Resume Shortlist
Experience: generally the questions were asked from the hobbies which i mentioned in the resume,so be honest
Tips: never over do things write what you are

Round: Test
Duration: 70 min minutes

General Tips: be positive never give up and take one step at a time
Skills: presence of mind, spoken skills specially english, body language
College Name: KIIT UNIVERSITY
Motivation: brand and working environment
Funny Moments: once u r placed every moment is happy and funny...

I was interviewed in Mar 2017.

Interview Questionnaire 

6 Questions

  • Q1. Explain your final year project
  • Ans. 

    Developed a web-based inventory management system for a retail company

    • Used HTML, CSS, and JavaScript for the frontend

    • Implemented a backend using PHP and MySQL for data storage

    • Designed a user-friendly interface for adding, updating, and deleting products

    • Implemented features like barcode scanning and real-time stock tracking

    • Conducted testing and debugging to ensure system functionality

  • Answered by AI
  • Q2. As a mechanical engineering graduate, where do you see yourself in an IT firm
  • Ans. 

    As a mechanical engineering graduate, I see myself in an IT firm leveraging my problem-solving skills and technical knowledge to contribute to software development and innovation.

    • Applying my analytical and logical thinking skills to develop efficient software solutions

    • Utilizing my understanding of engineering principles to design and optimize software systems

    • Collaborating with cross-functional teams to integrate mechan...

  • Answered by AI
  • Q3. Which is your favourite subject
  • Ans. 

    My favorite subject is computer science.

    • I enjoy studying algorithms and data structures.

    • I find programming languages fascinating.

    • I am interested in software engineering principles and practices.

  • Answered by AI
  • Q4. Tell us your daily routine
  • Ans. 

    My daily routine involves a mix of coding, collaborating with team members, and continuous learning.

    • Start the day by checking emails and responding to any urgent messages

    • Attend daily stand-up meetings to discuss progress and plan the day's tasks

    • Work on coding tasks assigned by the team lead or project manager

    • Collaborate with team members to troubleshoot issues and brainstorm solutions

    • Participate in code reviews to ensu...

  • Answered by AI
  • Q5. How do you plan to be an efficient employee to the company?
  • Ans. 

    I plan to be an efficient employee by continuously improving my skills, being proactive, and collaborating effectively with my team.

    • Continuously improving my skills through self-learning and professional development opportunities

    • Being proactive in identifying and solving problems before they escalate

    • Collaborating effectively with my team by actively participating in meetings, sharing knowledge, and seeking feedback

    • Prio...

  • Answered by AI
  • Q6. Which is the most important gadget in your life without which life will be difficult for you
  • Ans. 

    My smartphone is the most important gadget in my life.

    • My smartphone helps me stay connected with family and friends

    • I use it for work-related communication and tasks

    • It serves as a source of entertainment during leisure time

    • I can access important information and services through it

    • It also serves as a camera for capturing memories

    • Examples: iPhone, Samsung Galaxy, Google Pixel

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: Our resumes were shortlisted online and we were called for next round via emails.

Round: Test
Experience: This was a computerized test that was held on the company's official server that they had designed especially for recruitment purpose. We were asked to answer a set of questions within a limited time frame.
Duration: 1 hour 30 minutes
Total Questions: 89

College Name: Vidyavardhini's College of Engg & Tech

I was interviewed before Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell about yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for software development.

    • Recent graduate with a degree in Computer Science

    • Passionate about software development

    • Experience with programming languages like Java and Python

  • Answered by AI
  • Q2. What is IOT, angular js, give some live examples
  • Q3. Just few hr questions and he asked my interests

Interview Preparation Tips

Round: Test
Experience: English verbal, non verbal, aptitude all were easy.
Duration: 1 hour 30 minutes

Round: Technical Interview
Experience: Very awkward, i got 3 out of 5

Round: HR Interview
Experience: very good hr, very friendly

Skills: Logical Thinking
College Name: Jerusalem college of engineering

Skills evaluated in this interview

I was interviewed before May 2016.

Interview Questionnaire 

1 Question

  • Q1. Where do you see yourself in 5 years from now.
  • Ans. 

    In 5 years, I see myself as a senior software engineer leading a team of developers on innovative projects.

    • Continuing to enhance my technical skills through ongoing learning and certifications

    • Taking on more leadership responsibilities within the team

    • Contributing to the company's growth and success through my expertise

    • Mentoring junior team members to help them grow in their careers

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: It was just a basic aptitude test.
Tips: You need to speed up things.
Duration: 1 hour
Total Questions: 120

Round: Email Round
Experience: We just had to write and Email in 5 mins.
Tips: Check your grammar.

Round: Technical + HR Interview
Experience: Just checking the communication skills.
Tips: Just need to be confident.

Skills: Written Communication Skills
College Name: Global Institute of Technology

Interview Questionnaire 

1 Question

  • Q1. I'll be mentioning each and everything in my experience itself

Interview Preparation Tips

Round: Test
Experience: The test was a really basic one. Also the cut off was decided depending upon the performance of those who have appeared for the exam. So a basic knowledge of maths, reasoning and verbal helped me get through the exam. Each section  had a specific time limit and cut off. I was able to complete each section within stipulated time and able to answer most of them correctly. My knowledge of aptitude I had through my coaching also helped me.
Tips: Keep your cool and don't get tensed. the questions are not above the tenth class standard even. You'll have a lot of time to think and answer every question. Don't take a risk of copying. You can surely crack the test. You'll know few questions before you enter the examination centre, as people who already appeared for the test have a habit of debating on these questions. I'm sure the paper is same for all the batches. So there isn't any reason to worry at all.
Duration: around 70 mins minute
Total Questions: 50

Round: HR Interview
Experience: My college is one of the biggest ones in Andhra Pradesh. To handle the entire bunch of comparatively better students in the state, they gave us a privilege of clearing only Test and Interview. We had no group discussion.  Coming to interview, mine was purely on HR. The questions were expected and are common HR questions for most of interviews. He asked me to tell me about myself. I told him everything. Then he had gone through my resume and asked me a few questions on my intern-ships, social activities and about the events in which I participated and organised. I explained him everything. Then he asked  me why software and then why Infosys. I answered these questions too. That's all about the questions. My panellist was a cool guy. He was laughing all through. So I could answer exactly on what I've prepared. In fact I was laughing through the entire process. It was like a small chat with a strange and new friend.
Tips: Be prepared on your resume. Every point counts. The panellists can easily guess which isn't your true achievement and can grill you on that. So be careful while preparing your resume and be prepared to answer any question related to your resume. There were people who had experience Technical round also. So having a knowledge of Basic C language will be helpful. Common HR questions are available on the internet. Most of the interview depends on how we attempt these questions. So be prepared on those questions and finally the most important thing is, don't get tensed, keep a smile on your face and let the words flow even if you feel they are wrong.

General Tips: This is a campus placement and the panellists are surely going to select most of you. A 7 day preparation is more than enough. Prepare well. Don't get tensed. Keep a smile on your face. Your confidence level matters the most for them. So don't regret for few mistakes in the interview process.
College Name: ANDHRA UNIVERSITY COLLEGE OF ENGINEERING
Motivation: This was an On campus drive in my college and I had to surely apply for this company as I had no core company visiting my campus. Many of my seniors are working in this campus and have told me that the training in Infosys is an ultimate one.
Funny Moments: I already knew many of the questions in verbal ability before I appeared for the exam from my friends. Also we could discuss and answer few questions in the test. The interviewer was a funny guy. The entire session was really funny and we had a debate on the company's owner for a while which was more funny

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 Python.
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.

TechSophy Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.1k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 789 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.2

Work-life balance

2.8

Salary

2.9

Job security

2.8

Company culture

2.7

Promotions

2.9

Work satisfaction

Explore 33 Reviews and Ratings
Software Engineer
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
41 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare TechSophy with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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