Upload Button Icon Add office photos
Engaged Employer

i

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

ICRA Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

ICRA Junior Developer Interview Questions and Answers

Updated 27 Aug 2023

ICRA Junior Developer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Coding Test 

4 coding question were given
1st question post and pre decrement and increment output

Round 3 - Technical 

(1 Question)

  • Q1. Difference between truncate delete Ddl dml commands Primary key unique key defination difference Composite key Foreign key Code to link two tables Sql-foreign key Print name and marks of stu with max marks...
  • Ans. 

    The question covers various topics related to database management, SQL, and object-oriented programming concepts.

    • Truncate is a DDL command used to delete all records from a table, while delete is a DML command used to remove specific records.

    • Primary key uniquely identifies each record in a table, while a unique key ensures that all values in a column are unique.

    • Composite key is a combination of multiple columns that un...

  • Answered by AI
Round 4 - Coding Test 

Dsa
1 pattern question
1while loop
Explain all the 4 coding question in the first round that you have written line by line

Skills evaluated in this interview

Interview questions from similar companies

Interview Preparation Tips

Round: Test
Experience: Quantitative, verbal, reasoning and basic technical questions.
Duration: 1 hour
Total Questions: 50

Round: Technical + HR Interview
Experience: Questions based on data structures, algorithms, and object oriented programming concepts.
Tested basic knowledge in Finance sector especially related to the company.

College Name: Delhi Technological University, Delhi

Interview Preparation Tips

Round: Pre-placement offer
Experience: Each intern was assigned a individual project and mentor.
In the last week of internship there was project presentation and interview.
interview was easy .For me 50% of the questions were about project and some questions about algorithms and DBMS.
More emphasis was given to the quality of work on project.

General Tips: Working in company is complete different from working on course project. learning many new frameworks required for the project was really challenging.
Programming : Tree, Btree, Tries ..
Operating System: Memory Management
Networks: OSI model
DBMS : basics. they dint ask me any. Show case your interest in big data, servers and passion for technology
Skill Tips: Be confident, even if you don't know the exact answer don't give up tell your approaches to interviewer. some times they will also help you. Software Developer some question s you can ask are: what technologies do your company works on. how are freshers will be selected to different teams in the company.
Skills:
College Name: NIT Surathkal
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Walk-in and was interviewed before Mar 2022. There were 3 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 Resume tips
Round 2 - Coding Test 

Mid level programming and mcq questions

Round 3 - One-on-one 

(2 Questions)

  • Q1. Architecture round and coding Peer programming C# questions React questions Recurssive programming String manipulation
  • Q2. String manuplation Array questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared for the interview by various online source.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all Resume tips
Round 2 - Aptitude Test 

Aptitude Test + Technical Questions + One Coding Question

Round 3 - Technical 

(2 Questions)

  • Q1. Detect the loop in a Singly linked list
  • Ans. 

    Detect loop in a singly linked list

    • Use two pointers, one moving one step at a time and the other moving two steps at a time

    • If there is a loop, the two pointers will eventually meet

    • If any of the pointers reach the end of the list, there is no loop

  • Answered by AI
  • Q2. 2 Sum (find a pair of numbers that sums up to a target)
  • Ans. 

    The 2 Sum problem involves finding a pair of numbers in an array that adds up to a given target.

    • Use a hash table to store the complement of each number as you iterate through the array.

    • Check if the current number's complement exists in the hash table.

    • If found, return the indices of the two numbers.

    • If no pair is found, return an empty array.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Then there was a GD
Followed by Technical Interview Round 1 and Round 2

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 Resume tips
Round 2 - Aptitude Test 

Qunatative, Reasoning, Blood Relation

Round 3 - Technical 

(1 Question)

  • Q1. CS fundamentals, DSA
Round 4 - HR 

(1 Question)

  • Q1. Behavioural Questions only

I was interviewed in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 minutes
Round difficulty - Medium

Timing: Window for 2 days
Environment: Online
Time: 50 Min. for 50 MCQ and 20 min for 2 Coding Questions

  • Q1. 

    Number Pattern Problem Statement

    Design a seating arrangement for a high-security meeting. There are 'N' rows of tables set up where the first row contains one table, the second row contains two tables, a...

  • Ans. 

    Design a seating arrangement for a high-security meeting with specific table assignments for security personnel and guests.

    • Create a loop to iterate through each row from 1 to N.

    • Assign tables on either end of each row to security personnel.

    • For rows with only one table, assign it to security personnel.

    • Display the seating arrangement with the number of people at each table.

    • Example: For 4 rows, the output pattern is 1, 11,

  • Answered by AI
  • Q2. 

    Insert Interval Problem Statement

    You are provided with a list of 'N' non-overlapping intervals, each defined by two integers, 'start' and 'end', sorted in ascending order by 'start' values. Your task is ...

  • Ans. 

    The task is to insert a given interval into a list of non-overlapping intervals while maintaining sorted order.

    • Iterate through the list of intervals to find the correct position to insert the given interval.

    • Merge any overlapping intervals with the given interval.

    • Update the list of intervals accordingly.

    • Handle edge cases such as when the given interval completely overlaps with existing intervals.

  • Answered by AI
Round 2 - Video Call 

(1 Question)

Round duration - 45 minutes
Round difficulty - Medium

