Upload Button Icon Add office photos

Filter interviews by

Chegus Infotech Java Developer Interview Questions and Answers

Updated 11 Apr 2023

Chegus Infotech Java Developer Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Oct 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 tips
Round 2 - Coding Test 

They will gave normal programming questions from array, string and pattern.

Round 3 - Technical 

(2 Questions)

  • Q1. Your have to explain that code to them
  • Q2. Hr round introduce yourself and project

Interview Preparation Tips

Interview preparation tips for other job seekers - Well on programming and java core and collection try to focus on array and string

Interview questions from similar companies

I appeared for an interview in Sep 2021.

Interview Questionnaire 

1 Question

  • Q1. About project?

Interview Preparation Tips

Interview preparation tips for other job seekers - The level of the interview was intermediate

I applied via Naukri.com and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Yourself
  • Q2. How do you feel about working nights and weekends?
  • Q3. I will try to complete my tasks within weekdays effectively and efficiently to avoid weekand night work.
  • Q4. What is the difference b/w confidence and over confidence?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tech mahendra company is a very efficent work hard and if you have a growth of employees skills and sincearly work hard

I applied via Company Website and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic oops questions
  • Q2. Software Engineering: software development lifecycle, water flow model etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers are mostly gentle and friendly.Just be bold and answer what you know.hope this helps.all the best :)

I applied via Company Website and was interviewed in Jul 2020. There were 5 interview rounds.

Interview Questionnaire 

7 Questions

  • Q1. Explain JDK, JRE & JVM?
  • Ans. 

    JDK is a development kit, JRE is a runtime environment, and JVM is a virtual machine for executing Java code.

    • JDK includes JRE and development tools like compiler and debugger

    • JRE includes JVM and necessary libraries to run Java applications

    • JVM is responsible for interpreting Java bytecode and executing it

    • JDK is used for developing Java applications, JRE is used for running them

    • Example: JDK 8 includes JRE 8 and tools lik...

  • Answered by AI
  • Q2. Explain public static void main (String args []) in Java.
  • Q3. Is Java platform-independent, if yes why?
  • Ans. 

    Yes, Java is platform-independent because of its 'write once, run anywhere' principle.

    • Java programs are compiled into bytecode, which can be executed on any platform with a Java Virtual Machine (JVM).

    • The JVM acts as an interpreter, translating the bytecode into machine code specific to the underlying platform.

    • This allows Java programs to run on different operating systems and hardware architectures without modification...

  • Answered by AI
  • Q4. What are constructors in Java?
  • Ans. 

    Constructors are special methods used to initialize objects in Java.

    • Constructors have the same name as the class they belong to.

    • They are called automatically when an object is created.

    • They can be overloaded to accept different parameters.

    • Example: public class Car { public Car(String make, String model) { ... } }

    • Example: Car myCar = new Car("Toyota", "Camry");

  • Answered by AI
  • Q5. What is the final keyword in Java?
  • Ans. 

    The final keyword in Java is used to declare a constant variable or to prevent method overriding and class inheritance.

    • Final variables cannot be reassigned once initialized

    • Final methods cannot be overridden by subclasses

    • Final classes cannot be inherited by other classes

    • Example: final int MAX_VALUE = 100;

    • Example: final void printMessage() { System.out.println("Hello World!"); }

    • Example: final class MyClass { ... }

  • Answered by AI
  • Q6. What is your Java String Pool?
  • Ans. 

    Java String Pool is a cache of String objects stored in heap memory.

    • String literals are automatically added to the pool.

    • String objects created using the 'new' keyword are not added to the pool.

    • String.intern() method can be used to add a String object to the pool.

    • String pool helps in saving memory by reusing common String literals.

  • Answered by AI
  • Q7. Why Java Strings are immutable in nature?
  • Ans. 

    Java Strings are immutable to ensure data integrity and security.

    • Immutable strings prevent accidental modification of data.

    • String pooling optimizes memory usage by reusing existing strings.

    • Immutable strings are thread-safe, simplifying concurrent programming.

    • String immutability allows for efficient caching and hashing.

    • Immutable strings enable safe sharing of string references.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for HR questions like:- Tell me about yourself? Are you fine with working in night shifts? Why should we hire you? What are your greatest strengths and weaknesses? What is your greatest achievement?

Skills evaluated in this interview

Interview Questionnaire 

2 Questions

  • Q1. No question asked
  • Q2. They call and said we will give 10k only

Interview Preparation Tips

Interview preparation tips for other job seekers - In pandamic i gave my interview so this would be reason that they didnt ask much question
Because of lockdown

Interview Questionnaire 

1 Question

  • Q1. Spring IOC , bean scopes, Tomcat server questions , SpringBoot questions Dependency questions, Maven questions

I applied via Campus Placement and was interviewed in Mar 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Introduction
  • Q2. Qualification, basic questions about customer service, empathy apology,how to handle angry customer..thats it

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be fluent in English and Hindi ..
Give some good and creative answers that's all..😊.

I applied via LinkedIn and was interviewed before Sep 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic and advanced concepts of java programming with spring fremwork
  • Q2. Construct chaining

Interview Preparation Tips

Interview preparation tips for other job seekers - You must know basic bor advance concept of your core field in which you have.you must share about your previous employment specific role correctly and you should keep true role and responsibilities interviews always look inosent condidate.

Interview Questionnaire 

3 Questions

  • Q1. They asked my previous development related question
  • Q2. Migrate mvc
  • Q3. Using of version control
  • Ans. 

    Version control is essential for managing code changes and collaborating with team members.

    • Version control allows for tracking changes made to code over time.

    • It enables collaboration between team members by allowing multiple people to work on the same codebase simultaneously.

    • It provides a way to revert to previous versions of code if necessary.

    • Popular version control systems include Git, SVN, and Mercurial.

  • Answered by AI

Skills evaluated in this interview

Chegus Infotech Interview FAQs

How many rounds are there in Chegus Infotech Java Developer interview?
Chegus Infotech interview process usually has 3 rounds. The most common rounds in the Chegus Infotech interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Chegus Infotech Java Developer 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 Chegus Infotech. The most common topics and skills that interviewers at Chegus Infotech expect are Core Java, Hibernate, Advanced Java, Spring and Spring Mvc.

Tell us how to improve this page.

Chegus Infotech Java Developer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Software Engineer
10 salaries
unlock blur

₹3 L/yr - ₹4 L/yr

Software Developer
9 salaries
unlock blur

₹2.4 L/yr - ₹10.5 L/yr

Business Analyst
8 salaries
unlock blur

₹3 L/yr - ₹7.2 L/yr

Softwaretest Engineer
8 salaries
unlock blur

₹2.4 L/yr - ₹6.5 L/yr

Senior Software Engineer
7 salaries
unlock blur

₹3.6 L/yr - ₹10.4 L/yr

Explore more salaries
Compare Chegus Infotech with

TCS

3.7
Compare

Accenture

3.8
Compare

Cognizant

3.7
Compare

Infosys

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