Upload Button Icon Add office photos

Filter interviews by

Intelizest Consulting Backend Developer Interview Questions and Answers for Experienced

Updated 27 Feb 2022

Intelizest Consulting Backend Developer Interview Experiences for Experienced

1 interview found

I applied via Hirist and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is java, ejb, struts, hibernate, microservices
  • Ans. 

    Java is a programming language. EJB, Struts, Hibernate, and Microservices are Java frameworks.

    • EJB (Enterprise JavaBeans) is a server-side software component that encapsulates business logic of an application.

    • Struts is a framework for building web applications in Java.

    • Hibernate is an ORM (Object-Relational Mapping) tool that simplifies database access in Java applications.

    • Microservices is an architectural style for buil...

  • Answered by AI
  • Q2. Nothing nothing nothing

Interview Preparation Tips

Interview preparation tips for other job seekers - Fraudulent organization, just don't join. if you don't believe me try this.
1) whatever you answer in tech interview you will get through.
2) now ask hr for offer letter (she herself will give it to you)
3) now read it carefully, it will literally sound or mean like you are a daily labour and the moment you sign the contract they can treat you like a puppet.

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. Diff types of data passing in COBOL,
  • Ans. 

    COBOL supports various data passing techniques.

    • COBOL supports passing data by reference using the CALL BY REFERENCE clause.

    • COBOL also supports passing data by content using the CALL BY CONTENT clause.

    • COBOL also supports passing data by value using the CALL BY VALUE clause.

    • COBOL also supports passing data by address using the CALL BY ADDRESS clause.

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. DSA, golang concurrency
  • Q2. CAP theorem, db backup and k8s
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 - Technical 

(2 Questions)

  • Q1. Java ,SpringBoot,Hibernate
  • Q2. There are three Rounds there
Round 3 - Technical 

(2 Questions)

  • Q1. Logical codeing
  • Q2. Prepare well for basic concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep Studying Well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Apr 2023. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. Technology and programming questions
Round 3 - HR 

(1 Question)

  • Q1. Strengths and weaknesses, Professional details

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and dont argue with interviewers

Interview Questionnaire 

1 Question

  • Q1. About yourself

I applied via Company Website and was interviewed in Jun 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. What is asynchronous And synchronous
  • Ans. 

    Asynchronous and synchronous are programming concepts that determine how tasks are executed.

    • Synchronous tasks are executed one after the other, in a sequential manner.

    • Asynchronous tasks can be executed simultaneously, without waiting for the previous task to complete.

    • Synchronous tasks are easier to understand and debug, while asynchronous tasks are more efficient and can improve performance.

    • Examples of synchronous task...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good strength
Good communication
Good personality
Team player
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. All the OOPs concepts
Round 2 - Behavioral 

(1 Question)

  • Q1. Scrum & Agile Methodologies questions on previous projects

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview rounds were good but with respect to salary negotiation this is one of worst experience i had .

Initially HR quoted a CTC and after me attending 3 rounds of interviewes they said they can't offer the quoted CTC.


So my suggestion is to get the things clear with the first call itself so that you can focus on better things

Backend Developer Interview Questions & Answers

IBM user image Guthi Varalakshmi

posted on 5 Jul 2024

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 Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Bit manipulation
  • Q2. Experience questions
Round 2 - Technical 

(2 Questions)

  • Q1. How do u find a loop
  • Ans. 

    A loop can be found by iterating over a collection of elements repeatedly until a certain condition is met.

    • Iterate over a collection of elements using for loop, while loop, or foreach loop

    • Check for a condition to determine when to exit the loop

    • Examples: for(int i=0; i

  • Answered by AI
  • Q2. How do u know know merge LL
  • Ans. 

    Merge LL refers to merging two linked lists into a single sorted linked list.

    • Use a dummy node to start the merged list

    • Compare the values of the nodes from both lists and add the smaller one to the merged list

    • Move the pointer of the merged list and the list from which the node was added

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. Experience discussion
  • Q2. Project discussion

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is structure padding ?
  • Ans. 

    Structure padding is the process of adding empty bytes to a structure to align its data members on memory boundaries.

    • Padding is added to ensure that each data member in a structure starts at a memory address that is a multiple of its size.

    • Padding is necessary for performance optimization and to prevent memory access violations.

    • For example, if a structure has a char followed by an int, padding may be added between them

  • Answered by AI
  • Q2. What is translation unit ?
  • Ans. 

    A translation unit is a source file along with all the headers and source files included in it.

    • Translation unit is the smallest unit of compilation in C++.

    • It consists of a source file and all the header files and source files included in it.

    • Each translation unit is compiled separately before being linked together.

    • Translation units help in organizing and modularizing code.

    • Example: If a.cpp includes b.h and c.cpp, then t...

  • Answered by AI
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If you want to join as a C/C++ developer , just brush up your basics.

Skills evaluated in this interview

Intelizest Consulting Interview FAQs

How many rounds are there in Intelizest Consulting Backend Developer interview for experienced candidates?
Intelizest Consulting interview process for experienced candidates usually has 1 rounds. The most common rounds in the Intelizest Consulting interview process for experienced candidates are Technical.
What are the top questions asked in Intelizest Consulting Backend Developer interview for experienced candidates?

Some of the top questions asked at the Intelizest Consulting Backend Developer interview for experienced candidates -

  1. what is java, ejb, struts, hibernate, microservi...read more
  2. nothing nothing noth...read more

Tell us how to improve this page.

Intelizest Consulting Backend Developer Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Consultant
20 salaries
unlock blur

₹3.3 L/yr - ₹6.6 L/yr

Junior Consultant
13 salaries
unlock blur

₹2.5 L/yr - ₹4.3 L/yr

Software Developer
8 salaries
unlock blur

₹3.8 L/yr - ₹6.7 L/yr

Functional Consultant
6 salaries
unlock blur

₹3 L/yr - ₹4.8 L/yr

Senior Software Engineer
6 salaries
unlock blur

₹30 L/yr - ₹38 L/yr

Explore more salaries
Compare Intelizest Consulting with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

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