Upload Button Icon Add office photos

Filter interviews by

Surveyaan Software Engineer Intern Trainee Interview Questions and Answers

Updated 25 Jul 2024

Surveyaan Software Engineer Intern Trainee Interview Experiences

1 interview found

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

I applied via Company Website and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 Leetcode medium questions

Round 2 - Technical 

(3 Questions)

  • Q1. How do you handle large datasets using MongoDB?
  • Ans. 

    Handle large datasets in MongoDB by sharding, indexing, and using aggregation pipelines.

    • Use sharding to distribute data across multiple servers for horizontal scaling.

    • Create indexes on frequently queried fields to improve query performance.

    • Utilize aggregation pipelines for complex data processing and analysis.

    • Consider using MongoDB Atlas for managed sharding and scaling capabilities.

  • Answered by AI
  • Q2. Differentiate between Horizontal and Vertical Scaling.
  • Ans. 

    Horizontal scaling involves adding more machines to distribute load, while vertical scaling involves increasing resources on a single machine.

    • Horizontal scaling adds more machines to handle increased load

    • Vertical scaling increases resources on a single machine

    • Horizontal scaling is more cost-effective and easier to implement

    • Vertical scaling may have limitations in terms of scalability

    • Example: Adding more servers to a we...

  • Answered by AI
  • Q3. Explain 4 pillars of oops.
  • Ans. 

    The 4 pillars of OOP are Inheritance, Encapsulation, Abstraction, and Polymorphism.

    • Inheritance allows a class to inherit properties and behavior from another class.

    • Encapsulation restricts access to certain components of an object, protecting its integrity.

    • Abstraction hides complex implementation details and only shows the necessary features.

    • Polymorphism allows objects to be treated as instances of their parent class, e

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you are a good fit for this role?
  • Ans. 

    I am a good fit for this role because of my strong technical skills, passion for software development, and ability to work well in a team.

    • Strong technical skills in programming languages such as Java, C++, and Python

    • Passion for software development demonstrated through personal projects and internships

    • Ability to work well in a team environment, collaborating with colleagues to solve complex problems

  • Answered by AI
  • Q2. Tell me an event when you showed Team Management.
  • Ans. 

    During a group project in college, I successfully delegated tasks, set deadlines, and ensured everyone's contributions were integrated seamlessly.

    • Assigned specific tasks to team members based on their strengths and interests

    • Held regular check-in meetings to track progress and address any issues

    • Encouraged open communication and collaboration among team members

    • Resolved conflicts and ensured everyone's opinions were heard

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for coding round.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mcqs and coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. Projects explain
  • Ans. 

    Developed a web application for tracking personal fitness goals and progress

    • Used HTML, CSS, and JavaScript for front-end development

    • Implemented a RESTful API using Node.js and Express for back-end functionality

    • Utilized MongoDB for database storage and retrieval

    • Incorporated data visualization tools like Chart.js for displaying progress graphs

  • Answered by AI
  • Q2. Previous internship learning and challenges
  • Ans. 

    During my previous internship, I learned how to work in a team, improved my coding skills, and faced challenges in debugging complex issues.

    • Collaborated with team members on projects, enhancing communication and teamwork skills

    • Gained hands-on experience in coding and software development, improving technical skills

    • Encountered challenges in debugging complex issues, leading to problem-solving and critical thinking skill

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Behavioural questions
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Lovely Professional University (LPU) and was interviewed in Sep 2022. There were 4 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 - Aptitude Test 

Basic level aptitude test with reasoning math question

Round 3 - Critical thinking round 

(2 Questions)

  • Q1. Game with time bound timers
  • Ans. 

    A game with time-bound timers requires players to complete tasks within a set time limit.

    • Players must strategize and prioritize tasks to complete them before the timer runs out.

    • Timers can be used to increase the difficulty and intensity of the game.

    • Examples include escape rooms, cooking games, and puzzle games with time limits.

  • Answered by AI
  • Q2. Simple critical thinking rounds
Round 4 - Technical 

(1 Question)

  • Q1. Stack queue and linked list related quest

Interview Preparation Tips

Interview preparation tips for other job seekers - Just keep practicing and do data structures with other development skills
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

It was on campus interview. Questions were mostly DSA based. The first round was online screening with questions related to DFS and ad-hoc programming.

Round 2 - One-on-one 

(2 Questions)

  • Q1. This was also a DSA based round. First question was related to identifying bipartite graph.
  • Q2. Second question was Level order traversal of tree

Interview Preparation Tips

Interview preparation tips for other job seekers - Practice DSA for Amazon, that is the most asked topic
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

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

Round 1 - Technical 

(16 Questions)

  • Q1. What are custom hooks in React, and what are their use cases? Additionally, can you provide an example of a custom hook that performs an API call and utilizes the retrieved data?
  • Q2. What is the difference between useMemo and useCallback in React?
  • Q3. What is the difference between class-based components and functional components in React?
  • Q4. How can you implement the lifecycle of a React component in a functional component?
  • Q5. What are the various state management techniques available in React?
  • Q6. What is the architecture of Redux, and what purposes do middlewares serve within it?
  • Q7. What is hoisting in JavaScript?
  • Q8. What is event bubbling in JavaScript?
  • Q9. What are block scope and function scope in JavaScript?
  • Q10. Have you had experience working with semantic tags in HTML?
  • Q11. What are the various methods for creating an object in JavaScript?
  • Q12. What are the differences between shallow copy and deep copy in JavaScript?
  • Q13. What will be the output of the following JavaScript code fragment: `const a; function test() { console.log(a); }; test();`?
  • Q14. How can you use CSS to arrange elements in a row and column layout?
  • Q15. Have you utilized CSS preprocessors, and if so, which ones?
  • Q16. If I have assigned different colors to an ID and a class and applied both to the same element, which color will be applied based on CSS specificity precedence?

Interview Preparation Tips

Topics to prepare for Cognizant Senior Software Engineer interview:
  • Javascript
  • React.Js
  • HTML
  • CSS
Interview preparation tips for other job seekers - Possessing a deep understanding of JavaScript and React is essential. Interviewers may engage in mind games with candidates; therefore, we should remain calm and focused solely on the questions. Additionally, we need to be confident in our answers; otherwise, they may respond with doubt, asking, "Is that so?"
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Dec 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

An aptitude test is an assessment to measure a candidate mental aptitude/mental ability

Round 2 - Technical 

(3 Questions)

  • Q1. Can you briefly Tell us about yourself?
  • Q2. What do you consider to be your strongest points?
  • Q3. Which programming languages do you use regularly in your work
Round 3 - Group Discussion 

A group discussion is a structured conversation in which participants share their ideas, perspectives, and solutions on a specific topic.

Round 4 - HR 

(2 Questions)

  • Q1. What motivates you to seek employment at Wipro?
  • Q2. What are your long-term career goals?
Round 5 - Assignment 

Assignment details refer to the specifics of an assignment, including any documents and/or emails or subsequent correspondence between the company and the client.

Interview Preparation Tips

Topics to prepare for Wipro Software Developer interview:
  • Your academic achievement
  • Responsibility related to your p
  • The way you address mistakes at
Interview preparation tips for other job seekers - Reflect on the activities you enjoy and what brings you happiness, while also taking into account your skills and strengths.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 5 interview rounds.

Round 1 - Aptitude Test 

It was an aptitude test that included coding and various logical questions.

Round 2 - Technical 

(4 Questions)

  • Q1. Domain questions
  • Q2. Project level questions
  • Q3. Mid level python questions
  • Q4. Devops questions
Round 3 - Technical 

(2 Questions)

  • Q1. Scenario based question
  • Q2. DevSecOps Questions
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial Round. It was a casual discussion though about the project and role level activities.
Round 5 - HR 

(1 Question)

  • Q1. Its was just a formality

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared to answer questions regarding your role and domain expertise, as well as have a basic understanding of various logical concepts.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Dec 2024. There were 10 interview rounds.

Round 1 - Aptitude Test 

Any ideas for an aptitude test?

Round 2 - Technical 

(2 Questions)

  • Q1. You have a good network connection.
  • Q2. Which individuals are currently employed?
Round 3 - Case Study 

What is education in place?

Round 4 - Coding Test 

What is a SQL Server?

Round 5 - Group Discussion 

Effective communication and any suggestion.

Round 6 - HR 

(2 Questions)

  • Q1. What is your name?
  • Q2. What is your educational background?
Round 7 - HR 

(2 Questions)

  • Q1. What type of work does the Deloitte company engage in?
  • Q2. What type of work does Deloitte engage in?
Round 8 - HR 

(2 Questions)

  • Q1. What is your father's name?
  • Q2. What is your father's name?
Round 9 - Assignment 

Engage with any assignment provided.

Round 10 - Assignment 

Please provide any assignments you have.

Interview Preparation Tips

