Upload Button Icon Add office photos

Filter interviews by

Web Link Services Web Developer Interview Questions and Answers for Experienced

Updated 29 Mar 2024

Web Link Services Web Developer Interview Experiences for Experienced

1 interview found

Web Developer Interview Questions & Answers

user image Anonymous

posted on 29 Mar 2024

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Feb 2024. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Asked about self
Round 2 - Technical 

(2 Questions)

  • Q1. Asked technical question
  • Q2. Asked about HTML, CSS, Responsive website questions
Round 3 - Assignment 

Complete the assignments at the required time

Round 4 - One-on-one 

(2 Questions)

  • Q1. Asked about to complete 50 pages in one day
  • Q2. It will never happened

Interview questions from similar companies

I was interviewed before Jan 2021.

Round 1 - Coding Test 

(2 Questions)

Round duration - 60 minutes
Round difficulty - Easy

Two coding questions were given in the first round to be solved in 60 minutes.

  • Q1. 

    Rearrange Array Elements Problem Statement

    Given an array A containing 'N' integers and an integer m, rearrange the elements of the array such that the differences between the array elements and m are sor...

  • Ans. 

    Rearrange array elements based on their differences from a given integer.

    • Calculate the differences between each element and the given integer.

    • Sort the elements based on their differences while maintaining the original order for elements with the same difference.

    • Implement a function to rearrange the array elements as per the given criteria.

  • Answered by AI
  • Q2. 

    Print Nodes at Distance K from a Given Node

    Given an arbitrary binary tree, a node of the tree, and an integer 'K', find all nodes that are at a distance K from the specified node, and return a list of th...

  • Ans. 

    The task is to find all nodes in a binary tree that are at a distance K from a given node.

    • Traverse the binary tree to find the given node

    • From the given node, perform a depth-first search to find all nodes at distance K

    • Use a list to store the values of the nodes at distance K

    • Return the list of values in any order

  • Answered by AI
Round 2 - Face to Face 

(4 Questions)

Round duration - 60 minutes
Round difficulty - Easy

This was a technical round with questions based on DSA, DBMS, Computer Networking and project based questions.

  • Q1. 

    Triangle of Numbers Pattern

    Ninja is tasked with printing a triangle pattern based on a given number 'N' for any test case.

    Example:

    Input:
    N = 4
    Output:
       1
    232
    34545
    4567654

    Explanation:

    The pat...

  • Ans. 

    Print a triangle pattern of numbers based on a given number 'N'.

    • Iterate through each row and print the numbers accordingly

    • Use spaces to center-align the numbers in each row

    • Increment the numbers in each row as per the pattern

  • Answered by AI
  • Q2. What is the difference between a web server and an application server?
  • Ans. 

    Web server serves static content over HTTP, while application server runs dynamic content and business logic.

    • Web server handles HTTP requests and responses, serving static content like HTML, images, and CSS.

    • Application server executes business logic, runs dynamic content, and interacts with databases.

    • Web server examples include Apache, Nginx, while application server examples include Tomcat, JBoss.

    • Web server focuses on...

  • Answered by AI
  • Q3. How does the internet work?
  • Ans. 

    The internet is a global network of interconnected computers that communicate using standardized protocols.

    • The internet is made up of a vast number of interconnected networks of computers.

    • Data is transmitted over the internet using protocols such as TCP/IP.

    • Websites are hosted on servers connected to the internet, and users access them using web browsers.

    • Internet Service Providers (ISPs) provide access to the internet f...

  • Answered by AI
  • Q4. Write a SQL query to find the nth highest salary.
  • Ans. 

    SQL query to find the nth highest salary

    • Use the 'SELECT DISTINCT' statement to get unique salary values

    • Order the salaries in descending order using 'ORDER BY' clause

    • Use 'LIMIT' and 'OFFSET' to get the nth highest salary

  • Answered by AI
Round 3 - HR 

Round duration - 30 minutes
Round difficulty - Easy

Typical HR round with behavioral problems.

