Upload Button Icon Add office photos

Filter interviews by

CemtrexLabs Interview Questions and Answers

Updated 25 Mar 2023

CemtrexLabs Interview Experiences

Popular Designations

3 interviews found

I applied via Approached by Company and was interviewed before Apr 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 - One-on-one 

(3 Questions)

  • Q1. What is your experience in presales explain with the contribution you made in any deal
  • Q2. Are you aware of the agile methodology and estimations done
  • Ans. 

    Yes, I am aware of the agile methodology and estimations done.

    • Agile methodology is an iterative approach to software development

    • Estimations are done using techniques like planning poker, t-shirt sizing, etc.

    • Agile methodology emphasizes on collaboration, flexibility, and customer satisfaction

  • Answered by AI
  • Q3. Share examples of the any typical custom application development proposals which you created
  • Ans. 

    I have created several custom application development proposals in my previous roles as Presales Manager.

    • One proposal was for a healthcare organization that needed a custom electronic medical records system.

    • Another proposal was for a financial services company that required a custom CRM system to manage their client data.

    • I also created a proposal for a manufacturing company that needed a custom inventory management sys...

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

(4 Questions)

  • Q1. What is your overall experience and experience with in IT Presales ?
  • Q2. Are you comfortable working against tight timelines
  • Q3. Which geographies currently you are handling in your current organisation?
  • Ans. 

    I am currently handling the APAC and EMEA regions in my current organisation.

    • I am responsible for managing the presales activities in the Asia-Pacific and Europe, Middle East, and Africa regions.

    • I work closely with the sales teams in these regions to understand customer requirements and provide appropriate solutions.

    • I also collaborate with the product development and marketing teams to ensure that our offerings are ali...

  • Answered by AI
  • Q4. What is notice period and salary expectations ?

Interview Preparation Tips

Interview preparation tips for other job seekers - They are fine with presales engineer role and donot ask too much technical questions basically try to understand your current responsibilities and how can you deliver in a tight timeline.

Skills evaluated in this interview

Manager - PRE Sales Interview Questions asked at other Companies

Q1. Share examples of the any typical custom application development proposals which you created
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 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. Start with Basic of python or whatever your language.
  • Q2. Opps concept and sudo code
  • Q3. Basics use case based machine learning and artificial intelligence.
Round 3 - One-on-one 

(1 Question)

  • Q1. If you clear technical round then interview with senior management.

Interview Preparation Tips

Topics to prepare for CemtrexLabs Software Developer interview:
  • Software Development
  • Artificial Intelligence
  • Machine Learning
Interview preparation tips for other job seekers - Mention only those things on resume which you know.

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)

I applied via Referral and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. All questions based on resume and previous work.
  • Q2. One from double linked list
  • Q3. Python basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice experience. Challenging interview.

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)

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Simple program
  • Q2. I wrote a simple program in C

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and confident

I applied via Company Website and was interviewed in Oct 2018. There was 0 interview round.

Interview Preparation Tips

General Tips: This interview was a technical one but was majorly a stress test. It lasted for about 1 hour 10 minutes. The interviewer wanted to test both my knowledge and communication skills. Most of the questions asked to me were related to my B.Tech curriculum i.e. computer science related topics. He stressed a lot on the basics related to my project topic. Luckily I was able to answer most of the questions correctly. I tried to answer each question with examples and also used props on the table (like pens, paperweights, pen stands etc.) to explain my theories. It was my first offcampus interview, and I think I did pretty well for a fresher.
You need to stay calm and should apply presence of mind. Please go through the job description thoroughly word-by-word and recheck your resume to ensure that you are a best-fit for the position.
Skills: Communication, Body Language, Problem Solving, Leadership, Presentation Skills
Duration: <1 week

I applied via Naukri.com and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What technical challenges have you faced in your work till now and how did you overcome it?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be truthful and give detailed explanation of the issues and how it was resolved. Explain the severity of the problem and what blockage it had caused in your daily work. How did you chose a solution and how fast was it implemented.

I applied via tcs and was interviewed before Jun 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Java based

Interview Preparation Tips

Interview preparation tips for other job seekers - good

I appeared for an interview before Nov 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 90 minutes
Round difficulty - Medium

Timing was around 10am
It was quite a normal online examination kind of environment 
People from the company were there to invigilate 
All were quite nice and helpful in case the exam got stuck

  • Q1. 

    Ninja and Alien Language Order Problem

    An alien dropped its dictionary while visiting Earth. The Ninja wants to determine the order of characters used in the alien language, based on the given list of wor...

  • Ans. 

    Determine the order of characters in an alien language based on a list of words.

    • Create a graph data structure to represent the relationships between characters in the words.

    • Perform a topological sort on the graph to find the order of characters.

    • Return the smallest lexicographical order of characters as the result.

  • Answered by AI
  • Q2. 

    Check Duplicate Within K Distance

    Given an array of integers arr of size N and an integer K, determine if there are any duplicate elements within a distance of K from each other in the array. Return "true...

  • Ans. 

    Check if there are any duplicate elements within a distance of K from each other in the array.

    • Iterate through the array and keep track of the indices of elements using a hashmap.

    • For each element, check if it already exists in the hashmap within distance K.

    • Return true if a duplicate is found within distance K, otherwise return false.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 30 minutes
Round difficulty - Medium

Timing was 2pm when it started
Interviewer was polite

  • Q1. 

    Kth Largest Element Problem Statement

    Ninja enjoys working with numbers, and Alice challenges him to find the Kth largest value from a given list of numbers.

    Input:

    The first line contains an integer 'T...
  • Ans. 

    The task is to find the Kth largest element in a given list of numbers for each test case.

    • Read the number of test cases 'T'

    • For each test case, read the number of elements 'N' and the Kth largest number to find 'K'

    • Sort the array in descending order and output the Kth element

  • Answered by AI
Round 3 - HR 

Round duration - 20 minutes
Round difficulty - Easy

Timing was 9 am onwards 
Interviewer was good enough

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in DelhiEligibility criteriaAbove 7 CGPA with no pending backlogsWipro Limited interview preparation:Topics to prepare for the interview - Java, C++, DBMS, Data Structures, Dot net, HTML, CSS, JSTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : Focus on specialization of any one skill and keep a basic knowledge of all the skills you mention in your resume
Tip 2 : Gain confidence in presenting yourself by practicing well before
Tip 3 : Gain a basic knowledge of the company you go for selection

Application resume tips for other job seekers

Tip 1 : Resume should be simple and precise but pretty smart to cover your skills 
Tip 2 : Mention what you really know,no false things

Final outcome of the interviewRejected

Skills evaluated in this interview

I applied via Walk-in and was interviewed before Sep 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1.Technical Ques(OOPS Concept)and 2. Area of Interest 3. About Company 4. more

Interview Preparation Tips

Interview preparation tips for other job seekers - Hello Folks,
Sharing some tips while facing Interview Assessment or GD Round Assessment.
1. Be Confident always give the answer what they ask for, Never connect your answer with different topic.
2. Always go through Company Portal or wiki about their Operation & Function.
3. Always have positive vibes that whatever yes or No, You will surely gain something.
All the Best..!!

I applied via Recruitment Consultant and was interviewed before Jun 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. DBMS questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare thoroughly

CemtrexLabs Interview FAQs

How many rounds are there in CemtrexLabs interview?
CemtrexLabs interview process usually has 3 rounds. The most common rounds in the CemtrexLabs interview process are One-on-one Round and Resume Shortlist.
How to prepare for CemtrexLabs 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 CemtrexLabs. The most common topics and skills that interviewers at CemtrexLabs expect are MVC, MVVM, Maya, .Net and 3D.
What are the top questions asked in CemtrexLabs interview?

Some of the top questions asked at the CemtrexLabs interview -

  1. Share examples of the any typical custom application development proposals whic...read more
  2. Which geographies currently you are handling in your current organisati...read more
  3. Are you aware of the agile methodology and estimations d...read more

Tell us how to improve this page.

CemtrexLabs Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k 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

CemtrexLabs Reviews and Ratings

based on 18 reviews

3.4/5

Rating in categories

3.6

Skill development

3.7

Work-life balance

3.2

Salary

3.0

Job security

3.1

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 18 Reviews and Ratings
Software Developer
20 salaries
unlock blur

₹2 L/yr - ₹10.1 L/yr

QA Engineer
15 salaries
unlock blur

₹5 L/yr - ₹10.8 L/yr

Senior QA Engineer
7 salaries
unlock blur

₹6.8 L/yr - ₹13.5 L/yr

Senior Software Developer
7 salaries
unlock blur

₹8.5 L/yr - ₹20 L/yr

Lead Software Developer
6 salaries
unlock blur

₹10.2 L/yr - ₹22.1 L/yr

Explore more salaries
Compare CemtrexLabs 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