Filter interviews by
I applied via Naukri.com and was interviewed in Feb 2024. There were 3 interview rounds.
Need to create a full stack app using required technologies (Go, React)
Writing tests for Go programming language
Use the testing package in Go to write unit tests
Create test files with _test.go suffix for each package to be tested
Use functions like TestXxx(t *testing.T) to define test cases
Run tests using 'go test' command in the terminal
I applied via Naukri.com and was interviewed in Jun 2024. There were 4 interview rounds.
Basic coding question
I applied via campus placement at Bannari Amman Institute of Technology, Sathyamangalam and was interviewed before Jan 2022. There were 2 interview rounds.
THERE ARE QUANTS, REASONING AND VERBAL
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
I am drawn to your company's innovative projects and collaborative work environment.
I am impressed by the cutting-edge technologies and projects your company is working on.
I value the opportunity to work in a collaborative and supportive team environment.
I believe that joining your company will provide me with the chance to further develop my skills and contribute meaningfully to impactful projects.
I prioritize tasks based on deadlines, importance, and dependencies.
I create a list of all tasks and categorize them based on deadlines.
I identify tasks that are critical to the project's success and prioritize them accordingly.
I consider dependencies between tasks and prioritize those that are dependent on others being completed first.
I regularly reassess priorities and adjust as needed based on changing circumstances...
I applied via Recruitment Consulltant and was interviewed in Sep 2024. There were 2 interview rounds.
Find the second largest element from array of strings
Sort the array in descending order
Access the element at index 1 to get the second largest element
Failsafe integrators prioritize system stability by handling errors gracefully, while fail fast integrators prioritize quick detection and resolution of errors.
Failsafe integrators focus on ensuring the system continues to function even in the presence of errors.
Fail fast integrators aim to quickly identify and address errors to prevent further issues.
Failsafe integrators often use techniques like retries, circuit brea...
posted on 11 Dec 2024
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
Use the built-in reverse() method to reverse an array in JavaScript.
Use the reverse() method on the array to reverse its elements in place.
Example: let arr = ['apple', 'banana', 'cherry']; arr.reverse(); // ['cherry', 'banana', 'apple']
I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.
1 hour
Aptitude test was conducted
Complex coding logics were asked
Good morning sir have a you sir my name is hemant Ramchandra narkhede
Java script simple frame
JavaScript has several data types including string, number, boolean, object, function, undefined, and null.
String: 'hello', '123'
Number: 123, 3.14
Boolean: true, false
Object: { key: 'value' }
Function: function() { }
Undefined: undefined
Null: null
var is function-scoped while let is block-scoped in JavaScript.
var keyword is function-scoped, meaning it is accessible throughout the function it is declared in.
let keyword is block-scoped, meaning it is only accessible within the block it is declared in.
Using var can lead to variable hoisting issues, while let provides more predictable behavior.
let allows for better variable scoping and reduces the risk of unintended
Pair programming promotes collaboration, knowledge sharing, and code quality.
Enhances code quality through immediate code review and feedback
Promotes knowledge sharing and learning from each other
Fosters collaboration and teamwork
Reduces the likelihood of bugs and errors
Increases productivity by leveraging two minds on the same problem
Helps in breaking down complex problems into smaller tasks
Improves communication skil
I use a combination of manual testing, unit testing, and debugging tools to identify bugs in my code.
Perform manual testing by running the code and checking for any unexpected behavior or errors.
Write unit tests to verify the functionality of individual components and catch any issues early on.
Utilize debugging tools like breakpoints, logging, and stack traces to track down the root cause of bugs.
Collaborate with team ...
I have been coding primarily in Python for 5 years.
I started learning Python in college and have been using it extensively in my professional career.
I have worked on various projects using Python, including web development, data analysis, and automation.
I am proficient in Python libraries such as NumPy, Pandas, and Django.
HR round full stack developer experience
Best atitude round questions
posted on 28 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
ES6 introduces new features like arrow functions, classes, template literals, let and const declarations, and more.
Arrow functions provide a more concise syntax for writing functions.
Classes allow for easier object-oriented programming in JavaScript.
Template literals enable easier string interpolation and multiline strings.
let and const declarations provide block-scoped variables.
ES6 also introduces features like destr...
Lazy loading is a technique used to defer loading of non-essential resources until they are actually needed, while Redux is a state management library for React applications.
Lazy loading in React involves dynamically importing components or modules only when they are required, improving performance by reducing initial load times.
Redux is used in React applications to manage the state of the application in a predictable...
Optimizing API and rendering in React involves reducing unnecessary API calls, using memoization, lazy loading, and code splitting.
Reduce unnecessary API calls by batching requests or using GraphQL to fetch only required data.
Use memoization techniques like useMemo and useCallback to prevent unnecessary re-renders.
Implement lazy loading for components that are not immediately needed, improving initial load time.
Utilize...
TCS
Accenture
Wipro
Cognizant