Posts

Showing posts from September, 2022

NPTEL Software Testing Assignment 9 Answer 2022

  Week 9 : Assignment 9 Due date: 2022-09-28, 23:59 IST. Assignment not submitted 1 point How is overloading different from overriding in object oriented programming?   Overloading occurs between two methods in the same class and overriding occurs between methods in a class and one of its descendants.   Overloading occurs between a method in a class and one of its descendants and overriding occurs between two methods in the same class. 1 point Which of the following represents use of  super()  keyword?   Sub-classes can explicitly use their parents variables and methods using the keyword  super() .   Sub-classes can use their own variables and methods and not the inherited ones using the keyword  super() . 1 point While applying the mutation operator that deletes a method call, how is the value to be returned by the deleted method passed back to the caller method?   The method itself is deleted, so the call should also be deleted in the caller method.   The value returned by the delete

Amazon is hiring for the post of Support Engineer I Exit Entry!

Image
Amazon  APPLY NOW Details Amazon is hiring for the post of  Support Engineer I Exit Entry! Responsibilities of the Candidate: Promote advancement opportunities including Senior Support Engineer, SME, Team Lead, Solutions Architect, Operations Manager and Technical Account Manage Support engineers not only work on a broad spectrum of technical issues but may also coach/mentor new hires, develop and present training, partner with development teams on complex issues or contact deflection initiatives, participate in recruiting, and write tools/scripts to help the team, or work with leadership on process improvement or strategic initiatives Work with leading companies in this space and directly with the engineering teams within Amazon developing these new capabilities Support Team - You will be at the forefront of this transformational technology assisting a global list of companies that are taking advantage of a growing set of services and features to run their mission-critical application

DealShare #CodeForBillion

Image
  jobs APPLY NOW All that you need to know about DealShare #CodeForBillion Established in September 2018 in Jaipur,  DealShare  is a leading unicorn social e-commerce startup, disrupting the grocery e-retail segment in India. A true make-in-India and for-India brand, DealShare’s vision is aligned with the growth of the Bharat economy. Currently headquartered in Bangalore, the brand has not only redefined online grocery shopping for the mass consumers of Bharat, by providing them access to quality products at optimal price points; they have also given wings to the dreams of over 10,000 MSMEs (DealShare Dost) and 1000+ indigenous brands by offering them a platform to flourish and scale. Present across 150 + towns across 10 states, DealShare caters to over 2 million customers monthly, fulfilling 2.26 Lakh orders per day. Currently, DealShare has a strength of more than 2,000 direct employees and 10,000 allied partners. Eligibility: Final year students currently pursuing Bachelor of Techn

Microsoft is offering internship opportunity as Engineer

Image
  Microsoft I nternship at Microsoft : You will work on cutting-edge technologies at Microsoft. The team will rely on your skills and insights to help solve complex customer problems ​​​​​​​ Get the opportunity to work on real-time customer scenarios and have fun along the way. Internship Duration : 3 months: April – June 2023. If you choose to apply, you should be available for a 3-months internship in this period. Stipend INR 25,000/- per month Eligibility Criteria ; Students who are pursuing BE/B. Tech in CSE/IT/other quantitative branches. Year of degree completion : 2023 CGPA above 8 in the current degree. ​​​​​​​ You should not have participated in any  Microsoft  hiring event in the last 12 months. Phase 1 Registration & Launch When – Register before 16th Sept 2022 by 2 PM Phase 2 Hackathon Phases When – 29th Sept 2022 Phase 3 Semi final & Final When – 13th – 15th Oct Click Here to Apply

NPTEL Software Testing Assignment 8 Answer 2022

  Week 8 : Assignment 8 Due date: 2022-09-21, 23:59 IST. Assignment not submitted 1 point Consider the regular expression  ( a + b ) ⋅ ( a + b ) ∗ ( a + b ) · ( a + b ) ∗  over the alphabet  Σ = { a , b } Σ = { a , b } . Which of the following options represents a list of words generated by this regular expression? a b , a , a a b . a b , a , a a b . a b a b , b a b a b . a b a b , b a b a b . a a a , b b b . a a a , b b b .   All of the above. 1 point For the same regular expression  ( a + b ) ⋅ ( a + b ) ∗ ( a + b ) · ( a + b ) ∗  , which of the following options represents the language corresponding to the regular expression? The language is the set of all words over  a a  and  b b  that have at least one  a a  and at least one  b b  in them. The language is the set of all words over  a a  and  b b  that have at least one  a a  or at least one  b b  in them. 1 point While parsing a program to extract syntactic information, which of the following defines how characters form tokens?