Upload Button Icon Add office photos

Filter interviews by

Cresttek Software Engineer Interview Questions and Answers

Updated 10 Jan 2022

Cresttek Software Engineer Interview Experiences

1 interview found

I applied via Naukri.com

Interview Questionnaire 

1 Question

  • Q1. Embedded C programming

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice, Attend the interview with can and automotive background

Interview questions from similar companies

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

(2 Questions)

  • Q1. DevOps tools related questions
  • Q2. And python programming questions

I applied via Company Website and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Firstly They have asked me to introduce myself and further, they questions from manly 3 section from my resume
  • Q2. OOPS 1: Difference between Method overloading and method overriding 2: What is inheritance and it's benifits 3: Define encapsulation and Abstraction.
  • Ans. 

    Questions related to OOPS concepts in software engineering.

    • Method overloading is having multiple methods with the same name but different parameters, while method overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Inheritance is the ability of a class to inherit properties and methods from its parent class. It allows for code reuse and promotes modularity.

    • Encapsu...

  • Answered by AI
  • Q3. SQL 1: Difference between primary key and unique key 2: Why we use Normalisation and there different types 3: Some questions from SQL query, Join, delete, update, etc.
  • Ans. 

    Answers to SQL related questions for Software Engineer interview

    • Primary key uniquely identifies a record in a table, while unique key ensures that no two records have the same value for a specific column

    • Normalization is used to eliminate data redundancy and improve data integrity. Types include 1NF, 2NF, 3NF, BCNF, 4NF, 5NF

    • SQL queries can be used to retrieve data from one or more tables using joins. Delete and update s

  • Answered by AI
  • Q4. Aptitude 1: One question from number series

Interview Preparation Tips

Interview preparation tips for other job seekers - If you're going for the interview process for Milliman just well prepared all the above mentioned points, last but not least be genuine about your project

Skills evaluated in this interview

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

Round 1 - Technical 

(1 Question)

  • Q1. Basic knowledge on programming and frameworks

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience and confident throughout the interview process

I applied via Referral and was interviewed before Oct 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 - Aptitude Test 

That was 1 hour apti test with subjective questions

Round 3 - Coding Test 

This was coding round with DSA. Good basic questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to get internship from a good organisation. You get chance to see and work in corporate culture

Interview Preparation Tips

Round: Resume Shortlist
Experience: CV should focus on the skill set previously mentioned. Concise and to the point sentences. Line out projects and internships well. Balance between academia and extra curriculars. Attend the CV making workshop of Opera and work on it accordingly.
Tips: Don’t put things totally irrelevant to the job profile. Don’t write long sentences. Know your CV well for further stages.Anything related to your CV should be at the tip of your tongue.

Round: Test
Experience: Don’t spend a lot of time on one question in quant section. There’s a cut-off in Quant and your focus should be on clearing it. If you clear the cut-off, the puzzle section will be evaluated, where solving at least 2 is generally good enough. Puzzles are hard, and need a lot of prior practice.

Round: HR Interview
Experience: Direct selections take place at the end of all interviews after a mutual discussion between all the panels. Know your CV thoroughly. Prepare for some HR questions as well. Puzzle solving and guesstimates are asked, so prepare them well. When you are asked a puzzle, do not sit quietly but think aloud. The interviewers help you structure your thoughts. Most of the times, just knowing your approach is enough for them
Tips: Evaluate the nature of your interviewer for the first 5 minutes and if possible treat the interview like a discussion. They just want to know more about you so tell it to them. Most of them are very friendly, and you will feel at ease. Be confident. Sound excited while talking about your projects/internships. It gives them confidence in you. Be very very thorough with your CV. Nothing gives a bad impression like not knowing about yourself. Ask questions if you have them at the end of the interview.

General Tips: 1: Be Confident.
2: Keep Smiling.
3: Do not be Panic.
4: Remember they are here to hire you but not reject you.
5: Do not loose hope.
6: Believe at yourself.
7: Start preparing early.
8: Do demo interviews with your friend.
Skills: Mathematics, Computer Science
College Name: IIT KHARAGPUR
Motivation: Every body joins a comapny for making a software or earning money. But I was always motivated to MAKE MONEY. I have taken this job because they have very extensive work in Share Market and they have lots of MBA from IIM's, Lots of CAs, CS. Thats why i have choosen Edelweiss. I have rejected epic System USA for this profile.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Assignment 

JavaScript, React Js

Round 2 - One-on-one 

(3 Questions)

  • Q1. How many years of relevant experience
  • Q2. What is your current CTC
  • Q3. What is your Expectation
Round 3 - HR 

(3 Questions)

  • Q1. What is your Strength
  • Q2. What is weakness
  • Ans. 

    One weakness I have is that I can be overly critical of my own work, which can sometimes lead to self-doubt.

    • I tend to overthink things and can be indecisive at times

    • I have a tendency to take on too many tasks at once, leading to feeling overwhelmed

    • I struggle with public speaking and often get nervous in front of large groups

  • Answered by AI
  • Q3. What is your Goal
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 - Technical 

(3 Questions)

  • Q1. Difference between Asp.net and Ado.net? Explain about Ado.net complete briefly?
  • Ans. 

    ASP.NET is a web development framework while ADO.NET is a data access technology for connecting to databases.

    • ASP.NET is used for building web applications, while ADO.NET is used for accessing and manipulating data from databases.

    • ASP.NET provides a framework for creating dynamic web pages, handling user input, and managing state, while ADO.NET provides a set of classes for interacting with databases.

    • ASP.NET includes fea...

  • Answered by AI
  • Q2. Difference between Functions and stored procedure?
  • Ans. 

    Functions return a value while stored procedures do not.

    • Functions are used to perform a specific task and return a value to the caller.

    • Stored procedures are used to execute a set of SQL statements and do not return a value.

    • Functions can be used in SQL statements while stored procedures cannot.

    • Functions can be called from within stored procedures.

    • Functions are deterministic while stored procedures may not be.

    • Functions c...

  • Answered by AI
  • Q3. Interface Inheritance Difference between overloading and overriding
  • Ans. 

    Interface is a contract that defines the methods a class must implement. Inheritance is the ability of a class to inherit properties and methods from another class.

    • Interface is used to achieve abstraction and multiple inheritance in Java.

    • Inheritance allows code reuse and promotes code organization.

    • Overloading is having multiple methods with the same name but different parameters.

    • Overriding is providing a different impl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Well prepare oops and asp.net ,ado.net ,SQL server concepts

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Mar 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Related to oops,
  • Q2. Micro services regarding

I applied via Walk-in and was interviewed in Nov 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Completely asking questions on python django

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patience and give relevent answer

Cresttek Interview FAQs

How to prepare for Cresttek Software Engineer 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 Cresttek. The most common topics and skills that interviewers at Cresttek expect are Software Engineering, Automotive, C, Canalyzer and Canoe.

Tell us how to improve this page.

Design Engineer
5 salaries
unlock blur

₹3.1 L/yr - ₹5.2 L/yr

Mechanical Engg. Design
3 salaries
unlock blur

₹3 L/yr - ₹3.8 L/yr

Explore more salaries
Compare Cresttek with

Aneja Associates

3.1
Compare

VISION

4.0
Compare

Techved Consulting

3.4
Compare

Axis Risk Consulting Services

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