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
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
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 - Technical 

(1 Question)

  • Q1. System design question normal
Round 2 - Coding Test 

Coding question of moderate difficulty

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

I applied via Approached by Company and was interviewed in Feb 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 

If the cost price of an item is Rs. 150 and the selling price is Rs. 200, what is the profit percentage?

Round 3 - Technical 

(3 Questions)

  • Q1. What is the difference between a stack and a queue? Give an example where you would use each.
  • Ans. 

    A stack is a LIFO data structure while a queue is a FIFO data structure.

    • Stack: Last In First Out (LIFO), used in undo/redo functionality, backtracking, and recursion.

    • Queue: First In First Out (FIFO), used in job scheduling, breadth-first search, and printing.

    • Stack uses push() and pop() operations while queue uses enqueue() and dequeue() operations.

  • Answered by AI
  • Q2. What is the difference between a compiler and an interpreter?
  • Ans. 

    A compiler translates the entire program into machine code before execution, while an interpreter translates and executes the program line by line.

    • A compiler converts the source code into an executable file, while an interpreter executes the code directly.

    • Compilers typically produce faster and more efficient code, while interpreters provide faster development and debugging.

    • Examples of compilers include GCC, Clang, and ...

  • Answered by AI
  • Q3. A compiler is a program that translates the entire source code into machine code before executing it. The source code is fed into the compiler, which analyzes and translates it into an executable file. Thi...
Round 4 - HR 

(1 Question)

  • Q1. How do you handle stress and pressure?
  • Ans. 

    I handle stress and pressure by practicing time management, seeking support from colleagues, and maintaining a healthy work-life balance.

    • I prioritize tasks and create a schedule to manage my time effectively.

    • I communicate with my team and seek their assistance or guidance when needed.

    • I engage in stress-relieving activities outside of work, such as exercising or spending time with loved ones.

    • I practice mindfulness and d...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for AmbitionBox Software Engineer interview:
  • Technical
  • Problem Solving
  • Communication Skills
Interview preparation tips for other job seekers - Ask questions: During the interview, ask thoughtful questions about the company, the job, and the team you would be working with. This shows that you are interested and engaged in the opportunity, and can also give you valuable information to help you decide if the job is a good fit for you.

Skills evaluated in this interview

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:
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 

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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Assignment 

FrontEnd website creations of given templates

Round 2 - HR 

(2 Questions)

  • Q1. Behavior based question
  • Q2. Where do you want to see in next 5 years.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic about HTML CSS JavaScript

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:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
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
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

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.

People are getting interviews through

based on 1 Tech Prescient interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
Tech Prescient Software Engineer Salary
based on 27 salaries
₹4.2 L/yr - ₹12 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 & Benefits

2.4

Job Security

2.7

Company culture

1.8

Promotions/Appraisal

3.4

Work Satisfaction

Explore 3 Reviews and Ratings
Software Engineer
27 salaries
unlock blur

₹4.2 L/yr - ₹12 L/yr

Senior Software Engineer
16 salaries
unlock blur

₹10.1 L/yr - ₹24 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.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview