Upload Button Icon Add office photos

Filter interviews by

CIENTRA TECHSOLUTION Interview Questions and Answers

Updated 30 Nov 2024

CIENTRA TECHSOLUTION Interview Experiences

Popular Designations

7 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between l,xl and exl
  • Ans. 

    l, xl, and exl are sizes used in clothing to indicate small, extra large, and extra extra large respectively.

    • l stands for large size in clothing.

    • xl stands for extra large size in clothing.

    • exl stands for extra extra large size in clothing.

  • Answered by AI
  • Q2. Well proximity effect
  • Q3. Previous work and project
  • Q4. Basic concepts latch up and antenna

Analog Layout Engineer Interview Questions asked at other Companies

Q1. Why are semiconductors used in electronics?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(1 Question)

  • Q1. Diode,transistos.Basics of analog techniques like matching,shielding,antenna,latchup,emir fixes.

Analog Layout Engineer Interview Questions asked at other Companies

Q1. Why are semiconductors used in electronics?
View answer (1)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Recruitment Consulltant

Round 1 - Technical 

(1 Question)

  • Q1. Basic SV , UVM concepts and coding

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare basic very nicely

Verification Engineer Interview Questions asked at other Companies

Q1. How do you ensure no data loss happens in HW to SW communication?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 4 interview rounds.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Embedded C related questions
  • Q2. Data structure and algorithm questions
  • Q3. Embedded related Protocols
Round 2 - Coding Test 

Some coding scenarios related C programming language

Round 3 - One-on-one 

(2 Questions)

  • Q1. Tricky snippet code
  • Q2. Previous project discussion
Round 4 - HR 

(1 Question)

  • Q1. CTC part discussed

Senior Embedded Software Engineer Interview Questions asked at other Companies

Q1. difference between SPI and I2c protocol 2. difference between structure and union 3. What is bitfied in c and how to define them 4. What is 16.,32,64 bit microconroller means 5. How to define structure
View answer (1)

CIENTRA TECHSOLUTION interview questions for popular designations

 Analog Layout Engineer

 (2)

 RTL Design Engineer

 (2)

 Senior Embedded Software Engineer

 (1)

 Software Engineer

 (1)

 Verification Engineer

 (1)

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Coding Test 

Questions on array, string and linked list

Round 3 - Technical 

(3 Questions)

  • Q1. 1.Difference between structure and union
  • Ans. 

    Structure and union are both used to store different types of data, but they differ in memory allocation and usage.

    • Structure is a user-defined data type that allows storing different types of data in a single variable.

    • Union is also a user-defined data type that allows storing different types of data in a single variable, but it shares the same memory location for all its members.

    • In a structure, each member has its own ...

  • Answered by AI
  • Q2. 2.Tell about memory layout in c
  • Ans. 

    Memory layout in C refers to the organization of memory for variables and data structures.

    • Memory is divided into 3 sections: Text segment, Data segment, and Heap segment.

    • Text segment contains the executable code.

    • Data segment contains global and static variables.

    • Heap segment contains dynamically allocated memory.

    • Stack segment contains function calls and local variables.

  • Answered by AI
  • Q3. Stack, heap, code, data

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on C and your projects did in previous organisation

Skills evaluated in this interview

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

RTL Design Engineer Interview Questions & Answers

user image suneetha jami

posted on 27 Jun 2021

Interview Questionnaire 

1 Question

  • Q1. Logic gates implementation using mux, definition of setup time and hold time, CDC synchronizers, calculation of setup time for given circuit, experience related questions

RTL Design Engineer Interview Questions asked at other Companies

Q1. Logic gates implementation using Mux, De-Mux.
View answer (1)

Jobs at CIENTRA TECHSOLUTION

View all

I applied via Recruitment Consultant and was interviewed in Nov 2019. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions are mentioned in the Interview advice

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview will be in 3 rounds. 1st one telephonic.
2nd & 3 rd will be Skype Round or F2F.
The topics which you should have knowledge on will be indepth basics of STA, how verilog code is converted into logic, and what could be implemented for so and so verilog code.
Knowledge of CDC and techniques used in CDC,
Techniques used to handle setup and hold time violation.
These things are necessary but not sufficient.

RTL Design Engineer Interview Questions asked at other Companies

