Upload Button Icon Add office photos

Filter interviews by

Otomeyt Web Development Intern Interview Questions and Answers

Updated 15 Mar 2024

Otomeyt Web Development Intern Interview Experiences

1 interview found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Easy but some critical question are in there

Round 2 - HR 

(1 Question)

  • Q1. Basic question bbbbhhnn

Interview Preparation Tips

Interview preparation tips for other job seekers - It is my pleasure to introduce you to QSPIDERS Here is a quick snap shot for you to understand us better has a successful/leading Software Testing /Software Development /Non Engineering Training Organisation.


is the only training QSpiders / JSpiders /PYSpiders/ProSpiders is the world’s largest technical/Non-technical training centre, over 52 Centres Across 14 states & currently tied up with 4180+ Software companies across India.

• QSpiders / JSpiders /PYSpiders/ProSpiders is world’s No.1 training organisation and largest finishing school on Earth.

• QSpiders / JSpiders /PYSpiders/ ProSpiders organisation in the world to have trained more than 7,00,000+ Engineers & Non Engineers & have placed more than 4,27,000 in different organizations across PAN India & other countries.

• QSpiders / JSpiders /PYSpiders/ ProSpiders operates in 14 different States across PAN India - Bengaluru, Mysore, Chennai, Pune, Mumbai, Gurgaon, Bhopal, Noida, Chandigarh, Kolkata, Andhra Pradesh, Telangana, Delhi, Ahmadabad, Kerala & Bhubaneswar. Also in 3 different countries - US : California, UK : London & Ireland.

About Proposed Program:

Incubation-Every year Across PAN India, QSpiders run a CSR Certified Internship placement integrated program for Final Year batch students i,e – 2024 Passing Out batch Students

PAN India we are associated with more than 3800+ Engineering BE/Btech/BSC/BCA/Mtech/MSC/MCA Colleges for the above program.

No Commercials/No Fees/No Hidden Charges Involved as it’s a CSR Program Initiated by QSPiders & funded by QSpiders/Jspiders/Pyspiders/ProSpiders Test Yantra Software Solutions CEO Founder Mr Girish.

Eligible students:

• Qualification – BE, Btech

• Year of Passing – 2024

• Percentage – Min 55% Through Out

• Stream/Specialization – Any

• Prerequisite – Good Communication skill & Good Aptitude knowledge

Job role-Software Test Engineer/Software Full Stack Developer/Python Full Stack Developer
Package :- As per the company standard And candidate knowledge - Slab 1 - 3.5LPA to 5.5LPA or Slab 2 – 5.5LPA to 9.5LPA

Offline Interview Rounds

-Pre-Placement session - 30min

-Online Aptitude Test - 60min

-Shortlisted - Group Discussion

-Offer Letters. What benefits out of this program conducted by QSpiders ? ...

Students are eligible for 100% placement assistance from QSpiders
• The students who has not got placed directly to any company through campus, without wasting time will get a better opportunity to be a part of MNC.

• Increase their skill sets to become eligible for getting job in IT industry, before wasting precious time in searching of jobs and then realizing that improving skill sets is necessary.

• Avoids unnecessary expenditure and saves time on improving the skill sets.

• Ensures students are attending interviews and getting job before it's too late, when their friends already are working.

• Here is an better opportunity to reach their dreams or to build their carrier in IT/Non IT industry.

• They get a platform were they get a good job based on their knowledge and performance

• Training & placement assistance is provided free of cost & No Hidden Charges Involved.

Interesting part : Any student irrespective of the

Interview questions from similar companies

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

Interview Questionnaire 

1 Question

  • Q1. Swap two number with and without temporary variable
  • Ans. 

    Swap two numbers with and without temporary variable

    • Without temporary variable: Use addition and subtraction

    • With temporary variable: Use a third variable to store the value of one of the numbers

    • Example without temporary variable: a=5, b=7; a=a+b; b=a-b; a=a-b;

    • Example with temporary variable: a=5, b=7; temp=a; a=b; b=temp;

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't be afraid. It companies take interview to select you. And if you are selected in this company you are not lucky enough so try hard.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Oct 2020. There was 1 interview round.

Interview Questionnaire 