Interview preparation tips for other job seekers - Yes I am interested in this job
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(10 Questions)

  • Q1. What is Pricing Rule & Product Rule?
  • Ans. 

    Pricing Rule & Product Rule are mathematical concepts used in calculus to find derivatives of functions.

    • Pricing Rule is used to find the derivative of a function that involves a product of two functions.

    • Product Rule is used to find the derivative of a function that involves the product of two functions.

    • Pricing Rule: (f(x)g(x))' = f'(x)g(x) + f(x)g'(x)

    • Product Rule: (fg)' = f'g + fg'

  • Answered by AI
  • Q2. Can you please explain the Project you have worked on and the difficulties you faced?
  • Q3. What are the Option contraint?
  • Ans. 

    Option constraints are restrictions placed on the values that can be assigned to an option in a software system.

    • Option constraints define the valid range of values for an option.

    • They can include minimum and maximum values, allowed data types, and specific values.

    • For example, an option for selecting a color may have constraints that limit the choices to 'red', 'blue', or 'green'.

  • Answered by AI
  • Q4. What rae the Configuration Attribute?
  • Ans. 

    Configuration attributes are settings that define the behavior of a software system.

    • Configuration attributes can include parameters such as database connection strings, logging levels, and feature toggles.

    • They are typically stored in configuration files or databases.

    • Changing configuration attributes can alter the behavior of the software without modifying its code.

    • Configuration attributes are used to customize the soft...

  • Answered by AI
  • Q5. What is Flow specially Record Triggered flow?
  • Ans. 

    Record Triggered Flow is a type of Flow in Salesforce that is triggered when a record is created or updated.

    • Record Triggered Flow is used to automate processes in Salesforce based on changes to records.

    • It can be set to run before or after the record is saved.

    • Record Triggered Flow can access and update related records as well.

    • It is a powerful tool for automating complex business processes in Salesforce.

  • Answered by AI
  • Q6. What is MDQ (Multi Dimensional Quote)?
  • Ans. 

    MDQ (Multi Dimensional Quote) is a tool used in software development to estimate the effort required for a project by considering multiple dimensions.

    • MDQ takes into account various factors such as complexity, team experience, technology stack, and project scope.

    • It helps in providing a more accurate estimation of the time and resources needed for a project.

    • For example, a project with a high complexity level and a new te...

  • Answered by AI
  • Q7. What is Pricing Waterfall?
  • Ans. 

    Pricing waterfall is a method used to analyze and optimize pricing strategies by breaking down the pricing process into different components.

    • Pricing waterfall helps in understanding the impact of various factors on pricing decisions.

    • It involves analyzing costs, competition, customer demand, and other market factors to determine the optimal pricing strategy.

    • Examples of components in a pricing waterfall include fixed cos...

  • Answered by AI
  • Q8. Explain Discount Schedule ?
  • Ans. 

    A discount schedule is a set of rules or guidelines that determine the amount of discount a customer receives based on various factors.

    • Discount schedules can be based on factors such as quantity purchased, customer loyalty, or promotional events.

    • For example, a discount schedule may offer a 10% discount for purchases of 10 items or more.

    • Another example could be a loyalty program where customers receive increasing discou...

  • Answered by AI
  • Q9. What are the different Pricing Method?
  • Ans. 

    Different pricing methods include cost-plus pricing, value-based pricing, competition-based pricing, and dynamic pricing.

    • Cost-plus pricing involves adding a markup to the cost of production.

    • Value-based pricing sets prices based on the perceived value to the customer.

    • Competition-based pricing involves setting prices based on competitors' prices.

    • Dynamic pricing adjusts prices in real-time based on demand and other factor

  • Answered by AI
  • Q10. What are the different Product we have in CPQ?
  • Ans. 

    CPQ offers multiple products including Configure, Price, Quote, Contract Management, and Billing.

    • Configure: Allows users to customize products based on customer needs

    • Price: Calculates pricing based on configurations and discounts

    • Quote: Generates quotes for customers based on configured products

    • Contract Management: Manages contracts and agreements with customers

    • Billing: Handles invoicing and payment processing

  • Answered by AI
Round 2 - Technical 

