Upload Button Icon Add office photos

Filter interviews by

Crayon Software Experts India Interview Questions, Process, and Tips

Updated 23 Oct 2024

Top Crayon Software Experts India Interview Questions and Answers

Crayon Software Experts India Interview Experiences

Popular Designations

5 interviews found

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

(1 Question)

  • Q1. AWS architecture
Round 2 - HR 

(1 Question)

  • Q1. AWS architecture

Cloud Architect Interview Questions asked at other Companies

Q1. How do you manage access control for data platform with multiple vendors like AWS, Snowflake and Databricks.
View answer (1)
Interview experience
5
Excellent
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 - Technical 

(5 Questions)

  • Q1. There was an interview with Technical person who asked me whole deep dive explanation about services in aws. Migration, Network Setup, Implementation of services etc.
  • Q2. Any big task which you have completed in your current role on which you are proud of?
  • Q3. How you have done direct connect setup?
  • Ans. 

    I have set up direct connect by configuring a dedicated network connection between on-premises data center and AWS.

    • Configured a dedicated network connection between on-premises data center and AWS

    • Worked with AWS Direct Connect service to establish a private connection

    • Configured virtual interfaces to connect to AWS resources

    • Ensured proper routing and security settings for the direct connect setup

  • Answered by AI
  • Q4. Migration tool for database
  • Ans. 

    AWS Database Migration Service is a tool for migrating databases to AWS.

    • AWS Database Migration Service (DMS) is a reliable and cost-effective way to migrate databases to AWS.

    • DMS supports homogeneous migrations (e.g. Oracle to Oracle) as well as heterogeneous migrations (e.g. Oracle to Amazon Aurora).

    • DMS can continuously replicate data changes from the source to the target database during the migration process.

    • DMS can b...

  • Answered by AI
  • Q5. Firewall rulebase migration from onprem to aws
  • Ans. 

    Firewall rulebase migration involves assessing existing rules, mapping to AWS security groups, and testing for effectiveness.

    • Assess existing firewall rules in on-prem environment

    • Map on-prem firewall rules to AWS security groups

    • Test migrated firewall rules for effectiveness and security

    • Consider using AWS Firewall Manager for centralized management

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do whole end to end research of each aws services

Skills evaluated in this interview

AWS Solution Architect Interview Questions asked at other Companies

Q1. 1)which type of instance using for memory related works? 2)how to connect the network connectivity in aws two networks? 3)How many ip available in the ipv4? 4) How many subnets create in the one VPC?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

(1 Question)

  • Q1. About my work experience and my expectations from them
Round 3 - One-on-one 

(1 Question)

  • Q1. Total experience in IT sales
Round 4 - Technical 

(1 Question)

  • Q1. Understanding about Microsoft cloud services
  • Ans. Making customer aware about azure and M365
  • Answered Anonymously

Interview Preparation Tips

Topics to prepare for Crayon Software Experts India Business Development Manager interview:
  • Azure
Interview preparation tips for other job seekers - Go through with job description and understand about the products

Business Development Manager Interview Questions asked at other Companies

Q1. If your not getting support from bank or agent, then what will make further to generate business, what is the approach or strategy to be implemented during such cases to convince the customers ?
View answer (14)

I applied via Approached by Company and was interviewed before Sep 2021. 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 - One-on-one 

(2 Questions)

  • Q1. Best practices to follow - when migrating a business critical App from On prem DC to AWS
  • Ans. 

    Best practices for migrating a business critical app from on-prem DC to AWS

    • Perform a thorough assessment of the application and its dependencies

    • Choose the appropriate migration strategy (rehost, replatform, refactor, repurchase, retire)

    • Ensure data security and compliance during the migration process

    • Test the application thoroughly before and after the migration

    • Implement monitoring and alerting to ensure the application ...

  • Answered by AI
  • Q2. Migration strategy to follow
  • Ans. 

    The migration strategy should be based on a thorough analysis of the current system and the target system.

    • Identify the scope of the migration

    • Analyze the current system and the target system

    • Determine the migration approach (lift and shift, re-platform, re-factor, or replace)

    • Develop a detailed migration plan

    • Test the migration plan thoroughly before executing it

    • Execute the migration plan in a phased manner

    • Monitor the migr...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Crayon Software Experts India Senior Solution Architect interview:
  • Azure
  • AWS
Interview preparation tips for other job seekers - Brush up skills on solution approach , questions to ask to customer.

Skills evaluated in this interview

Senior Solution Architect Interview Questions asked at other Companies

Q1. What are the basics of Angular, including how to debug Angular code and the functionality of components?
View answer (1)

Crayon Software Experts India interview questions for popular designations

 Senior Solution Architect

 (1)

 Architect

 (1)

 AWS Solution Architect

 (1)

 Business Development Manager

 (1)

 Cloud Architect

 (1)

Architect Interview Questions & Answers

user image Anonymous

