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 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 (1)

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 (180)

TechSophy interview questions for popular designations

 Associate Software Engineer

 (2)

 Software Engineer

 (1)

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Jan 2025.

Round 1 - Coding Test 

1. Explain about framework architecture and from that all questions derived. asked to write diagram and explain the structure.
2. Difference between class variable and instance variable.
3. what is ITestListener why used and when used in framework.
4. architecture of selenium 4 (geckodriver, chromium driver)
5. what is BDD and cucumber, how both are related to.
6. which kind of framework you go, either POM or Page factory for with testNg/junit?
7. asked to write query on sql joins and how you fetch the second lowest of salary from each department.
8. DDL, DML statements.
9. pathquery and query parameters differences(API)
10. How the responses you are validating in automation framework for Json response file.
11. status code of Https
12. serialization and deserialization difference
13. String Builder, String Buffer and String difference? which is better and which is safe to use.
14. Dropdown in selenium how you handle, how to check which is already selected?
15. multiple data provider in testng and how you pass parameter and how you retrive from excel sheet? Asked to write code!
16.what is flaky testing?
17.Asked to write first code of JDBC connecting establishment with framework.
18. Code execution: input ="aabbabcbb"; output = a:3 , b:5, c:1 like this if they give name also it should count. Tip : HashMap you can write the code.
19. Code execution: a[]={1,2,3,4,0,0,0} b={5,6,7} output need to print as remove all 0's from first array and replace 1,2,3,4 with 5,6,7 some crazy questions.
20. Git cmds and CI/CD tool.

Round 2 - Coding Test 

1. asked about architecture and where you used oops concepts?
2. abstract class and interfaces
3. select drop down all options
4. find scrape links from webpage write the code
5. asked for writing xpath for any element random website.
6. asked about following-sibling, descendent and preceding-sibling, normalise-space locators.
7. jdbc connection code.
8. API JSON file - how you done validation in automation testing.

Round 3 - Technical 

(1 Question)

  • Q1. Why team lead position you have not taken till now and is their any managerial skills you are lacking on What kind of projects you worked on water fall model agile team You are only individual contributor?...
Round 4 - HR 

(1 Question)

  • Q1. About experience and studies Compensation discussed. Need all the exp letters and years

Interview Preparation Tips

Interview preparation tips for other job seekers - It was one day process and shortlisted drive. But it was huge number people for one profile.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(6 Questions)

  • Q1. What are some of the Design Patterns you have worked with?
  • Q2. What is your approach for a issue you came to know happened in Production.
  • Q3. If given a chance to lead a team will you take it up as a challenge of not how would you tackle it?
  • Q4. Are you able to work under pressure. How do you manage?
  • Q5. What do you understand by SOLID principle? Why do you think it is important.
  • Q6. Please solve the coding question provided ( a moderately difficult coding question provided). Help understand your approach and why you chose same. Explain edge caes if possible.

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush Up Job related skills.
Be able to demonstrate through practical approach.
Keep your theoretical approach flexible and more inclined with positive response than bluffing.
Keep confidence at core of and have a good communication practice.
Adhere to Interview rules for example be available with 1 working editor for coding or technical rounds. Be professional in your appearance and always refrain from asking feedback in the interview itself.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
No response
Round 1 - HR 

(2 Questions)

  • Q1. What is your experience and current compensation (CTC)?
  • Q2. What are your communication skills?
Round 2 - Technical 

(2 Questions)

  • Q1. What is the accounts payable cycle?
  • Q2. Miro processing
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are the implications of invoice deductions related to disputes?
  • Q2. What is the process of evolving reconciliation?

Interview Preparation Tips

Interview preparation tips for other job seekers - I would like to advance to the next level.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I was interviewed in Jan 2025.

Round 1 - Technical 