3 Questions

  • Q1. What is second level cache?How to implement second level cache?How to optimize sql query?what are solid principles?
  • Ans. 

    Second level cache is a caching mechanism used to improve performance by storing frequently accessed data in memory.

    • Second level cache is implemented at the application level and can be configured using frameworks like Hibernate.

    • To optimize SQL queries, one can use indexes, avoid using SELECT *, and use JOINs instead of subqueries.

    • SOLID principles are a set of design principles for writing maintainable and scalable cod...

  • Answered by AI
  • Q2. Mostly FAQ but somewhat in depth?
  • Q3. How to deploy application in aws?
  • Ans. 

    To deploy an application in AWS, you need to create an EC2 instance, configure security groups, install necessary software, and upload your application code.

    • Create an EC2 instance in the desired region and select the appropriate instance type

    • Configure security groups to allow traffic to and from the instance

    • Install necessary software and dependencies on the instance

    • Upload your application code to the instance

    • Start the ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic faq but in depth,Interview level is easy to medium.They will ask only theory .No practical algorithm test.

Skills evaluated in this interview

I applied via Company Website and was interviewed before Aug 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is my longterm and short-term goals.
  • Ans. My short-term is to become an expert in solving queries And long term is to become valuable employee in an organisation and managing a team, also helping new recruits to learn the work.
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Excellent and friendly-nature interview

I applied via Campus Placement and was interviewed in Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. THERE WERE 4 ROUNDS.1-APTITUDE 2-PSEUDO TEST 2-TECHNICAL INTERVIEW 4-HR ROUND
  • Q2. 1ST ROUND WAS VERY SIMPLE 2ND WAS LITTLE COMPLEX 3RD&4TH ROUND WAS VERY SIMPLE

Interview Preparation Tips

Interview preparation tips for other job seekers - PREPARE BASIC PROGRAMMING CONCEPTS AND APTITUDE

I applied via Recruitment Consulltant and was interviewed before Jun 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Where do we use BigInteger in java ?
  • Ans. 

    BigInteger is used for mathematical operations involving very large integers in Java.

    • BigInteger is used when the range of values supported by primitive data types like int and long is not sufficient.

    • It is commonly used in cryptography and security applications.

    • It provides methods for arithmetic, bitwise, and logical operations on large integers.

    • Example: calculating factorial of a large number, generating large prime nu

  • Answered by AI
  • Q2. Merge Sort Algo code in java
  • Ans. 

    Merge Sort Algo code in java

    • Divide the array into two halves

    • Recursively sort the two halves

    • Merge the sorted halves

    • Time complexity: O(n log n)

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Genpact Software Engineer interview:
  • Core Java
  • DSA
Interview preparation tips for other job seekers - Not a very good interview experience. I was asked 2-3 questions only. Not satisfied with interview process.

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. In 1st round they asked aptitude questions And 2nd round was an technical hr interview in this they asked oops concepts and basic C programming

I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. In and out of project. How bucketing concept works. Data localisation in Hadoop. Persistence in spark.

Interview Preparation Tips

Interview preparation tips for other job seekers - Project should be explained well and basic concepts should be cleared.

Interview Questionnaire 

1 Question

  • Q1. Java collection

Interview Preparation Tips

Interview preparation tips for other job seekers - In hackathon , there is no interview round.

Interview Questionnaire 

1 Question

  • Q1. Spring IOC , bean scopes, Tomcat server questions , SpringBoot questions Dependency questions, Maven questions

Otomeyt Interview FAQs

How many rounds are there in Otomeyt Web Development Intern interview?
Otomeyt interview process usually has 2 rounds. The most common rounds in the Otomeyt interview process are Aptitude Test and HR.

Tell us how to improve this page.

Otomeyt Web Development Intern Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.6k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Amazon Interview Questions
4.0
 • 5.1k Interviews
Capgemini Interview Questions
3.7
 • 4.8k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
View all
Marketing Manager
4 salaries
unlock blur

₹17.5 L/yr - ₹25 L/yr

Sales Development Representative
4 salaries
unlock blur

₹2 L/yr - ₹8.2 L/yr

Python Developer
3 salaries
unlock blur

₹1.2 L/yr - ₹4 L/yr

Talent Acquisition Executive
3 salaries
unlock blur

₹3.6 L/yr - ₹6.5 L/yr

Demand Generation Specialist
3 salaries
unlock blur

₹6.5 L/yr - ₹9.5 L/yr

Explore more salaries
Compare Otomeyt with

TCS

3.7
Compare

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

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