Upload Button Icon Add office photos

Filter interviews by

CrimsonLogic Interview Questions, Process, and Tips

Updated 23 Nov 2024

Top CrimsonLogic Interview Questions and Answers

CrimsonLogic Interview Experiences

Popular Designations

6 interviews found

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

I applied via Campus Placement and was interviewed before Aug 2023. There were 4 interview rounds.

Round 1 - Aptitude Test 

A Google form was shared to answer all the questions in stipulated time

Round 2 - Technical 

(2 Questions)

  • Q1. Explain about yourself
  • Ans. 

    I am a software engineer with 5 years of experience in developing web applications using Java, Spring Boot, and Angular.

    • 5 years of experience in software development

    • Proficient in Java, Spring Boot, and Angular

    • Strong problem-solving skills

    • Experience working in Agile development environment

    • Bachelor's degree in Computer Science from XYZ University

  • Answered by AI
  • Q2. Oops concepts of Java
  • Ans. 

    Oops concepts of Java include inheritance, polymorphism, encapsulation, and abstraction.

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

    • Polymorphism allows objects to be treated as instances of their parent class.

    • Encapsulation restricts access to certain components of an object.

    • Abstraction hides the implementation details and only shows the necessary features.

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Why this company
  • Ans. 

    I am impressed by the company's innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects: The company is known for developing cutting-edge software solutions that push the boundaries of technology.

    • Strong company culture: I have heard great things about the supportive and collaborative work environment at this company.

    • Opportunities for growth: I am excited about the potential for car...

  • Answered by AI
  • Q2. More advanced questions on java
Round 4 - HR 

(1 Question)

  • Q1. Nothing much asked in this round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the technical aspects

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 (197)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via Job Portal and was interviewed in Jun 2024. There was 1 interview round.

Round 1 - Coding Test 

Basic java coding test with simple SQL questions

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Sep 2023. 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 - Aptitude Test 

A test comprising of aptitude and coding question

Round 3 - Coding Test 

We had to code for some basic problems

Round 4 - Group Discussion 

A group discussion was based on electric vehicles

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a strong foundational skills

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

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

Round 1 - Coding Test 

HackerRank test with 2 programs and 1 bug fixing

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)

CrimsonLogic interview questions for popular designations

 Software Developer

 (2)

 Senior Software Engineer

 (2)

 Senior HR Executive

 (1)

 Software Engineer

 (1)

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 Nov 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 - Case Study 

Human resource, TA, HR General, HRSS

Round 3 - One-on-one 

(1 Question)

  • Q1. HRSS and TA Quality
Round 4 - HR 

(1 Question)

  • Q1. Salary, HR Policy, Group HR policy

Senior HR Executive Interview Questions asked at other Companies

Q1. 3. Do you have knowledge about labour laws, PF proceedings and contract laws?
View answer (2)

I was interviewed in Jan 2021.

Round 1 - Coding Test 

Round duration - 30 minutes
Round difficulty - Easy

this round happened in the morning 9.00. They sent us the google form to answer the questions. In this there was no coding only aptitude. 30 questions were asked and the time given was 30min. In this round basics of aptitude was asked. they asked on probability, time ,speed and distance etc. there was logical reasoning also. It was easy to solve. Only Basics questions were asked.

Round 2 - Video Call 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Medium

In this round took place in afternoon 12.00. The interviewer asked me first which language questions should he ask. First he asked me about python its data types, classes etc. Later he said he will ask on java and asked about java srings, collection interfaces. He told me to write a program in online editor to check string is palindrome or not in java. Later he asked me questions about my front-end internship. He asked about tags (p,pre,forms) in html and asked me to write code which accepts name and password and told us use css to make it look beautiful. Then he asked me about javascript (basics of JS). and told me to validate the form which was created using JS. Then he looked at my resume and Asked about the ML project and asked me to explain the project. I did explain the project thoroughly. He was impressed and asked me about Software development and how product is deployed in environment. after that time was still there and he asked me EC question that explain how radar gun works? without shivering i answered him corerctly. then he was impressed and told me he would promote mw to next round.

  • Q1. What is your approach to testing in software development?
  • Ans. 

    I believe in a comprehensive approach to testing, including unit testing, integration testing, and end-to-end testing.

    • I prioritize writing unit tests for individual components to ensure they function correctly in isolation.

    • I conduct integration testing to verify that different components work together seamlessly.

    • I perform end-to-end testing to simulate real user scenarios and ensure the software meets requirements.

    • I al...

  • Answered by AI
  • Q2. 

    Binary Palindrome Check

    Given an integer N, determine whether its binary representation is a palindrome.

    Input:

    The first line contains an integer 'T' representing the number of test cases. 
    The next 'T'...
  • Ans. 

    Check if the binary representation of a given integer is a palindrome.

    • Convert the integer to binary representation.

    • Check if the binary representation is a palindrome by comparing it with its reverse.

    • Return true if it is a palindrome, false otherwise.

  • Answered by AI
