Upload Button Icon Add office photos
Engaged Employer

i

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

Calibraint Verified Tick

Compare button icon Compare button icon Compare
3.5

based on 38 Reviews

Filter interviews by

Calibraint Interview Questions and Answers

Updated 9 Aug 2024

Calibraint Interview Experiences

Popular Designations

12 interviews found

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Peak element in array
  • Ans. 

    A peak element in an array is an element that is greater than or equal to its neighbors.

    • Iterate through the array and check if the current element is greater than its neighbors.

    • If the element at index i is greater than or equal to elements at indices i-1 and i+1, it is a peak element.

    • Example: ['1', '3', '2', '4', '1'] has peak elements at index 1 and 3.

  • Answered by AI
  • Q2. 2 dimentional array rotate 90 degree
  • Ans. 

    Rotate a 2D array by 90 degrees clockwise

    • Transpose the array

    • Reverse each row of the transposed array

  • Answered by AI
Round 2 - Group Discussion 

Pollitices current generation

Skills evaluated in this interview

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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Written Coding Test - Arrays, Matrix in any language

Round 2 - Group Discussion 

GD is Group Discussion only shortlisted students will attend GD Round

Round 3 - Technical 

(2 Questions)

  • Q1. I've not attended
  • Q2. Then there will be a HR Round

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
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Array,string and matrix

Round 2 - Group Discussion 

Work from home,offline and online education

Round 3 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a passionate Soft Skills Trainer with 5 years of experience in conducting workshops and coaching individuals to improve their communication and interpersonal skills.

    • Experienced Soft Skills Trainer with 5 years of experience

    • Conducts workshops to improve communication and interpersonal skills

    • Passionate about helping individuals develop their soft skills

  • Answered by AI
  • Q2. Resume related and basic programming questions in java

Soft Skills Trainer Interview Questions asked at other Companies

Q1. What is the Communication rule? Who developed the rule?
View answer (2)
Interview experience
3
Average
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 - Coding Test 

Coding test in any language

Round 3 - Group Discussion 

Any topics for the GD

Round 4 - One-on-one 

(4 Questions)

  • Q1. Experience about the java script
  • Q2. My work experience about the java scirpt
  • Q3. Palindrome in any code language
  • Ans. 

    A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.

    • Check if the input string is equal to its reverse

    • Ignore spaces and punctuation when checking for palindromes

    • Convert the input string to lowercase for case-insensitive comparison

  • Answered by AI
  • Q4. Other general maths programming questions

Skills evaluated in this interview

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)

Calibraint interview questions for popular designations

 Software Developer

 (6)

 Associate Software Developer

 (2)

 Mobile Application Developer

 (1)

 PHP Developer

 (1)

 Soft Skills Trainer

 (1)

 UI Developer

 (1)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Loyola College, Chennai 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 - Coding Test 

1st round we had 3 coding question that has to be written(Easy,Medium,Hard)

Round 3 - Group Discussion 

We had Gd with self intro

Round 4 - Technical 

(2 Questions)

  • Q1. Tell me about Yourself
  • Q2. He gave me a coding question

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)

UI Developer Interview Questions & Answers

user image Anonymous

posted on 4 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. General Details
  • Q2. Your Self Intro

UI Developer Interview Questions asked at other Companies

Q1. Create 10 no. of Checkboxes in javascript and on-checked checkboxes count should be show at below. as you will un-check the checkbox count should also change. so means to say checked checkbox count should be print.
View answer (1)

Mobile Application Developer Interview Questions & Answers

user image SILAMBARASAN PARTHIBAN

posted on 25 Jul 2022

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

Round 1 - Technical 

(1 Question)

  • Q1. About basics of java and dart programming
Round 2 - Coding Test 

About array string hasmap basic code test round

Round 3 - Technical 

(1 Question)

  • Q1. About native development and hyrid development questions
Round 4 - HR 

(1 Question)

  • Q1. About salary and job changing role everything

Interview Preparation Tips

Interview preparation tips for other job seekers - Good and well knowledgeable interviews are done by the tech team

Mobile Application Developer Interview Questions asked at other Companies

Q1. How to handle the huge number of concurrent HTTP requests of orders for the same item? What if there is only one item left in the stock?
View answer (1)

I applied via Campus Placement and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Basic array concept
String questions
Prime numbers

Round 2 - Technical 

(1 Question)

  • Q1. Questions on how u solve the program in first round Oops concept
Round 3 - Technical 

(2 Questions)

  • Q1. Pattern printing Logic thinking question Oops
  • Q2. Question based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - There is no stipend for intern.self learning only.

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1) = F(2) = 1 Provided N you have to find out the Nth Fibonacci Number. Input Fo... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.

Round 1 - Coding Test 

DSA coding easy ,time complexity,space complexity

Round 2 - HR 

(2 Questions)

  • Q1. Tiktactoo logic,SQL,
  • Q2. Tell about yourself

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)

I applied via Campus Placement and was interviewed in Sep 2021. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1st round - Programming round (Basic programming using arrays, strings and matrix )
  • Q2. 2nd round - Group discussion (Any topic)
  • Q3. 3rd Round - Technical HR (They give some programming questions to solve and some logical thinking questions. But it depends on HR, someone will ask from your Resume also)
  • Q4. General HR-About yourself

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid, and don't think like this company is the last chance for you. Just revise the basic and answer without fear

Associate Software Developer Interview Questions asked at other Companies

Q1. Nth Fibonacci NumberNth term of Fibonacci series F(n), where F(n) is a function, is calculated using the following formula - F(n) = F(n-1) + F(n-2), Where, F(1) = F(2) = 1 Provided N you have to find out the Nth Fibonacci Number. Input Fo... read more
View answer (4)

Calibraint Interview FAQs

How many rounds are there in Calibraint interview?
Calibraint interview process usually has 3 rounds. The most common rounds in the Calibraint interview process are Technical, Coding Test and Group Discussion.
How to prepare for Calibraint 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 Calibraint. The most common topics and skills that interviewers at Calibraint expect are Javascript, SOW, Android, GIT and IOS.
What are the top questions asked in Calibraint interview?

Some of the top questions asked at the Calibraint interview -

  1. 2 dimentional array rotate 90 deg...read more
  2. Palindrome in any code langu...read more
  3. peak element in ar...read more

Tell us how to improve this page.

Calibraint Interview Process

based on 5 interviews in last 1 year

Interview experience

4
  
Good

People are getting interviews through

based on 7 Calibraint interviews
Campus Placement
Company Website
Job Portal
57%
14%
14%
15% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 786 Interviews
Path Infotech Interview Questions
3.9
 • 19 Interviews
View all

Fast track your campus placements

View all

Calibraint Reviews and Ratings

based on 38 reviews

3.5/5

Rating in categories

3.5

Skill development

3.2

Work-Life balance

3.4

Salary & Benefits

3.4

Job Security

3.6

Company culture

3.4

Promotions/Appraisal

3.2

Work Satisfaction

Explore 38 Reviews and Ratings
Software Developer
25 salaries
unlock blur

₹4 L/yr - ₹11 L/yr

Senior Software Developer
20 salaries
unlock blur

₹5.5 L/yr - ₹13 L/yr

Software Development Engineer II
15 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Associate Software Developer
12 salaries
unlock blur

₹4 L/yr - ₹6 L/yr

Associate Technical Leader
10 salaries
unlock blur

₹8.3 L/yr - ₹13.1 L/yr

Explore more salaries
Compare Calibraint with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview