Upload Button Icon Add office photos

Filter interviews by

Tech Prescient Interview Questions, Process, and Tips

Updated 15 Jan 2025

Top Tech Prescient Interview Questions and Answers

View all 8 questions

Tech Prescient Interview Experiences

Popular Designations

5 interviews found

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 (8)
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 (170)
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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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)

Tech Prescient interview questions for popular designations

 Technical Lead

 (2)

 Business Analyst

 (1)

 Senior Software Engineer

 (1)

 Software Engineer

 (1)

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 questions from similar companies

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

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

Round 1 - No such interview was Taken 

(2 Questions)

  • Q1. No question was asked
  • Q2. No. Question was asked in the interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Tips for Working at Marpu Foundation
Understanding Marpu's Mission:

Align Your Values: Ensure your personal values align with Marpu's mission of social impact and sustainability.
Embrace the Culture: Be prepared for a fast-paced, dynamic work environment with a strong emphasis on teamwork and collaboration.
Skillset and Qualities:

Passion for Social Good: A genuine passion for making a positive difference is essential.
Strong Interpersonal Skills: Effective communication and the ability to build relationships with diverse individuals are crucial.
Adaptability: The ability to adapt to changing circumstances and embrace new challenges is key.
Problem-Solving Skills: Creative problem-solving abilities are necessary to address complex social issues.
Cross-Cultural Competence: Understanding and respecting different cultures is important, especially when working with diverse communities.
How to Get Involved:

Check the Official Website: Regularly visit Marpu's website for job openings and volunteer opportunities.
Network: Connect with Marpu's staff, volunteers, and alumni on platforms like LinkedIn.
Volunteer: Volunteering can be a great way to gain experience and build relationships within the organization.
Internships: Explore internship opportunities to gain hands-on experience and learn from experienced professionals.
Direct Applications: Send a well-crafted cover letter and resume to the relevant department, highlighting your skills and passion for their work.
Remember:

Be Patient: The hiring process for NGOs can be competitive, so be patient and persistent.
Stay Informed: Keep up-to-date with Marpu's latest initiatives and projects.
Show Initiative: Proactively seek out opportunities to contribute and demonstrate your commitment.
By following these tips and aligning your skills and passion with Marpu's mission, you can increase your chances of securing a fulfilling role at this impactful organization.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is data entry?
  • Ans. 

    Data entry is the process of entering, updating, or verifying data in a computer system.

    • Entering data accurately and efficiently

    • Updating existing data with new information

    • Verifying data for accuracy and completeness

  • Answered by AI
  • Q2. What is your experience with data entry?
  • Ans. 

    I have over 3 years of experience in data entry, including entering, verifying, and updating data in various databases.

    • Proficient in using Microsoft Excel and other data entry software

    • Accurate and efficient in typing and data entry tasks

    • Experience in maintaining confidentiality and data integrity

    • Handled large volumes of data entry tasks with tight deadlines

  • Answered by AI
  • Q3. What is difference between c and c++ ?
  • Ans. 

    C is a procedural programming language while C++ is an object-oriented programming language.

    • C is a procedural programming language, focusing on functions and procedures.

    • C++ is an object-oriented programming language, allowing for classes, objects, and inheritance.

    • C does not support classes and objects, while C++ does.

    • C++ has features like polymorphism, encapsulation, and inheritance which are not present in C.

    • C++ is an...

  • Answered by AI
  • Q4. How you work msword
  • Ans. 

    I am proficient in using MS Word for data entry tasks.

    • I am skilled in formatting text, tables, and images in MS Word.

    • I can create and edit documents, including reports, letters, and spreadsheets.

    • I am familiar with using templates and styles to maintain consistency in documents.

    • I am experienced in using features like spell check, track changes, and mail merge.

    • I am efficient in using keyboard shortcuts to speed up data e

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Data Entry Data Entry Operator interview:
  • Data Entry
  • C
  • HTML

Apprentice Interview Questions & Answers

HyScaler user image Radharani Rath

posted on 25 Nov 2024

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

I applied via Referral and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

4 easy level questions will be asked basically from arrays and strings.

Round 2 - Assignment 

Assignment will be given after clearing coding round. In my case ELearning Platform project was given and 7 days time was given to complete.

Round 3 - One-on-one 

(4 Questions)

  • Q1. DBMS questions like ACID properties, database transaction. Etc
  • Q2. Project related questions
  • Q3. Basic and conceptual questions of frameworks you know
  • Q4. Basic coding questions like armstrong number, palendromic sequence, recursion

Interview Preparation Tips

Interview preparation tips for other job seekers - Give focus on conceptual and theory questions of your known framework
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Aptitude Test 

Quantitative reasoning

Round 2 - One-on-one 

(5 Questions)

  • Q1. About yourself and past experiences.
  • Q2. Managerial round
  • Q3. About company information
  • Q4. About yourself and extracurricular activities
  • Q5. See yourself in the next 5 yrs

Interview Preparation Tips

Interview preparation tips for other job seekers - be prepared for questions.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Tell us about yourself
  • Q2. Showcase some of you projects
  • Ans. 

    I have worked on projects involving website redesign, mobile app design, and user research.

    • Redesigned company website to improve user experience and increase conversion rates

    • Designed mobile app interface for seamless navigation and intuitive user interactions

    • Conducted user research to gather feedback and make data-driven design decisions

  • Answered by AI
  • Q3. What are your favourite apps and why do you like them
  • Ans. 

    My favorite apps are Instagram for its user-friendly interface and engaging content, Spotify for its personalized music recommendations, and Google Maps for its accurate navigation features.

    • Instagram - user-friendly interface, engaging content

    • Spotify - personalized music recommendations

    • Google Maps - accurate navigation features

  • Answered by AI
  • Q4. What roles are you interested in?
  • Q5. Where do you see yourself in 5 years?
  • Ans. 

    In 5 years, I see myself as a seasoned UI/UX designer leading a team of designers, working on innovative projects, and continuously learning and growing in the field.

    • Leading a team of designers

    • Working on innovative projects

    • Continuously learning and growing in the field

  • Answered by AI

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 Behavioral.
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 4 interviews in last 1 year

Interview experience

4.3
  
Good

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k 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
 • 789 Interviews
AmbitionBox Interview Questions
5.0
 • 145 Interviews
View all

Tech Prescient Reviews and Ratings

based on 15 reviews

3.7/5

Rating in categories

4.3

Skill development

3.4

Work-life balance

3.6

Salary

3.8

Job security

3.8

Company culture

3.3

Promotions

4.0

Work satisfaction

Explore 15 Reviews and Ratings
Software Engineer
25 salaries
unlock blur

₹4.8 L/yr - ₹12 L/yr

Senior Software Engineer
16 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

Infosys

3.7
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