Filter interviews by
Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing features.
Regression testing is performed after code changes to verify that the existing functionality still works correctly.
Types of regression testing include functional regression testing, unit regression testing, and performance regression testing.
Functional regression testi...
My favorite dish is pizza.
I love the combination of cheese, tomato sauce, and toppings on a crispy crust.
My favorite toppings are pepperoni, mushrooms, and olives.
I enjoy trying different types of pizza from different restaurants.
I also like making my own pizza at home with fresh ingredients.
My BTech percentage is 75%
I scored 75% in my BTech degree
My academic performance was consistent throughout the course
I have also completed various coding projects during my BTech program
Yes, I am open to different shifts and locations.
I am flexible and willing to work in any shift.
I am open to relocation if required.
I am excited to explore new opportunities and challenges.
I am willing to adapt to the company's needs and requirements.
Advice is often not followed due to the phenomenon of cognitive dissonance.
People tend to resist advice that goes against their beliefs or actions.
Cognitive dissonance occurs when there is a conflict between beliefs and actions.
This phenomenon can lead individuals to ignore or rationalize away advice that challenges their current mindset.
For example, a smoker may ignore advice to quit smoking because it conflicts ...
I appeared for an interview in May 2025, where I was asked the following questions.
JavaScript is a versatile, high-level programming language primarily used for web development to create interactive and dynamic content.
Client-side scripting: JavaScript runs in the user's browser, enabling dynamic content updates without reloading the page. Example: Form validation.
Event-driven programming: JavaScript can respond to user actions like clicks and keyboard input. Example: Dropdown menus that expand on cl...
JavaScript is primarily an interpreted language, but modern engines use Just-In-Time (JIT) compilation for performance.
JavaScript code is executed by the browser's JavaScript engine, which interprets the code line by line.
Modern JavaScript engines like V8 (Chrome) and SpiderMonkey (Firefox) use JIT compilation to improve performance.
JIT compilation translates JavaScript code into machine code at runtime, allowing for f...
Yes, JavaScript is a versatile programming language primarily used for web development.
JavaScript enables dynamic content on websites, such as interactive forms and animations.
It is an event-driven language, allowing developers to create responsive user interfaces.
JavaScript can be used on both the client-side (in browsers) and server-side (with Node.js).
It supports object-oriented, imperative, and functional programmi...
A variable in JavaScript is 'undefined' if it is declared but not assigned a value.
In JavaScript, a variable declared without a value is 'undefined'. Example: let x; // x is undefined.
If a variable is declared and assigned 'undefined', it is still considered 'undefined'. Example: let y = undefined; // y is undefined.
Accessing a non-existent property of an object also returns 'undefined'. Example: let obj = {}; console....
I appeared for an interview in May 2025, where I was asked the following questions.
Our company culture emphasizes collaboration, innovation, and a commitment to customer satisfaction, fostering a supportive work environment.
Team Collaboration: We encourage open communication and teamwork, often holding brainstorming sessions to generate new ideas.
Customer-Centric Approach: Every employee is trained to prioritize customer needs, ensuring that we deliver exceptional service.
Continuous Learning: We offe...
I enjoy the collaborative environment and the opportunity to help customers resolve their issues effectively.
The team spirit is incredible; we often celebrate each other's successes, which boosts morale.
I love the training programs offered; they enhance my skills and knowledge in customer service.
Interacting with diverse customers allows me to learn about different perspectives and needs.
The satisfaction of resolving a...
The company prioritizes employee growth through training, mentorship, and career advancement opportunities.
Comprehensive training programs are offered to enhance skills and knowledge.
Regular performance reviews help identify areas for improvement and set career goals.
Mentorship programs pair employees with experienced leaders for guidance.
Opportunities for cross-departmental projects allow employees to gain diverse exp...
A typical day involves handling customer inquiries, resolving issues, and ensuring satisfaction through effective communication.
Start the day by reviewing emails and messages from customers needing assistance.
Handle incoming calls, providing support for product-related questions, such as troubleshooting a device.
Respond to customer inquiries via chat or social media, ensuring timely and accurate responses.
Document cust...
I appeared for an interview in Jun 2025, where I was asked the following questions.
My favorite place is the serene beach, where the sound of waves and the golden sunset create a perfect escape from daily life.
The sound of waves crashing against the shore is incredibly soothing.
Walking on the soft, warm sand feels like a gentle massage for the feet.
Watching the sunset paint the sky in hues of orange and pink is breathtaking.
The salty breeze and the scent of the ocean are refreshing and invigorating.
It...
My favorite movie is 'Inception,' a mind-bending thriller that explores dreams within dreams and the nature of reality.
Complex narrative structure: The film features multiple layers of dreams, making it a unique viewing experience.
Stellar cast: Leonardo DiCaprio, Joseph Gordon-Levitt, and Ellen Page deliver outstanding performances.
Visual effects: The movie showcases groundbreaking visual effects, especially in dream s...
I appeared for an interview in May 2025, where I was asked the following questions.
An array is a data structure that stores a collection of elements, typically of the same type, in a contiguous memory location.
Arrays can hold multiple values in a single variable, e.g., ['apple', 'banana', 'cherry'].
They are indexed, meaning each element can be accessed using its position, e.g., fruits[0] returns 'apple'.
Arrays have a fixed size in many programming languages, meaning you must define the number of elem...
Loops in programming allow for repeated execution of code, enabling efficient handling of repetitive tasks.
Loops help automate repetitive tasks, reducing code redundancy.
For example, a 'for' loop can iterate through an array: for (let i = 0; i < array.length; i++) { console.log(array[i]); }
They can control the flow of execution based on conditions, like 'while' loops: while (condition) { // code }
Loops can be nested...
An operation is a fundamental action or process performed on data or variables in programming and mathematics.
In programming, operations can include arithmetic (e.g., addition, subtraction).
Logical operations (e.g., AND, OR) are used to evaluate boolean expressions.
String operations involve manipulating text, such as concatenation or slicing.
In databases, operations can refer to CRUD actions: Create, Read, Update, Dele...
A while loop is a control flow statement that repeatedly executes a block of code as long as a specified condition is true.
Syntax: while (condition) { // code to execute }
The loop continues until the condition evaluates to false.
Example: let i = 0; while (i < 5) { console.log(i); i++; } // Outputs 0 to 4
Useful for situations where the number of iterations is not known beforehand.
Be cautious of infinite loops; ensure...
An 'if' statement executes code based on a condition, while 'if-else' provides an alternative path if the condition is false.
An 'if' statement checks a condition and executes code if true.
Example: if (x > 10) { console.log('x is greater than 10'); }
An 'if-else' statement provides an alternative action if the condition is false.
Example: if (x > 10) { console.log('x is greater than 10'); } else { console.log('x is ...
Appititude, reasoning, verbal ability
Based on array,stack,queue, hashing,
Developed a smart irrigation system using IoT to optimize water usage in agriculture.
Utilized sensors to monitor soil moisture levels.
Implemented a microcontroller to automate watering based on real-time data.
Created a mobile app for farmers to track and control the system remotely.
Conducted field tests that showed a 30% reduction in water usage.
I appeared for an interview in Mar 2025, where I was asked the following questions.
I appeared for an interview in Mar 2025, where I was asked the following questions.
Mastering design tools involves understanding their functions, shortcuts, and best practices for efficient workflow.
Familiarize yourself with the interface of each tool, like Adobe Photoshop or Illustrator.
Utilize keyboard shortcuts to speed up your workflow; for example, use 'Ctrl + T' for transforming objects.
Experiment with different features, such as layers in Photoshop for non-destructive editing.
Practice using ve...
Aptitude,DSA,reasoning,python ,sql
As a Sales Manager, I prioritize teamwork and collaboration to achieve sales goals and drive success.
I believe in fostering a positive team environment where everyone feels valued and motivated.
I encourage open communication and idea sharing among team members.
I lead by example and actively participate in team projects and initiatives.
I recognize and reward individual and team achievements to boost morale and motivatio...
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
Qualalative aptitude
General topics related to nature.
Top trending discussions
The duration of FreshersNow interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 66 interview experiences
Difficulty level
Duration
based on 183 reviews
Rating in categories
fresher
55
salaries
| ₹1.5 L/yr - ₹5 L/yr |
Software Engineer
4
salaries
| ₹2.5 L/yr - ₹4.2 L/yr |
Software Tester
4
salaries
| ₹3.4 L/yr - ₹4.8 L/yr |
Software Developer
3
salaries
| ₹1.1 L/yr - ₹3.5 L/yr |
Civil Site Engineer
3
salaries
| ₹3 L/yr - ₹3 L/yr |
TCS
Accenture
Wipro
Cognizant