Intellimation.ai interview experience Real time questions & tips from candidates to crack your interview

Java Developer

Intellimation.ai
upvote
share-icon
1 rounds | 2 Coding problems

Interview preparation journey

expand-icon
Journey
I prepared by going through 100+ questions and answers related to the job description with the help of GPT. For technical learning, I focused on Java and Spring, revising the core concepts in depth. Additionally, the modules provided by Coding Ninjas (CN) were very helpful in structuring my preparation and strengthening my fundamentals.
Preparation
Topics: Core Java, Spring Boot, SQL
Application process
Where: Coding Ninjas Placement Cell
Eligibility: NA, (Salary range: 10-13 LPA)

Interview rounds

01
Round
Medium
Online Coding Interview
Duration
Interview date5 May 2025
Coding problem2

1. Excel Column Name to Number Conversion

In an Excel-like structure, columns are labeled as "A" = 1, "B" = 2, ..., "Z" = 26, "AA" = 27, "AB" = 28 and so on. Write a program to calculate the numerical value of any given column name. For example, "A" → 1, "Z" → 26, "AA" → 27, "BA" → 53.

 

Problem approach

for(char c : columnName.length()){ String res = res*26 + (c - 'A' + 1); }

2. String Comparison in Java – Understanding == vs .equals()

String s = "ABC" String s2 = new String("ABC") String s3 = "ABC"; Sysout(s = s2); Sysout(s=s3);

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

How do you remove whitespace from the start of a string?

Choose another skill to practice
Similar interview experiences
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3502 views
0 comments
0 upvotes
Java Developer
1 rounds | 1 problems
Interviewed by Intellimation.ai
215 views
0 comments
0 upvotes
Java Developer
1 rounds | 1 problems
Interviewed by Intellimation.ai
171 views
0 comments
0 upvotes
Backend Developer
1 rounds | 1 problems
Interviewed by Intellimation.ai
216 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Java Developer
3 rounds | 20 problems
Interviewed by Ernst & Young (EY)
9400 views
2 comments
0 upvotes
company logo
Java Developer
3 rounds | 4 problems
Interviewed by SAP Labs
3313 views
0 comments
0 upvotes
company logo
Java Developer
2 rounds | 2 problems
Interviewed by HCL Technologies
7971 views
0 comments
0 upvotes