Upload Button Icon Add office photos

Filter interviews by

NewFangled Vision Interview Questions, Process, and Tips

Updated 8 Apr 2024

NewFangled Vision Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. What is docType in html?
  • Ans. 

    DocType in HTML specifies the version of HTML being used in the document.

    • DocType declaration is not an HTML tag.

    • It is used to inform the web browser about the version of HTML being used.

    • It is placed at the very beginning of an HTML document before the <html> tag.

    • Example: <!DOCTYPE html> for HTML5.

  • Answered by AI
  • Q2. What is symentic elements?
  • Ans. 

    Semantic elements are HTML tags that clearly define the content they contain, making it easier for both humans and machines to understand the structure of a web page.

    • Semantic elements provide meaning to the content they enclose, improving accessibility and SEO.

    • Examples include <header>, <footer>, <nav>, <article>, <section>, <aside>, <main>, <figure>, <figcaption>.

    • U...

  • Answered by AI
  • Q3. Explain position properties, Absolute, Fixed, Relative?
  • Ans. 

    Position properties in CSS for element placement.

    • Absolute: Element is positioned relative to its closest positioned ancestor.

    • Fixed: Element is positioned relative to the viewport.

    • Relative: Element is positioned relative to its normal position.

  • Answered by AI
  • Q4. Coding Question, Find largest element in array without sort, find sum of all element in array, find count of each element in array like how many times each element occurred in array?
  • Ans. 

    Find largest element, sum of all elements, and count of each element in array without sorting.

    • To find the largest element, iterate through the array and keep track of the maximum value.

    • To find the sum of all elements, iterate through the array and add each element to a running total.

    • To find the count of each element, use a hashmap to store the count of each element as you iterate through the array.

  • Answered by AI
  • Q5. How to communicate child to parent components in react?
  • Ans. 

    Using props and callbacks to communicate data from child to parent components in React.

    • Passing data from child to parent components using props

    • Using callbacks to send data from child to parent components

    • Using context API for global state management

  • Answered by AI

Skills evaluated in this interview

Reactjs Developer Interview Questions asked at other Companies

Q1. Implement counter such that it has 2 buttons to increment and decrement the values and also add a input field such that, whatever input is given, the value should be to that and value should should be decreased and increased from the input ... read more
View answer (2)

Jobs at NewFangled Vision

View all

Interview questions from similar companies

I applied via Campus Placement and was interviewed before Feb 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 tips
Round 2 - HR 

(5 Questions)

  • Q1. Why should we hire you?
  • Q2. What is your family background?
  • Q3. What are your strengths and weaknesses?
  • Q4. Tell me about yourself.
  • Q5. About tpp and casa products

Interview Preparation Tips

Interview preparation tips for other job seekers - Educational background and product related questions

I applied via Walk-in and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips
Round 2 - HR 

(5 Questions)

  • Q1. Why should we hire you?
  • Q2. What are your salary expectations?
  • Q3. What is your family background?
  • Q4. Share details of your previous job.
  • Q5. Why we are hired you ?

Interview Preparation Tips

Interview preparation tips for other job seekers - Whatever you want to do overall life future growth job

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

Interview Questionnaire 

1 Question

  • Q1. Basic concept question.

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics should be clear. Some scenario based questions based on business rules and FDMEE data load

I applied via Naukri.com and was interviewed before Sep 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude and English test

Round 2 - Technical 

(1 Question)

  • Q1. Technical round to test technical skills
Round 3 - HR 

(1 Question)

  • Q1. This was fun. It'll take few minutes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Need to prepare hard.company will be taking people on basis of their technology requirements and needs

Analyst Interview Questions & Answers

Wipro user image Anonymous

posted on 23 Feb 2021

Interview Questionnaire 

1 Question

  • Q1. Previous Project Experience

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

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Basic questions only ... regarding job and experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident ... always say the truth ... never try to fake your details

I applied via Naukri.com and was interviewed before Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Why are you looking for job change
  • Q2. Question about job profile

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for interview as selection process can be time consuming

I applied via Recruitment Consulltant and was interviewed before Jul 2021. There were 3 interview rounds.

Round 1 - Aptitude Test 

Cocubes Test Task 1 is of Aptitude questions needs to be completed in Specific time interval and Task 2 is Essay Writing to be finished in Given interval

Round 2 - HR 

(1 Question)

  • Q1. Are you ready to Relocate
  • Ans. Yes I am relocate and flexible with any location
  • Answered Anonymously
Round 3 - Coding Test 

L1 Exam should be cleared L 1 exam is of multiple choice questions and completely related to Java J2Ee Spring

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for co cubes Aptitude and All the best

NewFangled Vision Interview FAQs

How many rounds are there in NewFangled Vision interview?
NewFangled Vision interview process usually has 1 rounds. The most common rounds in the NewFangled Vision interview process are Technical.
How to prepare for NewFangled Vision 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 NewFangled Vision. The most common topics and skills that interviewers at NewFangled Vision expect are Problem Solving, Javascript, CSS, Communication Skills and HTML.
What are the top questions asked in NewFangled Vision interview?

Some of the top questions asked at the NewFangled Vision interview -

  1. Coding Question, Find largest element in array without sort, find sum of all el...read more
  2. How to communicate child to parent components in rea...read more
  3. Explain position properties, Absolute, Fixed, Relati...read more

Tell us how to improve this page.

NewFangled Vision Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
ICICI Bank Interview Questions
4.0
 • 2.4k Interviews
HDFC Bank Interview Questions
3.9
 • 2.2k Interviews
View all

NewFangled Vision Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

-

Skill development

-

Work-life balance

-

Salary

-

Job security

-

Company culture

-

Promotions

-

Work satisfaction

Explore 1 Review and Rating
Oracle PL/SQL DB Tuning Developer

Mumbai

3-5 Yrs

Not Disclosed

SEO Executive

Mumbai

4-9 Yrs

Not Disclosed

ReactJS Developer

Mumbai

2-5 Yrs

Not Disclosed

Explore more jobs
Software Developer
5 salaries
unlock blur

₹3.2 L/yr - ₹6 L/yr

Software QA Engineer
4 salaries
unlock blur

₹2.2 L/yr - ₹3.6 L/yr

Explore more salaries
Compare NewFangled Vision with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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