Upload Button Icon Add office photos

Filter interviews by

Whishworks It Consulting Senior Software Engineer Interview Questions, Process, and Tips

Updated 7 Jul 2021

Whishworks It Consulting Senior Software Engineer Interview Experiences

1 interview found

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

Interview Questionnaire 

5 Questions

  • Q1. What is Inheritance
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a new class is created by inheriting properties of an existing class.

    • Inheritance allows code reusability and promotes modular programming.

    • The existing class is called the parent or base class, and the new class is called the child or derived class.

    • The child class inherits all the properties and methods of the parent class and can also add new properties an...

  • Answered by AI
  • Q2. What is Polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • Polymorphism allows objects of different classes to be treated as if they are of the same class.

    • It helps in achieving loose coupling and flexibility in code.

    • Examples include method overloading and overriding, and interfaces in Java.

    • Polymorphism can also be achieved through inheritance and abstract classes.

  • Answered by AI
  • Q3. What do you know about Restful webservices
  • Ans. 

    Restful webservices are a way of building web services that use HTTP methods to access resources.

    • REST stands for Representational State Transfer

    • Uses HTTP methods like GET, POST, PUT, DELETE

    • Resources are identified by URIs

    • Responses are in JSON or XML format

    • Stateless communication between client and server

    • Example: Twitter API

  • Answered by AI
  • Q4. What is Collections framework in JAVA
  • Ans. 

    Collections framework is a set of classes and interfaces that provide a way to store and manipulate groups of objects in Java.

    • It provides interfaces like List, Set, Queue, etc. for storing collections of objects.

    • It also provides classes like HashMap, TreeMap, etc. for storing key-value pairs.

    • It simplifies the task of storing and manipulating data in Java programs.

    • It is a part of the Java Collections API.

    • Example: List&l...

  • Answered by AI
  • Q5. What is Exception Handling? How many types are there ?
  • Ans. 

    Exception Handling is a mechanism to handle runtime errors and prevent program crashes.

    • It is used to catch and handle errors that occur during program execution.

    • There are two types of exceptions: checked and unchecked.

    • Checked exceptions are checked at compile-time and must be handled or declared.

    • Unchecked exceptions are not checked at compile-time and do not need to be handled or declared.

    • Examples of exceptions include...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It is a very simple interview. One who knows basic JAVA can crack the interview

Skills evaluated in this interview

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops concepts, angular , .net core middlewares

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic concepts well

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Kony based

Interview Preparation Tips

Interview preparation tips for other job seekers - Its really nice being interviewed at LTI. The questions were asked completely based on my domain and it was pure real time scenario based if you are good with the technical stuff which you are performing every day you are good to clear this interview
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com 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 tips
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation current salary notice period
Round 3 - HR 

(1 Question)

  • Q1. Current salary notice period expected salary
  • Ans. 

    The question asks for information about current salary, notice period, and expected salary.

    • Provide the current salary, notice period, and expected salary.

    • If you don't have the information, mention that you don't have the data.

    • Format the response in JSON.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Better discuss about JD before joining office and about project related

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

Interview Questionnaire 

1 Question

  • Q1. Technical question related to the application?

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be confident about your answers and don't lie on any terms.

I applied via Naukri.com and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for the job change?
  • Q2. Relevant technical questions, as per my current technology

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep it simple and be yourself. That's what the interviewers looked into. Also a thorough understanding of the technology is a must and that is what will help you in cracking the interview. You don't have to go in-depth, just the overview and what happens when is what they look for. Good communication skills is also an added incentive, something I always try to work on. All the best

I applied via Naukri.com and was interviewed in Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. It was a technical round of 4-5 rounds and my position is for SAP MES role, they were asked many questions in ME/MII both.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in answering the questions they asked.
Have good technical knowledge on Mii and functional knowledge on Sap ME, so that you can answer better.
Have good understanding of SAP ui5.
Listen to the question carefully and anwer it.
Don't be in a hurry to anwer before they complete their questions.

All the best.

Interview Questionnaire 

3 Questions

  • Q1. What is your role in current project
  • Q2. Why should we hire you
  • Q3. What the major challenges you have faced in your earlier project ?

I applied via Recruitment Consultant and was interviewed in Feb 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Interviewed for c/c++ developer
  • Q2. All basic questions they have asked

Interview Preparation Tips

Interview preparation tips for other job seekers - It was nice

Interview Questionnaire 

2 Questions

  • Q1. What is your key roles and responsiblity in the organization.
  • Q2. How to deploy ivr application in servers.
  • Ans. 

    IVR application can be deployed in servers using various deployment methods.

    • Choose a deployment method based on the application requirements and server environment.

    • Common deployment methods include manual deployment, automated deployment, and containerization.

    • Ensure that all necessary dependencies and configurations are included in the deployment package.

    • Test the application thoroughly after deployment to ensure it is

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident specify your key skills answered the questions accurately.

Skills evaluated in this interview

Whishworks It Consulting Interview FAQs

What are the top questions asked in Whishworks It Consulting Senior Software Engineer interview?

Some of the top questions asked at the Whishworks It Consulting Senior Software Engineer interview -

  1. What is Exception Handling? How many types are ther...read more
  2. What do you know about Restful webservi...read more
  3. What is Collections framework in J...read more

Tell us how to improve this page.

Whishworks It Consulting Senior Software Engineer Salary
based on 50 salaries
₹4.7 L/yr - ₹12 L/yr
48% less than the average Senior Software Engineer Salary in India
View more details

Whishworks It Consulting Senior Software Engineer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.1

Salary

4.1

Job security

4.1

Company culture

4.1

Promotions

4.1

Work satisfaction

Explore 2 Reviews and Ratings
Senior Software Engineer
50 salaries
unlock blur

₹4.7 L/yr - ₹12 L/yr

Software Engineer
19 salaries
unlock blur

₹1.2 L/yr - ₹7.5 L/yr

Mulesoft Developer
16 salaries
unlock blur

₹6 L/yr - ₹8.8 L/yr

Technical Architect
15 salaries
unlock blur

₹18 L/yr - ₹28 L/yr

Technical Specialist
9 salaries
unlock blur

₹9.5 L/yr - ₹18 L/yr

Explore more salaries
Compare Whishworks It Consulting 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