Upload Button Icon Add office photos

Filter interviews by

TechProjects Interview Questions, Process, and Tips

Updated 31 Jul 2024

Top TechProjects Interview Questions and Answers

TechProjects Interview Experiences

Popular Designations

4 interviews found

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Normal talks and not much just communication test

Round 2 - Aptitude Test 

Just asked aptitude questions

Round 3 - Technical 

(2 Questions)

  • Q1. Asked to explain project
  • Q2. Asked some SQL questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

IT Analyst Interview Questions & Answers

user image Anonymous

posted on 31 Jul 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Explain your previous projects and contributions
  • Ans. 

    I have worked on various IT projects, contributing to system upgrades, software implementations, and process improvements.

    • Led a team in implementing a new CRM system, resulting in improved customer data management

    • Developed a custom reporting tool to streamline data analysis processes

    • Collaborated with cross-functional teams to integrate new software solutions into existing systems

  • Answered by AI

IT Analyst Interview Questions asked at other Companies

Q1. 1. What is interface how to use? 2. Tell me a small example for interface? 3. How to managing the Error Logging system at your application 4. How you implement Security at your application 5. What are the Joins why we use joins in sql serve... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Mar 2023. 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 - One-on-one 

(3 Questions)

  • Q1. What is django and python
  • Ans. 

    Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.

    • Django is used for building web applications in Python.

    • It follows the MVC (Model-View-Controller) architectural pattern.

    • Django provides built-in features like authentication, URL routing, and database management.

    • Python is a high-level programming language known for its simplicity and readability.

    • Python is widely us...

  • Answered by AI
  • Q2. Diff between list and tuple
  • Ans. 

    List is mutable, tuple is immutable in Python.

    • List uses square brackets [], tuple uses parentheses ().

    • Elements in list can be changed, tuple elements are fixed.

    • List is slower than tuple due to mutability.

    • List is used for dynamic data, tuple for fixed data.

    • Example: list_example = [1, 2, 3], tuple_example = (4, 5, 6)

  • Answered by AI
  • Q3. What is dictionary
  • Ans. 

    A dictionary in Python is a collection of key-value pairs, where each key is unique and maps to a corresponding value.

    • Keys must be immutable objects (e.g. strings, numbers, tuples).

    • Values can be of any data type (e.g. strings, numbers, lists, dictionaries).

    • Access values by referencing the key (e.g. my_dict['key']).

    • Example: {'name': 'John', 'age': 30, 'city': 'New York'}

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. What is company ambition

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare more on python and Django basics

Skills evaluated in this interview

Python Application Developer Interview Questions asked at other Companies

Q1. what is django and python
View answer (1)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Group Discussion 

There were Managing Director, Architect and Structural head and Another director of the company Mrs. RAGINI PUROHIT ALSO WAS ASKING ABOUT CONSTITUTION MANAGEMENT

Round 2 - Technical 

(5 Questions)

  • Q1. What is the definition of quality construction How define the steel bar binding as structure design What type of concrete you preferred M200 or M250
  • Ans. 

    Quality construction is the process of building structures that meet or exceed the specified standards and requirements.

    • Quality construction involves using high-quality materials, skilled labor, and proper techniques to ensure durability and safety.

    • Steel bar binding in structure design refers to the process of securing steel bars together using wire to form a strong and stable framework.

    • Concrete with higher strength li...

  • Answered by AI
  • Q2. What salary you expect
  • Q3. Which concrete ratio is good ?
  • Ans. 

    The concrete ratio depends on the specific requirements of the project, such as strength, durability, and workability.

    • The most common concrete ratio is 1:2:4, which consists of 1 part cement, 2 parts sand, and 4 parts gravel.

    • For high-strength concrete, a ratio of 1:1.5:3 with additives like silica fume or fly ash may be used.

    • For projects requiring increased workability, a ratio of 1:2:3 with a higher water-cement ratio...

  • Answered by AI
  • Q4. Partition masonry cement sand ratio
  • Q5. Plastering cement sand ratio

Interview Preparation Tips

Interview preparation tips for other job seekers - Great environment

Senior Site Engineer Interview Questions asked at other Companies

