Upload Button Icon Add office photos

Filter interviews by

Tech Prescient Interview Questions, Process, and Tips

Updated 15 Mar 2025

Top Tech Prescient Interview Questions and Answers

View all 9 questions

Tech Prescient Interview Experiences

Popular Designations

6 interviews found

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

I applied via Approached by Company and was interviewed before Oct 2022. 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 - Technical 

(2 Questions)

  • Q1. Node.js in details
  • Ans. 

    Node.js is a runtime environment that allows you to run JavaScript on the server side.

    • Node.js is built on Chrome's V8 JavaScript engine.

    • It uses an event-driven, non-blocking I/O model.

    • Node.js is commonly used for building server-side applications.

    • It has a large ecosystem of open-source libraries and frameworks.

    • Node.js allows for real-time communication with WebSockets.

  • Answered by AI
  • Q2. Eventloop, basic javascript, call, apply, bind
Round 3 - Technical 

(2 Questions)

  • Q1. SQL joins, system architecture design
  • Q2. Aws, ec2, ecs, docker

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is your day-day activities
  • Q2. How do you manage your time
  • Q3. How do you avoid team conflict
Round 2 - Group Discussion 

How do you overcome challenges from client

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident. It is an easy interview to crack

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)

Devops Engineer Interview Questions & Answers

user image Sandesh Nagrale

posted on 15 Mar 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Sep 2024, where I was asked the following questions.

  • Q1. Scenario based question on if Elasticsearch fails to start, how to debug and fix it to get it up and running?
  • Q2. Write a Azure DevOps pipeline to deploy a simple python application to a Azure VM also use terra for to setup a VM and install python on it.
  • Ans. 

    Deploy a Python app on Azure VM using Azure DevOps pipeline and Terraform for VM setup.

    • Use Terraform to provision an Azure VM with Python installed.

    • Create an Azure DevOps pipeline with stages for build and deployment.

    • Use a YAML file for the Azure DevOps pipeline configuration.

    • Example Terraform script to create a VM: 'resource "azurerm_linux_virtual_machine" { ... }'

    • Use 'az vm run-command invoke' to execute commands on

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well before the interview. Know each and every word written on your resume.

Devops Engineer Interview Questions asked at other Companies

Q1. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - Assignment 

Given task of creating a simple React todo application

Round 2 - Technical 

(6 Questions)

  • Q1. What are props in React and how are they different from state
  • Ans. 

    Props are used to pass data from parent to child components in React, while state is used to manage data within a component.

    • Props are read-only and cannot be modified by the child component

    • Props are passed down from parent to child components

    • State is mutable and can be changed within the component

    • State is managed internally by the component

  • Answered by AI
  • Q2. What is purpose of keys in React lists?
  • Ans. 

    Keys in React lists are used to uniquely identify elements and improve performance by helping React identify which items have changed, are added, or are removed.

    • Keys help React identify which items have changed, are added, or are removed in a list of elements.

    • Keys should be unique among siblings but do not need to be globally unique.

    • Using keys improves performance by helping React efficiently update the UI without re-r...

  • Answered by AI
  • Q3. What is axios and used of interceptors in it?
  • Ans. 

    Axios is a popular JavaScript library for making HTTP requests in web applications. Interceptors are used to intercept and modify HTTP requests and responses.

    • Axios is a promise-based HTTP client for the browser and Node.js.

    • Interceptors in Axios allow you to run middleware functions before a request is sent or after a response is received.

    • Interceptors can be used for logging, authentication, error handling, and more.

    • Exa...

  • Answered by AI
  • Q4. What is useMemo and useCallback hooks
  • Ans. 

    useMemo and useCallback are React hooks used for performance optimization by memoizing values and functions respectively.

    • useMemo is used to memoize the result of a function so that it is only recomputed when its dependencies change.

    • useCallback is used to memoize a function instance so that it is not recreated on every render unless its dependencies change.

    • Both hooks help in optimizing performance by preventing unnecess

  • Answered by AI
  • Q5. What are the higher order components?
  • Ans. 

    Higher order components are functions that take a component and return a new component with additional functionality.

    • Higher order components are a common pattern in React for code reuse and logic sharing.

    • They are used to abstract logic out of components and make them more reusable.

    • Examples include withRouter, connect, and withStyles in React.

  • Answered by AI
  • Q6. What is callback in JS?
  • Ans. 

    A callback in JS is a function passed as an argument to another function, to be executed later.

    • Callback functions are commonly used in event handling, asynchronous programming, and AJAX requests.

    • They allow for more flexible and dynamic code execution.

    • Example: setTimeout(function(){ console.log('Hello') }, 1000);

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Explain your past experience
  • Ans. 

    I have 5 years of experience in software development, specializing in web applications and database management.

    • Developed web applications using HTML, CSS, JavaScript, and PHP

    • Managed databases using MySQL and MongoDB

    • Worked on optimizing application performance and scalability

    • Collaborated with cross-functional teams to deliver projects on time

    • Participated in code reviews and testing processes

  • Answered by AI
  • Q2. Why you want leave current company
  • Ans. 

    Seeking new challenges and growth opportunities

    • Looking for new challenges to enhance my skills

    • Seeking opportunities for career growth and advancement

    • Interested in exploring different technologies and industries

    • Want to work in a more collaborative team environment

    • Current company lacks opportunities for professional development

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Tech Prescient Software Engineer interview:
  • React.Js
  • Axio
  • Javascript

Skills evaluated in this interview

Top Tech Prescient Software Engineer Interview Questions and Answers

Q1. What are props in React and how are they different from state
View answer (1)

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

Tech Prescient interview questions for popular designations

 Technical Lead

 (2)

 Devops Engineer

 (1)

 Software Engineer

 (1)

 Senior Software Engineer

 (1)

 Business Analyst

 (1)

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

I applied via Instahyre and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. DSa Basics and Python
Round 2 - Technical 

(1 Question)

  • Q1. HLD - Fibonacci Series
Round 3 - Technical 

(1 Question)

  • Q1. API related questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Javascript, Web Tech
  • Q2. Application Performance
  • Ans. 

    Application performance is crucial for user experience and overall system efficiency.

    • Monitor key performance indicators such as response time, throughput, and error rates.

    • Optimize code and database queries to improve performance.

    • Use caching mechanisms to reduce load on servers and improve response times.

    • Implement load balancing and scaling strategies to handle increased traffic.

    • Regularly conduct performance testing to

  • Answered by AI
  • Q3. Full stack application
  • Q4. Database sql queries
  • Q5. Jira github vscode

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. 2 pointer array
Round 2 - HR 

(1 Question)

  • Q1. Was more focused on communication skills

Interview Questionnaire 

2 Questions

  • Q1. Education
  • Q2. Work experience

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

Interview Questionnaire 

5 Questions

  • Q1. Which collection class is used to represent key-value pairs?
  • Ans. 

    The HashMap class is used to represent key-value pairs in Java.

    • HashMap is a part of the Java Collections Framework.

    • It allows null values and only one null key.

    • It provides constant-time performance for basic operations like get and put.

    • Example: HashMap<String, Integer> map = new HashMap<>();

  • Answered by AI
  • Q2. What is abstraction?
  • Ans. 

    Abstraction is the process of simplifying complex systems by focusing on essential details and hiding unnecessary complexities.

    • Abstraction allows us to create models or representations of real-world objects or systems in software.

    • It helps in managing complexity by breaking down a system into smaller, more manageable parts.

    • Abstraction provides a level of indirection, allowing changes to be made in one part of the system...

  • Answered by AI
  • Q3. Why is try-catch used in JAVA?
  • Ans. 

    try-catch is used in Java to handle exceptions and prevent program crashes.

    • try-catch blocks are used to catch and handle exceptions that may occur during program execution.

    • It allows the program to gracefully handle errors and prevent the program from crashing.

    • The try block contains the code that may throw an exception, and the catch block handles the exception.

    • Multiple catch blocks can be used to handle different types...

  • Answered by AI
  • Q4. Which statement will we use if we want to select a statement based on integer inputs?
  • Ans. 

    The statement to use for selecting based on integer inputs is the 'switch' statement.

    • The 'switch' statement allows for multiple cases to be evaluated based on the value of an integer input.

    • Each case represents a possible value of the input, and the corresponding code block is executed if the value matches.

    • The 'switch' statement also provides a 'default' case which is executed if none of the cases match the input value.

    • ...

  • Answered by AI
  • Q5. Explain your project.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stick to basic concepts
Prepare a good project

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about yourself
  • Q2. Why IT
  • Q3. About my project
  • Q4. Few mechanical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - General questions

Tech Prescient Interview FAQs

How many rounds are there in Tech Prescient interview?
Tech Prescient interview process usually has 2-3 rounds. The most common rounds in the Tech Prescient interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for Tech Prescient 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 Tech Prescient. The most common topics and skills that interviewers at Tech Prescient expect are Scheduling, Python, Javascript, AWS and Web Services.
What are the top questions asked in Tech Prescient interview?

Some of the top questions asked at the Tech Prescient interview -

  1. What are props in React and how are they different from st...read more
  2. What is axios and used of interceptors in ...read more
  3. What is purpose of keys in React lis...read more

Tell us how to improve this page.

Tech Prescient Interview Process

based on 6 interviews

Interview experience

4.2
  
Good
View more

Interview Questions from Similar Companies

AmbitionBox Interview Questions
4.9
 • 153 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
Data Entry Interview Questions
4.1
 • 98 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
CapitalOne Interview Questions
3.7
 • 79 Interviews
View all

Tech Prescient Reviews and Ratings

based on 16 reviews

3.7/5

Rating in categories

4.2

Skill development

3.5

Work-life balance

3.6

Salary

3.7

Job security

3.7

Company culture

3.1

Promotions

3.9

Work satisfaction

Explore 16 Reviews and Ratings
Software Engineer
27 salaries
unlock blur

₹4.8 L/yr - ₹13 L/yr

Senior Software Engineer
20 salaries
unlock blur

₹10.1 L/yr - ₹20 L/yr

Member Technical Staff
7 salaries
unlock blur

₹3 L/yr - ₹7.5 L/yr

Technical Lead
6 salaries
unlock blur

₹19.5 L/yr - ₹33 L/yr

Software Developer
5 salaries
unlock blur

₹5.4 L/yr - ₹7.2 L/yr

Explore more salaries
Compare Tech Prescient with

Marpu Foundation

4.8
Compare

Huawei Technologies

4.0
Compare

HCL Infosystems

3.9
Compare

Z X Learning

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