Upload Button Icon Add office photos

Filter interviews by

FreshersLive Software Developer fresher Interview Questions and Answers

Updated 9 Feb 2023

FreshersLive Software Developer fresher Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed in Jan 2023. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Interview 

(5 Questions)

  • Q1. What is a Self introduction .
  • Q2. Basic electrical engineering question .
  • Q3. Defination for current
  • Ans. 

    Current is the flow of electric charge through a conductor.

    • Current is measured in amperes (A).

    • It is caused by the movement of electrons.

    • There are two types of current: direct current (DC) and alternating current (AC).

    • DC flows in one direction while AC changes direction periodically.

    • Current is essential for the functioning of electrical devices.

  • Answered by AI
  • Q4. Give the even or odd coding
  • Ans. 

    The question is asking for a code that can determine whether a given number is even or odd.

    • Use the modulo operator (%) to check if the number is divisible by 2

    • If the result of the modulo operation is 0, the number is even

    • If the result of the modulo operation is 1, the number is odd

  • Answered by AI
  • Q5. What is the formula for power
  • Ans. 

    The formula for power is P = W/t or P = F*v

    • Power is the rate at which work is done or energy is transferred

    • The unit of power is watt (W)

    • P = W/t where W is work done and t is time taken

    • P = F*v where F is force and v is velocity

    • Power can be calculated for electrical circuits using P = VI or P = I^2*R

  • Answered by AI

Interview Preparation Tips

Topics to prepare for FreshersLive Software Developer fresher interview:
  • Basic electrical engineering que
  • C language
  • C ++ lauguage
  • AutoCAD
  • MATLAB
Interview preparation tips for other job seekers - No ....I have no share advice for jok seekers .thank u so much .

Interview questions from similar companies

fresher Interview Questions & Answers

UBS user image Anonymous

posted on 11 Oct 2021

I applied via Walk-in and was interviewed in Apr 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What is your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - For a fresher, Getting offer and entry in Credit Suisse is important factor rather than getting into salary as a freshers.I told them You can pay me as per company standard but I would like to involved inimportant project where I can learn new technology work culture etc..

Interview Questionnaire 

1 Question

  • Q1. Tell about your self?
  • Ans. You have to describe about your self like your name, qualification, hobbies, achievements etc... be confident about your self.
  • Answered Anonymously

fresher Interview Questions & Answers

BNY user image Anonymous

posted on 4 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Aptitude Test 

Duration
Typical duration 30.90 minutes
Number of questions . usually 20.25 questions
Time per question . Limit the entire test
Numerical reasoning
Varabal reasoning

Round 2 - HR 

(1 Question)

  • Q1. Tell me about your self

Interview Preparation Tips

Interview preparation tips for other job seekers - Update your resume
Practice your interview skill
Risarch the company
Job strategy
Networking
Career website

I applied via Referral and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. Process is throwing Out of Memory Error , describe the steps you will take to debug and then interviewer went down in Memory Management concepts and garbage collection algo's of JVM in great detail.
  • Ans. 

    To debug Out of Memory Error, analyze memory usage and garbage collection algorithm of JVM.

    • Analyze heap dump to identify memory leaks

    • Check if JVM is running out of heap space

    • Analyze garbage collection logs to identify any issues

    • Tune JVM parameters to optimize memory usage

    • Consider using a profiler to identify memory-intensive code

    • Check for any large objects or arrays that may be causing the issue

  • Answered by AI
  • Q2. Design automated Parking Lot.
  • Ans. 

    Automated parking lot design with efficient space utilization and user-friendly interface.

    • Use sensors to detect available parking spots

    • Implement a central computer system to manage parking allocation

    • Incorporate user-friendly interface for easy navigation and payment

    • Maximize space utilization with multi-level parking and compact car storage

    • Ensure safety measures are in place for pedestrians and vehicles

  • Answered by AI
  • Q3. Design Something similar as auto correct/suggestions functionality of Google search.
  • Ans. 

    Design an auto-suggestion feature for a search engine.

    • Implement a search algorithm that suggests relevant keywords based on user input.

    • Use machine learning to improve the accuracy of suggestions over time.

    • Allow users to easily select and add suggested keywords to their search query.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - When interviewer asked you to design a system (any system) , its important that we don't jump on solution immediately.

