Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Craft Silicon Team. If you also belong to the team, you can get access from here

Craft Silicon Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Craft Silicon Interview Questions, Process, and Tips

Updated 16 Oct 2024

Top Craft Silicon Interview Questions and Answers

View all 12 questions

Craft Silicon Interview Experiences

Popular Designations

10 interviews found

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

(2 Questions)

  • Q1. About project some angular concepts they asked
  • Q2. Angular table task given
Round 2 - One-on-one 

(1 Question)

  • Q1. Asked about project flow and how it works with clients
Round 3 - HR 

(1 Question)

  • Q1. About project flow

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Create a procedure
  • Ans. 

    Create a procedure to sort an array of integers in ascending order.

    • Declare a function that takes an array of integers as input

    • Implement a sorting algorithm like bubble sort, selection sort, or insertion sort

    • Return the sorted array

  • Answered by AI
  • Q2. Create xml and declare xml
  • Ans. 

    Creating and declaring XML involves defining the structure and content of the XML document.

    • Define the XML version and encoding at the beginning of the document

    • Declare the root element and any nested elements with opening and closing tags

    • Include attributes within the opening tag to provide additional information

    • Use self-closing tags for elements without content

    • Example: Harry Potter

  • Answered by AI

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 (178)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online aptitude consists of general aptitude and technical aptitude

Round 2 - Technical 

(1 Question)

  • Q1. More about java and project review and coding
Round 3 - HR 

(1 Question)

  • Q1. Normal HR questions

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

MCQ bassed exam has been taken

Round 2 - Technical 

(4 Questions)

  • Q1. What is schema?
  • Ans. 

    Schema is a structure that represents the organization of data in a database.

    • Schema defines the tables, fields, relationships, and constraints in a database.

    • It ensures data integrity and consistency by enforcing rules on the data.

    • Examples of schema elements include tables, columns, primary keys, foreign keys, and indexes.

  • Answered by AI
  • Q2. Write few SQL queries.
  • Ans. 

    SQL queries for various scenarios

    • Retrieve all records from a table: SELECT * FROM table_name;

    • Filter records based on a condition: SELECT * FROM table_name WHERE condition;

    • Join two tables: SELECT * FROM table1 JOIN table2 ON table1.id = table2.id;

    • Aggregate data using GROUP BY: SELECT column_name, COUNT(*) FROM table_name GROUP BY column_name;

  • Answered by AI
  • Q3. What is object oriented programming.
  • Ans. 

    Object oriented programming is a programming paradigm based on the concept of objects, which can contain data and code.

    • Objects: Instances of classes that encapsulate data and behavior

    • Classes: Blueprints for creating objects with shared attributes and methods

    • Inheritance: Ability for classes to inherit attributes and methods from other classes

    • Polymorphism: Ability for objects to take on multiple forms or behaviors

    • Encapsu...

  • Answered by AI
  • Q4. Have you worked on dot net core?
  • Ans. 

    Yes, I have worked on dot net core.

    • I have experience developing applications using .NET Core framework.

    • I have worked on projects involving ASP.NET Core for web development.

    • I am familiar with the features and capabilities of .NET Core for cross-platform development.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Have you visited our website?
  • Q2. Are you agree on this payband?
  • Ans. 

    I am open to discussing the payband and negotiating if needed.

    • Express willingness to discuss payband

    • Be open to negotiation if necessary

    • Provide examples of how your skills and experience align with the payband

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Craft Silicon Associate Software Development Engineer interview:
  • OOPS
  • SQL
  • JSP
Interview preparation tips for other job seekers - Confidence matters....be confident fearless and humble through your words.

Skills evaluated in this interview

Associate Software Development Engineer Interview Questions asked at other Companies

Q1. What is OS, explain threading, explain paging, database transactions - acid properties, 2-3 questions related to computer networks
View answer (1)

Craft Silicon interview questions for popular designations

 Software Developer

 (2)

 Software Engineer

 (2)

 Angular Frontend Developer

 (1)

 Associate Software Development Engineer

 (1)

 Business Analyst

 (1)

 Manager Learning & Development

 (1)

 Software Development Engineer II

 (1)

 Software Testing Engineer

 (1)

Business Analyst Interview Questions & Answers

user image Baliram Ambhure

