Upload Button Icon Add office photos

Filter interviews by

Tech Prescient Software Engineer Interview Questions, Process, and Tips

Updated 13 Oct 2024

Tech Prescient Software Engineer Interview Experiences

1 interview found

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

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The aptitude test was relatively straightforward, consisting of both aptitude and technical questions, with a difficulty level ranging from easy to medium.

Round 2 - Technical 

(2 Questions)

  • Q1. Was asked to write a code on basic DSA concept
  • Q2. Then was asked basic questions on DSA and SQL

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure you have good understanding of everything you mentioned on your resume
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. They asked Java coding question
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round is apti when in placement

Round 2 - Coding Test 

Too hard all are dsa questions

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Details of what we did on college , project and few programs .
Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
-

I was interviewed in Aug 2024.

Round 1 - Aptitude Test 

Basic aptitude questions were asked Reasoning wgrh

Round 2 - Coding Test 

Two hard level coding questions of leetcode based on binary search

Interview Preparation Tips

Interview preparation tips for other job seekers - Best of luck you can do anything
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 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 - Aptitude Test 

Such like blood relation questions, graph, alphabet and numeric values etc

Round 3 - Coding Test 

Related to operators, oop concepts

Round 4 - HR 

(4 Questions)

  • Q1. Basic questions like introduce my self, expectation salary etc
  • Q2. Oop concepts questions, SQL database query etc
  • Q3. And any questions about our company
  • Q4. 2 Coding questions Java, Python questions and machine learning

Interview Preparation Tips

Topics to prepare for HCL Infosystems Software Engineer interview:
  • Python developer
  • Machine Learning
  • Java Servlets
  • Html5
  • CSS3
  • My sql

I applied via campus placement at Motilal Nehru Institute National Institute of Technology (NIT), Allahabad and was interviewed in Jun 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

50 mcq were asked in 12 mins. Most of the candidates qualified this round.

Round 3 - Coding Test 

3 coding questions of basic DSA were asked. Also few mcqs from Operating System, Networking and DBMS.

Round 4 - Technical 

(3 Questions)

  • Q1. The technical round was of 40 mins. 3 standard questions from DSA were asked for which only approach was enough. Questions were from string, array and tree- Rotated string, Lowest common ancestor, etc.
  • Q2. Project related discussion regarding my role in the team.
  • Q3. A few HR questions related to family background. Why not go for higher studies like the rest of my family. Had to convince him that I saw more growth in working for an organisation.
Round 5 - HR 

(1 Question)

  • Q1. My introduction then, standard HR questions like where do i see myself in coming yrs, why do i want to join the company, etc. It lasted 10 mins

Interview Preparation Tips

Topics to prepare for Cogoport Software Engineer interview:
  • DSA
  • DBMS
  • OS
  • Networking
  • Project
Interview preparation tips for other job seekers - Try to present yourself in a confident and straightforward manner. Ask as many questions as possible at the end to convey your eagerness to join the company.

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question on Java mcq
  • Q2. Questions on Oops
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on resume
Round 3 - HR 

(1 Question)

  • Q1. Questions on direction, physics

Tech Prescient Interview FAQs

How many rounds are there in Tech Prescient Software Engineer interview?
Tech Prescient interview process usually has 3 rounds. The most common rounds in the Tech Prescient interview process are Assignment, Technical and Behavioral.
What are the top questions asked in Tech Prescient Software Engineer interview?

Some of the top questions asked at the Tech Prescient Software Engineer 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 Software Engineer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Tech Prescient Software Engineer Salary
based on 27 salaries
₹4.8 L/yr - ₹13 L/yr
At par with the average Software Engineer Salary in India
View more details

Tech Prescient Software Engineer Reviews and Ratings

based on 3 reviews

2.1/5

Rating in categories

5.0

Skill development

2.4

Work-life balance

1.8

Salary

2.4

Job security

2.7

Company culture

1.8

Promotions

3.4

Work satisfaction

Explore 3 Reviews and Ratings
Software Engineer
27 salaries
unlock blur

₹4.8 L/yr - ₹13 L/yr

Senior Software Engineer
19 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.6
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