i
Synechron
Filter interviews by
I appeared for an interview before Jul 2024, where I was asked the following questions.
Centering a div inside a parent div can be achieved using CSS flexbox or grid properties.
Use CSS Flexbox: Set the parent div's display to 'flex' and justify-content and align-items to 'center'.
Example: .parent { display: flex; justify-content: center; align-items: center; } .child { width: 50%; }
Use CSS Grid: Set the parent div's display to 'grid' and use 'place-items: center'.
Example: .parent { display: grid; place-it...
APIs can be categorized into various types, including REST, SOAP, and GraphQL, each with unique characteristics and use cases.
REST (Representational State Transfer): Uses HTTP requests and is stateless. Example: GitHub API.
SOAP (Simple Object Access Protocol): Protocol-based, uses XML for message format. Example: PayPal API.
GraphQL: Allows clients to request specific data, reducing over-fetching. Example: Facebook API.
...
In JavaScript, 'null' is an object type that represents the intentional absence of any object value.
'null' is a primitive value in JavaScript.
Using 'typeof null' returns 'object', which is a known quirk in JavaScript.
It is often used to indicate that a variable should have no value.
Example: let myVar = null; // myVar is explicitly set to have no value.
Arrays are data structures that store multiple values in a single variable, categorized into various types based on their characteristics.
1. One-Dimensional Arrays: A linear list of elements. Example: ['apple', 'banana', 'cherry']
2. Multi-Dimensional Arrays: Arrays of arrays, like matrices. Example: [['a', 'b'], ['c', 'd']]
3. Dynamic Arrays: Arrays that can resize themselves. Example: Using ArrayList in Java.
4. Associa...
=== checks for both value and type equality, while == checks for value equality with type coercion.
=== (strict equality) does not perform type conversion. Example: 1 === '1' returns false.
== (loose equality) performs type conversion if types differ. Example: 1 == '1' returns true.
Use === to avoid unexpected results from type coercion.
Example: false == 0 returns true, but false === 0 returns false.
Top trending discussions
I applied via Campus Placement and was interviewed in Apr 2021. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Sep 2023. There were 5 interview rounds.
General aptitude based on interests, calculations, ratio proportions, etc
Coding ques regarding arrays, DSA, strings,etc
I applied via Company Website and was interviewed before Jun 2023. There were 2 interview rounds.
One basic coding question given
posted on 2 Jun 2022
I appeared for an interview before Jun 2021.
Had DSA and aptitude questions
posted on 11 Apr 2021
I applied via Campus Placement and was interviewed in Dec 2020. There were 5 interview rounds.
Program to print a pattern and implement bubble sort on an array of strings.
For pattern printing, use nested loops to print the desired pattern.
For bubble sort, compare adjacent elements and swap if necessary.
Use a loop to iterate through the array until no more swaps are needed.
I applied via Company Website and was interviewed before Dec 2020. There were 5 interview rounds.
I applied via Campus Placement and was interviewed before Nov 2020. There were 4 interview rounds.
NTT is a global technology services company that provides IT solutions and services to clients worldwide.
NTT offers a wide range of services including cloud computing, cybersecurity, data analytics, and IoT solutions.
The company operates in over 80 countries and has over 300,000 employees.
NTT is also involved in research and development in areas such as artificial intelligence and quantum computing.
Some of NTT's client...
based on 1 interview experience
Difficulty level
Duration
based on 12 reviews
Rating in categories
Technical Lead
2.9k
salaries
| ₹19.8 L/yr - ₹35 L/yr |
Senior Associate
2.1k
salaries
| ₹12.1 L/yr - ₹24 L/yr |
Senior Software Engineer
1.6k
salaries
| ₹11.1 L/yr - ₹29 L/yr |
Senior Associate Technology L1
1k
salaries
| ₹13.8 L/yr - ₹24.5 L/yr |
Associate Specialist
905
salaries
| ₹22.1 L/yr - ₹38 L/yr |
DXC Technology
Optum Global Solutions
Virtusa Consulting Services
CGI Group