Round 3 - Video Call 

(1 Question)

Round duration - 15 minutes
Round difficulty - Easy

This round was mangerial round. It took place around 4 in the evening. In this round they asked me about my project on java and asked many questions on java applets and java swings. and also asked about DBMS queries

  • Q1. How do all the joins in SQL work?
  • Ans. 

    Joins in SQL are used to combine rows from two or more tables based on a related column between them.

    • Joins are used to retrieve data from multiple tables based on a related column.

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

    • INNER JOIN returns rows when there is at least one match in both tables.

    • LEFT JOIN returns all rows from the left table and the matched rows from the right table.

    • RI...

  • Answered by AI
Round 4 - HR 

Round duration - 15 minutes
Round difficulty - Medium

I did not attend this round as i was rejected. But i will write what my friends has experienced. At first they asked about the extracurricular activities and certification. Later they asked about strength weakness and why our company. They also discussed about bond and our goal if we got selected in that company.

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Software Developer in BangaloreEligibility criteriaAbove 8 CGPACRIMSONLOGIC PTE LTD interview preparation:Topics to prepare for the interview - Aptitude, Data structures, OOPS, front-end, Algorithms, MLTime required to prepare for the interview - 1 monthInterview preparation tips for other job seekers

Tip 1 : Concentrate on the coding languages you put on resume
Tip 2 : Know your project very well
Tip 3 : Do have general knowledge and aptitude

Application resume tips for other job seekers

Tip 1 : Prepare for good projects
Tip 2 : Prepare well about your project

Final outcome of the interviewRejected

Skills evaluated in this interview

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

Jobs at CrimsonLogic

View all

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Apti was quite easy . In Basic CS concepts software engineering is prominent.
Tips: Brush up Software Engineering before written test
Duration: 90 minutes
Total Questions: 50

College Name: NIT BHOPAL

I was interviewed before Aug 2016.

Interview Preparation Tips

Round: General and technical aptitude
Experience: There were questions on basics of programming and general questions on verbal,reasoning and quantitative.
Tips: Time will be short to answer all so keep watch on time

Round: Group Discussion
Experience: They segregated us in to batches and in our team there were 10 members.
Tips: Easy round
Duration: 15 minutes

Round: Telephonic
Experience: They tested my communication skill in that round

College Name: Dhanalakshmi college of engineering

Interview Preparation Tips

Round: Resume Shortlist
Experience: A telephonic of technical round basics about C concepts and Embedded C Concepts in order to call for next round .

I was interviewed in Apr 2017.

Interview Questionnaire 

2 Questions

  • Q1. Java questions...
  • Q2. Tell me about urself and about us family and all
  • Ans. 

    I am a software developer with a passion for coding and problem-solving. My family is supportive and has always encouraged my career in tech.

    • Experienced software developer

    • Passionate about coding and problem-solving

    • Supportive family that encourages my career in tech

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Easy questions are there
Duration: 1 hour
Total Questions: 90

Round: Group Discussion
Experience: 12 members are there only 9 got selected
Tips: Be confident in urself and specially work in Communication skills
Duration: 15 minutes

Round: Technical Interview
Experience: Asking all the concepts of Java like oops collections threads
Tips: Prepare well on Java

Round: HR Interview
Experience: Everything was Gud but due to my certificate problem I got rejected.. Otherwise everything is good.
Tips: Be confident

College Name: C. V. Raman College of Engineering

CrimsonLogic Interview FAQs

How many rounds are there in CrimsonLogic interview?
CrimsonLogic interview process usually has 2-3 rounds. The most common rounds in the CrimsonLogic interview process are Coding Test, HR and Aptitude Test.
How to prepare for CrimsonLogic 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 CrimsonLogic. The most common topics and skills that interviewers at CrimsonLogic expect are Hibernate, Java, JQuery, Javascript and Spring.
What are the top questions asked in CrimsonLogic interview?

Some of the top questions asked at the CrimsonLogic interview -

  1. Oops concepts of J...read more
  2. Nothing much asked in this ro...read more
  3. More advanced questions on j...read more

Tell us how to improve this page.

CrimsonLogic Interview Process

based on 6 interviews

Interview experience

4.7
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 811 Interviews
View all

CrimsonLogic Reviews and Ratings

based on 80 reviews

4.0/5

Rating in categories

3.9

Skill development

3.8

Work-life balance

4.0

Salary

4.1

Job security

3.9

Company culture

3.8

Promotions

3.8

Work satisfaction

Explore 80 Reviews and Ratings
Executive Human Resource Generalist

Bangalore / Bengaluru

6-8 Yrs

₹ 7-10 LPA

Explore more jobs
Software Engineer
95 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
79 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Software Engineer
49 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
23 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare CrimsonLogic with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

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