Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Cyntexa Team. If you also belong to the team, you can get access from here

Cyntexa Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Cyntexa Web Developer Interview Questions and Answers

Updated 10 Feb 2025

Cyntexa Web Developer Interview Experiences

1 interview found

Web Developer Interview Questions & Answers

user image Priyanshu Paliwal

posted on 10 Feb 2025

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Aug 2024.

Round 1 - Coding Test 

Round One consists of a coding test.

Round 2 - Assignment 

Round 2 is about the assignment.

Round 3 - Technical 

(2 Questions)

  • Q1. What can you explain about the flex property in CSS?
  • Ans. 

    The flex property in CSS is used to set the length of a flexible item along the main axis of a flex container.

    • The flex property is a shorthand for flex-grow, flex-shrink, and flex-basis.

    • It determines how much a flex item will grow or shrink to fill the available space.

    • Example: flex: 1 1 50%; sets flex-grow to 1, flex-shrink to 1, and flex-basis to 50%.

  • Answered by AI
  • Q2. What is the difference between absolute positioning and fixed positioning in CSS?
  • Ans. 

    Absolute positioning is relative to the nearest positioned ancestor, while fixed positioning is relative to the viewport.

    • Absolute positioning is based on the nearest positioned ancestor, while fixed positioning is based on the viewport.

    • Absolute positioned elements are removed from the normal flow of the document, while fixed positioned elements stay in the same position even when the page is scrolled.

    • Examples: Absolute...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Master the fundamentals, stay updated with current trends, work on real projects, and understand the alignment.

Interview questions from similar companies

I applied via Company Website and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions on Java,SQL,some trending technologies(IOT,Big data),pattern questions, programming questions with different approaches.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of DSA, have knowledge about the databases, some common dml ,ddl statements, programming knowledge of a particular language like C,Java, python,etc...have good command on oops concepts... little bit of frameworks knowledge will also help

I applied via Newspaper Ad and was interviewed before Jun 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. Basic questions of java.
Round 3 - HR 

(1 Question)

  • Q1. Intro and other hr related questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Cover the basic questions regarding the programming language.

I applied via Naukri.com and was interviewed before Apr 2021. 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 Resume tips
Round 2 - Aptitude Test 

Interview Preparation Tips

Interview preparation tips for other job seekers - Nothing as such. Overall experience was good

I applied via Referral and was interviewed before Apr 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Puzzles, Psychometric Test

Round 2 - One-on-one 

(1 Question)

  • Q1. Some water in 3 Jars question, you had to measure out 5L correctly

Interview Preparation Tips

Interview preparation tips for other job seekers - Make the interview interactive, I got this input from another Senior. Before i went into the interview room the volunteers were telling all those who goes into Room No 1 is screwed. I was praying i don't get room no 1. But fortunately for me I got room no 1 because when the interviewer gave me the puzzle and handed over pen and paper he went back to relax his posture and when i explained i will fill the 5L Jar first, he immediately came forward to listen to me, at that moment i knew i got the job because i felt the previous candidates never made their interview interactive and that's why he went back to relax his posture.

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

First round was coding as well as aptitude done together went well I guess focusing on codes helps a lot.

Round 2 - Technical 

(1 Question)

  • Q1. 2nd round included tr and mr round went quite enegritic

Interview Preparation Tips

Interview preparation tips for other job seekers - Resume skills matters a lot don't fill resume the technologies you don't even aware of

I was interviewed in Sep 2016.

Interview Questionnaire 

3 Questions

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software developer with experience in Java, Python, and web development.

    • Experienced in Java, Python, and web development technologies

    • Strong problem-solving skills and ability to work in a team

    • Completed multiple projects including a web-based inventory management system

  • Answered by AI
  • Q2. Simple coding questions..Basically pattern.
  • Q3. And also they will ask about your projects.

Interview Preparation Tips

Round: Test
Experience: 60 multiple choice questions so have to manage time carefully.
Tips: Have to give equal importance to all the sections..So try to do well in all section.
Duration: 1 hour 30 minutes
Total Questions: 60

Round: Technical + HR Interview
Experience: Don't panic...Only write those things that you know in your resume.

Skills: Smart Coding
College Name: Jaypee Institute Of Information Technology, Noida

I was interviewed in Jun 2016.

Interview Questionnaire 

2 Questions

  • Q1. General questions related to Windows administration
  • Q2. Questions about lack of past with experience.

Interview Preparation Tips

Round: Technical Interview
Experience: Some questions regarding active directory and file sharing
Tips: Keep it real and answer what you know. Donot argue unless interviewer demands discussion.

Round: HR Interview
Experience: Some questions regarding active directory and file sharing
Tips: Keep it real and answer what you know. Donot argue unless interviewer demands discussion.

Round: HR Interview
Experience: I didn't have work experience of a company.
Tips: Will if you have reached hr stage and don't have certain document tell the truth. And explain why you don't have it. If you can arrange the doc, great. If you can't clearly state the same. And tell about the references you can share.

Skills: Technical Analysis

I was interviewed in May 2017.

Interview Preparation Tips

Round: Test
Total Questions: 20

Round: Group Discussion
Duration: 1 hour

Skills: Coding Skills And Knowledge On Data Structures

I was interviewed in Jun 2017.

Interview Preparation Tips

Round: Test
Duration: 1 hour 30 minutes

Skills: Engineering Basics
Contribute & help others!
anonymous
You can choose to be anonymous

Cyntexa Interview FAQs

How many rounds are there in Cyntexa Web Developer interview?
Cyntexa interview process usually has 3 rounds. The most common rounds in the Cyntexa interview process are Technical, Coding Test and Assignment.
How to prepare for Cyntexa Web 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 Cyntexa. The most common topics and skills that interviewers at Cyntexa expect are Data Analytics, Digital Media, HTML, Javascript and Object Oriented Programming.
What are the top questions asked in Cyntexa Web Developer interview?

Some of the top questions asked at the Cyntexa Web Developer interview -

  1. What is the difference between absolute positioning and fixed positioning in CS...read more
  2. What can you explain about the flex property in C...read more

Recently Viewed

INTERVIEWS

Cyntexa

5.6k top interview questions

JOBS

Winfo Solutions

No Jobs

INTERVIEWS

Cyntexa

No Interviews

SALARIES

Mantra Labs

DESIGNATION

LIST OF COMPANIES

Winfo Solutions

Overview

INTERVIEWS

Cyntexa

No Interviews

INTERVIEWS

Mantra Labs

No Interviews

INTERVIEWS

Vanenburg

No Interviews

LIST OF COMPANIES

Cerium Systems

Overview

Tell us how to improve this page.

Cyntexa Web Developer Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more
Cyntexa Web Developer Salary
based on 4 salaries
₹3 L/yr - ₹5 L/yr
At par with the average Web Developer Salary in India
View more details

Cyntexa Web Developer Reviews and Ratings

based on 2 reviews

4.5/5

Rating in categories

4.5

Skill development

4.5

Work-life balance

4.0

Salary

4.5

Job security

4.5

Company culture

4.5

Promotions

4.5

Work satisfaction

Explore 2 Reviews and Ratings
Salesforce Developer
88 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Developer
64 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
25 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
20 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
14 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cyntexa with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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