Interview Preparation Tips

Professional and academic backgroundI completed Information Technology from Chitkara University. Eligibility criteriaAbove 7 CGPAInfo Edge India (Naukri.com) interview preparation:Topics to prepare for the interview - Data Structures, Algorithms, System Design, Aptitude, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

7 Questions

  • Q1. Say something about yourself?
  • Q2. Asked on college project
  • Q3. Which programming language do you know?
  • Ans. 

    I know multiple programming languages including Java, Python, and C++.

    • Proficient in Java with experience in developing web applications using Spring framework

    • Familiar with Python for data analysis and machine learning

    • Experience in C++ for developing high-performance applications

    • Also familiar with HTML, CSS, and JavaScript for front-end development

  • Answered by AI
  • Q4. What is class, encapsulation and other feature of OOP?
  • Ans. 

    Class is a blueprint for creating objects, encapsulation is the process of hiding data and methods within a class.

    • Class is a template or blueprint that defines the properties and behaviors of an object.

    • Encapsulation is the process of bundling data and methods together within a class, hiding the internal details from the outside world.

    • Other features of OOP include inheritance, polymorphism, and abstraction.

    • Inheritance a...

  • Answered by AI
  • Q5. Write a program to find the sum of the squares of each term of Fibonacci series
  • Ans. 

    Program to find the sum of squares of each term of Fibonacci series

    • Generate Fibonacci series using loop or recursion

    • Calculate square of each term

    • Add all squares to get the sum

  • Answered by AI
  • Q6. What can I do for you?
  • Q7. Why would you like to join Cognizant?
  • Ans. 

    I would like to join Cognizant because of its reputation as a leading global technology and consulting company.

    • Cognizant has a strong presence in the industry and is known for its innovative solutions.

    • I am impressed by Cognizant's commitment to digital transformation and its ability to deliver value to clients.

    • The company offers excellent career growth opportunities and a supportive work environment.

    • Cognizant's diverse...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Questions were simple but demanded faster solving ability especially the Quantitative ability section.
Tips: Solve every bit of R.S.Aggarwal for Aptitude problems. www.indiabix.com is a good site to solve questions from all the sections.
Duration: 90 minutes

Round: Interview
Experience: Started with self description to explaining what projects I was involved in. Talked about my role in the project. Then answered questions from C++ programming language and then wrote the program that the interviewer gave me to do.
Tips: Be Confident. Have the problem solving & "Yes I can Do" attitude. Go with a open mind. Listen to the interviewer carefully. Do not stammer. Keep yourself calm and cool. Be honest.

Round: Interview
Experience: Faced normal questions
Tips: Be confident & keep smiling. Keep track of your body language. Be fluent in speaking English.