Timing: Morning
Environment: On MS-Teams

  • Q1. 

    Quick Sort Problem Statement

    Sort the given array of integers in ascending order using the quick sort algorithm. Quick sort is a divide-and-conquer algorithm where a pivot point is chosen to partition the...

  • Ans. 

    Quick sort is a divide-and-conquer algorithm that sorts an array by choosing a pivot point and partitioning the array into two parts recursively.

    • Choose a pivot element (e.g., rightmost element) to partition the array into two subarrays.

    • Recursively apply quick sort to the subarrays until the entire array is sorted.

    • Time complexity can be optimized to NlogN in the worst case by selecting the pivot strategically.

    • Ensure the...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Bharati Vidyapeeth's College of Engineering. I applied for the job as Software Development in GurgaonEligibility criteria70 % throughout ( in Xth, XIIth, B.Tech so far), up to one pending Backlog in B.Tech, is allowed.IHS Markit interview preparation:Topics to prepare for the interview - Data Structures and Algorithms, OOPS, Operating Systems, DBMS, Computer NetworkTime required to prepare for the interview - 6 monthsInterview preparation tips for other job seekers

Tip 1 : For DS and Algo, keep practicing every day on Leetcode, HackerEarth, and make a habit of participating in contests.
Tip 2 : Projects are vital in interviews, have at least 3 projects on Resume, in the field/profile which you're applying for.
Tip 3 : Give Mock Interviews.

Application resume tips for other job seekers

Tip 1 : Resume should be short and keep it under 1 page.
Tip 2 : Include skills that you're 100% confident in.
Tip 3 : Highlight your internships and projects section appropriately

Final outcome of the interviewRejected

Skills evaluated in this interview

I was interviewed in Apr 2017.

Interview Preparation Tips

Round: Resume Shortlist
Experience: The company kept a minimum grade of 8.0 to qualify for written.

Round: Test
Experience: Aptitude Round was pretty easy and so was reasoning. For coding rounds they majorly focused on C/C++ basics. Their major intention was test the logical strength of a student. Technical round involved a touch of all core subjects like data-structures, algorithms, OS and Networks. They also focused on RDBMS and queries. Only 10 students were shortlisted in this round from almost around 200.
Duration: 2 hours
Total Questions: 022

Round: Technical Interview
Experience: My interview went on for an hour and the interviewer asked all very logical questions on advanced data structures and algorithms. He asked about best ways to solve few business cases and the best algorithms I would suggest for the cases provided. Also he talked about query execution and optimization plans for sql.

Round: Technical Interview
Experience: Yes in-fact it is surprising that after an hour of interview they wanted to have a second round of technical interview. The questions were more about C/C++/C# coding as I have mentioned these on my resume. Please note they take your resume very seriously. he even asked me about projects I did in final semester and why I did them.

Round: HR Interview
Experience: This round was more to focus on how I handle work life balance and what interests I have. He did give me a situation mentioning that say suppose my parents are visiting me and I have leaves planned well in advance but then the client seems to be having an issue and it cannot proceed without me. SO be prepared for all such cases as well.

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

I applied via LinkedIn and was interviewed before Aug 2022. 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Intro about ratings
  • Q2. Intro with CBO, basic questing regarding the company

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

Interview Questionnaire 

4 Questions

  • Q1. -Concepts of java 8 (streams and Lambdas) Write your on functional interface to add to numbers. Equals and Hashcode contract.
  • Q2. Write code to find common elements between two arrays
  • Ans. 

    Code to find common elements between two arrays

    • Iterate through each element of the first array

    • Check if the element exists in the second array

    • If yes, add it to a new array or print it

  • Answered by AI
  • Q3. Write Query to delete duplicate rows in a table
  • Ans. 

    Query to delete duplicate rows in a table

    • Use GROUP BY clause to group the rows by their unique values

    • Use HAVING clause to filter out the groups with count greater than 1

    • Use DELETE statement to delete the duplicate rows

  • Answered by AI
  • Q4. Difference between Spring IOC and Dependency Injection
  • Ans. 

    Spring IOC is a container that manages the lifecycle of Java objects. Dependency Injection is a design pattern that allows objects to be loosely coupled.

    • Spring IOC is a container that manages the creation and destruction of objects

    • Dependency Injection is a design pattern that allows objects to be loosely coupled

    • Spring IOC uses Dependency Injection to inject dependencies into objects

    • Dependency Injection can be implement

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basics strong.

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

ICRA Interview FAQs

How many rounds are there in ICRA Junior Developer interview?
ICRA interview process usually has 4 rounds. The most common rounds in the ICRA interview process are Coding Test, Resume Shortlist and Technical.

Recently Viewed

SALARIES

Laurus Labs

No Salaries

SALARIES

Laurus Labs

LIST OF COMPANIES

Lupin

Locations

INTERVIEWS

Lupin Digital Health

No Interviews

JOBS

Laurus Labs

No Jobs

JOBS

Laurus Labs

No Jobs

INTERVIEWS

Polynova Industries

No Interviews

INTERVIEWS

ICRA

No Interviews

INTERVIEWS

ICRA

No Interviews

JOBS

Lupin

No Jobs

Tell us how to improve this page.

ICRA Junior Developer Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 565 Interviews
Bajaj Finserv Interview Questions
4.0
 • 521 Interviews
S&P Global Interview Questions
4.1
 • 276 Interviews
Crisil Interview Questions
3.6
 • 188 Interviews
BOBCARD Ltd. Interview Questions
4.4
 • 23 Interviews
Experian Interview Questions
3.8
 • 22 Interviews
View all
Senior Associate Analyst
208 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Analyst
147 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Analyst
111 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Vice President
75 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Analyst
42 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare ICRA with

Crisil

3.6
Compare

CareEdge Ratings

3.0
Compare

Brickwork Ratings

3.7
Compare

India Ratings & Research

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