posted on 11 Oct 2020

I applied via LinkedIn and was interviewed before Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Functional questions- about myself, past experience and why suitable for the role.
  • Q2. Technical questions- about my projects, technologies used, problems solved, etc. There was one more technical round where the interviewer was an expert.

Interview Preparation Tips

Interview preparation tips for other job seekers - Speak in a coherent and clear manner and not too fast (which may happen if nervous). Put yourself in their shoes, and just think if they will be able to absorb everything said.
For technical questions, speak to the point and take time to think if needed before speaking.
Be positive, humble and enthusiastic.

Architect Interview Questions asked at other Companies

Q1. How do you find the resources available on a server if it is on premise?
View answer (2)

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Difference between for and for each
  • Ans. 

    For loop is used for iterating over a range of values while for each loop is used for iterating over elements of an array.

    • For loop is used when the number of iterations is known beforehand.

    • For each loop is used when the number of iterations is not known beforehand.

    • For loop can be used with any iterable object.

    • For each loop can only be used with arrays and other iterable objects.

    • For loop uses an index variable to access...

  • Answered by AI

Interview Questionnaire 

1 Question

  • Q1. SDLC Model

Interview Preparation Tips

Interview preparation tips for other job seekers - Nice interview

I appeared for an interview before Jun 2016.

Interview Questionnaire 

1 Question

  • Q1. Java related questions on Oops concept and Multithreading

Interview Preparation Tips

Round: Test
Experience: Simple aptitude and reasoning questions little java based programming
Tips: Basic programming knowledge and good aptitude
Duration: 1 hour
Total Questions: 60

Round: Technical Interview
Experience: Normal questions on Java, basic programming questions like reverse no. , String related and logical coding
Tips: What u mentioned on your resume go through that only, they will not ask apart from your resume

Skills: How Well You Are Able To Communicate What You Wanted To Tell, Programming
College Name: SRCEM

I appeared for an interview before Aug 2016.

Interview Preparation Tips

Round: Resume Shortlist
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments

Round: Test
Experience: I am vinothkumar from Dindugal, I was studied computer engineering in Madurai institute of engineering and technology at sivagangai, I am quality controller in RR DONNELLY at Chennai, my experience 2 years, my family staying in native, my father palanichami he is a former, my mother tamilselvi she is home maker and my one yelder brother Vijayakumar he is driver, I am interested area software engineer, my hobbies are listening music, reading book and news paper, playing and watching cricket
Tips: No comments
Total Questions: 15

Round: Test
Experience: See my mentality
Tips: No comments
Duration: 45 minutes

Round: Group Discussion
Experience: Communication
Tips: No comments

Skills: Communication And Confidence

I applied via Company Website and was interviewed before Dec 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Regarding OOPS, wordpress and laravel.

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and I am still working here.

Crayon Software Experts India Interview FAQs

How many rounds are there in Crayon Software Experts India interview?
Crayon Software Experts India interview process usually has 2-3 rounds. The most common rounds in the Crayon Software Experts India interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for Crayon Software Experts India 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 Crayon Software Experts India. The most common topics and skills that interviewers at Crayon Software Experts India expect are Azure, AWS, Solution Design, Business Development Management and Cloud Services.
What are the top questions asked in Crayon Software Experts India interview?

Some of the top questions asked at the Crayon Software Experts India interview -

  1. Best practices to follow - when migrating a business critical App from On prem ...read more
  2. How you have done direct connect set...read more
  3. Firewall rulebase migration from onprem to ...read more

Tell us how to improve this page.

Crayon Software Experts India Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

HCL Infosystems Interview Questions
3.9
 • 142 Interviews
Webdew Interview Questions
4.4
 • 106 Interviews
HyScaler Interview Questions
4.5
 • 92 Interviews
Quantsapp Interview Questions
2.9
 • 35 Interviews
Appsierra Interview Questions
4.4
 • 32 Interviews
View all

Crayon Software Experts India Reviews and Ratings

based on 46 reviews

4.5/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

4.0

Salary

4.5

Job security

4.4

Company culture

3.9

Promotions

4.3

Work satisfaction

Explore 46 Reviews and Ratings
Business Development Manager
47 salaries
unlock blur

₹7.8 L/yr - ₹26.6 L/yr

Cloud Architect
16 salaries
unlock blur

₹4.1 L/yr - ₹16.8 L/yr

Operations Executive
14 salaries
unlock blur

₹4.2 L/yr - ₹7 L/yr

Inside Sales Representative
11 salaries
unlock blur

₹4.4 L/yr - ₹14 L/yr

Cloud Solution Engineer
10 salaries
unlock blur

₹5.6 L/yr - ₹17 L/yr

Explore more salaries
Compare Crayon Software Experts India with

HCL Infosystems

3.9
Compare

Accel Frontline

4.0
Compare

Northcorp Software

4.3
Compare

Diverse Lynx

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