Upload Button Icon Add office photos

Filter interviews by

Web Idea Solution Interview Questions and Answers for Freshers

Updated 11 Jun 2025
Popular Designations

Web Idea Solution Interview Experiences for Freshers

1 interview found

Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Aug 2023. There were 4 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 - Aptitude Test 

Including technical Mcqs from JS, OOPS, SQL and 10 questions from general aptitude.

Round 3 - Coding Test 

One question for 30min. Leetcode easy to medimum level questions.

Round 4 - HR 

(3 Questions)

  • Q1. Lot of questions from ReactJs.
  • Q2. Why should we hire you?
  • Q3. About internship experience

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Web Idea Solution?
Ask anonymously on communities.

Interview questions from similar companies

I applied via Naukri.com and was interviewed in Nov 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There were total 3 rounds, 2 rounds were technical and 3rd one was manegerial. Mainly they asked me questions on Loadrunner in first round and bit about performance monitoring. In 2nd round they have asked...

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be confident and stay positive and don't try to be over smart 😀 only answer if you know, else you just tell sorry I am not able to recall it. Really I am very thankful to Naukri.com, so many interview calls I was getting form naukri. Guys are doing really great. Thankyou and all the best guys. Stay safe ❤️

I applied via Referral and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Introduction about yourself, Questions specifically related to your experience, Situations when you faced most stress, What are the major contributions you made in your experience, What were your shortcomi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Thoroughly prepare what you write in resume. Give a proper introduction covering your experience and your role & achievement in your past projects.
Be specific with your answers.

Interview Questionnaire 

2 Questions

  • Q1. How to export Apexcodecoverage
  • Ans. 

    To export Apex code coverage, use the Salesforce Developer Console or a third-party tool.

    • Open the Developer Console and navigate to the 'Tests' tab.

    • Select the classes you want to export coverage for and click 'Export' in the 'Code Coverage' section.

    • Alternatively, use a third-party tool like Illuminated Cloud or Gearset to export coverage data.

    • Coverage data can be exported in various formats, including CSV and XML.

  • Answered by AI
  • Q2. Use soql on Apexcodecoverage
  • Ans. 

    SOQL can be used to query Apex code coverage data.

    • Use the ApexCodeCoverage object to query code coverage data

    • Filter by class or trigger name using the Name field

    • Aggregate data using GROUP BY clauses

    • Join with other objects to get additional information

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical questions : 1)oops concepts 2)plsql cursors, triggers, procedures 3)quick sort algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared with your resume. None of the questions were asked out of resume.

Interview Questionnaire 

2 Questions

  • Q1. Tell me about yourself
  • Q2. Reverse string
  • Ans. 

    Reversing a string involves rearranging its characters in the opposite order, which can be done using various methods.

    • Use built-in functions: In Python, you can reverse a string with slicing: `reversed_string = original_string[::-1]`.

    • Iterative approach: Loop through the string from the end to the beginning and build a new string.

    • Using recursion: Define a function that calls itself with a smaller substring until it reac...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Average level interview
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Dec 2021. There were 4 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. Questions relating to AS
Round 3 - Technical 

(1 Question)

  • Q1. AS questions were asked
Round 4 - HR 

(1 Question)

  • Q1. General discussion only

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on AS and latest amendments.
There are 2 technical rounds. Manager and partner
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed before Jan 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. Asked basic questions related to resume, academics, precious salary, experience,
  • Q2. She asked related to job relocation as to whether you would move to bangalore or not
  • Ans. Answer was given on the basis of above question. If you canf relocate, kindly dont say yes thinking you would increase wfh
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident, dont lie a lot, have a smile on the face, if you do not know the answer say u am sorry I dont know the answer, rather than just saying for the sake of saying.

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

Interview Questionnaire 

4 Questions

  • Q1. Tell me your self introduction
  • Ans. 

    Dynamic professional with diverse experience in management, team leadership, and strategic planning, eager to contribute to organizational success.

    • Over 5 years of experience in management roles, leading teams to achieve operational goals.

    • Successfully implemented a new project management system that improved efficiency by 30%.

    • Strong background in customer service, enhancing client satisfaction scores by 20% through effe...

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

    Python is a high-level, interpreted programming language known for its simplicity, readability, and versatility.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is often shorter and easier to read than other languages.

    • It uses indentation to indicate code blocks instead of curly braces or keywords.

    • ...

  • Answered by AI
  • Q3. What are the highlevel languages
  • Ans. 

    High-level languages are programming languages that are easier to read and write than low-level languages.

    • High-level languages are closer to human language than machine language.

    • They are easier to learn and use than low-level languages.

    • Examples of high-level languages include Java, Python, and C++.

  • Answered by AI
  • Q4. Tell me about hcl company
  • Ans. 

    HCL Technologies is a leading global IT services company based in India, specializing in software development and IT consulting.

    • Founded in 1976, HCL is one of India's original IT services companies.

    • HCL operates in over 50 countries, providing services to clients across various industries.

    • The company focuses on innovation and has invested heavily in R&D, exemplified by its HCL Innovation Labs.

    • HCL's services include ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was a technical one but was majority a stress test it lasted for about 1hour 10minutes.the interviewer wanted to test both my knowledge and communication skills. It was my first of campus interview and I think I did pretty well for a fresher.

Skills evaluated in this interview

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 

Good Practice

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Practice of Coding.......

Web Idea Solution Interview FAQs

How many rounds are there in Web Idea Solution interview for freshers?
Web Idea Solution interview process for freshers usually has 4 rounds. The most common rounds in the Web Idea Solution interview process for freshers are Coding Test, HR and Resume Shortlist.
How to prepare for Web Idea Solution interview for freshers?
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 Web Idea Solution. The most common topics and skills that interviewers at Web Idea Solution expect are AWS, Python, Javascript, .NET and SQL.
What are the top questions asked in Web Idea Solution interview for freshers?

Some of the top questions asked at the Web Idea Solution interview for freshers -

  1. Angular functionalities , state managem...read more
  2. Lot of questions from React...read more
  3. all sorting algorit...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.6
 • 11.1k Interviews
Accenture Interview Questions
3.8
 • 8.7k Interviews
Infosys Interview Questions
3.6
 • 7.9k Interviews
Wipro Interview Questions
3.7
 • 6.1k Interviews
Cognizant Interview Questions
3.7
 • 5.9k Interviews
Capgemini Interview Questions
3.7
 • 5.1k Interviews
Tech Mahindra Interview Questions
3.5
 • 4.1k Interviews
HCLTech Interview Questions
3.5
 • 4.1k Interviews
Genpact Interview Questions
3.7
 • 3.4k Interviews
Deloitte Interview Questions
3.7
 • 3k Interviews
View all

Web Idea Solution Reviews and Ratings

based on 8 reviews

3.5/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.1

Salary

3.5

Job security

3.5

Company culture

3.1

Promotions

3.8

Work satisfaction

Explore 8 Reviews and Ratings
Application Developer
6 salaries
unlock blur

₹1.8 L/yr - ₹7 L/yr

Web Developer
4 salaries
unlock blur

₹1 L/yr - ₹2.6 L/yr

UI UX and Graphic Designer
4 salaries
unlock blur

₹3.6 L/yr - ₹3.6 L/yr

Software Developer
3 salaries
unlock blur

₹14 L/yr - ₹24 L/yr

Senior Full Stack Developer
3 salaries
unlock blur

₹9 L/yr - ₹13 L/yr

Explore more salaries
Compare Web Idea Solution with

TCS

3.6
Compare

Accenture

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare
write
Share an Interview