Upload Button Icon Add office photos

Filter interviews by

Wittybrains Software Technologies Java Developer Interview Questions, Process, and Tips for Experienced

Updated 14 Jan 2021

Wittybrains Software Technologies Java Developer Interview Experiences for Experienced

1 interview found

Interview Questionnaire 

7 Questions

  • Q1. Wap to print prime number between 1-100?
  • Ans. 

    A program to print prime numbers between 1-100.

    • Iterate from 1 to 100

    • For each number, check if it is divisible by any number from 2 to itself-1

    • If not divisible by any number, it is a prime number

  • Answered by AI
  • Q2. Wap to print prime number between 1-100 alternately?
  • Ans. 

    Print prime numbers between 1-100 alternately using Java.

    • Create a function to check if a number is prime or not.

    • Use a loop to iterate through numbers 1-100.

    • Alternate between printing prime and non-prime numbers.

    • Use a boolean variable to keep track of whether the last printed number was prime or not.

  • Answered by AI
  • Q3. Wap to reverse your name? without using builtin function or Loop. (using recursion)
  • Q4. Wap where n=2, power=3, output=8 using recursion
  • Ans. 

    A Java program to calculate the power of a number using recursion.

    • Create a recursive function that takes two parameters: the number and the power.

    • If the power is 0, return 1.

    • If the power is 1, return the number.

    • Otherwise, recursively call the function with the number multiplied by itself and the power decreased by 1.

    • Return the result.

  • Answered by AI
  • Q5. Overloading vs Overriding
  • Ans. 

    Overloading is having multiple methods with the same name but different parameters. Overriding is having a method in a subclass with the same name and parameters as a method in its superclass.

    • Overloading is compile-time polymorphism while overriding is runtime polymorphism

    • Overloading is used to provide different ways of calling a method with different parameters

    • Overriding is used to provide a specific implementation of...

  • Answered by AI
  • Q6. Methods in thread
  • Ans. 

    Methods in thread are used to perform tasks concurrently.

    • Thread.start() method is used to start a new thread.

    • Thread.sleep() method is used to pause the execution of a thread.

    • Thread.join() method is used to wait for a thread to finish its execution.

    • Thread.yield() method is used to give a chance to other threads to execute.

  • Answered by AI
  • Q7. How to create thread
  • Ans. 

    To create a thread in Java, you can extend the Thread class or implement the Runnable interface.

    • Extend the Thread class and override the run() method

    • Implement the Runnable interface and pass an instance to the Thread constructor

    • Start the thread using the start() method

    • Example: Thread thread = new Thread(() -> System.out.println("Hello World")); thread.start();

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Covers basics aps around 15 question

Round 2 - Coding Test 

DSA based questions from leetcode easy and medium

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Tell me about recent Project Details and what is your Role in this Project.
  • Ans. I explained my project and the modules which I had developed. Informed about Team members and their responsibilities who were working on the same Project. Then my role in the team as well as my responsibilities in the Project.
  • Answered Anonymously
  • Q2. Git and Azure DevOps related Questions
  • Ans. I Explained how we work on AzureDevOps. Explained workflow with Git Repos through DevOps Repositories. Explained Build and Release Pipelines also Explained NuGet Packages using Artifacts
  • Answered Anonymously
  • Q3. Explain Solid Principles and Where to use this with Example
  • Ans. 

    Solid Principles are a set of design principles for writing maintainable and scalable software.

    • Solid Principles consist of five principles: Single Responsibility Principle, Open/Closed Principle, Liskov Substitution Principle, Interface Segregation Principle, and Dependency Inversion Principle.

    • Single Responsibility Principle states that a class should have only one reason to change.

    • Open/Closed Principle states that sof...

  • Answered by AI
  • Q4. Abstraction and Interface Differance
  • Ans. 

    Abstraction focuses on hiding implementation details, while interface defines a contract for classes to follow.

    • Abstraction allows us to focus on the essential features of an object, while hiding unnecessary details.

    • Interface defines a set of methods that a class must implement, providing a contract for how the class should behave.

    • Abstraction is achieved through abstract classes and interfaces in object-oriented program...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't feel uncomfortable if you don't know the exact answer. Whatever you know just explain in your statement. make an easy sentence to explain don't give an exact theoretic answer try to explain with one example.

Wittybrains Software Technologies Interview FAQs

How to prepare for Wittybrains Software Technologies Java Developer interview for experienced candidates?
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 Wittybrains Software Technologies. The most common topics and skills that interviewers at Wittybrains Software Technologies expect are Java, SAML and SSO.
What are the top questions asked in Wittybrains Software Technologies Java Developer interview for experienced candidates?

Some of the top questions asked at the Wittybrains Software Technologies Java Developer interview for experienced candidates -

  1. Wap where n=2, power=3, output=8 using recursi...read more
  2. Wap to print prime number between 1-100 alternate...read more
  3. Wap to print prime number between 1-1...read more

Tell us how to improve this page.

Wittybrains Software Technologies Java Developer Salary
based on 4 salaries
₹4.5 L/yr - ₹10 L/yr
19% more than the average Java Developer Salary in India
View more details
Software Engineer
50 salaries
unlock blur

₹2.2 L/yr - ₹11 L/yr

Softwaretest Engineer
29 salaries
unlock blur

₹2.2 L/yr - ₹7 L/yr

Software Developer
18 salaries
unlock blur

₹2.2 L/yr - ₹12.5 L/yr

Senior Software Test Engineer
17 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

QA Lead
6 salaries
unlock blur

₹12 L/yr - ₹17.2 L/yr

Explore more salaries
Compare Wittybrains Software Technologies with

TCS

3.7
Compare

Infosys

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