General Tips: Be confident and a "can do" attitude will help you grab the job.
Skill Tips: """"
Skills: Communication Skill, Proficiency in English, Basic Computer Progamming Knowledge, Learning ability, Aptitude
College Name: IIT Madras

Skills evaluated in this interview

Interview Questionnaire 

5 Questions

  • Q1. Based on a situation
  • Q2. Write a .small C code
  • Ans. 

    A C code that prints out the elements of an array of strings.

    • Declare an array of strings

    • Use a loop to iterate through the array

    • Print out each element

  • Answered by AI
  • Q3. Simple puzzles about colored balls probability
  • Q4. What Is the probability of it raining today in Chennai?
  • Ans. 

    The probability of rain in Chennai today depends on various factors such as season, weather conditions, and location.

    • The probability can be estimated by analyzing the current weather patterns and historical data.

    • Factors such as humidity, temperature, and wind speed can affect the probability of rain.

    • Local weather forecasts and satellite imagery can also provide insights into the likelihood of rain.

    • The probability of ra...

  • Answered by AI
  • Q5. Find the probability that India will win the next Cricket World Cup
  • Ans. 

    It is impossible to accurately predict the probability of India winning the next Cricket World Cup.

    • Sports events are unpredictable and depend on various factors such as team performance, weather conditions, injuries, etc.

    • Past performance of the team and individual players can be considered, but it does not guarantee future success.

    • Other teams participating in the tournament also play a significant role in determining t...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Fifty people appeared for the test out of which sixteen were shortlisted.

Round: Case Study Interview
Experience: How would you promote a newly launched product? What marketing strategies would you use? They asked very simple case studies.

Round: Technical Interview
Experience: Test was based on data analysis, mainly maths. The interview was to see how much 'C' and probability you know.
Tips: Customized preparation is must along with good CGPA.

Skill Tips: Work details about your internship helps!
Skills: General knowledge, Technical knowledge
College Name: IIT Madras

Skills evaluated in this interview

Interview Preparation Tips

Round: Test
Experience: Shortlist is done based on the result of the test conducted. The test consists of two parts basic quantitative skills and a short essay to test your English
Tips: Math and Puzzle solving skills are useful They were looking for people with good math skills and team player

Round: Interview
Experience: Interview was held in two rounds. No technical round is held. One should be prepared for basic HR questions, your understanding of your projects etc.
Tips: There is no technical round and no emphasis on technical background
Prepare for all the basic HR questions beforehand, write them down
Get to know your resume very well

College Name: IIT Madras

Interview Questionnaire 

1 Question

  • Q1. Basic HR questions, your understanding of your projects, biggest achievement so far??

Interview Preparation Tips

Round: Resume Shortlist
Tips: Get to know your resume very well, have a story for each of your resume point

Round: Test
Experience: Written test. Basic Quant and one short essay to test your English.

Round: Interview
Experience: They were looking for people with good math skills and team player.

Round: Interview
Experience: Prepare for all the basic HR questions beforehand, write them down. for core get your basic fundamentals perfect.
Tips: I started preparing for placements from Nov starting but starting early will be better.

General Tips: Prepare for all the basic HR questions beforehand, write them down. 
For core, get your basic fundamentals perfect.
Skills: Basic fundamentals
College Name: IIT-Madras

Interview Preparation Tips

Round: Test
Experience: Questions were based on basic maths and english but time duration as per level of questions was very less. I was hardly able to attempt 90 question.
Tips: Firstly attempt questions from the topics in which you are more comfortable. Don't spend much time in thinking.
Duration: 60 minutes
Total Questions: 120

Round: Technical Interview
Experience: As I am from statistics background ao they asked me questions from regression and inference in depth. Rest all question were from basic stats. And yes they ask question from everything what is there in your resume.
Tips: Be ready for question from everything what is there in your resume and prepare them in advance.

Round: HR Interview
Experience: It was easy and hardly last for 10 min
Tips: Be confident on whatever you speak and prepare for general HR questions in advance.

College Name: IIT BOMBAY

Interview Questionnaire 

10 Questions

  • Q1. A case analysis on a home grown food chain was asked
  • Q2. Basic questions like “About myself”
  • Q3. Tell me something about your family
  • Ans. 

    I come from a close-knit family of five with strong values and traditions.

    • My parents have been married for over 30 years and have instilled the importance of family and hard work in us.

    • I have two siblings, an older brother who is a doctor and a younger sister who is studying to become a teacher.

    • We enjoy spending time together, whether it's cooking a big family dinner or going on vacations.

    • Our family also values educati...

  • Answered by AI
  • Q4. How I will add value to Cognizant brand
  • Ans. 

    I will add value to Cognizant brand by leveraging my expertise in digital transformation and innovation to drive growth and enhance customer experience.

    • Developing and implementing innovative solutions to meet client needs

    • Driving digital transformation initiatives to improve operational efficiency

    • Building strong relationships with clients and stakeholders

    • Staying up-to-date with industry trends and emerging technologies

    • C...

  • Answered by AI
  • Q5. Why I wish to join Cognizant and other CV based questions
  • Q6. Curricular activities
  • Q7. B-school engagements
  • Q8. Family
  • Q9. Other achievements on CV
  • Ans. 

    I have achieved several milestones in my career, including leading successful projects and receiving recognition for my contributions.

    • Received Employee of the Year award for exceptional performance

    • Led a team of 10 in successful completion of a complex project

    • Implemented cost-saving measures resulting in a 20% reduction in expenses

    • Developed and delivered training programs for new hires

    • Published research paper in industr

  • Answered by AI
  • Q10. Queried about location constraints

Interview Preparation Tips

Round: Case Study Interview
Experience: It involved
assessing how I approached the problem, which particular questions I
will ask the owner, what will be the level of granular detail collection
with every step. The interview round went on for 20 – 25 minutes
and interviewer wished me luck for further rounds.

Round: HR Interview
Experience: more focus was laid on my prior work experience. Within 2 minutes of my first round, I was called for next one.

Round: HR Interview
Experience: This was
with a Delivery Manager who asked me no technical questions. Seemed more
of a personality interview.
The informal discussion lasted for 10 minutes & at the end, manager smilingly welcomed me to Cognizant family

Round: Stress Interview
Experience: Last but not the least, it was HR round. He read through my application
form and queried about location constraints. I readily convinced him on
my willingnesss, still it felt like a Stress interview. He informed me
about the other joining formalities and confirmed the offer.
Parts of the Interview I did well at :
Cracking round 1 was the key to get selected in CBC. Maintaining
self-composure and properly listening to the questions before answering
anything sailed me through.Parts of the Interview I didn’t do well at :
HR round went in a bit of hurry. I think it was meant to be that way.Final Verdict : Offered Consultant role at Cognizant Business Consulting

General Tips: This was my very first shortlist during finals and I was all the more
nervous of cracking this one. The actual process started before the
company was on campus. They had a online video interview asking
questions like ” What are your strengths & weaknesses?” to be
answered in a minute. It was an elimination round as campus round
shortlist was reduced to almost one-third.
Do not take video interview round lightly. Many of my peers mistook it
to be a non-elimination round and missed on the opportunity of sitting
through campus rounds.
Skills: case analysis, Behavioral
College Name: NA

Interview Questionnaire 

14 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated individual with a passion for learning and a strong work ethic.

    • I have a degree in computer science and have worked as a software developer for 3 years.

    • I am proficient in multiple programming languages including Java, Python, and C++.

    • I am a quick learner and enjoy taking on new challenges.

    • In my free time, I enjoy hiking and playing guitar.

  • Answered by AI
  • Q2. What department of CBC are you aiming at?
  • Ans. 

    I am aiming for the News department at CBC.

    • I have a passion for journalism and reporting on current events.

    • I have experience in news writing and reporting from my previous job.

    • I believe that the News department at CBC is a great platform to showcase my skills and contribute to the society.

    • I am also interested in exploring different aspects of news reporting such as investigative journalism and feature writing.

  • Answered by AI
  • Q3. Why Consulting?
  • Ans. 

    Consulting offers the opportunity to work on diverse projects, solve complex problems, and constantly learn and grow.

    • Exposure to various industries and clients

    • Opportunity to work on challenging projects

    • Continuous learning and development

    • Ability to make a significant impact on clients' businesses

    • Flexibility in work schedule and location

  • Answered by AI
  • Q4. Strengths
  • Q5. Which work function of CBC do you want to go to?
  • Ans. 

    I am interested in the marketing function of CBC.

    • Developing marketing strategies

    • Creating promotional campaigns

    • Conducting market research

    • Building brand awareness

  • Answered by AI
  • Q6. Why CBC?
  • Q7. How will you utilize your strengths as a CBC consultant?
  • Ans. 

    I will utilize my strengths in communication, problem-solving, and attention to detail to provide effective solutions for clients.

    • I will actively listen to clients to understand their needs and concerns

    • I will analyze data and information to identify potential issues and develop solutions

    • I will communicate clearly and effectively with clients and team members

    • I will pay close attention to details to ensure accuracy and q...

  • Answered by AI
  • Q8. Any issues with locations of work?
  • Ans. 

    No major issues with locations of work.

    • Remote work is possible for some positions

    • Offices are located in convenient areas

    • Occasional travel may be required for client meetings

  • Answered by AI
  • Q9. About my summer project
  • Q10. Marketing questions based on Summer project (positioning, pricing strategy)
  • Q11. Work experience related
  • Q12. Technology aspects of OS platforms for Telecom
  • Ans. 

    OS platforms for Telecom require robust technology to handle high traffic and ensure reliability.

    • Telecom OS platforms need to handle high traffic and ensure reliability

    • They require robust technology to support real-time communication and data transfer

    • Examples include Linux-based systems like CentOS and Ubuntu, as well as proprietary systems like Cisco IOS

    • Virtualization and cloud computing are also becoming increasingly

  • Answered by AI
  • Q13. Leadership roles at work
  • Ans. 

    Leadership roles at work

    • Leadership roles involve guiding and motivating a team towards achieving a common goal

    • Effective communication, delegation, and decision-making are key skills for a leader

    • Leaders should lead by example and be willing to take responsibility for their actions

    • Examples of leadership roles include team leader, project manager, and CEO

  • Answered by AI
  • Q14. Projects completed in both companies that I have worked for
  • Ans. 

    I have completed various projects in both of my previous companies.

    • Developed a new website for Company A, resulting in a 20% increase in online sales.

    • Managed the implementation of a new CRM system for Company B, resulting in improved customer satisfaction.

    • Led a team in the successful completion of a large-scale marketing campaign for Company A.

    • Implemented a new inventory management system for Company B, resulting in a ...

  • Answered by AI

Interview Preparation Tips

Round: Case Study Interview
Experience: Parts of the Interview I did well at :1) Previous candidates interviewed had mentioned that they are lookingfor consultants in Telecom or Manufacturing domains. I presented theTelecom part of my work-ex during my “About Me”

2) My profile was a good match for CBC. Had applied to this company with my “IT” resume rather than the “Consult” resume

General Tips: Just be ready for a relaxed conversation. They like to go into details regarding summers.

Ask some good questions about the company. I had one or two good questions prepared.
Skills: Case study, Behavioral
College Name: NA

Skills evaluated in this interview

Interview Questionnaire 

13 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly motivated and experienced professional with a passion for problem-solving and a track record of success in various industries.

    • I have a degree in engineering and have worked in the tech industry for 5 years

    • I am skilled in project management and have successfully led teams to complete complex projects on time and within budget

    • I am a quick learner and have adapted to new industries, such as finance and healt...

  • Answered by AI
  • Q2. What department of CBC are you aiming at?
  • Ans. 

    I am aiming for the News department at CBC.

    • I have a strong passion for journalism and reporting current events.

    • I have experience in news writing and reporting from my previous job.

    • I believe that working in the News department at CBC will allow me to grow as a journalist and contribute to the organization's mission.

    • I am also interested in exploring different formats of news reporting, such as podcasts and video journali

  • Answered by AI
  • Q3. Why Consulting?
  • Ans. 

    Consulting offers the opportunity to work on diverse projects, solve complex problems, and continuously learn and grow.

    • Opportunity to work on diverse projects

    • Solve complex problems

    • Continuous learning and growth

    • Collaboration with experts in various fields

    • Exposure to different industries and businesses

  • Answered by AI
  • Q4. Strengths
  • Q5. Which work function of CBC do you want to go to?
  • Ans. 

    I am not familiar with CBC's work functions, so I cannot answer that question.

    • Answered by AI
    • Q6. Why CBC?
    • Q7. How will you utilize your strengths as a CBC consultant?
    • Ans. 

      As a CBC consultant, I will utilize my strengths in data analysis, problem-solving, and communication to provide effective solutions to clients.

      • I will analyze data to identify patterns and trends that can inform strategic decision-making.

      • I will use my problem-solving skills to develop innovative solutions to complex challenges.

      • I will communicate effectively with clients to understand their needs and provide tailored re...

    • Answered by AI
    • Q8. Any issues with locations of work?
    • Ans. 

      No major issues with locations of work.

      • Remote work is preferred by some employees

      • Some locations may have limited access to public transportation

      • Certain locations may have higher cost of living

      • Flexibility in location can improve work-life balance

    • Answered by AI
    • Q9. About my summer project-Marketing questions based on Summer project (positioning, pricing strategy)
    • Q10. Work experience related
    • Q11. Technology aspects of OS platforms for Telecom,
    • Ans. 

      OS platforms for Telecom require robust technology to handle high traffic and ensure reliability.

      • Telecom OS platforms need to handle high traffic volumes

      • Reliability is crucial for Telecom OS platforms

      • Security is a top priority for Telecom OS platforms

      • Examples of Telecom OS platforms include Android, iOS, and Windows Mobile

    • Answered by AI
    • Q12. Leadership roles at work ,
    • Ans. 

      Leadership roles at work require strong communication, decision-making, and delegation skills.

      • Effective communication is key to leading a team

      • Being able to make tough decisions and take responsibility for them

      • Delegating tasks to team members based on their strengths and abilities

      • Leading by example and setting a positive tone for the team

      • Encouraging collaboration and teamwork

      • Providing constructive feedback and recognizi...

    • Answered by AI
    • Q13. Projects completed in both companies that I have worked for
    • Ans. 

      I have completed various projects in both of my previous companies.

      • Developed a new website for Company A, resulting in a 20% increase in online sales

      • Managed the implementation of a new CRM system for Company B, resulting in a 15% increase in customer satisfaction

      • Led a team in the development of a mobile app for Company A, resulting in over 50,000 downloads within the first month

      • Implemented a new inventory management sy...

    • Answered by AI

    Interview Preparation Tips

    Round: HR Interview
    Experience: Parts of the Interview I did well at :

    1) Previous candidates interviewed had mentioned that they are looking
    for consultants in Telecom or Manufacturing domains. I presented the
    Telecom part of my work-ex during my “About Me”

    2) My profile was a good match for CBC. Had applied to this company with my “IT” resume rather than the “Consult” resume

    General Tips: I had 3 rounds of Interview.
    Just be ready for a relaxed conversation. They like to go into details regarding summers.Ask some good questions about the company. I had one or two good questions prepared.
    Skills: Behavioral , Case analysis
    College Name: NA

    Skills evaluated in this interview

    Web Link Services Interview FAQs

    How many rounds are there in Web Link Services Web Developer interview for experienced candidates?
    Web Link Services interview process for experienced candidates usually has 4 rounds. The most common rounds in the Web Link Services interview process for experienced candidates are HR, Technical and Assignment.
    How to prepare for Web Link Services Web 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 Web Link Services. The most common topics and skills that interviewers at Web Link Services expect are Application Design, Digital Media, Hart, Interiors and J2Me.
    What are the top questions asked in Web Link Services Web Developer interview for experienced candidates?

    Some of the top questions asked at the Web Link Services Web Developer interview for experienced candidates -

    1. Asked about HTML, CSS, Responsive website questi...read more
    2. Asked about to complete 50 pages in one ...read more
    3. Asked technical quest...read more

    Tell us how to improve this page.

    Web Link Services Web Developer Interview Process for Experienced

    based on 1 interview

    Interview experience

    1
      
    Bad
    View more
    Web Link Services Web Developer Salary
    based on 7 salaries
    ₹1 L/yr - ₹3 L/yr
    56% less than the average Web Developer Salary in India
    View more details
    SEO Executive
    23 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Web Developer
    7 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Software Developer
    5 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    DOT NET Developer
    4 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Digital Marketing Executive
    4 salaries
    unlock blur

    ₹0 L/yr - ₹0 L/yr

    Explore more salaries
    Compare Web Link Services with

    Info Edge

    3.9
    Compare

    JustDial

    3.5
    Compare

    Indiamart Intermesh

    3.6
    Compare

    Matrimony.com

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