Q1. Logic gates implementation using Mux, De-Mux.
View answer (1)

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. All employees having same salary in the smae department sql and pysprk
  • Q2. How to create pipeline in databricks
  • Q3. Palindrome, 2nd char in every word make is to upper case, sql rank and dense rank releated questions , given 2 tables country and city we need to calculate total population in each continent by joining the...
  • Q4. String manuplation questions inpython

Interview Preparation Tips

Interview preparation tips for other job seekers - PRepare well on pyspark
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral

Round 1 - Coding Test 

Print a specific pattern using any programming language.

Round 2 - One-on-one 

(3 Questions)

  • Q1. What is a class in Object-Oriented Programming (OOP)?
  • Ans. 

    A class in OOP is a blueprint for creating objects, defining their properties and behaviors.

    • Classes are templates for creating objects in OOP

    • They define the properties (attributes) and behaviors (methods) of objects

    • Objects are instances of classes, each with its own unique data

    • Inheritance allows classes to inherit properties and behaviors from other classes

    • Encapsulation ensures that the data is hidden and can only be a...

  • Answered by AI
  • Q2. What is the difference between an abstract class and an interface?
  • Ans. 

    Abstract class can have both abstract and non-abstract methods, while interface can only have abstract methods.

    • Abstract class can have constructors, fields, and methods, while interface cannot have any implementation.

    • A class can only extend one abstract class, but can implement multiple interfaces.

    • Abstract classes are used to define common characteristics of subclasses, while interfaces are used to define contracts for...

  • Answered by AI
  • Q3. What is joining and creating an inner join query?
  • Ans. 

    Joining is combining data from two or more tables based on a related column, while an inner join query retrieves only the matching records.

    • Joining is used to combine data from multiple tables in a database.

    • Inner join query retrieves only the records that have matching values in both tables.

    • Syntax for inner join: SELECT columns FROM table1 INNER JOIN table2 ON table1.column = table2.column;

    • Example: SELECT orders.order_i...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Webkul Software Associate Software Engineer interview:
  • OOPS
  • Baisc Of any of Programing
  • MySQL
  • joins
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. What is runtime polymorphism, and can you provide a code example to illustrate it?
  • Q2. Streams in java
  • Q3. How do we create threads in Java, and how do we invoke them?
  • Q4. What is a Rest Template and how is it used?

CIENTRA TECHSOLUTION Interview FAQs

How many rounds are there in CIENTRA TECHSOLUTION interview?
CIENTRA TECHSOLUTION interview process usually has 2 rounds. The most common rounds in the CIENTRA TECHSOLUTION interview process are Technical, Coding Test and One-on-one Round.
How to prepare for CIENTRA TECHSOLUTION 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 CIENTRA TECHSOLUTION. The most common topics and skills that interviewers at CIENTRA TECHSOLUTION expect are C++, Firmware, C, Embedded C and Linux Kernel.
What are the top questions asked in CIENTRA TECHSOLUTION interview?

Some of the top questions asked at the CIENTRA TECHSOLUTION interview -

  1. 1.Difference between structure and un...read more
  2. 2.Tell about memory layout i...read more
  3. Difference between l,xl and ...read more

Tell us how to improve this page.

CIENTRA TECHSOLUTION Interview Process

based on 4 interviews in last 1 year

Interview experience

3.5
  
Good

People are getting interviews through

based on 4 CIENTRA TECHSOLUTION interviews
Referral
Recruitment Consultant
25%
25%
50% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 787 Interviews
HCL Infosystems Interview Questions
3.9
 • 141 Interviews
View all

CIENTRA TECHSOLUTION Reviews and Ratings

based on 76 reviews

3.6/5

Rating in categories

3.4

Skill development

3.4

Work-Life balance

3.3

Salary & Benefits

3.2

Job Security

3.4

Company culture

3.1

Promotions/Appraisal

3.3

Work Satisfaction

Explore 76 Reviews and Ratings
Hiring For DFT Engineer

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Open BMC Firmware Developer

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

VERIFICATION

Bangalore / Bengaluru

3-10 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
35 salaries
unlock blur

₹8 L/yr - ₹16 L/yr

Verification Engineer
32 salaries
unlock blur

₹4.5 L/yr - ₹15 L/yr

Software Engineer
27 salaries
unlock blur

₹3 L/yr - ₹11 L/yr

Physical Design Engineer
24 salaries
unlock blur

₹6.3 L/yr - ₹13.1 L/yr

Senior Test Engineer
17 salaries
unlock blur

₹8.5 L/yr - ₹13 L/yr

Explore more salaries
Compare CIENTRA TECHSOLUTION with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
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