Q1. How many days will take 1st Aluform mockup Concreting
View answer (1)

TechProjects interview questions for popular designations

 Senior Site Engineer

 (1)

 IT Analyst

 (1)

 Software Developer

 (1)

 Python Application Developer

 (1)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. TELL ME ABOUT YOURSELF

Interview Preparation Tips

Interview preparation tips for other job seekers - JUST BE YOURSELF

I applied via Referral and was interviewed before Mar 2021. 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 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Share details of your previous job.
  • Q3. Why are you looking for a change?
Round 3 - Technical 

(1 Question)

  • Q1. About process and total experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be attentive. Always provide answer to the point. Explain your full experience in good and accurate manner. You need to provide full and constrictive information about your process/operation knowledge

Interview Questionnaire 

1 Question

  • Q1. A-Z in MySQL, programming languages(only concepts)

I applied via Campus Placement and was interviewed before Mar 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics about .Net and SQl server
  • Q2. What are triggers
  • Ans. 

    Triggers are database objects that automatically execute in response to certain events or changes in data.

    • Triggers are used to enforce business rules or data integrity.

    • They can be used to audit changes to data.

    • Triggers can be set to execute before or after an event, such as an insert, update, or delete operation.

    • They can be defined on tables, views, or schemas.

    • Examples of triggers include sending an email notification ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be honest. They prefer learnability over current knowledge

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Normal introduction and basic topics

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice and good, very friendly

I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Why you want to change the Job ?
  • Q2. What is accrual account and Journal entry ?
  • Ans. 

    Accrual account is a type of account that records revenue or expenses that have been earned or incurred but not yet received or paid.

    • Accrual accounting recognizes revenue and expenses when they are earned or incurred, regardless of when the cash is received or paid.

    • Accrual accounts are used to record these transactions until they are paid or received.

    • Journal entry is the process of recording a transaction in the accoun...

  • Answered by AI
  • Q3. What is prepaid accounts and its journal entry ?
  • Q4. Difference between the amortization and Depreciation ?
  • Q5. Golden Rules
  • Q6. Reconciliations meaning and process
  • Ans. 

    Reconciliations involve comparing financial records to identify discrepancies and resolve them.

    • Reconciliations are important for ensuring accuracy in financial reporting.

    • The process involves comparing two sets of records, such as bank statements and accounting records.

    • Any discrepancies are identified and investigated to determine the cause.

    • Examples of reconciliations include bank reconciliations, accounts receivable re

  • Answered by AI
  • Q7. Self Introduction ?

Interview Preparation Tips

Interview preparation tips for other job seekers - If you are applying for R2R, you should know the Accounts. 1st question of the Interviewer would be Introduction. He wants to know why you want to change your Job.

TechProjects Interview FAQs

How many rounds are there in TechProjects interview?
TechProjects interview process usually has 2-3 rounds. The most common rounds in the TechProjects interview process are Technical, One-on-one Round and Group Discussion.
How to prepare for TechProjects 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 TechProjects. The most common topics and skills that interviewers at TechProjects expect are Oracle ADF, Solution Architecting, Solution Design, Techno Functional and Warehouse Operations.
What are the top questions asked in TechProjects interview?

Some of the top questions asked at the TechProjects interview -

  1. What is the definition of quality construction How define the steel bar bindi...read more
  2. Which concrete ratio is goo...read more
  3. what is django and pyt...read more

Tell us how to improve this page.

TechProjects Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all

TechProjects Reviews and Ratings

based on 15 reviews

2.8/5

Rating in categories

3.0

Skill development

3.5

Work-life balance

3.0

Salary

2.6

Job security

2.5

Company culture

3.1

Promotions

2.9

Work satisfaction

Explore 15 Reviews and Ratings
Software Developer
15 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Software Engineer
7 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Java Developer
5 salaries
unlock blur

₹4.2 L/yr - ₹4.5 L/yr

Senior Consultant
4 salaries
unlock blur

₹25 L/yr - ₹28 L/yr

Tableau Consultant
4 salaries
unlock blur

₹17 L/yr - ₹25 L/yr

Explore more salaries
Compare TechProjects with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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