(5 Questions)

  • Q1. What is a polymorphism?
  • Q2. Can you explain difference between == and euqals()?
  • Q3. What is dependency inversion?
  • Q4. Can you explain ACID?
  • Q5. Please tell me about isolation levels
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Ans. 

    Custom hooks in React are reusable functions that allow you to extract component logic into separate functions for better code organization and reusability.

    • Custom hooks are created using the 'use' prefix and can be used to share logic between components.

    • Use cases for custom hooks include fetching data from an API, handling form state, managing local storage, and more.

    • Example of a custom hook for API call: const useFetc...

  • Answered by AI
  • Q2. What is the difference between useMemo and useCallback in React?
  • Ans. 

    useMemo is used to memoize a value, while useCallback is used to memoize a function.

    • useMemo is used to memoize a value and recompute it only when its dependencies change.

    • useCallback is used to memoize a callback function and prevent unnecessary re-renders.

    • Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used to memoize an event handler function.

  • Answered by AI
  • Q3. What is the difference between class-based components and functional components in React?
  • Ans. 

    Class-based components use ES6 classes and have lifecycle methods, while functional components are simpler and use functions.

    • Class-based components use ES6 classes to create components, while functional components are created using functions.

    • Class-based components have lifecycle methods like componentDidMount and componentDidUpdate, while functional components do not.

    • Functional components are simpler and more lightweig...

  • Answered by AI
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Ans. 

    Implementing the lifecycle of a React component in a functional component

    • Use the useEffect hook to replicate lifecycle methods like componentDidMount, componentDidUpdate, and componentWillUnmount

    • Pass an empty array as the second argument to useEffect to mimic componentDidMount

    • Pass a variable or state as the second argument to useEffect to mimic componentDidUpdate

    • Return a cleanup function inside useEffect to mimic compo

  • Answered by AI
  • Q5. What are the various state management techniques available in React?
  • Ans. 

    Various state management techniques in React include Context API, Redux, and local state.

    • Context API: React's built-in solution for passing data through the component tree without having to pass props down manually at every level.

    • Redux: A popular state management library for React applications, allowing for a centralized store to manage application state.

    • Local state: Managing state within individual components using us

  • Answered by AI
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Ans. 

    Redux is a predictable state container for JavaScript apps. Middlewares are functions that intercept actions before they reach the reducer.

    • Redux follows a unidirectional data flow architecture.

    • Middlewares in Redux are functions that can intercept, modify, or dispatch actions.

    • Common use cases for middlewares include logging, asynchronous API calls, and handling side effects.

    • Examples of popular Redux middlewares are Redu...

  • Answered by AI
  • Q7. What is hoisting in JavaScript?
  • Ans. 

    Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.

    • Variable declarations are hoisted to the top of their scope, but not their initializations.

    • Function declarations are fully hoisted, meaning they can be called before they are declared.

    • Hoisting can lead to unexpected behavior if not understood properly.

  • Answered by AI
  • Q8. What is event bubbling in JavaScript?
  • Ans. 

    Event bubbling is the propagation of events from the target element up through its ancestors in the DOM tree.

    • Events triggered on a child element will 'bubble up' and trigger on parent elements.

    • Event listeners can be attached to parent elements to handle events from multiple child elements.

    • Stopping event propagation can be done using event.stopPropagation() or event.stopImmediatePropagation().

  • Answered by AI
  • Q9. What are block scope and function scope in JavaScript?
  • Ans. 

    Block scope and function scope are two types of scopes in JavaScript that determine the visibility and accessibility of variables.

    • Block scope refers to the visibility of variables within a block of code enclosed by curly braces. Variables declared with 'let' and 'const' have block scope.

    • Function scope refers to the visibility of variables within a function. Variables declared with 'var' have function scope.

    • Variables de...

  • Answered by AI
  • Q10. Have you had experience working with semantic tags in HTML?
  • Ans. 

    Yes, I have experience working with semantic tags in HTML.

    • Used semantic tags like <header>, <nav>, <main>, <section>, <article>, <aside>, <footer> for better structure and SEO.

    • Understand the importance of using semantic tags for accessibility and search engine optimization.

    • Semantic tags help in organizing content and making it more readable for developers and browsers.

  • Answered by AI
  • Q11. What are the various methods for creating an object in JavaScript?
  • Ans. 

    Various methods for creating an object in JavaScript include object literals, constructor functions, ES6 classes, and Object.create() method.

    • Object literals: var obj = { key: value };

    • Constructor functions: function ObjectName() { this.key = value; } var obj = new ObjectName();

    • ES6 classes: class ClassName { constructor() { this.key = value; } } var obj = new ClassName();

    • Object.create() method: var obj = Object.create(pr

  • Answered by AI
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Ans. 

    Shallow copy only copies the references of nested objects, while deep copy creates new copies of nested objects.

    • Shallow copy creates a new object but does not create copies of nested objects, only copies their references.

    • Deep copy creates a new object and also creates new copies of all nested objects.

    • Shallow copy can be achieved using Object.assign() or spread operator, while deep copy can be achieved using JSON.parse(

  • Answered by AI
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Ans. 

    The code will throw an error because 'a' is declared but not initialized.

    • The code will result in a ReferenceError because 'a' is declared but not assigned a value.

    • Variables declared with 'const' must be initialized at the time of declaration.

    • Initializing 'a' with a value before calling test() will prevent the error.

  • Answered by AI
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Ans. 

    CSS can be used to arrange elements in a row and column layout using flexbox or grid layout properties.

    • Use display: flex; for a row layout and display: flex; flex-direction: column; for a column layout

    • Use justify-content and align-items properties to align items in the main axis and cross axis respectively

    • For grid layout, use display: grid; and grid-template-columns or grid-template-rows to define the layout

  • Answered by AI
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Ans. 

    Yes, I have utilized CSS preprocessors such as SASS and LESS.

    • I have experience using SASS to streamline my CSS workflow by utilizing variables, mixins, and nesting.

    • I have also worked with LESS to improve code organization and maintainability through features like variables and functions.

  • Answered by AI
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?
  • Ans. 

    The color applied will be based on the specificity of the selector, with ID having higher specificity than class.

    • ID has higher specificity than class in CSS

    • Color applied will be based on the selector with higher specificity

    • Example: If ID selector has color red and class selector has color blue, the color applied will be red

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"

Skills evaluated in this interview

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

I was interviewed in Jan 2025.

Round 1 - Technical 

(6 Questions)

  • Q1. What is correlation and parameterization?
  • Ans. 

    Correlation is the process of extracting dynamic values from server responses and passing them to subsequent requests. Parameterization is the process of replacing hard-coded values in scripts with variables.

    • Correlation involves identifying and capturing dynamic values like session IDs or tokens from server responses.

    • Parameterization involves replacing hard-coded values in scripts with variables to make them reusable a...

  • Answered by AI
  • Q2. Explain load, stress, all testing?
  • Ans. 

    Load testing is to test the system under normal and peak load conditions, stress testing is to test the system beyond its limits, and all testing is a combination of both.

    • Load testing checks the system's ability to handle expected load levels, ensuring performance under normal conditions.

    • Stress testing pushes the system beyond its limits to identify breaking points and measure performance degradation.

    • All testing combin...

  • Answered by AI
  • Q3. Explain PTLC?
  • Ans. 

    PTLC stands for Performance Testing Life Cycle, which is a set of activities involved in the performance testing process.

    • PTLC involves planning, preparation, execution, analysis, and reporting of performance tests.

    • It includes defining performance goals, creating test scenarios, setting up test environments, running tests, analyzing results, and making recommendations.

    • Example: In PTLC, performance engineers work closely...

  • Answered by AI
  • Q4. Loadrunner scripting, execution and reports issue faced and how to process?
  • Ans. 

    Issues faced in Loadrunner scripting, execution, and reports

    • Scripting: faced issues with correlation, parameterization, and dynamic data handling

    • Execution: encountered problems with test environment setup, resource constraints, and test data management

    • Reports: struggled with result analysis, performance bottlenecks identification, and report customization

  • Answered by AI
  • Q5. LG calculation and workload modelling process?
  • Ans. 

    LG calculation and workload modelling process involves determining the number of Load Generators required and creating a realistic simulation of user behavior.

    • Calculate the number of Load Generators needed based on expected user load and performance goals.

    • Create workload models by analyzing user behavior patterns, transaction volumes, and system usage.

    • Consider factors like peak load times, user distribution, and transa...

  • Answered by AI
  • Q6. NFR scenarios?
  • Ans. 

    NFR scenarios refer to non-functional requirements that define the quality attributes of a system.

    • NFR scenarios focus on aspects like performance, scalability, reliability, and security.

    • Examples include load testing to assess system performance under expected load, stress testing to evaluate system behavior under extreme conditions, and security testing to identify vulnerabilities.

    • NFR scenarios help ensure that the sys...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Loadrunner questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Check your soft skills
Round 4 - HR 

(1 Question)

  • Q1. Complete your details

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.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 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

₹5.5 L/yr - ₹18.1 L/yr

Associate Software Engineer
41 salaries
unlock blur

₹3.6 L/yr - ₹8.6 L/yr

Senior Software Engineer
25 salaries
unlock blur

₹8.5 L/yr - ₹27 L/yr

Technical Lead
16 salaries
unlock blur

₹16 L/yr - ₹40 L/yr

Software Developer
15 salaries
unlock blur

₹6.9 L/yr - ₹12 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