Upload Button Icon Add office photos

Filter interviews by

Ascra Technology Project Lead Interview Questions and Answers

Updated 25 Oct 2023

Ascra Technology Project Lead Interview Experiences

1 interview found

Project Lead Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

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

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

(3 Questions)

  • Q1. Work Experience
  • Q2. Willing to travel
  • Ans. 

    Yes, willing to travel for project-related meetings, conferences, and site visits.

    • Willing to travel for project-related meetings, conferences, and site visits

    • Comfortable with occasional overnight stays

    • Flexible with travel schedule based on project needs

  • Answered by AI
  • Q3. Introduce yourself
Round 3 - Technical 

(1 Question)

  • Q1. Erpnext questions
Round 4 - One-on-one 

(2 Questions)

  • Q1. Salary discussions
  • Q2. Offer discussion

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Dec 2023. There were 5 interview rounds.

Round 1 - Group Discussion 

Staff selection of general duty

Round 2 - Group Discussion 

Staff selection of general duty

Round 3 - One-on-one 

(2 Questions)

  • Q1. One on one round
  • Q2. Group discussion
Round 4 - Assignment 

Difference type of topic this is called assignment

Round 5 - Assignment 

Difference type of topic this is called assignment

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

I applied via Referral and was interviewed before Jul 2022. There were 3 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 - Coding Test 

Sql queries relted mcq questions

Round 3 - HR 

(2 Questions)

  • Q1. Depend on your resume
  • Q2. Manager also join while interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Sql and communication is important
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Implement a malloc function.
  • Ans. 

    Implementing a malloc function involves dynamically allocating memory in C programming.

    • Use the malloc function from stdlib.h library to allocate memory on the heap.

    • Remember to check if the memory allocation was successful by checking if the returned pointer is not NULL.

    • Don't forget to free the allocated memory using the free function to avoid memory leaks.

  • Answered by AI

Skills evaluated in this interview

Test Lead Interview Questions & Answers

KLA user image mohan kumar

posted on 11 Dec 2024

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

Simple easy not much difficult to clear for 3 years experience

Round 2 - Coding Test 

Easy leetcode easy question asked easy to clear

Round 3 - HR 

(2 Questions)

  • Q1. Basic personal details
  • Q2. Salary Negotiations

I applied via Naukri.com

Round 1 - Coding Test 

Hacker rank question - easy and medium

Round 2 - Coding Test 

Design solution for problems

Round 3 -  

(1 Question)

  • Q1. Design a software for car ECU
  • Ans. 

    Design a software for car ECU

    • Identify the requirements and functionalities of the ECU

    • Choose a programming language and development environment

    • Implement the software to control the engine, transmission, and other systems

    • Test the software for reliability and performance

    • Ensure the software is secure and can handle errors and exceptions

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. What are your strengths and weaknesses?
  • Ans. 

    My strengths include strong leadership skills, excellent communication, and problem-solving abilities. My weaknesses include being overly critical of myself and sometimes taking on too much responsibility.

    • Strength: Strong leadership skills

    • Strength: Excellent communication

    • Strength: Problem-solving abilities

    • Weakness: Being overly critical of myself

    • Weakness: Sometimes taking on too much responsibility

  • Answered by AI
  • Q2. Tell me about yourself.
  • Ans. 

    I am an experienced professional with strong leadership skills and a proven track record in managing teams.

    • Experienced professional with strong leadership skills

    • Proven track record in managing teams

    • Excellent communication and problem-solving abilities

    • Ability to motivate and inspire team members

    • Focused on achieving goals and delivering results

  • Answered by AI

Interview Preparation Tips

Topics to prepare for KLA-Tencor Team Lead interview:
  • hash maps
  • solid
Interview preparation tips for other job seekers - practice on hackerrank
solve some design problems

Skills evaluated in this interview

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

I applied via Referral and was interviewed before Oct 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Do not use an unprofessional email address such as cool_boy@email.com. It shows a lack of professionalism by the candidate.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. This was more like shortlisting round with manager. Asked about resume and previous work experience. Not much Technical questions.
Round 3 - One-on-one 

(5 Questions)

  • Q1. Python programming questions, Basics
  • Q2. Python oops concepts
  • Q3. What is module in Python
  • Ans. 

    A module in Python is a file containing Python code, which can define functions, classes, and variables.

    • Modules help organize Python code into reusable components

    • Modules can be imported into other Python scripts using the 'import' keyword

    • Examples of modules in Python include math, random, and os

  • Answered by AI
  • Q4. Python memory management
  • Q5. Basic Devops questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

Pointer and linked list

Round 3 - Case Study 

Pure technical on kernel programming

Round 4 - Technical 

(3 Questions)

  • Q1. Pure technical questions on background project
  • Q2. Mutex semaphore and spinlock
  • Q3. How you will achieve multi threaded programming
  • Ans. 

    Multi-threaded programming can be achieved by creating multiple threads that run concurrently.

    • Identify the tasks that can be executed in parallel

    • Create threads using threading libraries in the chosen programming language

    • Synchronize the threads to avoid race conditions and deadlocks

    • Use locks, semaphores, and mutexes to manage shared resources

    • Optimize the performance by balancing the workload among threads

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. Why you want to join this company

I applied via LinkedIn and was interviewed in Apr 2022. There were 3 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 

OS Networks C Programming Aptitude Mcqs

Round 3 - Coding Test 

Two Coding questions and were of medium to hard level.

Interview Preparation Tips

Interview preparation tips for other job seekers - be Cool and Calm and answer as required. Dont Panic.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Questions related to ipc
  • Q2. Question on data structures
  • Q3. Some on arm architecture

Ascra Technology Interview FAQs

How many rounds are there in Ascra Technology Project Lead interview?
Ascra Technology interview process usually has 4 rounds. The most common rounds in the Ascra Technology interview process are Resume Shortlist, HR and Technical.
What are the top questions asked in Ascra Technology Project Lead interview?

Some of the top questions asked at the Ascra Technology Project Lead interview -

  1. Willing to tra...read more
  2. Erpnext questi...read more
  3. Offer discuss...read more

Tell us how to improve this page.

Ascra Technology Project Lead Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

KLA Interview Questions
3.7
 • 44 Interviews
MaxLinear Interview Questions
3.1
 • 12 Interviews
STJ Electronics Interview Questions
3.6
 • 11 Interviews
Xilinx Interview Questions
4.2
 • 8 Interviews
View all
Android Developer
11 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

PHP Developer
9 salaries
unlock blur

₹3 L/yr - ₹6.2 L/yr

Software Tester
8 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Business Analyst
7 salaries
unlock blur

₹5 L/yr - ₹6.3 L/yr

Software Developer
6 salaries
unlock blur

₹3.1 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Ascra Technology with

Smiiel - A Unit Of Motherson Sumi System

3.7
Compare

Samsung Semiconductor

3.5
Compare

STJ Electronics

3.6
Compare

Tokai Rika Minda

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