posted on 16 Oct 2024

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

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(5 Questions)

  • Q1. Experience and basic questions like roles and responsibilities in last role
  • Q2. What is agile and waterfall ?
  • Ans. 

    Agile and waterfall are two different project management methodologies used in software development.

    • Agile is a flexible, iterative approach where requirements and solutions evolve through collaboration between self-organizing cross-functional teams.

    • Waterfall is a linear, sequential approach where each phase must be completed before the next one begins.

    • Agile focuses on delivering working software in short iterations, wh...

  • Answered by AI
  • Q3. Explain the Gap analysis?
  • Ans. 

    Gap analysis is a strategic planning tool used to compare the current state of a business or project with its desired future state.

    • Identify the current state of the business or project

    • Determine the desired future state

    • Analyze the gaps between the current and future states

    • Develop strategies to bridge the gaps

    • Monitor and evaluate progress towards closing the gaps

  • Answered by AI
  • Q4. Explain the use case and user stories
  • Ans. 

    Use cases describe interactions between a system and its users, while user stories are specific, actionable requirements from a user's perspective.

    • Use cases provide a high-level view of system functionality and interactions.

    • User stories are detailed, specific requirements written from the user's perspective.

    • Use cases are typically written in a more formal, structured format.

    • User stories are often written on index cards...

  • Answered by AI
  • Q5. Banking domain knowledge
Round 2 - Assignment 

Create BRD, FSD on any banking related software ware like LOS

Interview Preparation Tips

Interview preparation tips for other job seekers - God knowledge about LOS,LMS required as well as banking

Skills evaluated in this interview

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (9)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Feb 2023. There were 2 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. Q related to manual, sql, api, java(oops), selenium, framework
  • Q2. Q related to project

Interview Preparation Tips

Interview preparation tips for other job seekers - Its my great experience with the interviewer, I learn lot more think, For the job seekers just go with proper study and then nothing is difficult.

Software Testing Engineer Interview Questions asked at other Companies

Q1. Maximal AND Subsequences Problem Given an array consisting of N integers, your task is to determine how many k-element subsequences of the given array exist where the bitwise AND of the subsequence's elements is maximal. Your objective is t... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Working principal basic joins
  • Q2. Normalization and their types
  • Ans. 

    Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity.

    • Normalization is divided into different normal forms such as 1NF, 2NF, 3NF, BCNF, and 4NF.

    • Each normal form has specific rules to eliminate redundancy and dependency issues.

    • For example, 1NF ensures that each column contains atomic values, 2NF eliminates partial dependencies, and 3NF removes transitive dependenci

  • Answered by AI

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 (38)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Aptitude Test 

Quants and logical questions

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 (178)

I applied via Company Website and was interviewed in Apr 2022. There were 4 interview rounds.

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 - Coding Test 

Its depend upon our experience . to test they how should to write the queries

Round 3 - Technical 

(1 Question)

  • Q1. What are Concepts of T-SQL
  • Ans. 

    T-SQL concepts include data manipulation, querying, transactions, and stored procedures.

    • Data manipulation involves inserting, updating, and deleting data in a database.

    • Querying involves retrieving data from a database using SELECT statements.

    • Transactions ensure that a group of database operations are completed as a single unit of work.

    • Stored procedures are precompiled SQL statements that can be executed multiple times.

    • ...

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. A normal discussion about projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Its good experience to me. It is more helpful to know my self that how should I learn

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Why should we hire you?

Interview Preparation Tips

Interview preparation tips for other job seekers - It is very important for the candidate to go through the company website prior to interview and to have a sound knowledge about company, Management, products and services. Candidate need to do a self analysis with respect to JD of the role for which he/she is applying.

Manager Learning & Development Interview Questions asked at other Companies

Q1. How will you onboard 500 candidates every month?
View answer (1)

Craft Silicon Interview FAQs

How many rounds are there in Craft Silicon interview?
Craft Silicon interview process usually has 2-3 rounds. The most common rounds in the Craft Silicon interview process are Technical, HR and Aptitude Test.
How to prepare for Craft Silicon 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 Craft Silicon. The most common topics and skills that interviewers at Craft Silicon expect are Business Analysis, SQL, ASP.Net, JQuery and C#.
What are the top questions asked in Craft Silicon interview?

Some of the top questions asked at the Craft Silicon interview -

  1. Have you worked on dot net co...read more
  2. Are you agree on this payba...read more
  3. What is object oriented programmi...read more

Tell us how to improve this page.

Craft Silicon Interview Process

based on 11 interviews

Interview experience

4.4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 806 Interviews
View all

Craft Silicon Reviews and Ratings

based on 72 reviews

3.5/5

Rating in categories

3.3

Skill development

3.0

Work-life balance

3.2

Salary

3.6

Job security

3.3

Company culture

3.0

Promotions

3.2

Work satisfaction

Explore 72 Reviews and Ratings
Software Development Engineer
43 salaries
unlock blur

₹3.5 L/yr - ₹7.2 L/yr

Softwaretest Engineer
36 salaries
unlock blur

₹4 L/yr - ₹7.5 L/yr

Software Engineer
24 salaries
unlock blur

₹3.5 L/yr - ₹6.4 L/yr

Software Developer
20 salaries
unlock blur

₹2.7 L/yr - ₹7.6 L/yr

Business Analyst
18 salaries
unlock blur

₹3.6 L/yr - ₹13 L/yr

Explore more salaries
Compare Craft Silicon with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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