First define the problem statement and write down all requirements on paper.
Writing down the requirements and clarify the assumptions are two most important task in any system design question.

Remember nobody expects you to design fully functional auto-correct functionality, or Zomato app, or parking lot in one hour.
It took many months for any development team to get these kind of design right and sometime applications have to be redesign multiple times in reality.

In interview what people want to see is that how well you think,are you able to connect the dots in your design and can you come up with high level prototype which is generic and scalable.
I have seen people got lost in little nuances/edge scenarios which doesn't matter in larger scheme of things, so
1. Focus on big picture first.
2. Get your high level entity design, Schema Design right.
3. Then connect the dots and focus of if we can scale the system or enhance the system if required.
4. Try to accommodate any edge case scenario.

Generally, if you get first three steps rights , in one hour or so that's enough for you to crack the round.

Skills evaluated in this interview

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

Interview Questionnaire 

1 Question

  • Q1. 1. Explain SCD Type 2 Implementation in Informatica
  • Ans. 

    SCD Type 2 is a technique used to track historical changes in data over time in a data warehouse.

    • SCD Type 2 maintains a separate row for each change in data, with a start and end date.

    • It requires a surrogate key to uniquely identify each row.

    • Informatica provides a built-in SCD Type 2 transformation to implement this technique.

    • Example: tracking changes in customer addresses over time.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Kindly focus on basic BI terminologies, common to trivial scenarios and introductory information on latest trending tools and technologies.

Skills evaluated in this interview

I applied via Referral and was interviewed in Nov 2019. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Round 1: Basic python question, generators, decorators, args, kwargs, list comprehensions, oops, MRO, yield function, sorting, string operation, tuple vs list, set vs dictionary.
  • Q2. Round 2: Data Structures, Set implementations, list, reversal of a linked list, find power set.
  • Q3. Round 3: Project round, scope of improvements in existing project structure, performance testing, Scaling(horizontal vs vertical).
  • Q4. HR Round

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep calm. Few rounds may go lengthy. Work on Data Structures. Keep basics clear. Have a smiling face.

I applied via Campus Placement and was interviewed before Jan 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. My Strong area , technical questions about my specialisation, some accounting questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer logically and question to your interviewer in case of any query.

I applied via Campus Placement and was interviewed before Jan 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 - One-on-one 

(1 Question)

  • Q1. Most of the questions were centred around Derivatives and Fixed Income Securities

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a sound knowledge in Financial and Economics oriented topics.

I applied via Referral and was interviewed before Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Questions related to Python, my former organisation, why do you want to shift, questions related to different types of risk

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be on time and well dressed
Communication must be good
Answer questions if you can, if you don’t know just accept you don’t know

FreshersLive Interview FAQs

How many rounds are there in FreshersLive Software Developer fresher interview?
FreshersLive interview process usually has 2 rounds. The most common rounds in the FreshersLive interview process are Resume Shortlist.
What are the top questions asked in FreshersLive Software Developer fresher interview?

Some of the top questions asked at the FreshersLive Software Developer fresher interview -

  1. What is the formula for po...read more
  2. Give the even or odd cod...read more
  3. Defination for curr...read more

Tell us how to improve this page.

FreshersLive Software Developer fresher Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Wells Fargo Interview Questions
3.8
 • 570 Interviews
Citicorp Interview Questions
3.7
 • 570 Interviews
Bajaj Finserv Interview Questions
4.0
 • 526 Interviews
HSBC Group Interview Questions
3.9
 • 487 Interviews
Xyz Company Interview Questions
3.8
 • 460 Interviews
American Express Interview Questions
4.2
 • 364 Interviews
BNY Interview Questions
3.9
 • 346 Interviews
UBS Interview Questions
3.9
 • 338 Interviews
Morgan Stanley Interview Questions
3.7
 • 292 Interviews
View all
HR Executive
4 salaries
unlock blur

₹2 L/yr - ₹3 L/yr

Content Writer
4 salaries
unlock blur

₹2.6 L/yr - ₹3.6 L/yr

Explore more salaries
Compare FreshersLive with

Bajaj Finserv

4.0
Compare

Wells Fargo

3.8
Compare

JPMorgan Chase & Co.

3.9
Compare

HSBC Group

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