Upload Button Icon Add office photos

Filter interviews by

Capricot Technologies Solution Specialist Interview Questions, Process, and Tips

Updated 14 Mar 2023

Capricot Technologies Solution Specialist Interview Experiences

1 interview found

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

I applied via Approached by Company and was interviewed in Sep 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. What is the experience you re having related to the JD?
  • Q2. What was your last company?
  • Q3. Whais the salary expectation?
Round 3 - Technical 

(5 Questions)

  • Q1. How many projections are there in engineering drawing?!
  • Ans. 

    There are multiple projections in engineering drawing.

    • There are typically three projections in engineering drawing: front, top, and side views.

    • Additional projections may be included depending on the complexity of the object being drawn.

    • Projections can be either orthographic or isometric.

    • Projections are used to accurately represent the dimensions and features of an object.

  • Answered by AI
  • Q2. How to create layers in AutoCAD?
  • Ans. 

    Layers in AutoCAD can be created using the LAYER command or the LAYER PROPERTIES MANAGER.

    • Open the LAYER PROPERTIES MANAGER by typing LAYER in the command line or by clicking on the LAYER PROPERTIES button in the HOME tab.

    • Click on the NEW LAYER button to create a new layer.

    • Name the layer and set its properties such as color, linetype, and lineweight.

    • Assign objects to the layer using the LAYER dropdown in the HOME tab or...

  • Answered by AI
  • Q3. What is the minimum value of vernier caliper?!
  • Ans. 

    The minimum value of vernier caliper depends on the manufacturer and model.

    • The minimum value can range from 0.02mm to 0.05mm depending on the caliper.

    • It is important to check the specifications of the caliper before purchasing.

    • Some manufacturers may offer calipers with a minimum value of 0.01mm for more precise measurements.

  • Answered by AI
  • Q4. Name some views in AutoCAD?
  • Ans. 

    AutoCAD has various views to help users visualize their designs from different angles.

    • Some views in AutoCAD include: Top view, Front view, Side view, Isometric view, Perspective view, and Orthographic view.

    • Top view shows the plan view of the design from the top.

    • Front view shows the front elevation of the design.

    • Side view shows the side elevation of the design.

    • Isometric view shows the design in 3D with equal angles for ...

  • Answered by AI
  • Q5. What do you mean by scale factor 1:3?
  • Ans. 

    Scale factor 1:3 means that the size of the object is one-third of the original size.

    • Scale factor is the ratio of the size of the original object to the size of the scaled object.

    • In this case, the scaled object is one-third the size of the original object.

    • For example, if the original object was 6 inches long, the scaled object would be 2 inches long.

  • Answered by AI
Round 4 - Behavioral 

(3 Questions)

  • Q1. How many years you completed in the last company?
  • Q2. Have you went to outstation installation?
  • Ans. 

    Yes, I have gone to outstation installations for various projects.

    • I have traveled to different cities and states for installation projects.

    • I have experience in coordinating with local teams and vendors for smooth execution of installations.

    • I have also provided on-site training and support to clients after installations.

    • For example, I have traveled to Mumbai, Pune, and Bangalore for installation projects.

  • Answered by AI
  • Q3. Are you interested in the job profile?

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for the beginners and you can learn lot. All the staffs are decade more experienced persons.

Interview questions from similar companies

I applied via Referral and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Tell me about yourself
Round 2 - Technical 

(1 Question)

  • Q1. 1 Project Explanation 2 SDLC & STLC. 3 Differentiate Smoke vs Sanity 4 What is Regression testing? 5 Bug life cycle. 6 Scenarios on real time example. 7 Questions on agile
  • Ans. 

    Interview questions for Software Engineer position

    • Project explanation should include details on the project's purpose, scope, and technologies used

    • SDLC (Software Development Life Cycle) and STLC (Software Testing Life Cycle) are methodologies used in software development and testing respectively

    • Smoke testing is a type of testing that checks if the basic functionalities of the software are working fine, while Sanity tes...

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

(1 Question)

  • Q1. All basic HR questions and salary discussion.

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

Interview Questionnaire 

1 Question

  • Q1. Python file handling, input,output, in a file, Sql joins, list sort in python, basics of GIS, Web service how to test

Interview Preparation Tips

Interview preparation tips for other job seekers - This is hust basics not deep dive, strog ur basics to crack

I applied via Campus Placement and was interviewed in Aug 2020. There were 5 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Merge sort
  • Q2. Oops concept
  • Q3. Real time implementation of oops concept
  • Ans. 

    Real-time implementation of OOPs concept involves creating objects and classes that interact with each other in real-time applications.

    • Real-time systems require objects to be created and destroyed dynamically

    • Inheritance and polymorphism can be used to create flexible and extensible systems

    • Real-time systems often use event-driven programming to respond to user input

    • Examples include video games, financial trading systems

  • Answered by AI
  • Q4. Logical questions
  • Q5. Logical programming questions using maps and array

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong and confident. If No from this company, Focus next. But never for negative thoughts. My brother was rejected 7 times for a company who is subsidary of google. But now he is CEO of that company.

Interview Questionnaire 

3 Questions

  • Q1. OOPS concepts
  • Q2. SQL questions
  • Q3. Write a program..
  • Ans. 

    Program to print the Fibonacci series up to a given number.

    • Take input from user for the limit of the series.

    • Initialize two variables with 0 and 1 respectively.

    • Use a loop to generate the series and print each number.

    • Add the previous two numbers to get the next number in the series.

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. C2H profile basic technology based question s only

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident about your answer
Round 1 - Coding Test 

Topics:
Python, Django, MySQL, Automation, Technical questions

Round 2 - Technical 

(3 Questions)

  • Q1. Topics: Python, Django, MySQL, Automation, Technical questions
  • Q2. Explain Django Architecture
  • Ans. 

    Django follows Model-View-Controller (MVC) architectural pattern.

    • Django has a high-level architecture that follows the Model-View-Controller (MVC) architectural pattern.

    • The Model layer represents the database schema and business logic.

    • The View layer is responsible for rendering the templates and presenting the data to the user.

    • The Controller layer handles the user's input and interacts with the Model and View layers.

    • Dj...

  • Answered by AI
  • Q3. Difference between XML and JSON
  • Ans. 

    XML is a markup language while JSON is a lightweight data interchange format.

    • XML uses tags to define elements while JSON uses key-value pairs.

    • XML is more verbose and complex than JSON.

    • JSON is easier to read and parse than XML.

    • XML supports namespaces and validation while JSON does not.

    • XML is widely used in web services and document exchange while JSON is preferred for data exchange between applications.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on Python Django
Showcase your skills

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. MVC related, SQL commands, C, C#

Interview Preparation Tips

Interview preparation tips for other job seekers - Be calm, Think well, If you have confusion in answer Just tell them which and why you feel confused, If you don't understand question, Just try to make it clear,
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Jun 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 - Aptitude Test 

Program output prediction,Logical

Round 3 - Coding Test 

3 programs ,any Language you choose. One SQL and 2 programs

Interview Preparation Tips

Topics to prepare for ClaySys Software Engineer interview:
  • Coding skills
  • Logic
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before May 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concepts ?
  • Q2. SQL queries related?
Round 2 - Coding Test 

General coding questions

Round 3 - Assignment 

30days training and project building

Interview Preparation Tips

Topics to prepare for ClaySys Software Engineer interview:
  • Oops concepts

Capricot Technologies Interview FAQs

How many rounds are there in Capricot Technologies Solution Specialist interview?
Capricot Technologies interview process usually has 4 rounds. The most common rounds in the Capricot Technologies interview process are Resume Shortlist, HR and Technical.
How to prepare for Capricot Technologies Solution Specialist 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 Capricot Technologies. The most common topics and skills that interviewers at Capricot Technologies expect are Technical Support, AutoCAD, Civil, Corporate and ETABS.
What are the top questions asked in Capricot Technologies Solution Specialist interview?

Some of the top questions asked at the Capricot Technologies Solution Specialist interview -

  1. How many projections are there in engineering drawin...read more
  2. What is the minimum value of vernier calipe...read more
  3. Have you went to outstation installati...read more

Tell us how to improve this page.

Capricot Technologies Solution Specialist Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

NexTurn Interview Questions
4.1
 • 27 Interviews
ClaySys Interview Questions
2.9
 • 24 Interviews
Contus Interview Questions
4.2
 • 22 Interviews
Pitney Bowes Interview Questions
3.7
 • 21 Interviews
Knoldus Inc Interview Questions
3.9
 • 20 Interviews
DynPro Interview Questions
3.8
 • 20 Interviews
View all
Capricot Technologies Solution Specialist Salary
based on 12 salaries
₹3.9 L/yr - ₹6.3 L/yr
73% less than the average Solution Specialist Salary in India
View more details

Capricot Technologies Solution Specialist Reviews and Ratings

based on 5 reviews

2.9/5

Rating in categories

2.6

Skill development

2.5

Work-life balance

1.5

Salary

2.3

Job security

1.5

Company culture

2.1

Promotions

2.1

Work satisfaction

Explore 5 Reviews and Ratings
Business Executive
19 salaries
unlock blur

₹2.8 L/yr - ₹5.5 L/yr

Business Manager
12 salaries
unlock blur

₹5.1 L/yr - ₹9 L/yr

Solution Specialist
12 salaries
unlock blur

₹3.8 L/yr - ₹6.2 L/yr

Senior Business Executive
11 salaries
unlock blur

₹6.8 L/yr - ₹8.5 L/yr

Bim Application Specialist
11 salaries
unlock blur

₹2.8 L/yr - ₹4.5 L/yr

Explore more salaries
Compare Capricot Technologies with

Accel Frontline

4.0
Compare

Pitney Bowes

3.7
Compare

Apmosys Technologies

3.4
Compare

DynPro

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