(10 Questions)

  • Q1. What is QCP (Quote Calculator Plugin)?
  • Ans. 

    QCP is a software plugin used for calculating quotes for products or services.

    • QCP is a tool used in sales or e-commerce platforms to provide accurate pricing information to customers.

    • It can factor in variables such as quantity, discounts, taxes, and shipping costs to generate a final quote.

    • QCP can be customized to fit the specific pricing structure and rules of a business.

    • Examples of QCP include plugins for online shop...

  • Answered by AI
  • Q2. Explain any Special Field in CPQ?
  • Ans. 

    Special Field in CPQ refers to a custom field that is unique to a specific use case or industry.

    • Special fields can be used to capture industry-specific data or unique requirements.

    • Examples include fields for pricing rules in the manufacturing industry or contract terms in the telecommunications industry.

  • Answered by AI
  • Q3. Have you worked on Amendment? Explain it?
  • Ans. 

    Yes, I have worked on Amendment. It involves making changes to existing software code or documentation.

    • Amendment involves modifying existing code or documentation to improve functionality or fix issues.

    • Examples include updating a software feature to meet new requirements, fixing bugs in the code, or enhancing performance.

    • Amendment may also involve revising documentation to reflect changes made to the software.

  • Answered by AI
  • Q4. What is renewal in CPQ? Explain the complete Flow?
  • Ans. 

    Renewal in CPQ refers to the process of renewing a contract or subscription for a product or service.

    • Renewal in CPQ involves generating a renewal quote for an existing contract or subscription.

    • The renewal flow typically includes reviewing the terms of the existing contract, making any necessary adjustments, and generating a new quote for the renewed contract.

    • Customers may have the option to renew their contract for a s...

  • Answered by AI
  • Q5. Explain Quote to Cash Flow?
  • Ans. 

    Quote to Cash Flow is the process of generating revenue from the initial quote to the final payment.

    • Quote to Cash Flow involves the entire sales process from creating a quote for a product or service to receiving payment for that product or service.

    • It includes activities such as quoting, invoicing, order fulfillment, and payment collection.

    • The goal of Quote to Cash Flow is to streamline the sales process and improve ca...

  • Answered by AI
  • Q6. What is Package level Setting?
  • Ans. 

    Package level setting refers to configuration settings that apply to an entire package of software components.

    • Package level settings are configuration options that affect all components within a software package.

    • These settings are typically defined at the package level and apply globally.

    • Examples include setting default values for variables, defining access control rules, or specifying logging levels.

    • Package level sett...

  • Answered by AI
  • Q7. What is Bundle Product and Nested Bundle?
  • Ans. 

    Bundle product is a group of related products sold together, while nested bundle is a bundle within a bundle.

    • Bundle product is a collection of multiple products sold together as a single unit.

    • Nested bundle is a bundle that contains another bundle within it.

    • Example: A laptop bundle may include a laptop, a laptop bag, and a mouse. Within this bundle, there could be a nested bundle for extended warranty options.

  • Answered by AI
  • Q8. What is Guided Selling?
  • Ans. 

    Guided selling is a sales technique where the salesperson guides the customer through the buying process, offering personalized recommendations and advice.

    • Involves salesperson providing personalized recommendations to customers

    • Helps customers make informed decisions during the buying process

    • Often used in e-commerce websites to suggest products based on customer preferences

  • Answered by AI
  • Q9. Explain Usages Based Product?
  • Ans. 

    Usages based product refers to a pricing model where customers are charged based on their usage of the product or service.

    • Customers are charged based on the amount or frequency of their usage.

    • Common in industries like cloud computing, SaaS, and utilities.

    • Examples include pay-as-you-go cloud services, metered electricity usage, and usage-based insurance.

  • Answered by AI
  • Q10. What is Batch APEX?
  • Ans. 

    Batch APEX is a feature in Salesforce that allows developers to process records in bulk using Apex code.

    • Batch APEX is used to handle large volumes of data in Salesforce.

    • It is commonly used for tasks like data cleansing, data migration, and data processing.

    • Batch APEX classes implement the Database.Batchable interface and are executed asynchronously.

    • Developers can monitor and manage Batch APEX jobs through the Salesforce

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. Difference between out and ref.
  • Q2. Sql query to find the 2nd last student marks
  • Q3. Second round was around project specific like why mongodb or posgreSQL? Project architecture and followup questions.
  • Q4. Create global exception handler.

Surveyaan Interview FAQs

How many rounds are there in Surveyaan Software Engineer Intern Trainee interview?
Surveyaan interview process usually has 3 rounds. The most common rounds in the Surveyaan interview process are Coding Test, Technical and HR.
What are the top questions asked in Surveyaan Software Engineer Intern Trainee interview?

Some of the top questions asked at the Surveyaan Software Engineer Intern Trainee interview -

  1. How do you handle large datasets using Mongo...read more
  2. Differentiate between Horizontal and Vertical Scali...read more
  3. Explain 4 pillars of oo...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Surveyaan interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Accenture Interview Questions
3.9
 • 8k Interviews
Infosys Interview Questions
3.7
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 4.9k Interviews
Capgemini Interview Questions
3.8
 • 4.7k Interviews
Tech Mahindra Interview Questions
3.6
 • 3.7k Interviews
HCLTech Interview Questions
3.5
 • 3.7k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Embedded Systems Engineer
3 salaries
unlock blur

₹5.8 L/yr - ₹6.1 L/yr

Explore more salaries
Compare Surveyaan with

TCS

3.7
Compare

Accenture

3.9
Compare

Wipro

3.7
Compare

Cognizant

3.8
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview