Upload Button Icon Add office photos

Filter interviews by

Kreate Technologies Software Developer Interview Questions, Process, and Tips for Experienced

Updated 23 Jan 2025

Kreate Technologies Software Developer Interview Experiences for Experienced

1 interview found

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

I applied via LinkedIn and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(15 Questions)

  • Q1. Oops Concept in c#
  • Ans. 

    Oops concept in C# refers to Object-Oriented Programming principles like inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation hides the internal state of an object and only exposes necessary information.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Abstraction focuses on...

  • Answered by AI
  • Q2. Manage and unmanaged code
  • Q3. Dependency injection
  • Q4. Filter and its type
  • Ans. 

    A filter is a tool used to select specific data from a larger set based on certain criteria.

    • Filters can be used in various programming languages and databases to narrow down results.

    • Types of filters include text filters, numeric filters, date filters, and custom filters.

    • Examples of filters include WHERE clause in SQL, filter() function in Python, and filter() method in JavaScript.

  • Answered by AI
  • Q5. View in sql server
  • Ans. 

    A view in SQL Server is a virtual table that contains the result set of a SELECT statement.

    • Views are used to simplify complex queries by storing them as a virtual table.

    • Views can be used to restrict access to specific columns or rows of a table.

    • Views can be created using the CREATE VIEW statement.

    • Example: CREATE VIEW vwEmployee AS SELECT FirstName, LastName FROM Employees;

  • Answered by AI
  • Q6. Primary key vs unique key
  • Ans. 

    Primary key uniquely identifies a record in a table, while unique key ensures uniqueness but allows null values.

    • Primary key enforces uniqueness and not null constraint on a column

    • Primary key can consist of multiple columns

    • Unique key enforces uniqueness but allows null values

    • Unique key can be applied to multiple columns as well

  • Answered by AI
  • Q7. Procedure vs function
  • Ans. 

    Procedures are a set of instructions that perform a specific task, while functions return a value after performing a task.

    • Procedures do not return a value, while functions do.

    • Functions can be called within expressions, while procedures cannot.

    • Functions are more versatile and reusable compared to procedures.

  • Answered by AI
  • Q8. Trigger in sql server
  • Ans. 

    A trigger in SQL Server is a special type of stored procedure that automatically executes when certain events occur in a database.

    • Triggers can be used to enforce business rules, audit changes, or replicate data.

    • There are two main types of triggers in SQL Server: DML triggers and DDL triggers.

    • DML triggers fire in response to data manipulation language (DML) events like INSERT, UPDATE, and DELETE.

    • DDL triggers fire in res...

  • Answered by AI
  • Q9. Interface in c#
  • Ans. 

    Interface in C# is a reference type that defines a contract for classes to implement certain methods and properties.

    • Interfaces cannot have implementation, only method signatures and properties.

    • Classes can implement multiple interfaces in C#.

    • Interfaces are used to achieve abstraction and multiple inheritance in C#.

    • Example: public interface IShape { void Draw(); }

    • Example: public class Circle : IShape { public void Draw()

  • Answered by AI
  • Q10. Abstract class vs interface
  • Ans. 

    Abstract class is a class that can have both abstract and non-abstract methods, while interface is a contract that defines methods that must be implemented by a class.

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

    • A class can implement multiple interfaces but can only inherit from one abstract class.

    • Abstract classes are used when some common functionality needs ...

  • Answered by AI
  • Q11. Partial view in.det
  • Ans. 

    Partial view in ASP.NET MVC allows reusing common UI elements across multiple views.

    • Partial views are like reusable components that can be included in multiple views

    • They help in reducing code duplication and improving maintainability

    • Partial views are rendered using Html.Partial or Html.RenderPartial methods

  • Answered by AI
  • Q12. Method overloading vs overriding
  • Ans. 

    Method overloading is having multiple methods in the same class with the same name but different parameters. Method overriding is redefining a method in a subclass with the same name and parameters as in the superclass.

    • Method overloading involves multiple methods with the same name but different parameters.

    • Method overriding involves redefining a method in a subclass with the same name and parameters as in the superclas...

  • Answered by AI
  • Q13. Union vs union all
  • Ans. 

    Union combines and removes duplicates, while union all combines all rows including duplicates.

    • Union removes duplicates, while union all includes duplicates.

    • Union is slower as it has to remove duplicates, while union all is faster.

    • Use union when you want to remove duplicates, use union all when duplicates are acceptable.

  • Answered by AI
  • Q14. Foreign key In sql
  • Ans. 

    Foreign key in SQL is a field in a table that links to a primary key in another table, enforcing referential integrity.

    • Foreign key constraints ensure data consistency between related tables

    • Foreign key values must exist in the referenced table's primary key column

    • Foreign key can be used to establish relationships between tables

  • Answered by AI
  • Q15. Constructor in c#
  • Ans. 

    Constructor in C# is a special type of method that is automatically called when an instance of a class is created.

    • Constructors have the same name as the class and do not have a return type.

    • They can be used to initialize the data members of the class.

    • Constructors can be overloaded to have multiple versions with different parameters.

    • Example: public class Person { public Person(string name) { this.Name = name; } }

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Tell me about your project
  • Q2. Salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Create a good resume and practice common interview questions and improve your logic using pattern printing and continuous learning.

Skills evaluated in this interview

Interview questions from similar companies

I applied via Walk-in and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Many questions about current working , some assignments that they give me, some pattern and lot's of basic programming fundamental..

Interview Preparation Tips

Interview preparation tips for other job seekers - I wanted to tell just one thing as fresher's there are one main issue we already know the answer of all questions but we would not express it, my funda is simple if you're fresher then don't hesitate to express things if possible then express everything that's how you achieve anything with expression...
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Show project what we did till?
  • Ans. 

    Developed a project management tool for tracking tasks and deadlines.

    • Implemented user authentication and authorization features

    • Integrated with third-party APIs for calendar syncing

    • Utilized Agile methodology for iterative development

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and definitely they will terminate after 1year. By saying no requirement.

I applied via Whatsapp Group and was interviewed in Oct 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. All Ques based on Core Java.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare Core Java Very well.

I applied via Referral and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Finding patterns and creating formulas based on the patterns.

Round 2 - Coding Test 

Solving regulation system scenario which accepts name , age and another spastics about white and red blood cells.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to realize the real problem.you must always be firstly understand the problem before passing to get solutions.

I applied via Referral and was interviewed before Nov 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 - Technical 

(2 Questions)

  • Q1. SQL Server related questions
  • Q2. SSRS Reports related questions
Round 3 - HR 

(1 Question)

  • Q1. Previous Experience and Salary Negotiation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for Fresher and Experienced. Flexible timings, WFH option, good food/canteen, good perks ( employee benefits ).

I applied via Internshala and was interviewed before Jul 2021. There were 2 interview rounds.

Round 1 - Coding Test 

Make a simple angular app or debug a non-functional Angular app.

Round 2 - Technical 

(2 Questions)

  • Q1. Projects made and tech used
  • Ans. 

    I have worked on various projects using technologies like Java, Python, and JavaScript.

    • Developed a web application using Java Spring framework

    • Created a data analysis tool using Python and Pandas library

    • Built a real-time chat application using Node.js and Socket.io

    • Implemented machine learning algorithms using Python scikit-learn library

    • Developed a mobile application using React Native

  • Answered by AI
  • Q2. Approach to solve a problem

Interview Preparation Tips

Interview preparation tips for other job seekers - The first round is pretty easy, make a simple Angular app. Try to make the app yourself, interviewers will know if code is copied.
In the interview, you will be judged on whatever you know and have done.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 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 - HR 

(2 Questions)

  • Q1. What are the Concept of OOPs and other java basic questions.
  • Q2. Some basic questions regarding sql.
Round 3 - Coding Test 

3 basic java coding questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for freshers but the pay is low and working hours are long.

I applied via Naukri.com and was interviewed before Sep 2021. 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 - Technical 

(1 Question)

  • Q1. Basic .net Framework questions. VB 6.0 questions.
Round 3 - One-on-one 

(1 Question)

  • Q1. This is managerial round, and it will have questions like working experience and compatibility to work on VB 6.0 and .Net .
Round 4 - HR 

(1 Question)

  • Q1. Final round with company CEO.

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply here to work under low salary and maximum output

Interview Questionnaire 

1 Question

  • Q1. Tell me about your work experience

Kreate Technologies Interview FAQs

How many rounds are there in Kreate Technologies Software Developer interview for experienced candidates?
Kreate Technologies interview process for experienced candidates usually has 2 rounds. The most common rounds in the Kreate Technologies interview process for experienced candidates are One-on-one Round and HR.
How to prepare for Kreate Technologies Software Developer interview for experienced candidates?
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 Kreate Technologies . The most common topics and skills that interviewers at Kreate Technologies expect are JQuery, JSON, Javascript, Ajax and Angularjs.
What are the top questions asked in Kreate Technologies Software Developer interview for experienced candidates?

Some of the top questions asked at the Kreate Technologies Software Developer interview for experienced candidates -

  1. Method overloading vs overrid...read more
  2. Primary key vs unique ...read more
  3. Procedure vs funct...read more

Tell us how to improve this page.

Kreate Technologies Software Developer Interview Process for Experienced

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Shvintech Interview Questions
3.7
 • 4 Interviews
Business Labs Interview Questions
4.1
 • 4 Interviews
Easy Quick Web Interview Questions
5.0
 • 3 Interviews
View all
Kreate Technologies Software Developer Salary
based on 68 salaries
₹3 L/yr - ₹8.4 L/yr
36% less than the average Software Developer Salary in India
View more details

Kreate Technologies Software Developer Reviews and Ratings

based on 13 reviews

2.9/5

Rating in categories

2.9

Skill development

3.0

Work-life balance

2.9

Salary

3.0

Job security

3.0

Company culture

3.0

Promotions

2.9

Work satisfaction

Explore 13 Reviews and Ratings
Software Developer
68 salaries
unlock blur

₹3 L/yr - ₹8.4 L/yr

Junior Software Developer
36 salaries
unlock blur

₹3 L/yr - ₹5.4 L/yr

Senior Software Developer
33 salaries
unlock blur

₹5.2 L/yr - ₹18 L/yr

Business Analyst
10 salaries
unlock blur

₹4.4 L/yr - ₹11.7 L/yr

Senior Software Engineer
10 salaries
unlock blur

₹6.9 L/yr - ₹13 L/yr

Explore more salaries
Compare Kreate Technologies with

AARA Technologies

3.4
Compare

Coditro

4.5
Compare

Value Creatives

4.3
Compare

Aminsofttech

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